Silverbelt
commited on
Commit
·
80960ec
1
Parent(s):
b3e34bd
gitignore and readme
Browse files- .gitignore +2 -0
- README.md +10 -6
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
output
|
2 |
+
.venv
|
README.md
CHANGED
@@ -15,14 +15,18 @@ tags:
|
|
15 |
In this repository some images with very different styles get upscaled with different upscalers to compare the strengths and weaknesses of them.
|
16 |
|
17 |
The tested upscalers are:
|
18 |
-
- [4xLexicaDAT2_otf](https://openmodeldb.info/models/4x-LexicaDAT2-otf)
|
19 |
-
- [4xFaceUpDAT](https://openmodeldb.info/models/4x-FaceUpDAT)
|
20 |
-
- [4xFaceUpSharpDAT](https://openmodeldb.info/models/4x-FaceUpSharpDAT)
|
|
|
21 |
- [4x_NMKD-Siax_200k](https://openmodeldb.info/models/4x-NMKD-Siax-CX)
|
22 |
-
-
|
23 |
- [4xNomos8k_atd_jpg](https://openmodeldb.info/models/4x-Nomos8k-atd-jpg)
|
24 |
-
- [4xNomos8kDAT](https://openmodeldb.info/models/4x-Nomos8kDAT)
|
25 |
-
- [
|
|
|
|
|
|
|
26 |
- [4x-UltraSharp](https://openmodeldb.info/models/4x-UltraSharp)
|
27 |
|
28 |
More to come...
|
|
|
15 |
In this repository some images with very different styles get upscaled with different upscalers to compare the strengths and weaknesses of them.
|
16 |
|
17 |
The tested upscalers are:
|
18 |
+
- [4xLexicaDAT2_otf](https://openmodeldb.info/models/4x-LexicaDAT2-otf) (DAT)
|
19 |
+
- [4xFaceUpDAT](https://openmodeldb.info/models/4x-FaceUpDAT) (DAT)
|
20 |
+
- [4xFaceUpSharpDAT](https://openmodeldb.info/models/4x-FaceUpSharpDAT) (DAT)
|
21 |
+
- [4xfoolhardy_Remacri](https://openmodeldb.info/models/4x-Remacri) (ESRGAN/BSRGAN)
|
22 |
- [4x_NMKD-Siax_200k](https://openmodeldb.info/models/4x-NMKD-Siax-CX)
|
23 |
+
- [4xNMKD-Superscale-SP_178000_G](https://openmodeldb.info/models/4x-NMKD-Superscale) (ESRGAN)
|
24 |
- [4xNomos8k_atd_jpg](https://openmodeldb.info/models/4x-Nomos8k-atd-jpg)
|
25 |
+
- [4xNomos8kDAT](https://openmodeldb.info/models/4x-Nomos8kDAT) (DAT)
|
26 |
+
- [4x-Nomos8kSCHAT-L](https://openmodeldb.info/models/4x-Nomos8kSCHAT-L) (HAT-L)
|
27 |
+
- [4x-NomosUniDAT-otf](https://openmodeldb.info/models/4x-NomosUniDAT-otf) (DAT)
|
28 |
+
- [4x-NomosUniDAT2-box](https://openmodeldb.info/models/4x-NomosUniDAT2-box) (DAT)
|
29 |
+
- [4xRealWebPhoto_v3_atd](https://openmodeldb.info/models/4x-RealWebPhoto-v3-atd) (ATD)
|
30 |
- [4x-UltraSharp](https://openmodeldb.info/models/4x-UltraSharp)
|
31 |
|
32 |
More to come...
|