Spaces:
Running
on
Zero
Running
on
Zero
Update install.sh
Browse fileschanged URL to Github to DK
- install.sh +1 -1
install.sh
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# git config --global url.https://[email protected]/.insteadOf https://github.com/ && \
|
3 |
git config --global url.https://jasongzy:[email protected]/.insteadOf https://huggingface.co/ && \
|
4 |
git lfs install && \
|
5 |
-
git clone https://github.com/
|
6 |
wget https://github.com/facebookincubator/FBX2glTF/releases/download/v0.9.7/FBX2glTF-linux-x64 -O app/util/FBX2glTF && \
|
7 |
chmod +x app/util/FBX2glTF && \
|
8 |
git clone https://huggingface.co/jasongzy/Make-It-Animatable hf-data && \
|
|
|
2 |
# git config --global url.https://[email protected]/.insteadOf https://github.com/ && \
|
3 |
git config --global url.https://jasongzy:[email protected]/.insteadOf https://huggingface.co/ && \
|
4 |
git lfs install && \
|
5 |
+
git clone https://github.com/dkatz23/retry-Make-It-Animatable --recursive --single-branch app && \
|
6 |
wget https://github.com/facebookincubator/FBX2glTF/releases/download/v0.9.7/FBX2glTF-linux-x64 -O app/util/FBX2glTF && \
|
7 |
chmod +x app/util/FBX2glTF && \
|
8 |
git clone https://huggingface.co/jasongzy/Make-It-Animatable hf-data && \
|