Image Index Switch(imageIndexSwitch)
The Image Index Switch node (imageIndexSwitch) is an index-based image selector in the EasyUse/Logic/Index Switch category.
image Index Switch
The Image Index Switch node (imageIndexSwitch) is an index-based image selector in the EasyUse/Logic/Index Switch category. Its intended purpose is to route one image through based on the active switch/index state, with an IMAGE-typed result.
Inputs
The current node definition exposes no inputs. There are no image input sockets and no widget controls declared in the source facts for this version.
This means the node cannot receive alternative images or a selector value through its documented input list. If you are updating an existing workflow, any previous input connections to this node are not represented in the current API metadata.
Outputs
IMAGE
The output image from the switch. It is a standard ComfyUI IMAGE tensor and can be passed to any node that accepts image input, such as a VAE Decode, upscaler, preview node, or sampler.
With no declared inputs, this output is produced by the internal logic of imageIndexSwitch. If you expect one of several input images to be selected, confirm that the installed version of the node actually exposes those inputs.
Usage Notes
- The node is grouped under EasyUse/Logic/Index Switch, so it is intended as a routing/control-flow node rather than an image generator or processor.
- The only exposed datatype is
IMAGE; there are no auxiliary selection, mask, or visibility outputs. - Because no inputs are declared, the node has no documented way to accept a switch index or a set of candidate images in this version.
Comments
Sign in with GitHub to join the discussion.