https://github.com/marklieberman/ComfyUI-Liebs-Picker
Image picker node for ComfyUI
https://github.com/marklieberman/ComfyUI-Liebs-Picker
Last synced: about 2 months ago
JSON representation
Image picker node for ComfyUI
- Host: GitHub
- URL: https://github.com/marklieberman/ComfyUI-Liebs-Picker
- Owner: marklieberman
- Created: 2025-04-24T17:11:37.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-24T18:29:02.000Z (about 2 months ago)
- Last Synced: 2025-04-24T19:37:07.493Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Liebs-Picker**
README
# ComfyUI-Liebs-Picker
A node to pause execution of the workflow and select which input images should proceed to the output.
## Features
* Display a modal dialog with the images to select.
* Switch between a grid view and a single image view.
* Modal only displays in the browser tab that was running the workflow.
| Workflow example | Grid view | Single image view |
|----|----|----|
|  |  |  |
| The node accepts a list of images and returns a filtered list of images. | Images are displayed in a grid for selection. | Single image mode allows you to view each image using all available space. |## Controls
* Middle-click or spacebar toggles between grid view and single image view.
* E, forward-slash /, or left-click to select or deselect images.
* Enter to proceed with selection, or Escape to cancel workflow.
### Grid view
* Arrows keys or WASD to nagivate between images in the grid view.
* Toggle selected images with number keys 1-9 and 0.
### Single image view
* Mouse-wheel, left and right arrow keys, or AD keys to navigate between images in single image view.
## Credits
This node was developed using the techniques from [cg-image-filter](https://github.com/chrisgoringe/cg-image-filter) by @chrisgoringe.