ComfyUI Node
Multiline Text Splitter (Buff)
A ComfyUI node in utils with 5 inputs and 20 outputs.
Multiline Text Splitter (Buff)
- text_1
- text_2
- text_3
- text_4
- text_5
- text_6
- text_7
- text_8
- text_9
- text_10
- text_11
- text_12
- text_13
- text_14
- text_15
- text_16
- text_17
- text_18
- text_19
- text_20
◄input_text►
◄num_outputs2►
◄lines_per_output1►
◄split_evenlyFalse►
◄remove_empty_linesFalse►
Categoryutils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| input_text | STRING | Multiline text input to split into multiple outputs | |
| num_outputs | INT | 21–20 | Number of output text fields to create |
| lines_per_output | INT | 11–1000 | Number of lines per output (used when split_evenly is False) |
| split_evenly | COMBO | False | When True, splits lines evenly across outputs. When False, uses lines_per_output for each output sequentially. |
| remove_empty_linesopt | COMBO | False | When True, removes empty lines from the input before processing. When False, empty lines are preserved. |
Outputs (20)
| Name | Type | Description |
|---|---|---|
| text_1 | STRING | — |
| text_2 | STRING | — |
| text_3 | STRING | — |
| text_4 | STRING | — |
| text_5 | STRING | — |
| text_6 | STRING | — |
| text_7 | STRING | — |
| text_8 | STRING | — |
| text_9 | STRING | — |
| text_10 | STRING | — |
| text_11 | STRING | — |
| text_12 | STRING | — |
| text_13 | STRING | — |
| text_14 | STRING | — |
| text_15 | STRING | — |
| text_16 | STRING | — |
| text_17 | STRING | — |
| text_18 | STRING | — |
| text_19 | STRING | — |
| text_20 | STRING | — |