add nodes (#607)

* Update custom-node-list.json

* Update custom-node-list.json

* Update custom-node-list.json

add node
This commit is contained in:
smthemex 2024-04-24 10:37:35 +08:00 committed by GitHub
parent aa557ad74c
commit c2da047e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7987,6 +7987,36 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "smthemex",
"title": "ComfyUI_ChatGLM_API",
"reference": "https://github.com/smthemex/ComfyUI_ChatGLM_API",
"files": [
"https://github.com/smthemex/ComfyUI_ChatGLM_API"
],
"install_type": "git-clone",
"description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI."
},
{
"author": "smthemex",
"title": "ComfyUI_ParlerTTS",
"reference": "https://github.com/smthemex/ComfyUI_ParlerTTS",
"files": [
"https://github.com/smthemex/ComfyUI_ParlerTTS"
],
"install_type": "git-clone",
"description": "You can call the ParlerTTS tool in comfyUI, which currently only supports English."
},
{
"author": "smthemex",
"title": "ComfyUI_Pipeline_Tool",
"reference": "https://github.com/smthemex/ComfyUI_Pipeline_Tool",
"files": [
"https://github.com/smthemex/ComfyUI_Pipeline_Tool"
],
"install_type": "git-clone",
"description": "A tool for novice users in Chinese Mainland to call the huggingface hub and download the huggingface models."
}
]
}