Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
|
|
|
|
1 |
Pillow
|
2 |
PyYAML
|
|
|
3 |
addict
|
4 |
flask
|
5 |
future
|
6 |
insightface>=0.7.3
|
7 |
lmdb
|
8 |
lpips
|
9 |
-
numpy
|
10 |
onnxruntime
|
11 |
opencv-python
|
12 |
pillow>=9.5.0
|
@@ -14,9 +17,8 @@ protobuf>=4.23.2
|
|
14 |
scikit-image
|
15 |
scipy
|
16 |
tb-nightly
|
17 |
-
|
18 |
-
torchvision
|
19 |
-
|
20 |
tqdm
|
21 |
yapf
|
22 |
-
waitress
|
|
|
1 |
+
basicsr==1.4.0
|
2 |
+
facelib
|
3 |
Pillow
|
4 |
PyYAML
|
5 |
+
requests
|
6 |
addict
|
7 |
flask
|
8 |
future
|
9 |
insightface>=0.7.3
|
10 |
lmdb
|
11 |
lpips
|
12 |
+
numpy
|
13 |
onnxruntime
|
14 |
opencv-python
|
15 |
pillow>=9.5.0
|
|
|
17 |
scikit-image
|
18 |
scipy
|
19 |
tb-nightly
|
20 |
+
torch
|
21 |
+
torchvision
|
|
|
22 |
tqdm
|
23 |
yapf
|
24 |
+
waitress
|