Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
|
5 |
-
accelerate
|
6 |
|
7 |
torchvision
|
8 |
|
9 |
#torchaudio
|
10 |
|
11 |
-
transformers
|
12 |
|
13 |
safetensors
|
14 |
|
@@ -22,6 +22,8 @@ scipy
|
|
22 |
|
23 |
#opencv-python
|
24 |
|
|
|
|
|
25 |
Pillow
|
26 |
|
27 |
#xformers
|
@@ -36,7 +38,7 @@ gguf
|
|
36 |
|
37 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
38 |
|
39 |
-
|
40 |
diffusers
|
41 |
#git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
42 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
|
|
1 |
+
spaces
|
2 |
|
3 |
+
bitsandbytes
|
4 |
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
torchvision
|
8 |
|
9 |
#torchaudio
|
10 |
|
11 |
+
git+https://github.com/huggingface/transformers.git
|
12 |
|
13 |
safetensors
|
14 |
|
|
|
22 |
|
23 |
#opencv-python
|
24 |
|
25 |
+
git+https://github.com/huggingface/optimum.git
|
26 |
+
|
27 |
Pillow
|
28 |
|
29 |
#xformers
|
|
|
38 |
|
39 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
40 |
|
41 |
+
gradio[oauth]==5.12.0
|
42 |
diffusers
|
43 |
#git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|
44 |
git+https://github.com/ford442/diffusers.git@pre_upcast_offload
|