From cd29fa52da183da268a4d9c8c71a17e2d055ad97 Mon Sep 17 00:00:00 2001 From: ds Date: Fri, 28 Nov 2025 23:45:24 +0800 Subject: [PATCH] Add ComfyUI_DashuaiTools to custom-node-list.json This PR adds the ComfyUI_DashuaiTools custom node pack to the ComfyUI-Manager node list. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 71671af8..a1df444c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37710,6 +37710,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dashuai", + "title": "ComfyUI DashuaiTools", + "id": "comfyui-dashuai-tools", + "reference": "https://github.com/Hasasasa/ComfyUI_DashuaiTools", + "files": [ + "https://github.com/Hasasasa/ComfyUI_DashuaiTools" + ], + "install_type": "git-clone", + "description": "A practical and lightweight collection of custom nodes for ComfyUI, providing utility tools and convenient workflow functions." } ] }