ComfyUI Node
Index List From String
Splits a string into a list of indices based on the provided delimiter.
Index List From String
- index_list
◄string►
◄delimiter,►
Categorylist-filter
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| string | STRING | The string to be split into indices. | |
| delimiter | STRING | , | The delimiter used to split the string. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| index_list | INT | — |