ComfyUI Extension: ComfyUI Image Picker
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.
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
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.