Nodes Browser

ComfyDeploy: How IF_Dreamtalk works in ComfyUI?

What is IF_Dreamtalk?

Talking avatars Heads for the IF_AI tools integrates dreamtalk in ComfyUI

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for IF_Dreamtalk and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-IF_AI_Dreamtalk

Talking avatars Heads for the IF_AI tools integrates dreamtalk in ComfyUI

Prerequisites

Fixed the windows error download FFMPEG if you don't have it yet ffmpeg -version https://github.com/BtbN/FFmpeg-Builds/releases unziped on C:\ or C:\Program Files Create a System environment PATH with pointing to the bin folder

SystemPropertiesAdvanced_bpfdyGq1u6

for Linux Thanks at @dlandry

  ```bash     
    sudo apt install cmake
    sudo apt install libopenblas-dev
    sudo apt install build-essential
    sudo apt update
    sudo apt install ffmpeg
    open -e ~/.bash_profile
    export PATH="/usr/local/bin:$PATH"
    pip install cmake
    pip install dlib.
    ```

Donwload the Dreamtalk models to your ComfyUI models folder should look like this /ComfyUI/models/dreamtalk/checkpoints/ make sure it point to the correct location in your harddrive

 ```bash
    wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/denoising_network.pth -O /mnt/h/ComfyUI/models/dreamtalk/checkpoints/denoising_network.pth
    wget https://huggingface.co/camenduru/dreamtalk/resolve/main/damo/dreamtalk/checkpoints/renderer.pt -O /mnt/h/ComfyUI/models/dreamtalk/checkpoints/renderer.pt
    ```

Support

If you find this tool useful, please consider supporting my work by:

Your support helps me bring updates and improvements faster!

Related Tools

  • IF_prompt_MKR - A similar tool available for Stable Diffusion WebUI
  • IF_AI_tools - LLM Nodes for chating and Creating SD prompts locally with Ollama or Via APIs

ComfyUI Integrations: Deramtalk https://github.com/ali-vilab/dreamtalk