conda create -n echomimic_v2 python=3.10 conda activate echomimic_v2
git clone https://github.com/antgroup/echomimic_v2 cd echomimic_v2
pip install --upgrade pip pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 xformers==0.0.28.post3 --index-url https://download.pytorch.org/whl/cu124 pip install torchao --index-url https://download.pytorch.org/whl/nightly/cu124 pip install -r requirements.txt pip install --no-deps facenet_pytorch==2.6.0
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz tar -xvf ffmpeg-release-amd64-static.tar.xz mv ffmpeg-*-static ~/ffmpeg-static
export FFMPEG_PATH=~/ffmpeg-static export PATH=$FFMPEG_PATH:$PATH
echo 'export FFMPEG_PATH=~/ffmpeg-static' >> ~/.bashrc echo 'export PATH=$FFMPEG_PATH:$PATH' >> ~/.bashrc source ~/.bashrc
ffmpeg -version
git lfs install git clone https://huggingface.co/BadToBest/EchoMimicV2 pretrained_weights
./pretrained_weights/ ├── denoising_unet.pth ├── reference_unet.pth ├── motion_module.pth ├── pose_encoder.pth ├── sd-vae-ft-mse │ └── ... └── audio_processor └── tiny.pt
其中:
python app.py
python infer.py --config='./configs/prompts/infer.yaml'
python infer_acc.py --config='./configs/prompts/infer_acc.yaml'
请确保检查加速推理的配置文件。
python ./EMTD_dataset/download.py
bash ./EMTD_dataset/slice.sh
python ./EMTD_dataset/preprocess.py
EchoMimic Windows 一体包:由开发者 Arthurzhangsheng 提供的免环境安装 Windows 一体包,解压即用。
ComfyUI_EchoMimic 插件:由开发者 smthemex 提供的在 ComfyUI 中使用 EchoMimic 的插件,扩展了使用场景。
请根据您的实际需求选择合适的安装和使用方式。