From 54e50986b232fc3f382f20924cdff675c0ce729d Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Sun, 14 Jul 2024 22:52:50 +0800 Subject: [PATCH] doc: update gif-lfs --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 90b8bcf..149dbd6 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,9 @@ pip install -r requirements.txt The easiest way to download the pretrained weights is from HuggingFace: ```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 ```