Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==1.13.1
|
| 2 |
+
torchvision==0.14.1
|
| 3 |
+
torchaudio==0.13.1
|
| 4 |
+
numpy==1.23.5
|
| 5 |
+
face_alignment==1.3.0
|
| 6 |
+
imageio==2.19.3
|
| 7 |
+
imageio-ffmpeg==0.4.7
|
| 8 |
+
librosa==0.8.0
|
| 9 |
+
numba==0.56.4
|
| 10 |
+
resampy==0.3.1
|
| 11 |
+
pydub==0.25.1
|
| 12 |
+
scipy
|
| 13 |
+
kornia==0.6.8
|
| 14 |
+
tqdm
|
| 15 |
+
yacs==0.1.8
|
| 16 |
+
pyyaml
|
| 17 |
+
joblib==1.1.0
|
| 18 |
+
scikit-image==0.19.3
|
| 19 |
+
basicsr==1.4.2
|
| 20 |
+
facexlib==0.3.0
|
| 21 |
+
dlib-bin
|
| 22 |
+
gfpgan
|
| 23 |
+
av
|
| 24 |
+
safetensors
|