ComfyUI Node
Join Text
Joins multiple strings with a separator.
Join Text
- strings
- str
◄separator, ►
◄add_separator_to_endfalse►
CategorySage Utils/text/helper
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| strings | COMFY_AUTOGROW_V3 | Input value for strings. | |
| separator | STRING | , | String used to separate joined inputs. |
| add_separator_to_end | BOOLEAN | false | Add separator to the end of the joined string. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| str | STRING | Output value for str. |