ComfyUI Node
Enum Combo
Compact workflow-local enum selector with one INT output.
Enum Combo
- value
◄choiceOPTION_A►
◄enum_definitionOPTION_A
OPTION_B►
Categoryutils/enum
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| choice | COMBO | OPTION_A | The enum member to select. The dropdown updates from enum_definition. |
| enum_definition | STRING | OPTION_A OPTION_B | Connect a STRING node containing one enum member per line. The compact node refreshes its choice dropdown when this link changes and before the choice dropdown opens. Use Enum Combo Advanced if you want to edit the definition directly inside the enum node. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | INT | INT: The selected enum member's integer value. |