Commit
·
95f11f1
1
Parent(s):
0f74ccf
dependency conflicts
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
huggingface-hub
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
5 |
transformers==4.27.1
|
6 |
open-clip-torch==2.7.0
|
|
|
7 |
opencv-contrib-python-headless==4.9.0.80
|
8 |
opencv-python-headless==4.9.0.80
|
9 |
xformers
|
10 |
omegaconf
|
11 |
-
gradio
|
12 |
rembg
|
13 |
git+https://github.com/NVlabs/nvdiffrast
|
14 |
pygltflib
|
|
|
1 |
+
huggingface-hub
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
5 |
transformers==4.27.1
|
6 |
open-clip-torch==2.7.0
|
7 |
+
numpy<2.0.0
|
8 |
opencv-contrib-python-headless==4.9.0.80
|
9 |
opencv-python-headless==4.9.0.80
|
10 |
xformers
|
11 |
omegaconf
|
12 |
+
gradio
|
13 |
rembg
|
14 |
git+https://github.com/NVlabs/nvdiffrast
|
15 |
pygltflib
|