[go: up one dir, main page]

Skip to content

Releases: net2cn/Real-ESRGAN_GUI

1.0.0.3_pre2

01 May 14:06
172b0d7
Compare
Choose a tag to compare
1.0.0.3_pre2 Pre-release
Pre-release

Please be aware that this is a pre-release. There may be bugs to be fixed, so feel free to open a new issue when you encounter one.

This pre-release contains the following bug fixes:

  • Fix Format24bppRgb image not being handled properly.
  • Fix not doing premultiplied alpha before saving the image with an alpha channel. (This may cause some software to have weird artifacts, especially some that do not support straight alpha mode.)

1.0.0.3_pre1

30 Apr 08:52
1fa8338
Compare
Choose a tag to compare
1.0.0.3_pre1 Pre-release
Pre-release

Please be aware that this is a pre-release. There may be bugs to be fixed, so feel free to open a new issue when you encounter one.

This pre-release implements using directory path as input and preserving alpha channel. However, due to the limitations of the BICUBIC interpolation algorithm, the alpha channel is kinda blurry around the edges.
Upscaling alpha channel with the Real-ESRGAN will be implemented in the future, as well as the traditional resampling algorithms.

1.0.0.2

30 Mar 12:37
2f3c08b
Compare
Choose a tag to compare

This release added some more models (x2, animevideo, etc.) converted from the original Real-ESRGAN repo and fixed a bug that will produce a stripped image if an image with an alpha channel is used as input.

Please beware that you'll need to install .NET Desktop Runtime 5.0.15 or higher to run this app. Windows 10 1709 or higher is also a must if you hope to use DirectML GPU acceleration.

1.0.0.1

26 Mar 09:42
1d0dba1
Compare
Choose a tag to compare

This release added GPU acceleration with DirectML. To enable GPU acceleration, set the device id to the GPU index you want to use. Most systems with a single GPU will have a GPU indexed 0.
Using GPU acceleration requires Windows 10 1703 or higher. On some systems, this functionality will yield a black image due to unknown issues.

edit: I also fixed an issue that would cause the app to crash if trying to process a non-square-shaped image.

edit x2: I've noticed a bug that will cause the app to produce a stripped image when processing an image with an alpha channel. A patch has been made to address this issue. I'll release 1.0.0.2 ASAP.

1.0.0.0

16 Sep 08:10
Compare
Choose a tag to compare

Only the basic functionality is done. Batch process is not done yet.

Note that there may be huge memory consumption if your input image is large (1000x1000 can easily eat up 18 gigs of memory).

edit: This release contains a fatal bug that will cause the app to crash if process a non-square-shaped image.