Spaces:
Sleeping
Sleeping
Update setup_env.sh
Browse files- setup_env.sh +1 -1
setup_env.sh
CHANGED
@@ -14,7 +14,7 @@ pip install -r requirements.txt
|
|
14 |
sudo apt -y install libgl1
|
15 |
|
16 |
# Download all the checkpoints from HuggingFace
|
17 |
-
huggingface-cli download
|
18 |
|
19 |
# Soft links for the auxiliary models
|
20 |
mkdir -p ~/.cache/torch/hub/checkpoints
|
|
|
14 |
sudo apt -y install libgl1
|
15 |
|
16 |
# Download all the checkpoints from HuggingFace
|
17 |
+
huggingface-cli download Hyathi/LatentSync --local-dir checkpoints --exclude "*.git*" "README.md"
|
18 |
|
19 |
# Soft links for the auxiliary models
|
20 |
mkdir -p ~/.cache/torch/hub/checkpoints
|