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

# BatchImagesNode - ComfyUI Built-in Node Documentation

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

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

Batch Images 节点将多个独立图像合并为单个批次。它接收可变数量的图像输入，并将它们输出为一个批处理图像张量，以便在后续节点中统一处理。

## 输入参数

| 参数       | 数据类型  | 必填 | 取值范围       | 描述                                                          |
| -------- | ----- | -- | ---------- | ----------------------------------------------------------- |
| `images` | IMAGE | 是  | 2 到 50 个输入 | 一个动态的图像输入列表。您可以添加 2 到 50 张图像以合并为一个批次。节点界面允许您根据需要添加更多图像输入槽位。 |

**注意：** 必须连接至少两张图像节点才能正常工作。第一个输入槽位始终是必需的，您可以使用节点界面中出现的 "+" 按钮添加更多输入槽位。

## 输出结果

| 输出名称     | 数据类型  | 描述                       |
| -------- | ----- | ------------------------ |
| `output` | IMAGE | 一个包含所有输入图像堆叠在一起的批处理图像张量。 |
