comfy-image-saver

comfy-image-saver
★ 334

图像保存生成元数据Civitai兼容多格式支持
在ComfyUI中将生成的图片连同生成元数据保存为png/jpeg/webp,自动识别Civitai与Prompthero格式,便于管理与复现。
💡 保存带生成参数的图片与元数据,便于复现与分享
🍴 74 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
📦 requirements.txt
piexif
example-workflow
Screenshot 2023-08-17 at 13 15 18
📄 README

Save image with generation metadata on ComfyUI

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.

You can find the example workflow file named example-workflow.json.

How to install?

Method 1: Easiest (Recommended)

If you have *ComfyUI-Manager*, you can simply search “Save Image with Generation Metadata” and install these custom nodes 🎉

Method 2: Easy

If you don’t have *ComfyUI-Manager*, then:

  • Using CLI, go to the ComfyUI folder
  • cd custom_nodes
  • git clone git@github.com:giriss/comfy-image-saver.git
  • cd comfy-image-saver
  • pip install -r requirements.txt
  • Start/restart ComfyUI 🎉
  • Autodetection in action