Nodes/zer0 Comfy Utilities/List Combine Node (zer0)
ComfyUI Node

List Combine Node (zer0)

Combines a list of strings into a single string, separated by a provided separator.

By zer0thgear·Created 2 years ago·Updated 2 years ago· 1
List Combine Node (zer0)
  • input_list
  • Combined String
combine_last_x_items1
separator BREAK
Categorytext utility

Inputs (3)

NameTypeDefaultDescription
input_list*The list of strings to concatenate
combine_last_x_itemsINT11–999If greater than 1, the last X items in the list will be combined before concatenating. Useful for correcting unnecessary separators.
separatorSTRING BREAK The separator to use when concatenating the list

Outputs (1)

NameTypeDescription
Combined StringSTRINGThe combined list as a single string