Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
|
|
|
|
2 |
|
3 |
accelerate==1.2.1
|
4 |
|
@@ -19,7 +21,9 @@ numpy==2.2.1
|
|
19 |
|
20 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
21 |
|
22 |
-
git+https://github.com/ford442/diffusers.git@upcast_64
|
|
|
|
|
23 |
|
24 |
huggingface_hub[hf_transfer]
|
25 |
|
|
|
1 |
+
gradio[oauth]==5.11.0
|
2 |
+
|
3 |
+
spaces
|
4 |
|
5 |
accelerate==1.2.1
|
6 |
|
|
|
21 |
|
22 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
23 |
|
24 |
+
#git+https://github.com/ford442/diffusers.git@upcast_64
|
25 |
+
|
26 |
+
diffusers==0.32.1
|
27 |
|
28 |
huggingface_hub[hf_transfer]
|
29 |
|