https://github.com/wasasquatch/comfygallery
A light-weight browser based gallery for ComfyUI
https://github.com/wasasquatch/comfygallery
Last synced: about 1 year ago
JSON representation
A light-weight browser based gallery for ComfyUI
- Host: GitHub
- URL: https://github.com/wasasquatch/comfygallery
- Owner: WASasquatch
- License: gpl-3.0
- Created: 2023-08-09T17:37:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T04:40:51.000Z (about 2 years ago)
- Last Synced: 2024-06-17T05:54:22.874Z (about 2 years ago)
- Language: Python
- Size: 116 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyGallery
A light-weight browser based gallery for ComfyUI
[
](https://i.postimg.cc/2y3MgtfH/Screenshot-2023-08-09-105327.png)
## Features
- Browse ComfyUI `input` and `output` directories.
- Add custom image directories to browse.
- Delete images
- Search images by filename or workflow data within *PNG* images.
## Installation
Clone the project to a location of your choosing. You can move comfy_gallery.py to the root of your ComfyUI if you'd like, or run it from where it's at.
**Exmaple Launch Batch File** (from ComfyUI Portable):
```batch
.\python_embeded\python.exe -s ComfyUI\comfy_gallery.py
pause
```
## Notes
- If you're running ComfyGallery from outside ComfyUI you'll need to provide the ComfyUI root directory to it with the `--comfyui-path` launch argument.
- Slow searching? The more images you have, the slower searching will be, as it's a sequential process.
## Launch Arguments
- `--no-browser`: Do not launch system browser when the server launches.
- `--purge-cache`: Delete the image gallery cache on startup.
- `--image-paths`: A list of additional image paths for ComfyGallery to manage.
- `--comfyui-path`: Path to ComfyUI root directory.
- `--comfyui-color-palette`: Path to a ComfyUI colorPalette.js file