ComfyUI Node
Join Strings
A ComfyUI node in WO-Nodes/Strings with 8 inputs and 1 output.
Join Strings
- string
◄string_1►
◄string_2►
◄string_3►
◄string_4►
◄string_5►
◄separator\n►
◄striptrue►
◄sep_escapedtrue►
CategoryWO-Nodes/Strings
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| string_1 | STRING | — | |
| string_2 | STRING | — | |
| string_3 | STRING | — | |
| string_4 | STRING | — | |
| string_5 | STRING | — | |
| separator | STRING | \n | Seperator between strings. If enabled, supports escape characters like: \t and \n |
| strip | BOOLEAN | true | Remove leading and trailing whitespace, and empty imputs. |
| sep_escaped | BOOLEAN | true | Enables support for escape characters in seperator field. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |