ComfyUI Node
String Splitter
A ComfyUI node in JK-TextTools/string with 5 inputs and 2 outputs.
String Splitter
- list
- item_count
◄textitem1,item2,item3►
◄delimiter,►
◄strip_whitespacetrue►
◄output_type▾►
◄remove_emptyfalse►
CategoryJK-TextTools/string
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | item1,item2,item3 | — |
| delimiter | STRING | , | — |
| strip_whitespace | BOOLEAN | true | — |
| output_type | COMBO | 3 options: STRING, INT, FLOAT | |
| remove_emptyopt | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | * | — |
| item_count | INT | — |