ComfyUI Node
🪠️ WWAA Image Switcher
Routes two input images to two output ports with optional switching. When switch is False, image A goes to output X and image B goes to output Y (pass-through). When switch is True, the outputs are swapped so image A goes to output Y and image B goes to output X. Useful for conditional image routing in workflows. Only accepts single images, not batches.
🪠️ WWAA Image Switcher
- image_a
- image_b
- output_x
- output_y
◄switchfalse►
Category🪠️ WWAA/image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image_a | IMAGE | — | |
| image_b | IMAGE | — | |
| switch | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output_x | IMAGE | — |
| output_y | IMAGE | — |