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

# CreateList - ComfyUI Built-in Node Documentation

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

此节点将多个输入合并为一个顺序列表。它接收任意数量的相同数据类型输入，并按连接顺序将它们串联起来。该节点适用于准备批量数据（如图像或文本），以便在工作流中被其他节点处理。

## 输入参数

| 参数        | 数据类型 | 必填 | 取值范围 | 描述                                                                     |
| --------- | ---- | -- | ---- | ---------------------------------------------------------------------- |
| `input_*` | 可变   | 是  | 任意   | 可变数量的输入槽。可通过点击加号 (+) 图标添加更多输入。所有输入必须为相同数据类型（例如，全部为 IMAGE 或全部为 STRING）。 |

**注意：** 当您连接项目时，节点将自动创建新的输入槽。所有已连接的输入必须共享相同的数据类型，节点才能正常工作。

## 输出结果

| 输出名称   | 数据类型 | 描述                                        |
| ------ | ---- | ----------------------------------------- |
| `list` | 可变   | 一个包含所有连接输入项的单一列表，按提供顺序串联。输出数据类型与输入数据类型匹配。 |
