Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
-
torch
|
2 |
gradio
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
7 |
omegaconf
|
8 |
rembg
|
|
|
|
|
|
|
9 |
trimesh
|
10 |
xatlas
|
11 |
-
|
12 |
-
pymeshlab
|
13 |
-
onnxruntime
|
14 |
-
diffusers
|
15 |
-
huggingface_hub
|
|
|
|
|
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 |
+
xformers
|
11 |
omegaconf
|
12 |
rembg
|
13 |
+
git+https://github.com/NVlabs/nvdiffrast
|
14 |
+
pygltflib
|
15 |
+
kiui
|
16 |
trimesh
|
17 |
xatlas
|
18 |
+
ninja
|
19 |
+
pymeshlab
|
|
|
|
|
|