ComfyUI Node
String Item Menu
returns a string or int by selection
String Item Menu
- output_string
- index
◄menu►
◄delimiter,►
◄select_item►
◄int_select-1►
Categorystring selection
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| menu | STRING | The text to be split into a list by the delimiter. | |
| delimiter | STRING | , | Delimiter to split the input string. |
| select_item | STRING | Select item and index by name from the menu. | |
| int_selectopt | INT | -1 | Input string to be split into menu items. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_string | STRING | — |
| index | INT | — |