Merge pull request #291 from alexopus/patch-1

Add ComfyUI Image Saver
This commit is contained in:
Dr.Lt.Data 2024-01-05 10:33:22 +09:00 committed by GitHub
commit 24716ab6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4308,6 +4308,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "alexopus",
"title": "ComfyUI Image Saver",
"reference": "https://github.com/alexopus/ComfyUI-Image-Saver",
"files": [
"https://github.com/alexopus/ComfyUI-Image-Saver"
],
"install_type": "git-clone",
"description": "Allows you to save images with their generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
} }
] ]
} }