Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
accelerate==1.2.1
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
#torchaudio
|
| 10 |
|
|
@@ -16,7 +16,7 @@ paramiko
|
|
| 16 |
|
| 17 |
huggingface_hub[hf_transfer]
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
#ftfy
|
| 22 |
|
|
@@ -24,7 +24,7 @@ huggingface_hub[hf_transfer]
|
|
| 24 |
|
| 25 |
Pillow
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
numpy
|
| 30 |
|
|
@@ -36,7 +36,10 @@ gguf
|
|
| 36 |
|
| 37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
| 38 |
|
| 39 |
-
gradio[oauth]==5.11.0
|
| 40 |
|
| 41 |
#git+https://github.com/ford442/diffusers.git@upcast_vae
|
|
|
|
|
|
|
|
|
|
| 42 |
diffusers==0.32.1
|
|
|
|
| 4 |
|
| 5 |
accelerate==1.2.1
|
| 6 |
|
| 7 |
+
torchvision
|
| 8 |
|
| 9 |
#torchaudio
|
| 10 |
|
|
|
|
| 16 |
|
| 17 |
huggingface_hub[hf_transfer]
|
| 18 |
|
| 19 |
+
scipy
|
| 20 |
|
| 21 |
#ftfy
|
| 22 |
|
|
|
|
| 24 |
|
| 25 |
Pillow
|
| 26 |
|
| 27 |
+
xformers
|
| 28 |
|
| 29 |
numpy
|
| 30 |
|
|
|
|
| 36 |
|
| 37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
| 38 |
|
| 39 |
+
#gradio[oauth]==5.11.0
|
| 40 |
|
| 41 |
#git+https://github.com/ford442/diffusers.git@upcast_vae
|
| 42 |
+
|
| 43 |
+
timm
|
| 44 |
+
|
| 45 |
diffusers==0.32.1
|