Spaces:
Running
Running
Commit
·
373b9a1
1
Parent(s):
e251c37
debug
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -8,9 +8,9 @@ controlnet-aux # for controlnet
|
|
8 |
spaces # no need to specify here
|
9 |
|
10 |
# for text2tex
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
8 |
spaces # no need to specify here
|
9 |
|
10 |
# for text2tex
|
11 |
+
pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable
|
12 |
+
trimesh
|
13 |
+
scikit-learn
|
14 |
+
opencv-python
|
15 |
+
matplotlib
|
16 |
+
omegaconf
|