John6666 commited on
Commit
99bc110
·
verified ·
1 Parent(s): 9abccb8

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -24
requirements.txt CHANGED
@@ -1,25 +1,23 @@
1
- torch
2
- torchvision
3
- torchaudio
4
- numpy
5
- face_alignment
6
- imageio
7
- imageio-ffmpeg
8
- librosa
9
- numba
10
- resampy
11
- pydub
12
- scipy
13
- kornia
14
- tqdm
15
- yacs
16
- pyyaml
17
- joblib
18
- scikit-image
19
- git+https://github.com/XPixelGroup/BasicSR
20
- git+https://github.com/TencentARC/GFPGAN
21
- facexlib
22
- dlib-bin
23
- av
24
- safetensors
25
  TTS
 
1
+ numpy
2
+ face_alignment
3
+ imageio
4
+ imageio-ffmpeg
5
+ librosa
6
+ numba
7
+ resampy
8
+ pydub
9
+ scipy
10
+ kornia
11
+ tqdm
12
+ yacs
13
+ pyyaml
14
+ joblib
15
+ scikit-image
16
+ facexlib
17
+ git+https://github.com/XPixelGroup/BasicSR
18
+ git+https://github.com/TencentARC/GFPGAN
19
+ av
20
+ safetensors
21
+ torch
22
+ torchvision
 
 
23
  TTS