ComfyUI-IF_AI_Dreamtalk

ComfyUI-IF_AI_Dreamtalk
★ 25

会说话的头像dreamtalk集成需要FFmpeg虚拟主播制作
为ComfyUI集成IF_AI的dreamtalk,提供Talking avatars Heads节点,生成带语音的动态头像并支持音视频导出,简化配音与动画流程。
💡 在ComfyUI中生成带语音的动态头像,用于视频或虚拟主播演示。
🍴 7 Forks💻 Python🔄 2025-03-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9671236b7e59
📦 requirements.txt
accelerate
torchaudio
Pillow
requests
opencv-python
moviepy
scipy
scikit-image
scikit-learn
numpy
yacs
PyYAML
imageio
ffmpeg-python
av
📄 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

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:

  • Starring the repository on GitHub: ComfyUI-IF_AI_tools
  • Subscribing to my YouTube channel: Impact Frames
  • Supporting me on Ko-fi: Impact Frames Ko-fi
  • Becoming a patron on Patreon: Impact Frames Patreon
  • 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