Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 820 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 820 Bytes

🌟LianxiangAvatar

Updates

  • [2024.10.16]🔥Release the first version of lianxiang_avatar

Installtion

Create conda environment (Recommended):

  conda create -n echomimic python=3.8
  conda activate echomimic

Install packages with pip

  pip install -r requirements.txt

Download pretrained weights

git lfs install
git clone https://huggingface.co/BadToBest/EchoMimic pretrained_weights

The pretrained_weights is organized as follows.

./pretrained_weights/
├── denoising_unet.pth
├── reference_unet.pth
├── motion_module.pth
├── face_locator.pth
├── sd-vae-ft-mse
│   └── ...
├── sd-image-variations-diffusers
│   └── ...
└── audio_processor
    └── whisper_tiny.pt