Talking avatars Heads for the IF_AI tools integrates dreamtalk in ComfyUI
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
```
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!
- 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