Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 893 Bytes

2024-08-05.md

File metadata and controls

18 lines (14 loc) · 893 Bytes

One-click Windows Installer

Download the installer from HuggingFace

# !pip install -U "huggingface_hub[cli]"
huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip --local-dir ./

If you cannot access to Huggingface, you can use hf-mirror to download:

# !pip install -U "huggingface_hub[cli]"
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip --local-dir ./

Alternatively, you can manually download it from the HuggingFace page.

Then, simply unzip the package LivePortrait-Windows-v20240806.zip and double-click run_windows_human.bat for the Humans mode, or run_windows_animal.bat for the Animals mode.