Terminal Technology Department, Alipay, Ant Group.
🚀 EchoMimic Series
EchoMimicV1: Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning. GitHub
EchoMimicV2: Towards Striking, Simplified, and Semi-Body Human Animation. GitHub
📣 Updates
[2024.12.10] 🔥 EchoMimic is accepted by AAAI 2025.
[2024.11.21] 🔥🔥🔥 We release our EchoMimicV2 codes and models.
[2024.08.02] 🔥 EchoMimic is now available on huggingface with A100 GPU. Thanks Wenmeng Zhou@ModelScope.
[2024.07.25] 🔥🔥🔥 Accelerated models and pipe on Audio Driven are released. The inference speed can be improved by 10x (from ~7mins/240frames to ~50s/240frames on V100 GPU)
[2024.07.23] 🔥 EchoMimic gradio demo on modelscope is ready.
[2024.07.23] 🔥 EchoMimic gradio demo on huggingface is ready. Thanks Sylvain Filoni@fffiloni.
[2024.07.17] 🔥🔥🔥 Accelerated models and pipe on Audio + Selected Landmarks are released. The inference speed can be improved by 10x (from ~7mins/240frames to ~50s/240frames on V100 GPU)
[2024.07.14] 🔥 ComfyUI is now available. Thanks @smthemex for the contribution.
In which denoising_unet.pth / reference_unet.pth / motion_module.pth / face_locator.pth are the main checkpoints of EchoMimic. Other models in this hub can be also downloaded from it's original hub, thanks to their brilliant works:
Motion Alignment between Ref. Img. and Driven Vid.
(Firstly download the checkpoints with '_pose.pth' postfix from huggingface)
Edit driver_video and ref_image to your path in demo_motion_sync.py, then run
python -u demo_motion_sync.py
Audio&Pose-Drived Algo Inference
Edit ./configs/prompts/animation_pose.yaml, then run
python -u infer_audio2vid_pose.py
Pose-Drived Algo Inference
Set draw_mouse=True in line 135 of infer_audio2vid_pose.py. Edit ./configs/prompts/animation_pose.yaml, then run
python -u infer_audio2vid_pose.py
Run the Gradio UI
Thanks to the contribution from @Robin021:
bash
12python -u webgui.py --server_port=30003
📝 Release Plans
Status
Milestone
ETA
✅
The inference source code of the Audio-Driven algo meet everyone on GitHub
9th July, 2024
✅
Pretrained models trained on English and Mandarin Chinese to be released
9th July, 2024
✅
The inference source code of the Pose-Driven algo meet everyone on GitHub
13th July, 2024
✅
Pretrained models with better pose control to be released
13th July, 2024
✅
Accelerated models to be released
17th July, 2024
🚀
Pretrained models with better sing performance to be released
TBD
🚀
Large-Scale and High-resolution Chinese-Based Talking Head Dataset
TBD
⚖️ Disclaimer
This project is intended for academic research, and we explicitly disclaim any responsibility for user-generated content. Users are solely liable for their actions while using the generative model. The project contributors have no legal affiliation with, nor accountability for, users' behaviors. It is imperative to use the generative model responsibly, adhering to both ethical and legal standards.