immango commited on
Commit
ea1e65a
·
verified ·
1 Parent(s): 637d3ba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -0
requirements.txt ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.4.0
2
+ torchvision>=0.19.0
3
+ opencv-python>=4.9.0.80
4
+ diffusers>=0.31.0
5
+ transformers>=4.49.0
6
+ tokenizers>=0.20.3
7
+ accelerate>=1.1.1
8
+ tqdm
9
+ imageio
10
+ easydict
11
+ ftfy
12
+ dashscope
13
+ imageio-ffmpeg
14
+ numpy>=1.23.5,<2
15
+ https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.3.18/flash_attn-2.7.4+cu128torch2.8-cp310-cp310-linux_x86_64.whl
16
+
17
+ # 图像处理
18
+ Pillow
19
+ opencv-python-headless
20
+
21
+ # 音频处理
22
+ librosa
23
+ soundfile
24
+ scipy
25
+
26
+ # 视频处理
27
+ imageio
28
+ imageio-ffmpeg
29
+ decord
30
+
31
+ # 工具库
32
+ tqdm
33
+ easydict
34
+ ftfy