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

# RebatchImages - ComfyUI Built-in Node Documentation

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

此节点设计用于将一批图像重新组织成新的批量配置，并根据指定调整批量大小。这一过程对于管理和优化批量操作中图像数据的处理至关重要，确保图像根据所需的批量大小进行分组，以便有效处理。

## 输入

| 参数名称   | 数据类型    | 作用                                       |
| ------ | ------- | ---------------------------------------- |
| `图像`   | `IMAGE` | 要重新批量处理的图像列表。此参数对于确定将经历重新批量处理的输入数据至关重要。  |
| `批量大小` | `INT`   | 指定输出批量的期望大小。此参数直接影响输入图像的分组和处理方式，影响输出的结构。 |

## 输出

| 参数名称    | 数据类型    | 作用                                              |
| ------- | ------- | ----------------------------------------------- |
| `image` | `IMAGE` | 输出由图像批量列表组成，根据指定的批量大小重新组织。这允许在批量操作中灵活高效地处理图像数据。 |
