Nodes/ComfyUI_webapp/Selection input
ComfyUI Node

Selection input

App input

By MonkeyProof-Solutions-BV·Created 6 months ago·Updated 3 months ago· 2
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)

NameTypeDefaultDescription
value_inCOMBOThis value is used when running the workflow in ComfyUI.
optionsSTRINGWeb app selectable options. New line separated.
defaultSTRINGDefault selected option
full_optionsSTRINGFull strings hidden behind selectable, shorter strings.
maximumINT1Number of items that may be selected at the same time.
orderINT10Control order in its section. Lowest value at the top. Highest at the bottom.
advancedoptBOOLEANfalseControl is only shown when advanced is True.
value_from_interfaceoptSTRINGTo be used when modifying the workflow API json from an external interface. Note that this string is interpreted as a json string.
parentoptPARENTWeb app parent to add the node to.
tooltipoptSTRINGWeb app control tooltip.

Outputs (4)

NameTypeDescription
Option indexINTThe indices of the selected values.
full_valueSTRINGFull selected value.
valueSTRINGOutput value.
Order + 1INTOrder number for the next control.