From 4ba4ef3c7d4bf22648381f7b5892f2c1ff3348cd Mon Sep 17 00:00:00 2001 From: glide-the Date: Sat, 14 Sep 2024 14:50:18 +0800 Subject: [PATCH] ComfyUI ZhipuAI Platform (#1057) * This platform extension provides ZhipuAI etector nodes and detailer nodes, enabling you to configure a workflow for online video generation * Moving repository * Refactor custom-node-list.json to update ZhipuAI extension description --------- Co-authored-by: chchchch --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2a076333..eaf8bfa1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14823,6 +14823,20 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + + { + "author": "MetaGLM", + "title": "ComfyUI ZhipuAI Platform", + "id": "zhipuai-platform", + "reference": "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform", + "files": [ + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform" + ], + "pip": ["zhipuai-platform-video"], + "install_type": "git-clone", + "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." + } ] }