Commit
·
1616b8d
1
Parent(s):
95f11f1
dependancy issues
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,15 +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 |
-
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
|
|
|
1 |
+
huggingface-hub==0.16.4
|
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==3.16.0
|
13 |
rembg
|
14 |
git+https://github.com/NVlabs/nvdiffrast
|
15 |
pygltflib
|