Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
torch>=2.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.4.0
|
2 |
+
diffusers>=0.25.0
|
3 |
+
transformers>=4.36.0
|
4 |
+
accelerate>=0.24.0
|
5 |
+
huggingface_hub>=0.20.0
|
6 |
+
imageio>=2.31.0
|
7 |
+
imageio-ffmpeg>=0.4.8
|