mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-23 05:02:38 +00:00
6a7efe2742
* chore: remove transformers for macOS * chore: specify torch cuda version * chore: update install instruction * chore: update install instruction * chore: update readme * doc: update --------- Co-authored-by: zzzweakman <1819489045@qq.com>
19 lines
863 B
Markdown
19 lines
863 B
Markdown
## One-click Windows Installer
|
|
|
|
### Download the installer from HuggingFace
|
|
```bash
|
|
# !pip install -U "huggingface_hub[cli]"
|
|
huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240805.zip
|
|
```
|
|
|
|
If you cannot access to Huggingface, you can use [hf-mirror](https://hf-mirror.com/) to download:
|
|
```bash
|
|
# !pip install -U "huggingface_hub[cli]"
|
|
export HF_ENDPOINT=https://hf-mirror.com
|
|
huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240805.zip
|
|
```
|
|
|
|
Alternatively, you can manually download it from the [HuggingFace](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240805.zip) page.
|
|
|
|
Then, simply unzip the package `LivePortrait-Windows-v20240805.zip` and double-click `run_windows_human.bat` for the Humans mode, or `run_windows_animal.bat` for the **Animals mode**.
|