https://github.com/smthemex/ComfyUI_DICE_Talk
Use ‘DICE-Talk’ in ComfyUI,which is a method about 'Correlation-Aware Emotional Talking Portrait Generation'.
https://github.com/smthemex/ComfyUI_DICE_Talk
Last synced: about 1 month ago
JSON representation
Use ‘DICE-Talk’ in ComfyUI,which is a method about 'Correlation-Aware Emotional Talking Portrait Generation'.
- Host: GitHub
- URL: https://github.com/smthemex/ComfyUI_DICE_Talk
- Owner: smthemex
- Created: 2025-05-06T13:24:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-06T13:38:25.000Z (about 1 month ago)
- Last Synced: 2025-05-06T14:49:40.797Z (about 1 month ago)
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI_DICE_Talk** - Talk in ComfyUI,which is a method about Correlation-Aware Emotional Talking Portrait Generation. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI_DICE_Talk
Use [DICE-Talk](https://github.com/toto222/DICE-Talk) in ComfyUI,which is a method about 'Correlation-Aware Emotional Talking Portrait Generation'.# Update
* fix GPU Unload error# 1. Installation
In the ./ComfyUI/custom_node directory, run the following:
```
git clone https://github.com/smthemex/ComfyUI_DICE_Talk.git
```
---# 2. Requirements
```
pip install -r requirements.txt
```# 3.Model
* 3.1.1 download checkpoints from [EEEELY/DICE-Talk](https://huggingface.co/EEEELY/DICE-Talk/tree/main) 从抱脸下载必须的模型,文件结构如下图
* 3.1.2 download [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny/tree/main)
```
-- ComfyUI/models/dice_talk/
|-- audio_linear.pth
|-- emo_model.pth
|-- pose_guider.pth
|-- unet.pth
|-- yoloface_v5m.pt #can use sonic 可以用sonic的,不需要复制
|-- whisper-tiny/ #can use sonic 可以用sonic的,不需要复制
|--config.json
|--model.safetensors
|--preprocessor_config.json
|-- RIFE/ #can use sonic 可以用sonic的,不需要复制
|--flownet.pkl
```
* 3.2 SVD checkpoints [svd_xt.safetensors](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt) or [svd_xt_1_1.safetensors](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1)```
-- ComfyUI/models/checkpoints
├── svd_xt.safetensors or svd_xt_1_1.safetensors
```# 4.Example

# 5 .Citation
```
@misc{tan2025disentangleidentitycooperateemotion,
title={Disentangle Identity, Cooperate Emotion: Correlation-Aware Emotional Talking Portrait Generation},
author={Weipeng Tan and Chuming Lin and Chengming Xu and FeiFan Xu and Xiaobin Hu and Xiaozhong Ji and Junwei Zhu and Chengjie Wang and Yanwei Fu},
year={2025},
eprint={2504.18087},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2504.18087},
}
```