From c01aacbcee9fcefa07d7be2432deb0e698b2d486 Mon Sep 17 00:00:00 2001 From: Kaifeng Xu Date: Tue, 31 Dec 2024 18:29:39 +0800 Subject: [PATCH] Update custom-node-list.json (#1386) add comfyui latentsync node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ed7e4d6d..b8f2a173 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8815,6 +8815,17 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V) for ComfyUI" }, + { + "author": "hay86", + "title": "ComfyUI LatentSync", + "id": "latentsync", + "reference": "https://github.com/hay86/ComfyUI_LatentSync", + "files": [ + "https://github.com/hay86/ComfyUI_LatentSync" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/LatentSync](https://github.com/bytedance/LatentSync) for ComfyUI" + }, { "author": "shinich39", "title": "comfyui-load-image-in-seq",