ComfyUI Node
String Join
A ComfyUI node in nifty/string with 2 inputs and 1 output.
String Join
- string
◄list—►
◄delimiter\n►
Categorynifty/string
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | STRING | List of strings to join. | |
| delimiter | STRING | \n | Character or string to insert between each list item. Use \n for newline, \t for tab. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |