rahul7star commited on
Commit
18f1c77
·
verified ·
1 Parent(s): ba03a28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -35
requirements.txt CHANGED
@@ -1,36 +1,33 @@
1
- torch == 2.5.1
2
- torchvision
3
- torchaudio
4
- python-dotenv
5
- cython
6
- gitpython >= 3.1
7
- tensorboard >= 2.11
8
- numpy >= 1.21, <2.1
9
- Pillow >= 9.5
10
- opencv-python >= 4.8
11
- scipy >= 1.7
12
- tqdm >= 4.66.1
13
- gradio >= 3.34
14
- einops >= 0.6
15
- hydra-core >= 1.3.2
16
- requests
17
- torchdiffeq
18
- librosa >= 0.8.1
19
- nitrous-ema
20
- safetensors
21
- auraloss
22
- hydra_colorlog
23
- tensordict
24
- colorlog
25
- open_clip_torch
26
- soundfile
27
- av
28
 
29
- git+https://github.com/huggingface/diffusers.git
30
- transformers
31
- accelerate
32
- sentencepiece
33
- peft
34
- ftfy
35
- imageio-ffmpeg
36
- opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.5.1
2
+ torchvision==0.20.1
3
+ --extra-index-url https://download.pytorch.org/whl/cu121
4
+ xformers==0.0.29.post1
5
+ triton==3.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ diffusers==0.33.1
8
+ transformers==4.52.3
9
+ huggingface-hub==0.32.2
10
+ imageio==2.27.0
11
+ decord==0.6.0
12
+ accelerate==0.26.1
13
+ einops==0.7.0
14
+ omegaconf==2.3.0
15
+ safetensors>=0.4.3
16
+ opencv-python==4.9.0.80
17
+ mediapipe==0.10.11
18
+ av==11.0.0
19
+ torch-fidelity==0.3.0
20
+ torchmetrics==1.3.1
21
+ python_speech_features==0.6
22
+ librosa==0.10.1
23
+ scenedetect==0.6.1
24
+ ffmpeg-python==0.2.0
25
+ lpips==0.1.4
26
+ face-alignment==1.4.1
27
+ ninja==1.11.1.1
28
+ pandas==2.0.3
29
+ numpy==1.24.4
30
+ pydub==0.25.1
31
+ moviepy==1.0.3
32
+ spaces
33
+ gradio[mcp]