Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -20
requirements.txt
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
diffusers==0.
|
4 |
-
einops==0.7.0
|
5 |
-
Pillow==10.1.0
|
6 |
-
transformers==4.27.1
|
7 |
-
open-clip-torch==2.7.0
|
8 |
-
opencv-contrib-python-headless==4.9.0.80
|
9 |
-
opencv-python-headless==4.9.0.80
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
trimesh
|
18 |
-
xatlas
|
19 |
-
ninja
|
20 |
-
pymeshlab
|
|
|
1 |
+
gradio
|
2 |
+
huggingface-hub
|
3 |
+
diffusers==0.24.0
|
4 |
+
einops==0.7.0
|
5 |
+
Pillow==10.1.0
|
6 |
+
transformers==4.27.1
|
7 |
+
open-clip-torch==2.7.0
|
8 |
+
opencv-contrib-python-headless==4.9.0.80
|
9 |
+
opencv-python-headless==4.9.0.80
|
10 |
+
omegaconf
|
11 |
+
rembg
|
12 |
+
pygltflib
|
13 |
+
kiui
|
14 |
+
trimesh
|
15 |
+
xatlas
|
16 |
+
pymeshlab
|
|
|
|
|
|
|
|