Update custom-node-list.json Add freedom computing tool (#1187)

* 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

* change desc

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
clhui 2024-10-27 20:38:08 +08:00 committed by GitHub
parent 52568da4a8
commit 77496b30fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16338,6 +16338,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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",
"files": [
"https://github.com/clhui/ComfyUi-clh-Tool"
],
"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 NodeString to Image Title Label"
} }
] ]
} }