> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/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.

The RepeatImageBatch node is designed to replicate a given image a specified number of times, creating a batch of identical images. This functionality is useful for operations that require multiple instances of the same image, such as batch processing or data augmentation.

## Inputs

| Field    | Description                                                                                                                                                                           | Data Type |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `image`  | The 'image' parameter represents the image to be replicated. It is crucial for defining the content that will be duplicated across the batch.                                         | `IMAGE`   |
| `amount` | The 'amount' parameter specifies the number of times the input image should be replicated. It directly influences the size of the output batch, allowing for flexible batch creation. | `INT`     |

## Outputs

| Field   | Description                                                                                                         | Data Type |
| ------- | ------------------------------------------------------------------------------------------------------------------- | --------- |
| `image` | The output is a batch of images, each identical to the input image, replicated according to the specified 'amount'. | `IMAGE`   |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RepeatImageBatch/en.md)
