From f0a5d5c393e9a9d46ff7939bce32b6fa641972d2 Mon Sep 17 00:00:00 2001 From: clhui Date: Sat, 26 Oct 2024 12:24:13 +0800 Subject: [PATCH] Update custom-node-list.json Add Free computing tool Add FreeComputingTool,Some mathematical calculation nodes, string calculation nodes, can customize the number of parameters and calculation formulas. The calculation content can also be displayed in places such as the label title of Comfy Node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc62ba67..ffbac7d6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16338,6 +16338,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "clhui", + "title": "Free computing tool for ComfyUI", + "id": "CLHFreeComputingTool", + "reference": "https://github.com/clhui/ComfyUi-clh-Tool.git", + "files": [ + "https://github.com/clhui/ComfyUi-clh-Tool.git" + ], + "install_type": "git-clone", + "description": "Some mathematical calculation nodes, string calculation nodes, can customize the number of parameters and calculation formulas. The calculation content can also be displayed in places such as the label title of Comfy Node" } ] }