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.
🪠️ WWAA Switch Int
- output_1
- output_2
◄int_a—►
◄int_b—►
◄switchfalse►
Category🪠️ WWAA/utilities
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| int_a | INT | — | |
| int_b | INT | — | |
| switch | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_1 | INT | — |
| output_2 | INT | — |