From 9552ce62102690d11b76098a19fc7451e1ec6414 Mon Sep 17 00:00:00 2001 From: licyk <76895225+licyk@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:29:22 +0800 Subject: [PATCH] add new node (#1262) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0ac0bfe1..d9dcf485 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17483,6 +17483,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "licyk", + "title": "ComfyUI-HakuImg", + "id": "HakuImg", + "reference": "https://github.com/licyk/ComfyUI-HakuImg", + "files": [ + "https://github.com/licyk/ComfyUI-HakuImg" + ], + "install_type": "git-clone", + "description": "Image processing tool for ComfyUI" } ] }