Nodes Browser
ComfyDeploy: How Save Image with Generation Metadata works in ComfyUI?
What is Save Image with Generation Metadata?
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.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Save Image with Generation Metadata
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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 🎉