Skip to content

Commit 644e169

Browse files
committed
Update BuiltInScaleModels.json
1 parent c046c71 commit 644e169

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Magpie/Resources/BuiltInScaleModels.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
// },
6464
// Anime4k = Best for anime type artworks. Does not lose any detail like ACNet. However does not look as clean as ACNet
6565
{
66-
"name": "ANime4k",
66+
"name": "Anime4k",
6767
"effects": [
6868
{
6969
"effect": "Anime4K_Upscale_L"
@@ -75,7 +75,7 @@
7575
]
7676
},
7777
{
78-
"name": "ANime4k Thinlines",
78+
"name": "Anime4k Thinlines",
7979
"effects": [
8080
{
8181
"effect": "Anime4K_Upscale_L"
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
{
93-
"name": "ANime4kGAN (S)",
93+
"name": "Anime4kGAN (S)",
9494
"effects": [
9595
{
9696
"effect": "Anime4K_Upscale_GAN_x2_S"
@@ -104,7 +104,7 @@
104104
// Restore is used to make images clearer and sharper after upscaling. Might produce ringing.
105105
// VL has a very high performance cost but produces the best result. Use L or M for better performance but they will cause more artefacts.
106106
{
107-
"name": "ANime4kGAN (S) Restore Soft",
107+
"name": "Anime4kGAN (S) Restore Soft",
108108
"effects": [
109109
{
110110
"effect": "Anime4K_Upscale_GAN_x2_S"
@@ -119,7 +119,7 @@
119119
]
120120
},
121121
{
122-
"name": "ANime4kGAN (S) Restore VL !",
122+
"name": "Anime4kGAN (S) Restore VL !",
123123
"effects": [
124124
{
125125
"effect": "Anime4K_Upscale_GAN_x2_S"
@@ -145,6 +145,18 @@
145145
}
146146
]
147147
},
148+
{
149+
"name": "NNEDI3_nns16",
150+
"effects": [
151+
{
152+
"effect": "NNEDI3_nns16_win8x4"
153+
},
154+
{
155+
"effect": "SSimDownscaler",
156+
"scale": [ -1, -1 ]
157+
}
158+
]
159+
},
148160
{
149161
"name": "FSR",
150162
"effects": [
@@ -257,6 +269,7 @@
257269
// }
258270
// ]
259271
// },
272+
// For >2x Upscaling
260273
// {
261274
// "name": "ANime4k 3x !", // For large (1440p / 4k) displays only
262275
// "effects": [

0 commit comments

Comments
 (0)