🪠️ WWAA Image Switcher

WWAA_ImageSwitcher

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.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (3)

NameTypeRequired
image_aIMAGErequired
image_bIMAGErequired
switchBOOLEANrequired

Outputs (2)

NameType
output_xIMAGE
output_yIMAGE