Skip to content

v1.01

Choose a tag to compare

@Nenotriple Nenotriple released this 21 Oct 03:57
· 66 commits to main since this release

New:

  • Upscale Selected Content:
    • Upscale only the selected content.
    • The selection is upscaled and pasted back into the original position on a new layer.
    • The scale factor is always "1x" when upscaling the selection.
  • Load Additional Models:
    • Load additional models in NCNN format.
    • The script searches for models in the resrgan\models folder.
    • Each model must include a model.param and a model.bin file.
  • New Models:
    • Two additional models: 4x-UltraSharp and 4x-AnimeSharp.

Fixed:

  • Fixed the issue where the script would fail when using a scale factor other than 1x.

Other changes:

  • Refactored and organized the code.