> ## 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.

# RepeatImageBatch - ComfyUI Built-in Node Documentation

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

## 개요

RepeatImageBatch 노드는 지정된 이미지를 특정 횟수만큼 복제하여 동일한 이미지 배치를 생성하도록 설계되었습니다. 이 기능은 배치 처리나 데이터 증강과 같이 동일한 이미지의 여러 인스턴스가 필요한 작업에 유용합니다.

## 입력

| 필드    | 설명                                                                                  | 데이터 타입  |
| ----- | ----------------------------------------------------------------------------------- | ------- |
| `이미지` | 'image' 매개변수는 복제할 이미지를 나타냅니다. 배치 전체에 걸쳐 중복될 콘텐츠를 정의하는 데 중요합니다.                      | `IMAGE` |
| `개수`  | 'amount' 매개변수는 입력 이미지를 복제할 횟수를 지정합니다. 출력 배치의 크기에 직접적인 영향을 미치며, 유연한 배치 생성을 가능하게 합니다. | `INT`   |

## 출력

| 필드    | 설명                                                    | 데이터 타입  |
| ----- | ----------------------------------------------------- | ------- |
| `이미지` | 출력은 입력 이미지와 각각 동일한 이미지들의 배치로, 지정된 'amount'에 따라 복제됩니다. | `IMAGE` |

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