ComfyUI Node
Text Split Lines (NH)
A ComfyUI node in NH-Nodes/Text with 8 inputs and 6 outputs.
Text Split Lines (NH)
- lines
- selected
- count
- preview
- is_first
- is_last
◄textfirst prompt
second prompt
third prompt►
◄index0►
◄mode▾►
◄seed0►
◄delimiter\n►
◄skip_emptytrue►
◄strip_whitespacetrue►
◄wrap_indextrue►
CategoryNH-Nodes/Text
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | first prompt second prompt third prompt | — |
| index | INT | 0-1–9999 | Which line to pick for `selected`. -1 = random (uses seed). |
| mode | COMBO | 3 options: sequential, shuffle, reverse | |
| seed | INT | 00–4294967295 | — |
| delimiteropt | STRING | \n | — |
| skip_emptyopt | BOOLEAN | true | — |
| strip_whitespaceopt | BOOLEAN | true | — |
| wrap_indexopt | BOOLEAN | true | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| lines | STRING | — |
| selected | STRING | — |
| count | INT | — |
| preview | STRING | — |
| is_first | BOOLEAN | — |
| is_last | BOOLEAN | — |