> ## 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` |
| `量`   | `量`パラメータは、入力画像を複製する回数を指定します。出力バッチのサイズに直接影響し、柔軟なバッチ作成を可能にします。 | `INT`   |

## 出力

| フィールド | 説明                                            | データ型    |
| ----- | --------------------------------------------- | ------- |
| `画像`  | 出力は画像のバッチであり、各画像は入力画像と同一で、指定された`量`に従って複製されます。 | `IMAGE` |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RepeatImageBatch/ja.md)
