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

# RepeatLatentBatch - ComfyUI Built-in Node Documentation

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

RepeatLatentBatch 节点用于将给定的潜在表示批次按指定次数复制，并可包含噪声掩码和批次索引等附加数据。此功能对于需要同一潜在数据多个实例的操作（如数据增强或特定生成任务）至关重要。

## 输入

| 参数       | 描述                                                      | 数据类型     |
| -------- | ------------------------------------------------------- | -------- |
| `Latent` | 'samples' 参数表示需要复制的潜在表示。它用于定义将被重复处理的数据。                 | `LATENT` |
| `数量`     | 'amount' 参数指定输入样本应重复的次数。它直接影响输出批次的大小，从而影响计算负载和生成数据的多样性。 | `INT`    |

## 输出

| 参数       | 描述                                                            | 数据类型     |
| -------- | ------------------------------------------------------------- | -------- |
| `latent` | 输出是输入潜在表示的修改版本，根据指定的 'amount' 进行复制。如果适用，可能包含复制的噪声掩码和调整后的批次索引。 | `LATENT` |

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