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

# MergeTextLists - ComfyUI Built-in Node Documentation

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

此节点将多个文本列表合并为一个统一的列表。它接收文本输入作为列表，并将它们连接在一起。该节点会记录合并后列表中的文本总数。

## 输入参数

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

**注意：** 此节点被配置为组处理过程 (`is_group_process = True`)，这意味着它会在主处理函数运行之前自动处理多个列表输入，将它们连接起来。

## 输出

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