EasyUse/Imagegenerated

Image Chooser(imageChooser)

The imageChooser node is an interactive image-selection node.

image Chooser

images
image
mode
Always Pause
preview_rescale
1.00
Easy Use

The imageChooser node is an interactive image-selection node. It pauses the workflow so you can visually inspect the incoming image batch and choose which image should continue through the graph, then passes the selected image(s) through its IMAGE output. It belongs to the EasyUse/Image category and is designed for manual, mid-pipeline review steps.

Inputs

  • mode — Combo, required. Defaults to Always Pause.

    • Always Pause: the workflow always stops at this node and waits for you to make a selection in the chooser UI.
    • Keep Last Selection: if a selection was made previously, that selection is reused and the workflow continues without pausing. If no previous selection exists, the node pauses and waits for one.
  • preview_rescale — Float, required. Defaults to 1.0, with a range of 0.05 to 1.0 and a step of 0.05. This controls the scale of the preview images shown inside the chooser. A value of 1.0 shows them at full resolution; lower values make the preview smaller. This only affects the displayed preview, not the output image data.

  • images — IMAGE, optional. The batch of input images to choose from. Connect the candidate images here. If nothing is connected, there are no images to display or select.

Outputs

  • IMAGE — The selected image or images from the input batch, passed through unchanged. The output is a IMAGE tensor, so it may be a single image or a batch depending on what you select.

Usage Notes

  • The node is interactive: with Always Pause, execution will halt at this node until a selection is confirmed in the UI.
  • Use Keep Last Selection for later runs after you have already confirmed a choice, such as when re-running a workflow unattended or in batch mode.
  • preview_rescale is a UI convenience for managing large images or large batches; it does not resize or modify the actual output.
  • The node performs no image processing — the selected pixels are returned exactly as they were passed in.

Comments

Sign in with GitHub to join the discussion.

Loading comments…