Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
face-alignment
|
2 |
+
facenet_pytorch
|
3 |
+
pytorch-lightning==2.5.0.post0
|
4 |
+
matplotlib
|
5 |
+
scikit-image==0.24
|
6 |
+
lpips==0.1.4
|
7 |
+
imgaug==0.4.0
|
8 |
+
pytorch-msssim==1.0.0
|
9 |
+
h5py==3.12.1
|
10 |
+
transformers==4.48.2
|
11 |
+
kornia==0.8.0
|
12 |
+
chumpy==0.70
|
13 |
+
wandb==0.19.6
|
14 |
+
lightning==2.5.0.post0
|
15 |
+
omegaconf==2.3.0
|
16 |
+
adabound==0.0.5
|
17 |
+
torchmetrics==1.6.1
|
18 |
+
torchfile==0.1.0
|
19 |
+
mediapipe==0.10.21
|
20 |
+
einops==0.8.0
|
21 |
+
insightface==0.7.3
|
22 |
+
onnx==1.17.0
|
23 |
+
onnxruntime==1.20.1
|
24 |
+
simple-lama-inpainting
|
25 |
+
numpy==1.23.1
|