ComfyUI Node
Text Split
A ComfyUI node in prompt/presets with 2 inputs and 1 output.
Text Split
- list
◄text►
◄skip_empty_linestrue►
Categoryprompt/presets
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Each non-empty line becomes one element in the output list. | |
| skip_empty_lines | BOOLEAN | true | When enabled, blank lines are excluded from the output list. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | STRING_LIST | — |