Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
accelerate
|
|
|
2 |
bitsandbytes
|
3 |
-
transformers
|
|
|
|
|
4 |
huggingface_hub
|
5 |
sentencepiece
|
6 |
paramiko
|
@@ -8,4 +11,4 @@ gradio
|
|
8 |
numpy
|
9 |
opencv-python
|
10 |
git+https://github.com/asomoza/image_gen_aux.git
|
11 |
-
git+https://github.com/ford442/diffusers.git@
|
|
|
1 |
+
#accelerate
|
2 |
+
git+https://github.com/huggingface/accelerate.git
|
3 |
bitsandbytes
|
4 |
+
#transformers
|
5 |
+
git+https://github.com/huggingface/transformers.git
|
6 |
+
git+https://github.com/huggingface/optimum.git
|
7 |
huggingface_hub
|
8 |
sentencepiece
|
9 |
paramiko
|
|
|
11 |
numpy
|
12 |
opencv-python
|
13 |
git+https://github.com/asomoza/image_gen_aux.git
|
14 |
+
git+https://github.com/ford442/diffusers.git@offload_sd3
|