From 2120d762507d99b9818ce39bd0a5d7dd052af478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20L=C3=AA=20Anh=20Khoa?= <55074467+anhkhoatranle30@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:29:12 +0700 Subject: [PATCH] feat: Add Handy Node ComfyUI to custom-node-list.json (#979) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0cf4702b..774622a7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13587,6 +13587,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "anhkhoatranle30", + "title": "Handy Node ComfyUI", + "id": "handynode", + "reference": "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI", + "files": [ + "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI" + ], + "install_type": "git-clone", + "description": "This is a pack with some handy nodes for ComfyUI." } ] -} +} \ No newline at end of file