ComfyUI Extension: comfyui-save-image-metadata
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.
Save images with matching metadata files containing workflow and generation settings
README
ComfyUI Save Image + Metadata
A custom ComfyUI node that saves images AND matching metadata files with guaranteed matching filenames.
Features
- Replaces SaveImage - Drop-in replacement that also saves metadata
- Matching filenames -
ComfyUI_00217_.png+ComfyUI_00217_.txtguaranteed to match - Multiple formats - txt (human-readable), workflow (loadable JSON), or none
- Auto-capture - Automatically extracts workflow info from ComfyUI context
- Preview support - Shows image preview in node like standard SaveImage
Installation
Via ComfyUI Manager
Search for "Save Image + Metadata" in the ComfyUI Manager.
Manual Installation
cd ComfyUI/custom_nodes
git clone https://github.com/Braeden90000/comfyui-save-image-metadata.git
Restart ComfyUI after installation.
Usage
- Find "Save Image + Metadata" in the
imagecategory - Connect your IMAGE output to it (replaces SaveImage node)
- Choose metadata format:
txt- Human-readable text format with sectionsworkflow- Raw workflow JSON (can be loaded back into ComfyUI)none- Save image only, no metadata file
Output Structure
output/
ComfyUI_00001_.png
ComfyUI_00002_.png
metadata/
ComfyUI_00001_.txt
ComfyUI_00002_.txt
Metadata Contents
Text Format (txt)
- Timestamp
- Image dimensions
- Generation settings (seed, steps, CFG, sampler, scheduler, denoise)
- Model/UNET name
- LoRAs with weights
- Positive and negative prompts
- VAE name
- Source image/URL if applicable
Workflow Format
- Complete workflow JSON that can be dragged back into ComfyUI
License
MIT License - see LICENSE file for details.
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.