From bbb6d1a0c9312d71df72195f31c6dae9d0c55e9d Mon Sep 17 00:00:00 2001 From: Goktug Gumus Date: Thu, 30 May 2024 10:53:32 +0200 Subject: [PATCH] Update custom-node-list.json (#729) * Update custom-node-list.json * Update custom-node-list.json --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d7a34d3e..71bcdd36 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9989,6 +9989,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "goktug", + "title": "Save Image Plus for ComfyUI", + "id": "saveimage-plus", + "reference": "https://github.com/Goktug/comfyui-saveimage-plus", + "files": ["https://github.com/Goktug/comfyui-saveimage-plus"], + "install_type": "git-clone", + "description": "Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding." } ] }