ComfyUI Node
Selection input
App input
Selection input
- parent
- Option index
- full_value
- value
- Order + 1
◄value_in▾►
◄options►
◄default►
◄full_options►
◄maximum1►
◄order10►
◄advancedfalse►
◄value_from_interface—►
◄tooltip—►
Categoryapi/app
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| value_in | COMBO | This value is used when running the workflow in ComfyUI. | |
| options | STRING | Web app selectable options. New line separated. | |
| default | STRING | Default selected option | |
| full_options | STRING | Full strings hidden behind selectable, shorter strings. | |
| maximum | INT | 1 | Number of items that may be selected at the same time. |
| order | INT | 10 | Control order in its section. Lowest value at the top. Highest at the bottom. |
| advancedopt | BOOLEAN | false | Control is only shown when advanced is True. |
| value_from_interfaceopt | STRING | To be used when modifying the workflow API json from an external interface. Note that this string is interpreted as a json string. | |
| parentopt | PARENT | Web app parent to add the node to. | |
| tooltipopt | STRING | Web app control tooltip. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| Option index | INT | The indices of the selected values. |
| full_value | STRING | Full selected value. |
| value | STRING | Output value. |
| Order + 1 | INT | Order number for the next control. |