giriss / comfy-image-saver

All the tools you need to save images with their generation metadata on ComfyUI. Compatible with Civitai & Prompthero geninfo auto-detection. Works with png, jpeg and webp.
MIT License
172 stars 30 forks source link

Metadata format not cleanly compatible with A1111 #10

Open tkoenig89 opened 11 months ago

tkoenig89 commented 11 months ago

Your node saves metadata in the a1111 format as i understand. But there is a simple issue breaking for example my node which provides the capability to read from images in comfy. A uppercase "S" where a lowercase "s" is necessary for 100% compatiblity.

You save: CFG Scale: {cfg} But A1111 saves: CFG scale: {cfg}

alexopus commented 8 months ago

I fixed this in my fork which is available in the Manager as "ComfyUI Image Saver".