Madras1 commited on
Commit
30610b2
·
verified ·
1 Parent(s): 1e135d7

Upload 3 files

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -8
requirements.txt CHANGED
@@ -1,15 +1,31 @@
1
- gradio>=4.0.0
2
- torch --index-url https://download.pytorch.org/whl/cpu
3
- torchvision --index-url https://download.pytorch.org/whl/cpu
4
- torchaudio --index-url https://download.pytorch.org/whl/cpu
5
- numpy
 
 
 
 
 
 
 
6
  scipy
7
  opencv-python-headless
8
  imageio
9
  imageio-ffmpeg
10
  pydub
11
- gfpgan
12
  face_alignment
13
- dlib-bin
14
- huggingface_hub
15
  Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ gradio==4.44.0
3
+ huggingface_hub==0.25.0
4
+
5
+ # PyTorch CPU
6
+ --extra-index-url https://download.pytorch.org/whl/cpu
7
+ torch
8
+ torchvision
9
+ torchaudio
10
+
11
+ # SadTalker deps
12
+ numpy<2.0.0
13
  scipy
14
  opencv-python-headless
15
  imageio
16
  imageio-ffmpeg
17
  pydub
 
18
  face_alignment
 
 
19
  Pillow
20
+ librosa
21
+ numba
22
+ resampy
23
+ tqdm
24
+ yacs
25
+ pyyaml
26
+ joblib
27
+ scikit-image
28
+ basicsr
29
+ facexlib
30
+ kornia
31
+ safetensors