doc: update gif-lfs

This commit is contained in:
guojianzhu 2024-07-14 22:52:50 +08:00
parent 1613690d69
commit 54e50986b2

View File

@ -65,7 +65,9 @@ pip install -r requirements.txt
The easiest way to download the pretrained weights is from HuggingFace: The easiest way to download the pretrained weights is from HuggingFace:
```bash ```bash
# you may need to run `git lfs install` first # first, ensure git-lfs is installed, see: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
git lfs install
# clone the weights
git clone https://huggingface.co/KwaiVGI/liveportrait pretrained_weights git clone https://huggingface.co/KwaiVGI/liveportrait pretrained_weights
``` ```