From 543af5e216fca42456add2b168994ff41ecc7a69 Mon Sep 17 00:00:00 2001 From: Kaifeng Xu Date: Thu, 28 Mar 2024 16:02:58 +0800 Subject: [PATCH] Add hay86/ComfyUI_Dreamtalk node https://github.com/hay86/ComfyUI_Dreamtalk --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7be8b3b3..a8ac8cea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6548,7 +6548,16 @@ "install_type": "git-clone", "description": "This extension provides a ComfyUI Custom Node implementation of the [a/Depth-Anything-Tensorrt](https://github.com/spacewalk01/depth-anything-tensorrt) in Python for ultra fast depth map generation" }, - + { + "author": "hay86", + "title": "ComfyUI Dreamtalk", + "reference": "https://github.com/hay86/ComfyUI_Dreamtalk", + "files": [ + "https://github.com/hay86/ComfyUI_Dreamtalk" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/dreamtalk](https://github.com/ali-vilab/dreamtalk) for ComfyUI" + },