A toolbar button for quickly saving images from ComfyUI's preview.
- One-click save from toolbar
- Automatic duplicate detection (won't save the same image twice)
- Sanitized filenames
- Configurable save location
-
Clone or download to
ComfyUI/custom_nodes/:cd ComfyUI/custom_nodes git clone https://github.com/Ckrest/comfyui-quicksave.git -
Restart ComfyUI
-
A QuickSave button appears in the toolbar
| Toolbar Button | Settings Dialog |
|---|---|
![]() |
![]() |
- Run a workflow that generates images
- Click the QuickSave button in the toolbar
- Image is saved to
ComfyUI/output/quicksave/
- Frontend (JS): Adds toolbar button, captures displayed image
- Backend (Python): Receives image via
/quicksaveAPI endpoint, saves to disk
The QuickSave node in the node menu is a dummy node that exists only to ensure the API endpoint is registered. You don't need to add it to your workflow.
Images save to ComfyUI/output/quicksave/ by default. The JS extension can be modified to change the save path.
MIT License - See LICENSE

