rahul7star commited on
Commit
0911b82
Β·
verified Β·
1 Parent(s): 7dd4b28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +38 -25
requirements.txt CHANGED
@@ -1,25 +1,38 @@
1
- opencv-python==4.9.0.80
2
- accelerate==1.6.0
3
- diffusers==0.33.1
4
- transformers==4.46.2
5
- pandas==2.0.3
6
- numpy==1.24.4
7
- einops==0.7.0
8
- tqdm==4.66.2
9
- loguru==0.7.2
10
- imageio==2.34.0
11
- imageio-ffmpeg==0.5.1
12
- safetensors==0.4.3
13
- gradio==4.42.0
14
- fastapi==0.115.12
15
- uvicorn==0.34.2
16
- decord==0.6.0
17
- librosa==0.11.0
18
- scikit-video==1.1.11
19
- ffmpeg
20
- huggingface_hub
21
- flash-attn
22
- gradio
23
- torch
24
- torchvision==0.19.0
25
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.51.3
6
+ #transformers==4.46.3 # was needed by llamallava used by i2v hunyuan before patch
7
+ tokenizers>=0.20.3
8
+ accelerate>=1.1.1
9
+ tqdm
10
+ imageio
11
+ easydict
12
+ ftfy
13
+ dashscope
14
+ imageio-ffmpeg
15
+ # flash_attn
16
+ gradio==5.23.0
17
+ numpy>=1.23.5,<2
18
+ einops
19
+ moviepy==1.0.3
20
+ mmgp==3.4.8
21
+ peft==0.14.0
22
+ mutagen
23
+ pydantic==2.10.6
24
+ decord
25
+ onnxruntime-gpu
26
+ rembg[gpu]==2.0.65
27
+ matplotlib
28
+ timm
29
+ segment-anything
30
+ omegaconf
31
+ hydra-core
32
+ librosa
33
+ loguru
34
+ sentencepiece
35
+ av
36
+ opencv-python
37
+ # rembg==2.0.65
38
+ spaces