Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
#accelerate
|
2 |
torch
|
|
|
|
|
|
|
3 |
git+https://github.com/huggingface/accelerate.git
|
4 |
bitsandbytes
|
5 |
-
|
6 |
git+https://github.com/huggingface/transformers.git
|
|
|
7 |
git+https://github.com/huggingface/optimum.git
|
8 |
huggingface_hub
|
9 |
sentencepiece
|
@@ -12,4 +15,6 @@ gradio
|
|
12 |
numpy
|
13 |
opencv-python
|
14 |
git+https://github.com/asomoza/image_gen_aux.git
|
15 |
-
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
+
accelerate
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
bitsandbytes
|
7 |
+
transformers
|
8 |
git+https://github.com/huggingface/transformers.git
|
9 |
+
optimum
|
10 |
git+https://github.com/huggingface/optimum.git
|
11 |
huggingface_hub
|
12 |
sentencepiece
|
|
|
15 |
numpy
|
16 |
opencv-python
|
17 |
git+https://github.com/asomoza/image_gen_aux.git
|
18 |
+
diffusers
|
19 |
+
git+https://github.com/huggingface/diffusers.git
|
20 |
+
#git+https://github.com/ford442/diffusers.git@offload_sd3
|