Skip to content

Commit

Permalink
update Magpie
Browse files Browse the repository at this point in the history
  • Loading branch information
hooke007 committed Jul 25, 2022
1 parent 2e7d4b0 commit 473a542
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions Magpie_dev/ScaleModels.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[

// 适用版本 Magpie dev v0.9
// 适用版本 Magpie dev v0.10.0
// 关于子选项数值的具体含义请阅读 https://github.com/Blinue/Magpie/wiki/自定义缩放配置

// 调用单项着色器的示例
Expand Down Expand Up @@ -78,6 +78,22 @@
{"effect":"Anime4K_Upscale_Denoise_L"},
]},

{"name":"A4K-放大-大大","effects":[
{"effect":"Anime4K_Upscale_VL"},
]},

{"name":"A4K-放大-大大-降噪版","effects":[
{"effect":"Anime4K_Upscale_Denoise_VL"},
]},

{"name":"A4K-放大-大大大","effects":[
{"effect":"Anime4K_Upscale_UL"},
]},

{"name":"A4K-放大-大大大-降噪版","effects":[
{"effect":"Anime4K_Upscale_Denoise_UL"},
]},

{"name":"A4K-放大(GAN)-小","effects":[
{"effect":"Anime4K_Upscale_GAN_x2_S"},
]},
Expand All @@ -101,10 +117,6 @@
]},
// 同上

{"name":"CatmullRom","effects":[
{"effect":"CatmullRom","scale":[-1,-1]},
]},

{"name":"FineSharp","effects":[
{"effect":"FineSharp","sstr":2.0,"cstr":0.9,"xstr":0.19,"xrep":0.25},
]},
Expand Down Expand Up @@ -139,6 +151,14 @@
{"effect":"FXAA_Ultra"},
]},

{"name":"图像调节","effects":[
{"effect":"ImageAdjustment",
"targetGamma":2.2,"monitorGamma":2.2,"saturation":1,"luminance":1,"contrast":1,
"brightBoost":0,"blackLevel":0,"r":1,"g":1,"b":1},
]},
// [1e-5,+∞] 默认2.2 | [1e-5,+∞] 默认2.2 | [0,+∞] 默认1 | [0,+∞] 默认1 | [0,+∞] 默认1
// [-1,1] 默认0 | [-1,1] 默认0 | [0,+∞] 默认1 | [0,+∞] 默认1 | [0,+∞] 默认1

{"name":"Jinc","effects":[
{"effect":"Jinc","scale":[-1,-1],"windowSinc":0.5,"sinc":0.825,"ARStrength":0.5},
]},
Expand Down

0 comments on commit 473a542

Please sign in to comment.