Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Only install what's needed for Stable Diffusion, IP-Adapter, and CPU inference
|
2 |
diffusers==0.25.0
|
3 |
transformers==4.36.2
|
4 |
-
huggingface_hub==0.
|
5 |
torch==2.1.2
|
6 |
fastapi==0.110.0
|
7 |
Pillow==10.2.0
|
|
|
1 |
# Only install what's needed for Stable Diffusion, IP-Adapter, and CPU inference
|
2 |
diffusers==0.25.0
|
3 |
transformers==4.36.2
|
4 |
+
huggingface_hub==0.20.3
|
5 |
torch==2.1.2
|
6 |
fastapi==0.110.0
|
7 |
Pillow==10.2.0
|