jbilcke-hf commited on
Commit
057bd2e
·
verified ·
1 Parent(s): b0eec95

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,13 +1,11 @@
 
 
 
1
  opencv-python==4.9.0.80
2
- diffusers==0.31.0
3
-
4
- # using the 4.46.1 because we have this error:
5
- # "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
6
- # but you have transformers 4.46.3 which is incompatible.""
7
- #transformers==4.46.3
8
- #transformers==4.46.1
9
-
10
- tokenizers==0.20.3
11
  accelerate==1.1.1
12
  pandas==2.0.3
13
  numpy==1.24.4
@@ -17,9 +15,12 @@ loguru==0.7.2
17
  imageio==2.34.0
18
  imageio-ffmpeg==0.5.1
19
  safetensors==0.4.3
20
- gradio==4.43.0
21
-
22
- # taken from the HunyuanVideo README:
23
- # Install flash attention v2 for acceleration (requires CUDA 11.8 or above)
24
- # python -m pip install git+https://github.com/Dao-AILab/flash-attention.[email protected]
25
- flash-attn==2.5.9.post1
 
 
 
 
1
+ #torch==2.6.0
2
+ #torchvision
3
+ #torchaudio
4
  opencv-python==4.9.0.80
5
+ diffusers==0.30.2
6
+ transformers==4.48.0
7
+ peft==0.14.0
8
+ tokenizers==0.21.0
 
 
 
 
 
9
  accelerate==1.1.1
10
  pandas==2.0.3
11
  numpy==1.24.4
 
15
  imageio==2.34.0
16
  imageio-ffmpeg==0.5.1
17
  safetensors==0.4.3
18
+ mmgp==3.2.0
19
+ gradio==5.8.0
20
+ moviepy==1.0.3
21
+ flash-attn==2.7.2.post1
22
+ sageattention==1.0.6
23
+ omegaconf==2.2.3
24
+ lightning
25
+ fire
26
+ av==11.0.0