Skip to content

Releases: n00mkrad/cupscale

Build 14

25 Sep 17:08
Compare
Choose a tag to compare

Changes:

  • Image post-processing is now parallel to upscaling. This means images get copied to the output folder as soon as they are upscaled.
  • Significantly improved DDS exporting
    • Switched from ImageMagick to Nvidia's nvcompressor as encoder
    • Supports raw RGB, BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, and BC5
  • Added the option to save animated preview comparisons (GIF or h264 MP4)
  • Better Alpha removal for transparent images, should fix some strange looking image bugs
  • Improved the installer for ESRGAN and other files, should now only extract resources when needed
  • Better error handling for ESRGAN - Custom error messages for missing python installation/modules and incompatible models
  • Improved Logging
    • Log is now saved to a file. It gets deleted when a new session is started (but not when the program crashes)
    • Log now has timestamps

Build 13

23 Sep 18:17
Compare
Choose a tag to compare
Build 13 Pre-release
Pre-release

Changes:

  • Better logging for ESRGAN/NCNN
  • Fixed a critical bug when upscaling the full image in preview
  • Fixed certain Alpha issues
  • Copy/Save Comparison buttons are now disabled until a preview has been rendered

Build 12

23 Sep 12:29
Compare
Choose a tag to compare
Build 12 Pre-release
Pre-release

Changes:

  • Added support for ESRGAN-NCNN-Vulkan, enabling batch upscaling on AMD GPUs
  • Added model converter & caching system for ESRGAN-NCNN
  • Images can now be loaded from the clipboard
  • Added "Open Folder Of Last Upscale" button to open the last output folder
  • Internal improvements to the ESRGAN installer

Build 11

22 Sep 19:43
Compare
Choose a tag to compare
Build 11 Pre-release
Pre-release

Changes:

  • Added post-processing options: Automatically resize images after upscaling
  • Batch processing now also accepts multi-selected images (not just a folder)
  • Preprocessing & Postprocessing now has a visible progress bar
  • Improved DDS format support (including BC7)

Build 10

21 Sep 14:21
Compare
Choose a tag to compare
Build 10 Pre-release
Pre-release

Changes:

  • Added more manual export formats: BMP, TGA, DDS
  • Added Format options in the settings window, allowing you to specify quality/compression
  • Preview merging is now drastically faster
  • Preview should now work better for huge images
  • Model Tree now hides non-model files (and folders without models in them)
  • Error handling improvements

Build 9

20 Sep 20:27
Compare
Choose a tag to compare
Build 9 Pre-release
Pre-release

Changes:

  • Added option to run ESRGAN on CPU instead of GPU/CUDA

Build 8

20 Sep 19:32
Compare
Choose a tag to compare
Build 8 Pre-release
Pre-release

Changes:

  • Replaced model dropdowns by Tree Views that support folders
  • Comparison can now be saved to file
  • Fixed TGA, DDS support (and possibly other formats)

Build 7 [Hotfix]

19 Sep 19:16
Compare
Choose a tag to compare
Build 7 [Hotfix] Pre-release
Pre-release

Changes:

  • Fixed some bugs that popped up in b6

Build 6

19 Sep 16:52
Compare
Choose a tag to compare
Build 6 Pre-release
Pre-release

Changes:

  • Added batch processing
  • Finished Alpha support including previewing
  • Added support for ALL image formats that Magick.NET supports*
  • UI design improvements
  • Fixed various bugs regarding output formats
  • Merged preview now uses the active filtering mode

*For previewing. For upscaling, the following formats are currently supported: PNG, JPEG, WEBP, BMP, TGA, DDS.

Test Build 5 [Hotfix]

15 Sep 19:24
Compare
Choose a tag to compare
Test Build 5 [Hotfix] Pre-release
Pre-release

Changes:

  • Fixed custom interpolation factor not working