Hi, thank you for sharing this amazing project!
While setting up EchoMimicV2 following the instructions in the README, I noticed that two components mentioned under the pretrained_weights/ structure are missing after cloning from Hugging Face:
pretrained_weights/
├── sd-vae-ft-mse/ ❌ missing
└── audio_processor/
└── tiny.pt ❌ missing
I successfully installed Git LFS and cloned the repository using:
git lfs install
git clone https://huggingface.co/BadToBest/EchoMimicV2 pretrained_weights
cd pretrained_weights
git lfs pull
The main .pth files downloaded correctly, but the sd-vae-ft-mse/ and audio_processor/tiny.pt were not present in the repo or downloaded via LFS.
Could you please clarify:
Where to obtain these missing files?
Are they hosted elsewhere, or are they meant to be downloaded separately?
Any guidance would be greatly appreciated. Thanks again for your excellent work!