Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ accelerate==1.2.1
|
|
8 |
|
9 |
#torchaudio
|
10 |
|
11 |
-
transformers==4.
|
12 |
|
13 |
safetensors
|
14 |
|
@@ -20,7 +20,7 @@ huggingface_hub[hf_transfer]
|
|
20 |
|
21 |
#ftfy
|
22 |
|
23 |
-
opencv-python
|
24 |
|
25 |
Pillow
|
26 |
|
@@ -36,7 +36,7 @@ gguf
|
|
36 |
|
37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
38 |
|
39 |
-
|
40 |
|
41 |
#git+https://github.com/ford442/diffusers.git@upcast_vae
|
42 |
-
diffusers==0.32.
|
|
|
8 |
|
9 |
#torchaudio
|
10 |
|
11 |
+
transformers==4.48.0
|
12 |
|
13 |
safetensors
|
14 |
|
|
|
20 |
|
21 |
#ftfy
|
22 |
|
23 |
+
#opencv-python
|
24 |
|
25 |
Pillow
|
26 |
|
|
|
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
|