ComfyUI Node
EZ Text Concatenate
Concatenate any number of string inputs into a single text output.
EZ Text Concatenate
- STRING
◄number_of_inputs2►
◄delimiter,\n►
◄beautifynever►
◄line_breakskeep►
CategoryEZ NODES
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| number_of_inputs | INT | 22–50 | Dynamically select number of inputs. Only the last of current inputs may be affected when this value is changed |
| delimiter | STRING | ,\n | Text string to add between inputs. Does not affect empty input slots. '\n' adds a line break |
| beautify | COMBO | never | delete exscessive commas, spaces, line breaks. - before: process each text input separately - after: process concatenated text - never: do not process text |
| line_breaks | COMBO | keep | Keep or delete all line breaks i text string. Applies after text processing |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | Processed text. |