From 9aa750cafa8e3a1ba5f0b54a8ee53467982c1cad Mon Sep 17 00:00:00 2001 From: Kaifeng Xu Date: Thu, 28 Mar 2024 21:08:22 +0800 Subject: [PATCH] Add hay86/ComfyUI_Dreamtalk node (#523) 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 7be8b3b..a8ac8ce 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" + },