ComfyUI Node
💀Prompts Split
Split text based on delimiter and output up to 4 parts.
💀Prompts Split
- text1
- text2
- text3
- text4
◄text►
◄delimiterComma►
◄custom_delimiter|►
◄trim_partstrue►
Category💀PromptsO
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Text to split into multiple parts | |
| delimiter | COMBO | Comma | Delimiter to use for splitting text |
| custom_delimiteropt | STRING | | | Custom delimiter string (used when delimiter is 'Custom') |
| trim_partsopt | BOOLEAN | true | Remove whitespace from each split part |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| text1 | STRING | — |
| text2 | STRING | — |
| text3 | STRING | — |
| text4 | STRING | — |