ComfyUI Node
String Concatenate (Arctenox's Essentials)
Join up to four strings with a separator. Examples: • separator=", " → "positive prompt, <lora:name:1.0>" • separator="\n" → multi-line output • separator="" → direct concatenation with no gap Empty/unconnected inputs are ignored — no trailing separators.
String Concatenate (Arctenox's Essentials)
- result
◄separator, ►
◄string_a—►
◄string_b—►
◄string_c—►
◄string_d—►
CategoryArctenox Essentials/Text
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| separator | STRING | , | String placed between each non-empty input. Use '\n' for newlines (type the two chars literally). |
| string_aopt | STRING | — | |
| string_bopt | STRING | — | |
| string_copt | STRING | — | |
| string_dopt | STRING | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |