From fd7dff88df70e09613566cedfc1696cfc0713a6e Mon Sep 17 00:00:00 2001 From: ds Date: Sun, 7 Dec 2025 20:24:06 +0800 Subject: [PATCH] Add ComfyUI_DashuaiTools to custom-node-list.json (#2319) 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 f15e8ed5..181f8ddb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38148,6 +38148,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." } ] }