feat: 增加效果 k7 (#1400)

This commit is contained in:
Karl Hook 2026-04-20 15:59:47 +08:00 committed by GitHub
commit cd2388fbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1797 additions and 0 deletions

View file

@ -196,6 +196,9 @@ Magpie ships with a handful of effects that can be used in combinations. Most of
* Sinc Param: The larger the value is the sharper the images become. Must be greater than 0. Default value: 0.825
* Anti-ringing Strength: The greater the value is the better the effect becomes, but the images will be more blurry.
* k7_modernAnime: anime-targeted super-resolution algorithm
* Output size: twice that of the input
* Lanczos: Scaling with the Lanczos algorithm.
* Output size: determined by scale configuration
* Parameters

View file

@ -196,6 +196,9 @@ Magpie 内置了大量效果供组合使用,大部分提供了参数选项以
* Sinc Param值越大图像越锐利
* Anti-ringing Strength抗振铃强度
* k7_modernAnime适合动漫类风格的超分算法
* 输出尺寸:输入的两倍
* Lanczos使用 Lanczos 算法缩放输入。
* 输出尺寸:取决于缩放选项
* 参数

View file

@ -461,6 +461,9 @@
<CopyFileToFolders Include="SGSR.hlsl">
<FileType>Document</FileType>
</CopyFileToFolders>
<CopyFileToFolders Include="k7_modernAnime_FHD_x2.hlsl">
<FileType>Document</FileType>
</CopyFileToFolders>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>

View file

@ -452,6 +452,7 @@
<Filter>CuNNy2</Filter>
</CopyFileToFolders>
<CopyFileToFolders Include="SGSR.hlsl" />
<CopyFileToFolders Include="k7_modernAnime_FHD_x2.hlsl" />
</ItemGroup>
<ItemGroup>
<Filter Include="Anime4K">

File diff suppressed because it is too large Load diff