ComfyUI Node
Text Split (Delimiter)
A ComfyUI node in EnviralDesign/text with 5 inputs and 22 outputs.
Text Split (Delimiter)
- part_1
- part_2
- part_3
- part_4
- part_5
- part_6
- part_7
- part_8
- part_9
- part_10
- part_11
- part_12
- part_13
- part_14
- part_15
- part_16
- part_17
- part_18
- part_19
- part_20
- remainder
- count
◄text►
◄delimiter,►
◄output_count4►
◄strip_partstrue►
◄skip_emptytrue►
CategoryEnviralDesign/text
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Input text to split. | |
| delimiter | STRING | , | Delimiter used to split the input text. Supports \n, \r\n, \r, and \t escapes. |
| output_count | INT | 41–20 | How many leading parts to expose before the remainder bucket. |
| strip_parts | BOOLEAN | true | Trim whitespace around each split part. |
| skip_empty | BOOLEAN | true | Drop empty parts after splitting. |
Outputs (22)
| Name | Type | Description |
|---|---|---|
| part_1 | STRING | — |
| part_2 | STRING | — |
| part_3 | STRING | — |
| part_4 | STRING | — |
| part_5 | STRING | — |
| part_6 | STRING | — |
| part_7 | STRING | — |
| part_8 | STRING | — |
| part_9 | STRING | — |
| part_10 | STRING | — |
| part_11 | STRING | — |
| part_12 | STRING | — |
| part_13 | STRING | — |
| part_14 | STRING | — |
| part_15 | STRING | — |
| part_16 | STRING | — |
| part_17 | STRING | — |
| part_18 | STRING | — |
| part_19 | STRING | — |
| part_20 | STRING | — |
| remainder | STRING | — |
| count | INT | — |