Browse Source

Add ComfyUI Image Saver

pull/291/head
Alexopus 11 months ago committed by GitHub
parent
commit
5337d48b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      custom-node-list.json

10
custom-node-list.json

@ -4298,6 +4298,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."
} }
] ]
} }

Loading…
Cancel
Save