randomtable
commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python==4.8.0.74
|
2 |
+
numpy==1.24.4
|
3 |
+
torch==2.1.0
|
4 |
+
basicsr==1.4.2
|
5 |
+
gfpgan==1.3.8
|
6 |
+
realesrgan==0.3.0
|