join (from LIST)

Basic data handling: StringListJoin

Joins strings from a LIST with a specified separator. This node takes a data list of strings and concatenates them, with the specified separator string between each element. The separator is inserted between the strings, not at the beginning or end of the result.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
stringsLISTrequired
sepSTRINGrequired

Outputs (1)

NameType
STRINGSTRING