fffiloni commited on
Commit
e1cf096
·
verified ·
1 Parent(s): 1a9b87d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -0
requirements.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.1.1
2
+ albumentations==1.4.21
3
+ audio-separator==0.24.1
4
+ black==23.12.1
5
+ diffusers==0.31.0
6
+ einops==0.8.0
7
+ ffmpeg-python==0.2.0
8
+ funasr==1.0.27
9
+ huggingface-hub==0.26.2
10
+ imageio==2.36.0
11
+ imageio-ffmpeg==0.5.1
12
+ insightface==0.7.3
13
+ hydra-core==1.3.2
14
+ jax==0.4.35
15
+ mediapipe==0.10.18
16
+ modelscope==1.20.1
17
+ moviepy==1.0.3
18
+ numpy==1.26.4
19
+ omegaconf==2.3.0
20
+ onnxruntime-gpu>=1.20.1
21
+ opencv-python-headless==4.10.0.84
22
+ pillow>=10.4.0
23
+ scikit-learn>=1.5.2
24
+ scipy>=1.14.1
25
+ torch==2.5.1
26
+ torchaudio==2.5.1
27
+ torchvision==0.20.1
28
+ transformers==4.46.3
29
+ tqdm>=4.67.1
30
+ xformers==0.0.28.post3