From c97577167c4d2f8c2e18c51d0d0eadfc5cfe7b3a Mon Sep 17 00:00:00 2001 From: keit Date: Sun, 2 Mar 2025 14:55:43 +0900 Subject: [PATCH] Add ComfyUI-Image-Toolkit node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2fe1deff..ec8eda29 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22099,6 +22099,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "keit", + "title": "ComfyUI-Image-Toolkit", + "id": "comfyui-image-toolkit", + "reference": "https://github.com/keit0728/ComfyUI-Image-Toolkit", + "files": [ + "https://github.com/keit0728/ComfyUI-Image-Toolkit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for image processing." } ] }