Ryan-PR commited on
Commit
06fafb3
·
verified ·
1 Parent(s): dc9ed6c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -26
requirements.txt CHANGED
@@ -1,27 +1,26 @@
1
- torch>=2.4.0
2
- torchvision>=0.19.0
3
- opencv-python>=4.11.0.86
4
- diffusers>=0.35.2
5
- transformers>=4.49.0
6
- tokenizers>=0.20.3
7
- accelerate>=1.1.1
8
- gradio>=5.0.0
9
- numpy==1.24.4
10
- huggingface-hub==0.34.4
11
- moviepy==1.0.3
12
- tqdm
13
- imageio
14
- easydict
15
- ftfy
16
- dashscope
17
- imageio-ffmpeg
18
- https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.4cxx11abiTRUE-cp310-cp310-linux_x86_64.whl
19
- decord
20
- einops
21
- scikit-image
22
- scikit-learn
23
- pycocotools
24
- timm
25
- hydra-core
26
- pytest
27
  wan@git+https://github.com/Wan-Video/Wan2.1
 
1
+ torch>=2.4.0
2
+ torchvision>=0.19.0
3
+ opencv-python>=4.11.0.86
4
+ diffusers>=0.35.2
5
+ transformers>=4.49.0
6
+ tokenizers>=0.20.3
7
+ accelerate>=1.1.1
8
+ gradio>=5.0.0
9
+ numpy==1.24.4
10
+ huggingface-hub==0.34.4
11
+ moviepy==1.0.3
12
+ tqdm
13
+ imageio
14
+ easydict
15
+ ftfy
16
+ dashscope
17
+ imageio-ffmpeg
18
+ decord
19
+ einops
20
+ scikit-image
21
+ scikit-learn
22
+ pycocotools
23
+ timm
24
+ hydra-core
25
+ pytest
 
26
  wan@git+https://github.com/Wan-Video/Wan2.1