ComfyUI Extension: IF_Dreamtalk

Authored by if-ai

Created

Updated

24 stars

Talking avatars Heads for the IF_AI tools integrates dreamtalk in ComfyUI

Custom Nodes (0)

    README

    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