ComfyUI Node
String Splitter
A ComfyUI node in AutoFlow/Utilities with 3 inputs and 2 outputs.
String Splitter
- parts
- count
◄text►
◄delimiter,►
◄max_splits-1►
CategoryAutoFlow/Utilities
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| delimiter | STRING | , | — |
| max_splits | INT | -1-1–100 | Maximum number of splits, -1 for unlimited |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| parts | STRING | — |
| count | INT | — |