From 298476dfc8849f7751ce118a8ee8b3fbff83e1ed Mon Sep 17 00:00:00 2001 From: wTechArtist Date: Tue, 9 Jul 2024 11:17:57 +0800 Subject: [PATCH] Some personal custom nodes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c531391d..72e12f8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11645,6 +11645,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "weiweiliang", + "title": "ComfyUI-CustomNodes", + "id": "weiweiliang", + "reference": "https://github.com/wTechArtist/ComfyUI-CustomNodes", + "files": [ + "https://github.com/wTechArtist/ComfyUI-CustomNodes" + ], + "install_type": "git-clone", + "description": "Some personal custom nodes" } ] }