Upload requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
argparse
|
| 2 |
+
numpy==1.24.4
|
| 3 |
+
gfpgan==1.3.8
|
| 4 |
+
realesrgan==0.3.0
|
| 5 |
+
gradio==3.36.1
|
| 6 |
+
imageio==2.35.1
|
| 7 |
+
insightface==0.7.3
|
| 8 |
+
onnxruntime-gpu==1.19.0
|
| 9 |
+
basicsr==1.4.2
|
| 10 |
+
natsort==8.4.0
|
| 11 |
+
glob2==0.7
|
| 12 |
+
opencv-python==4.10.0.84
|
| 13 |
+
moviepy==1.0.3
|
| 14 |
+
addict==2.4.0
|
| 15 |
+
future==1.0.0
|
| 16 |
+
lmdb==1.5.1
|
| 17 |
+
Pillow==10.4.0
|
| 18 |
+
pyyaml==6.0.1
|
| 19 |
+
requests==2.32.3
|
| 20 |
+
scikit-image==0.21.0
|
| 21 |
+
scipy==1.10.1
|
| 22 |
+
tb-nightly==2.14.0a20230808
|
| 23 |
+
tqdm==4.66.5
|
| 24 |
+
yapf==0.40.2
|
| 25 |
+
lpips==0.1.4
|
| 26 |
+
gdown==5.2.0 # supports downloading the large file from Google Drive
|