Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
imageio
|
13 |
-
|
14 |
-
|
|
|
1 |
+
diffusers>=0.30.0
|
2 |
+
transformers>=4.43.4
|
3 |
+
accelerate>=0.33.0
|
4 |
+
sentencepiece==0.2.0 # T5
|
5 |
+
SwissArmyTransformer==0.4.11 # Inference
|
6 |
+
torch==2.4.0 # Tested in 2.2 2.3 2.4 and 2.5
|
7 |
+
torchvision==0.19.0
|
8 |
+
gradio==4.40.0 # For HF gradio demo
|
9 |
+
pillow==9.5.0 # For HF gradio demo
|
10 |
+
streamlit==1.37.0 # For streamlit web demo
|
11 |
+
opencv-python==4.10 # For diffusers inference origin export video
|
12 |
+
imageio==2.34.2 # For diffusers inference export video
|
13 |
+
imageio-ffmpeg==0.5.1 # For diffusers inference export video
|
14 |
+
openai==1.38.0 # For prompt refiner
|