Devlogs
RealScaler 11.0 - image/video AI upscaler app (Real-ESRGAN)
Posted February 22, 2023 by jangystudio
#adult #nsfw #tool #windows #image #video #ai
RealScaler 11.0 changelog.
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
GUI
- Removed "Options" button
- Some little changes
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:
- torchdirectml 1.13 > 1.13.1
- Code cleaning and improvements