> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.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.

此节点设计用于复制指定数量的给定图像，创建一批相同的图像。此功能适用于需要相同图像的多个实例的操作，例如批量处理或数据增强。

## 输入

| 参数名称 | 数据类型    | 作用                                         |
| ---- | ------- | ------------------------------------------ |
| `图像` | `IMAGE` | `图像`参数代表要复制的图像。它对于定义将在整个批量中复制的内容至关重要。      |
| `数量` | `INT`   | `数量`参数指定输入图像应复制的次数。它直接影响输出批量的大小，允许灵活地创建批量。 |

## 输出

| 参数名称 | 数据类型    | 作用                                |
| ---- | ------- | --------------------------------- |
| `图像` | `IMAGE` | 输出是一批图像，每个图像都与输入图像相同，根据指定的`数量`复制。 |
