Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
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 |
-
|
13 |
-
|
14 |
-
pymeshlab
|
15 |
-
onnxruntime
|
16 |
-
nvdiffrast
|
17 |
-
xformers==0.0.22.post7
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|