Spaces:
Sleeping
Sleeping
Commit
·
9dbdf1e
1
Parent(s):
373b9a1
update
Browse files- pre-requirements.txt +8 -0
- requirements.txt +1 -9
pre-requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate
|
| 2 |
+
diffusers
|
| 3 |
+
invisible_watermark
|
| 4 |
+
torch
|
| 5 |
+
transformers
|
| 6 |
+
xformers
|
| 7 |
+
controlnet-aux # for controlnet
|
| 8 |
+
spaces # no need to specify here
|
requirements.txt
CHANGED
|
@@ -1,15 +1,7 @@
|
|
| 1 |
-
accelerate
|
| 2 |
-
diffusers
|
| 3 |
-
invisible_watermark
|
| 4 |
-
torch
|
| 5 |
-
transformers
|
| 6 |
-
xformers
|
| 7 |
-
controlnet-aux # for controlnet
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# for text2tex
|
| 2 |
pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable
|
| 3 |
trimesh
|
| 4 |
+
xatlas
|
| 5 |
scikit-learn
|
| 6 |
opencv-python
|
| 7 |
matplotlib
|