Nodes Browser
ComfyDeploy: How ComfyUI Dreamtalk works in ComfyUI?
What is ComfyUI Dreamtalk?
Unofficial implementation of [a/dreamtalk](https://github.com/ali-vilab/dreamtalk) for ComfyUI
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI Dreamtalk
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Dreamtalk (Unofficial Support)
Unofficial Dreamtalk support for ComfyUI.
Important Updates
- 2024/03/29: Added installation from ComfyUI Manager
- 2024/03/28: Added ComfyUI nodes and workflow examples
Basic Workflow
This workflow shows the basic usage on making an image into a talking face video.
Advanced Workflow
This workflow shows the advanced usage on making the whole image talking, instead of just a cropped face.
Installation
-
Install from ComfyUI Manager (search for
dreamtalk
, make sureffmpeg
is installed) -
Download or git clone this repository into the ComfyUI/custom_nodes/ directory and run:
sudo apt install ffmpeg
pip install -r requirements.txt
Download Checkpoints
Put the downloaded denoising_network.pth
and renderer.pt
into checkpoints
folder.
Above two files can be requested from the original author as follows:
In light of the social impact, we have ceased public download access to checkpoints. If you want to obtain the checkpoints, please request it by emailing mayf18@mails.tsinghua.edu.cn . It is important to note that sending this email implies your consent to use the provided method solely for academic research purposes.