Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesRemoved:
gradio
huggingface-hub
diffusers==0.24.0
einops==0.7.0
Pillow==10.1.0
transformers==4.27.1
open-clip-torch==2.7.0
opencv-contrib-python-headless==4.9.0.80
opencv-python-headless==4.9.0.80
xformers
omegaconf
rembg
git+https://github.com/NVlabs/nvdiffrast
pygltflib
kiui
trimesh
xatlas
ninja
pymeshlab
onnxruntime
- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,20 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
|
|
|
19 |
pymeshlab
|
20 |
-
onnxruntime
|
|
|
|
|
|
1 |
+
diffusers==0.17.0 # ✅ Downgrade to a stable version
|
2 |
+
huggingface_hub==0.14.1 # ✅ Use an older compatible version
|
3 |
+
torch==2.1.0
|
4 |
+
torchvision==0.16.0
|
5 |
+
torchaudio==2.1.0
|
6 |
gradio
|
|
|
|
|
7 |
einops==0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
omegaconf
|
9 |
rembg
|
|
|
|
|
|
|
10 |
trimesh
|
11 |
xatlas
|
12 |
+
kiui
|
13 |
+
open-clip-torch==2.7.0
|
14 |
pymeshlab
|
15 |
+
onnxruntime
|
16 |
+
nvdiffrast
|
17 |
+
xformers==0.0.22.post7
|