ComfyUI Node
List Combine Node (zer0)
Combines a list of strings into a single string, separated by a provided separator.
List Combine Node (zer0)
- input_list
- Combined String
◄combine_last_x_items1►
◄separator BREAK ►
Categorytext utility
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| input_list | * | The list of strings to concatenate | |
| combine_last_x_items | INT | 11–999 | If greater than 1, the last X items in the list will be combined before concatenating. Useful for correcting unnecessary separators. |
| separator | STRING | BREAK | The separator to use when concatenating the list |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Combined String | STRING | The combined list as a single string |