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

# MergeTextLists - ComfyUI Built-in Node Documentation

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

此节点将多个文本列表合并为一个组合列表。它设计用于接收列表形式的文本输入，并将其拼接在一起。节点会记录合并后列表中的文本总数。

## 输入

| 参数   | 描述                                | 数据类型   | 是否必填 | 取值范围 |
| ---- | --------------------------------- | ------ | ---- | ---- |
| `文本` | 需要合并的文本列表。可连接多个列表到输入，它们将被拼接成一个列表。 | STRING | 是    | 不适用  |

**注意：** 此节点配置为组处理模式（`is_group_process = True`），这意味着它会在主处理函数运行前自动将多个列表输入拼接在一起。

## 输出

| 输出名称 | 描述               | 数据类型   |
| ---- | ---------------- | ------ |
| `文本` | 包含所有输入文本的单个合并列表。 | STRING |

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

***

**Source fingerprint (SHA-256):** `043a39a373d03f1ff79dd0746070171bab4d5d915c985e4e64fd35f802b09f69`
