Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
|
|
|
|
|
|
1 |
diffusers
|
2 |
transformers
|
3 |
-
torch
|
4 |
-
gradio
|
5 |
accelerate
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
diffusers
|
5 |
transformers
|
|
|
|
|
6 |
accelerate
|
7 |
+
bitsandbytes
|
8 |
+
safetensors
|
9 |
+
opencv-python
|
10 |
+
imageio[ffmpeg]
|