Download here -> https://jangystudio.itch.io/qualityscaler ❤
NEW
- Added a description for each widget, accessible via special button next to each widget
- When selecting 100% as Input Resolution, resizing phase will be skipped (for videos)
- Input Resolution widget will now accept values > 100%
- images and video frames can be upscaled before passing through AI
- this may improve the upscale quality
- for example, an image 100x100px
- with Input Resolution 200% and any AI model *x4
- 100x100 > 200x200 > 800x800
BUGFIX / IMPROVEMENTS
- Fix reading and writing images with nonascii characters in filepath. Thanks @jaycalixto ❤
- Fixed a bug that did not allow resources to be released upon upscale failure
- Updated external packages:
- Python 3.10.9 > 3.10.10
- pytorch 1.13 > 1.13.1
- torchdirectml 1.13 > 1.13.1
- and others...
- Code cleaning and improvements
GUI
- Removed "Options" button
- Some little changes