Skip to content

Commit

Permalink
Update BuiltInScaleModels.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Dante committed May 13, 2022
1 parent c046c71 commit 644e169
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions Magpie/Resources/BuiltInScaleModels.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// },
// Anime4k = Best for anime type artworks. Does not lose any detail like ACNet. However does not look as clean as ACNet
{
"name": "ANime4k",
"name": "Anime4k",
"effects": [
{
"effect": "Anime4K_Upscale_L"
Expand All @@ -75,7 +75,7 @@
]
},
{
"name": "ANime4k Thinlines",
"name": "Anime4k Thinlines",
"effects": [
{
"effect": "Anime4K_Upscale_L"
Expand All @@ -90,7 +90,7 @@
]
},
{
"name": "ANime4kGAN (S)",
"name": "Anime4kGAN (S)",
"effects": [
{
"effect": "Anime4K_Upscale_GAN_x2_S"
Expand All @@ -104,7 +104,7 @@
// Restore is used to make images clearer and sharper after upscaling. Might produce ringing.
// 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.
{
"name": "ANime4kGAN (S) Restore Soft",
"name": "Anime4kGAN (S) Restore Soft",
"effects": [
{
"effect": "Anime4K_Upscale_GAN_x2_S"
Expand All @@ -119,7 +119,7 @@
]
},
{
"name": "ANime4kGAN (S) Restore VL !",
"name": "Anime4kGAN (S) Restore VL !",
"effects": [
{
"effect": "Anime4K_Upscale_GAN_x2_S"
Expand All @@ -145,6 +145,18 @@
}
]
},
{
"name": "NNEDI3_nns16",
"effects": [
{
"effect": "NNEDI3_nns16_win8x4"
},
{
"effect": "SSimDownscaler",
"scale": [ -1, -1 ]
}
]
},
{
"name": "FSR",
"effects": [
Expand Down Expand Up @@ -257,6 +269,7 @@
// }
// ]
// },
// For >2x Upscaling
// {
// "name": "ANime4k 3x !", // For large (1440p / 4k) displays only
// "effects": [
Expand Down

0 comments on commit 644e169

Please sign in to comment.