Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +27 -28
requirements.txt
CHANGED
|
@@ -1,28 +1,27 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
-
clip @ git+https://github.com/openai/CLIP.git
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
importlib-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
torch
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
vector-quantize-pytorch==1.6.30
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
clip @ git+https://github.com/openai/CLIP.git
|
| 3 |
+
einops==0.6.1
|
| 4 |
+
ffmpy==0.3.1
|
| 5 |
+
ftfy==6.1.1
|
| 6 |
+
gdown==4.7.1
|
| 7 |
+
grpcio==1.54.2
|
| 8 |
+
h11==0.14.0
|
| 9 |
+
importlib-metadata==5.0.0
|
| 10 |
+
importlib-resources==5.12.0
|
| 11 |
+
joblib
|
| 12 |
+
matplotlib==3.1.3
|
| 13 |
+
numpy==1.21.5
|
| 14 |
+
Pillow==9.2.0
|
| 15 |
+
PyYAML==6.0
|
| 16 |
+
scikit-learn
|
| 17 |
+
scipy
|
| 18 |
+
smplx==0.1.28
|
| 19 |
+
sniffio==1.3.0
|
| 20 |
+
torch==1.12.0
|
| 21 |
+
torch-tb-profiler
|
| 22 |
+
torchaudio
|
| 23 |
+
torchvision
|
| 24 |
+
tornado
|
| 25 |
+
tqdm
|
| 26 |
+
trimesh
|
| 27 |
+
vector-quantize-pytorch==1.6.30
|
|
|