ComfyUI Node

Enum Combo

Compact workflow-local enum selector with one INT output.

By SparknightLLC·Created 4 months ago·Updated 3 months ago· 3
Enum Combo
    • value
    choiceOPTION_A
    enum_definitionOPTION_A OPTION_B
    Categoryutils/enum

    Inputs (2)

    NameTypeDefaultDescription
    choiceCOMBOOPTION_AThe enum member to select. The dropdown updates from enum_definition.
    enum_definitionSTRINGOPTION_A OPTION_BConnect 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)

    NameTypeDescription
    valueINTINT: The selected enum member's integer value.