diff --git a/assets/docs/changelog/2024-08-05.md b/assets/docs/changelog/2024-08-05.md index acffb68..6e7d930 100644 --- a/assets/docs/changelog/2024-08-05.md +++ b/assets/docs/changelog/2024-08-05.md @@ -3,14 +3,14 @@ ### Download the installer from HuggingFace ```bash # !pip install -U "huggingface_hub[cli]" -huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip +huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip --local-dir ./ ``` 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-v20240806.zip +huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip --local-dir ./ ``` Alternatively, you can manually download it from the [HuggingFace](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240806.zip) page.