ComfyUI Extension: ComfyUI_DICE_Talk

Authored by smthemex

Created

Updated

25 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Use DICE-Talk in ComfyUI,which is a method about Correlation-Aware Emotional Talking Portrait Generation.

Looking for a different extension?

Custom Nodes (3)

README

ComfyUI_DICE_Talk

Use 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

--  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
--   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}, 
}

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more