Nodes/WWAA-CustomNodes/🪠️ WWAA Switch Int
ComfyUI Node

🪠️ WWAA Switch Int

Takes two integer inputs and outputs them either as-is or swapped based on a boolean switch parameter. When switch is False, outputs (int_a, int_b). When switch is True, outputs (int_b, int_a). Useful for conditional value routing and dynamic parameter switching.

By hgabha·Created 2 years ago·Updated 5 months ago· 36
🪠️ WWAA Switch Int
    • output_1
    • output_2
    int_a
    int_b
    switchfalse
    Category🪠️ WWAA/utilities

    Inputs (3)

    NameTypeDefaultDescription
    int_aINT
    int_bINT
    switchBOOLEANfalse

    Outputs (2)

    NameTypeDescription
    output_1INT
    output_2INT