ComfyUI nodes for managing image metadata and multi-tool compatibility
Top 76.8% on sourcepulse
This ComfyUI node enhances image management by extracting and embedding metadata, ensuring compatibility with various platforms like Civitai. It targets users of ComfyUI, Stable Diffusion, and related tools who need robust prompt and parameter handling for their generated images.
How It Works
The node leverages the core functionality of the standalone SD Prompt Reader, enabling it to parse metadata from images across multiple formats (PNG, JPEG, WEBP, TXT). It integrates with a "Prompt Saver Node" to embed metadata in a widely compatible A1111 format, crucial for website auto-detection and cross-tool compatibility. For SDXL, it merges text_g
and text_l
prompts into a single string.
Quick Start & Requirements
git clone --recursive
) and installing dependencies (pip install -r requirements.txt
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Batch reading with the Batch Loader Node does not update preview images and only displays metadata for the last image. PNG is the only format that supports embedding both metadata and workflow simultaneously; other formats only embed metadata.
6 months ago
1 week