From 5cf92f2742aaed803ffd7e53e7bb20317d75bcb3 Mon Sep 17 00:00:00 2001 From: LaoMaoBoss Date: Mon, 14 Jul 2025 18:03:33 +0800 Subject: [PATCH] Add ComfyUI-WBLESS (#1990) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f9a8c139..6f9a9150 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29603,6 +29603,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LaoMaoBoss", + "title": "ComfyUI-WBLESS", + "id": "LaoMaoBoss", + "reference": "https://github.com/LaoMaoBoss/ComfyUI-WBLESS", + "files": [ + "https://github.com/LaoMaoBoss/ComfyUI-WBLESS" + ], + "install_type": "git-clone", + "description": "ComfyUI's custom node package. This custom node has many practical functions, including global variables and process flow control." } ] }