From 5337d48b7baa61104ec172aa73134074085a03f4 Mon Sep 17 00:00:00 2001 From: Alexopus Date: Thu, 4 Jan 2024 21:11:32 +0100 Subject: [PATCH] Add ComfyUI Image Saver --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 363bf418..83ae1181 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4298,6 +4298,16 @@ ], "install_type": "unzip", "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." } ] }