Releases: Nenotriple/gimp_upscale
Releases · Nenotriple/gimp_upscale
v1.04c - tiled_upscale
⚠️ Pre-Release beta⚠️
This release has issues with aspect ratio and layer alignment, it is only provided for testing!
New:
- Add Tiled Upscale option.
- Upscale the image in tiles (slower).
Discuss - #8
🚩 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.
🚩 Install instructions
v1.04b - mac_test
1.02
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\models
folder. - Each model must include a
model.param
and amodel.bin
file.
- New Models:
- Two additional models:
4x-UltraSharp
and4x-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.