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

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

## 输入

| 字段   | 描述                                                 | 数据类型    |
| ---- | -------------------------------------------------- | ------- |
| `图像` | 'image' 参数表示要复制的图像。它对于定义将在批次中重复的内容至关重要。            | `IMAGE` |
| `数量` | 'amount' 参数指定输入图像应被复制的次数。它直接影响输出批次的大小，从而实现灵活的批次创建。 | `INT`   |

## 输出

| 字段   | 描述                                        | 数据类型    |
| ---- | ----------------------------------------- | ------- |
| `图像` | 输出是一批图像，每个图像都与输入图像相同，根据指定的 'amount' 进行复制。 | `IMAGE` |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RepeatImageBatch/zh.md)
