Commit
·
5f53ef7
1
Parent(s):
0a4637f
Update huggingface-hub version in requirements.txt from 0.19.4 to 0.21.1 for compatibility with recent features and improvements.
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
huggingface-hub == 0.
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
@@ -7,7 +7,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 |
-
gradio==3.16.0
|
11 |
omegaconf
|
12 |
rembg
|
13 |
git+https://github.com/NVlabs/nvdiffrast
|
|
|
1 |
+
huggingface-hub == 0.21.1
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
|
|
7 |
opencv-contrib-python-headless==4.9.0.80
|
8 |
opencv-python-headless==4.9.0.80
|
9 |
xformers
|
|
|
10 |
omegaconf
|
11 |
rembg
|
12 |
git+https://github.com/NVlabs/nvdiffrast
|