ComfyUI Node
Join Text List
A ComfyUI node in text/debug with 2 inputs and 2 outputs.
Join Text List
- joined_text
- count
◄text_items—►
◄separator\n►
Categorytext/debug
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| text_items | STRING | List of text values to join into a single previewable string. Connect a list-valued STRING output such as Mustache Template here. | |
| separator | STRING | \n | Separator inserted between each text item. Escape sequences like \n, \r, and \t are decoded, so values like \n===\n work as expected. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| joined_text | STRING | — |
| count | INT | — |