Releases: Nenotriple/gimp_upscale
Releases · Nenotriple/gimp_upscale
v1.04
New:
- Add Gimp 3.0 support
Download the correct plug-in for your version of Gimp
- Gimp 2.10 →
gimp2_upscale.zip - Gimp 3.00 →
gimp3_upscale.zip
🚩 Install instructions
v1.03
New:
- Add Linux support.
- Add progress bar message during upscale process.
Other Changes:
- Disable terminal popup on Windows.
- Increase output scale limits and granularity.
1.02
Fixed:
- Fixed installation issue present is previous versions.
v1.01
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\modelsfolder. - Each model must include a
model.paramand amodel.binfile.
- New Models:
- Two additional models:
4x-UltraSharpand4x-AnimeSharp.
- Two additional models:
Fixed:
- Fixed the issue where the script would fail when using a scale factor other than 1x.
Other changes:
- Refactored and organized the code.
v1.0
Initial release!