[AAAI 2026] EchoMimicV3: 1.3B Parameters are All You Need for Unified Multi-Modal and Multi-Task Human Animation
1,048
stars
197
commits
Python
primary language
Mar 18, 2026
updated
简体中文 | English
1Core Contributor 2Corresponding Authors
For more demo videos, please refer to the project page
conda create -n echomimic_v3 python=3.10
conda activate echomimic_v3
pip install -r requirements.txt
| Models | Download Link | Notes |
|---|---|---|
| Wan2.1-Fun-V1.1-1.3B-InP | 🤗 Huggingface | Base model |
| wav2vec2-base | 🤗 Huggingface | Audio encoder for preview |
| chinese-wav2vec2-base | 🤗 Huggingface | Audio encoder for Flash |
| EchoMimicV3-preview | 🤗 Huggingface | preview weights |
| EchoMimicV3-preview | 🤗 ModelScope | preview weights |
| EchoMimicV3-Flash | 🤗 Huggingface | Flash weights |
-- The weights of EchoMimicV3-flash-pro is organized as follows.
./flash/
├── Wan2.1-Fun-V1.1-1.3B-InP
├── chinese-wav2vec2-base
└── transformer
└── diffusion_pytorch_model.safetensors
-- The weights is of EchoMimicV3-preview organized as follows.
./preview/
├── Wan2.1-Fun-V1.1-1.3B-InP
├── wav2vec2-base-960h
└── transformer
└── diffusion_pytorch_model.safetensors
bash run_flash.sh
python infer_preview.py
For Quantified GradioUI version for EchoMimicV3-preview:
python app_mm.py
images, audios, masks and prompts are provided in datasets/echomimicv3_demos
audio_guidance_scale works optimally between 1.8~2. Increase the audio CFG value for better lip synchronization, while decreasing the audio CFG value can improve the visual quality.guidance_scale works optimally between 3~6. Increase the text CFG value for better prompt following, while decreasing the text CFG value can improve the visual quality.teacache_threshold is between 0~0.1.partial_video_length to 81, 65 or smaller to reduce VRAM usage.If you find our work useful for your research, please consider citing the paper :
@article{meng2024echomimicv2,
title={EchoMimicV2: Towards Striking, Simplified, and Semi-Body Human Animation},
author={Meng, Rang and Zhang, Xingyu and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2411.10061},
year={2024}
}
@article{meng2025echomimicv3,
title={Echomimicv3: 1.3 b parameters are all you need for unified multi-modal and multi-task human animation},
author={Meng, Rang and Wang, Yan and Wu, Weipeng and Zheng, Ruobing and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2507.03905},
year={2025}
}
@article{meng2026echotorrent,
title={EchoTorrent: Towards Swift, Sustained, and Streaming Multi-Modal Video Generation},
author={Meng, Rang and Wu, Weipeng and Yin, Yingjie and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2602.13669},
year={2026}
}
The models in this repository are licensed under the Apache 2.0 License. We claim no rights over the your generated contents, granting you the freedom to use them while ensuring that your usage complies with the provisions of this license. You are fully accountable for your use of the models, which must not involve sharing any content that violates applicable laws, causes harm to individuals or groups, disseminates personal information intended for harm, spreads misinformation, or targets vulnerable populations.
Python
99.8%
[AAAI 2026] EchoMimicV3: 1.3B Parameters are All You Need for Unified Multi-Modal and Multi-Task Human Animation
1,048
stars
197
commits
Python
primary language
Mar 18, 2026
updated
简体中文 | English
1Core Contributor 2Corresponding Authors
For more demo videos, please refer to the project page
conda create -n echomimic_v3 python=3.10
conda activate echomimic_v3
pip install -r requirements.txt
| Models | Download Link | Notes |
|---|---|---|
| Wan2.1-Fun-V1.1-1.3B-InP | 🤗 Huggingface | Base model |
| wav2vec2-base | 🤗 Huggingface | Audio encoder for preview |
| chinese-wav2vec2-base | 🤗 Huggingface | Audio encoder for Flash |
| EchoMimicV3-preview | 🤗 Huggingface | preview weights |
| EchoMimicV3-preview | 🤗 ModelScope | preview weights |
| EchoMimicV3-Flash | 🤗 Huggingface | Flash weights |
-- The weights of EchoMimicV3-flash-pro is organized as follows.
./flash/
├── Wan2.1-Fun-V1.1-1.3B-InP
├── chinese-wav2vec2-base
└── transformer
└── diffusion_pytorch_model.safetensors
-- The weights is of EchoMimicV3-preview organized as follows.
./preview/
├── Wan2.1-Fun-V1.1-1.3B-InP
├── wav2vec2-base-960h
└── transformer
└── diffusion_pytorch_model.safetensors
bash run_flash.sh
python infer_preview.py
For Quantified GradioUI version for EchoMimicV3-preview:
python app_mm.py
images, audios, masks and prompts are provided in datasets/echomimicv3_demos
audio_guidance_scale works optimally between 1.8~2. Increase the audio CFG value for better lip synchronization, while decreasing the audio CFG value can improve the visual quality.guidance_scale works optimally between 3~6. Increase the text CFG value for better prompt following, while decreasing the text CFG value can improve the visual quality.teacache_threshold is between 0~0.1.partial_video_length to 81, 65 or smaller to reduce VRAM usage.If you find our work useful for your research, please consider citing the paper :
@article{meng2024echomimicv2,
title={EchoMimicV2: Towards Striking, Simplified, and Semi-Body Human Animation},
author={Meng, Rang and Zhang, Xingyu and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2411.10061},
year={2024}
}
@article{meng2025echomimicv3,
title={Echomimicv3: 1.3 b parameters are all you need for unified multi-modal and multi-task human animation},
author={Meng, Rang and Wang, Yan and Wu, Weipeng and Zheng, Ruobing and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2507.03905},
year={2025}
}
@article{meng2026echotorrent,
title={EchoTorrent: Towards Swift, Sustained, and Streaming Multi-Modal Video Generation},
author={Meng, Rang and Wu, Weipeng and Yin, Yingjie and Li, Yuming and Ma, Chenguang},
journal={arXiv preprint arXiv:2602.13669},
year={2026}
}
The models in this repository are licensed under the Apache 2.0 License. We claim no rights over the your generated contents, granting you the freedom to use them while ensuring that your usage complies with the provisions of this license. You are fully accountable for your use of the models, which must not involve sharing any content that violates applicable laws, causes harm to individuals or groups, disseminates personal information intended for harm, spreads misinformation, or targets vulnerable populations.
Python
99.8%