> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageBatch - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageBatch node in ComfyUI. Learn its inputs, outputs, parameters and usage.

`ImageBatch` 노드는 두 개의 이미지를 하나의 배치로 결합하도록 설계되었습니다. 이미지의 크기가 일치하지 않는 경우, 결합하기 전에 두 번째 이미지를 첫 번째 이미지의 크기에 맞게 자동으로 크기를 조정합니다.

## 입력

| 매개변수   | 설명                                                       | 데이터 타입  |
| ------ | -------------------------------------------------------- | ------- |
| `이미지1` | 배치에 결합할 첫 번째 이미지입니다. 필요한 경우 두 번째 이미지가 조정될 크기의 기준이 됩니다.   | `IMAGE` |
| `이미지2` | 배치에 결합할 두 번째 이미지입니다. 첫 번째 이미지와 크기가 다를 경우 자동으로 크기가 조정됩니다. | `IMAGE` |

## 출력

| 매개변수    | 설명                                                      | 데이터 타입  |
| ------- | ------------------------------------------------------- | ------- |
| `image` | 결합된 이미지 배치입니다. 필요한 경우 두 번째 이미지가 첫 번째 이미지의 크기에 맞게 조정됩니다. | `IMAGE` |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageBatch/ko.md)
