1inkusFace commited on
Commit
d1f7e93
·
verified ·
1 Parent(s): 73d5421

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -16
requirements.txt CHANGED
@@ -1,16 +1,9 @@
1
- torch==2.5.1
2
- torchvision==0.20.1
3
- opencv-python==4.10.0.84
4
- diffusers>=0.31.0
5
- transformers==4.49.0
6
- tokenizers==0.21.1
7
- accelerate==1.6.0
8
- tqdm
9
- imageio
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