Skip to content

Releases: n00mkrad/cupscale

Build 20

12 Oct 00:44
Compare
Choose a tag to compare

Changes:

  • Better CUDA fallback options; NCNN can now be used for preview mode and single-image upscaling
  • Better seamless options - You can now choose between Tiled and Mirrored mode
  • Interpolation value is now 50/50 by default
  • Fixed bug for Joey's ESRGAN where the tile upscaling progress bar wouldn't be updated correctly
  • Various UI/UX improvements (windows are no longer forced on top)
  • Various logging & error handling improvements

Build 19 Hotfix 2

09 Oct 09:45
Compare
Choose a tag to compare

Changes:

  • Fixed problem with "Advanced" model mode (outdated esrgan script)
  • Added error handling for Nvidia API (won't throw an error on AMD hardware now)

Please go to the Settings and do a clean re-install of your resource files if you are coming from Build 19 or Build 19 Hotfix 1!

Build 19 Hotfix 1

08 Oct 18:45
Compare
Choose a tag to compare

Changes:

  • Fixed Ctrl+V to paste an image not working. Bonus: You now no longer need to click on the preview image for Ctrl+V to work!
  • Fixed error handling flaw where you can't do batch processing unless a preview image is loaded

Build 19

08 Oct 15:44
Compare
Choose a tag to compare

Changes:

  • Added "Advanced" model mode that allows you to chain up to three interpolated (or single) models
  • Added VRAM monitoring in the main view
  • Added an option to automatically reload the image before upscaling (on by default)
  • Fixed post-resizing not working correctly
  • Fixed a bug where "Save Current Merged Preview" would post-resize the image once more
  • Fixed alpha not working with NCNN
  • Some more fixes regarding alpha, resizing, and color depth
  • More error handling, as always

Build 18 [Hotfix 2]

03 Oct 09:26
61de144
Compare
Choose a tag to compare

Changes:

  • Fixed "Full Image" preview refresh not working

Build 18 [Hotfix 1]

02 Oct 19:08
61de144
Compare
Choose a tag to compare

Changes:

  • Fixed installer not including the updated ESRGAN files
  • The new alpha filling method now also applies to dropped input images, not only for processing

Build 18

02 Oct 14:25
Compare
Choose a tag to compare

Changes:

  • Added Joey's ESRGAN fork as an alternative to esrgan-launcher. Supports seamless mode, faster alpha upscaling. Experimental.
  • Added "Result Only" mode for copying/saving comparison images
  • Fixed bugged alpha filling for images that are not 24-bit
  • Fixed edge cases where batch processing fails if you save images with source format and the source file has a capitalized extension
  • Some UI improvements (Version number in main view, ...)

Build 17

28 Sep 16:20
Compare
Choose a tag to compare

Changes:

  • Added options to downscale images before upscaling them
  • Fixed bug where files with capitalized extensions were not recognized as compatible

Build 16

27 Sep 23:29
Compare
Choose a tag to compare

Changes:

  • Added "Keep Folder Structure" option for batch processing
  • Added button to save the current merged preview (no need to re-upscale if you previewed the full image anyway)
  • The model selection window now accepts Enter/Return as confirm key, and Escape as cancel key
  • Fixed "Same As Source" output mode not working correctly
  • Fixed flickering progress bar

Build 15

25 Sep 20:22
Compare
Choose a tag to compare

Changes:

  • Image format for saving preview comparisons can now be customized (PNG/JPEG/WEBP)
  • Added a folder browser to the model path option
  • Added a settings page to reinstall/uninstall resource files manually
  • Minor fixes