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

# MergeImageLists - ComfyUI Built-in Node Documentation

> Complete documentation for the MergeImageLists 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/MergeImageLists/zh.md)

此节点将多个独立的图像列表合并为一个连续的列表。其工作原理是接收每个已连接输入中的所有图像，并按照接收顺序将它们拼接在一起。这对于组织或批处理来自不同来源的图像以进行进一步处理非常有用。

## 输入参数

| 参数       | 数据类型  | 必填 | 取值范围 | 描述                                        |
| -------- | ----- | -- | ---- | ----------------------------------------- |
| `images` | IMAGE | 是  | -    | 待合并的图像列表。此输入可接受多个连接，每个已连接的列表将被拼接成最终的输出列表。 |

**注意：** 此节点设计为接收多个输入。您可以将多个图像列表连接到单个 `images` 输入端口。节点将自动把所有已连接列表中的所有图像拼接成一个输出列表。

## 输出

| 输出名称     | 数据类型  | 描述                       |
| -------- | ----- | ------------------------ |
| `images` | IMAGE | 包含所有已连接输入列表中所有图像的单一合并列表。 |
