From 9418b9531d3f0210d6aa9604ffe26a1c1e30e285 Mon Sep 17 00:00:00 2001 From: smthemex <138738845+smthemex@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:11:55 +0800 Subject: [PATCH] Update custom-node-list.json add node --- custom-node-list.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e01a6b11..faaf4eab 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7988,7 +7988,7 @@ "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", @@ -7997,6 +7997,26 @@ ], "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." } ] }