From e5f996440a9de5f061ffc0ea8be36605e47a5734 Mon Sep 17 00:00:00 2001 From: Girish Gopaul Date: Thu, 17 Aug 2023 13:33:49 +0400 Subject: [PATCH] Update custom-node-list.json Added my repo: https://github.com/giriss/comfy-image-saver/ to ComfyUI Manager. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fbffadc..b29307c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1432,6 +1432,16 @@ ], "install_type": "unzip", "description": "Various image processing nodes." + }, + { + "author": "Girish Gopaul", + "title": "Save Image with Generation Metadata", + "reference": "https://github.com/giriss/comfy-image-saver", + "files": [ + "https://github.com/giriss/comfy-image-saver" + ], + "install_type": "git-clone", + "description": "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." } ] }