From 422341c6730b3859aef1acf008e64381f6fc7399 Mon Sep 17 00:00:00 2001 From: Alexander Guryev Date: Tue, 21 Apr 2026 15:36:48 +0300 Subject: [PATCH] Add ComfyUI-GU_Nodepack to custom-node-list.json 27+ utility nodes for LoRA management, image annotation, project organization, sampling utilities, and system integration. Repository: https://github.com/alexguryev/ComfyUI-GU_Nodepack --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2d55f09..46e14b81 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46467,6 +46467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Alexander Guryev", + "title": "ComfyUI-GU_Nodepack", + "id": "comfyui-gu-nodepack", + "reference": "https://github.com/alexguryev/ComfyUI-GU_Nodepack", + "files": [ + "https://github.com/alexguryev/ComfyUI-GU_Nodepack" + ], + "install_type": "git-clone", + "description": "Several utility nodes for ComfyUI: LoRA management, image annotation, project organization, sampling utilities, system integration." } ] }