Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
basicsr==1.4.2
|
2 |
+
facexlib==0.3.0
|
3 |
+
gfpgan==1.3.8
|
4 |
+
numpy==1.26.4
|
5 |
+
opencv-python==4.11.0.86
|
6 |
+
Pillow==11.2.1
|
7 |
+
torch==2.6.0
|
8 |
+
torchvision==0.21.0
|
9 |
+
tqdm==4.67.1
|