From 144384655c18eda8e89a9b94c1c823c25579d50a Mon Sep 17 00:00:00 2001 From: keit Date: Sun, 2 Mar 2025 15:25:41 +0900 Subject: [PATCH] Add ComfyUI-Image-Toolkit node (#1600) --- 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." } ] }