ComfyUI Extension: ComfyUI Image Picker

Authored by TechnoWarrior2

Created

Updated

1 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Pauses your workflow and opens a popup window to manually pick which generated images pass through to the rest of the graph.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI Image Picker

A ComfyUI node that pauses your workflow and opens a popup window to manually pick which generated images pass through to the rest of the graph.

Useful for workflows with detailers, upscalers, or any expensive post-processing steps where you want human approval before continuing.

Features

  • Single mode — click an image to instantly send it through
  • Multi mode — select multiple images and send them together
  • Fullscreen lightbox — zoom into any image with prev/next navigation and a Send This button
  • Rerun button — re-queues the entire workflow without selecting anything
  • Countdown timer — visual ring timer that auto-cancels when it hits zero
  • Keyboard shortcuts — number keys to select, Enter to send, Escape to cancel
<img width="1436" height="650" alt="Screenshot 2026-05-29 141719" src="https://github.com/user-attachments/assets/dc66267a-2357-4211-a798-7d4d0473b961" /> <img width="962" height="699" alt="Screenshot 2026-05-29 142021" src="https://github.com/user-attachments/assets/687f0821-22dc-41ad-8d2d-ae944c2566b3" />

Installation

Option 1 — Clone into custom_nodes:

cd ComfyUI/custom_nodes
git clone https://github.com/TechnoWarrior2/comfyui-image-picker

Option 2 — Manual download:

Download the repo as a ZIP, extract it, and place the folder inside ComfyUI/custom_nodes/.

Then restart ComfyUI. Since it pops up as a new window your browser will likely block it so check your pop up settings.

Usage

Find the node by searching Image Picker (Window) in the node menu under the image category.

| Input | Description | |-------|-------------| | images | IMAGE input from your sampler or any image node | | mode | single — click to instantly send | multi — select then confirm | | timeout | Seconds to wait before auto-cancelling (default 300) |

The node outputs only the images you selected, passing them through to the rest of your workflow.

Updating

cd ComfyUI/custom_nodes/comfyui-image-picker
git pull

Then restart ComfyUI.

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more