From 4242dc0f947083a631abf521c9529ba8bcd52f44 Mon Sep 17 00:00:00 2001 From: kk8bit <138471915+kk8bit@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:03:15 +0800 Subject: [PATCH] Add KayTool to custom-node-list.json (#1165) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index faaf8c59..078ee607 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16124,6 +16124,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kk8bit", + "title": "KayTool", + "reference": "https://github.com/kk8bit/KayTool", + "files": [ + "https://github.com/kk8bit/KayTool" + ], + "install_type": "git-clone", + "description": "KayTool is a growing toolkit for ComfyUI. It includes the 'Custom Save Image' node, allowing image saving in PNG or JPG format, with support for ICC profiles like sRGB and Adobe RGB, metadata control, JPG quality adjustment." } ] }