Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +9 -16
requirements.txt
CHANGED
@@ -1,16 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
easydict
|
11 |
-
ftfy
|
12 |
-
dashscope
|
13 |
-
imageio-ffmpeg
|
14 |
-
flash_attn
|
15 |
-
numpy>=1.23.5,<2
|
16 |
-
xfuser
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.3.0
|
3 |
+
diffusers==0.29.0.dev0
|
4 |
+
transformers==4.41.2
|
5 |
+
accelerate==0.30.1
|
6 |
+
imageio[ffmpeg]
|
7 |
+
gradio
|
8 |
+
# Required for USP, T2V prompt enhancer and model loading
|
9 |
+
git+https://github.com/SkyworkAI/xfuser.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|