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

# RebatchImages - ComfyUI Built-in Node Documentation

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

RebatchImages 节点旨在将一批图像重新组织为新的批次配置，并按指定调整批次大小。此过程对于管理和优化批量操作中的图像数据处理至关重要，可确保图像根据所需的批次大小进行分组，从而实现高效处理。

## 输入

| 字段     | 描述                                         | 数据类型    |
| ------ | ------------------------------------------ | ------- |
| `图像`   | 需要重新批处理的图像列表。此参数对于确定将进行重新批处理过程的输入数据至关重要。   | `IMAGE` |
| `批量大小` | 指定输出批次的期望大小。此参数直接影响输入图像的分组和处理方式，从而影响输出的结构。 | `INT`   |

## 输出

| 字段      | 描述                                                    | 数据类型    |
| ------- | ----------------------------------------------------- | ------- |
| `image` | 输出包含一组图像批次，这些批次已根据指定的批次大小重新组织。这使得在批量操作中能够灵活高效地处理图像数据。 | `IMAGE` |

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