Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
spaces
|
2 |
|
3 |
-
bitsandbytes
|
4 |
|
5 |
accelerate==1.2.1
|
6 |
|
7 |
-
torchvision
|
8 |
|
9 |
-
torchaudio
|
10 |
|
11 |
transformers==4.47.1
|
12 |
|
@@ -16,27 +16,27 @@ paramiko
|
|
16 |
|
17 |
huggingface_hub
|
18 |
|
19 |
-
scipy
|
20 |
|
21 |
-
ftfy
|
22 |
|
23 |
opencv-python
|
24 |
|
25 |
Pillow
|
26 |
|
27 |
-
xformers
|
28 |
|
29 |
numpy
|
30 |
|
31 |
peft
|
32 |
|
33 |
-
triton
|
34 |
|
35 |
gguf
|
36 |
|
37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
38 |
|
39 |
-
gradio[oauth]==5.10.0
|
40 |
|
41 |
#git+https://github.com/ford442/diffusers.git@upcast_vae
|
42 |
diffusers==0.32.0
|
|
|
1 |
+
#spaces
|
2 |
|
3 |
+
#bitsandbytes
|
4 |
|
5 |
accelerate==1.2.1
|
6 |
|
7 |
+
#torchvision
|
8 |
|
9 |
+
#torchaudio
|
10 |
|
11 |
transformers==4.47.1
|
12 |
|
|
|
16 |
|
17 |
huggingface_hub
|
18 |
|
19 |
+
#scipy
|
20 |
|
21 |
+
#ftfy
|
22 |
|
23 |
opencv-python
|
24 |
|
25 |
Pillow
|
26 |
|
27 |
+
#xformers
|
28 |
|
29 |
numpy
|
30 |
|
31 |
peft
|
32 |
|
33 |
+
#triton
|
34 |
|
35 |
gguf
|
36 |
|
37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
38 |
|
39 |
+
#gradio[oauth]==5.10.0
|
40 |
|
41 |
#git+https://github.com/ford442/diffusers.git@upcast_vae
|
42 |
diffusers==0.32.0
|