From 83420fd8283133eb55a7f1442a9295e7d86c3566 Mon Sep 17 00:00:00 2001 From: 1hew <129736304+1hew@users.noreply.github.com> Date: Tue, 13 May 2025 00:45:34 +0800 Subject: [PATCH] Add ComfyUI-1hewNodes to custom node list (#1826) Co-authored-by: yige1127 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1c4dfbf2..d9b5104b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "1hew", + "title": "ComfyUI 1hewNodes", + "id": "ComfyUI-1hewNodes", + "reference": "https://github.com/1hew/ComfyUI-1hewNodes", + "files": [ + "https://github.com/1hew/ComfyUI-1hewNodes" + ], + "install_type": "git-clone", + "description": "This is a custom node collection for ComfyUI that provides some utility nodes." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",