This is the version history, or change log, for all the released versions of NNCleanup (latest official release at the top).
v1.2.1 – March 2023
- Fixed a bug related to processing on other GPU devices than “CUDA device ID” 0 on multi-GPU workstations.
v1.2.0 – March 2023
- Implemented NNSuperResolution as an improved way of internally upscaling inpainted
- results processed in lower resolution than original res, i.e. when using “processing scale” set lower than 1.0. If you turn the option “enhanced upscaling using NNSuperResolution” off, the plugin will instead use a standard bilinear filter to bring the processed patch back to the original resolution (this was the standard behaviour in v1.1.x).
- Added an option for outputting the internally generated keymix matte into an artist customizable channel. Also added the option to make this output matte binary or not.
- Made sure to pass through additional layers other than “rgba” correctly and unaltered.
- Added progress bars when processing.
- Fixed the default knob values of the “process region”.
- Fixed so the plugin doesn’t error when specifying a too small “process region” (now it
- caps at the minimum region possible instead).
- Minor additional updates to the UI for better user experience.
- Added support for Nuke11.3 on Linux.
v1.1.1 – February 2023
- Bug fix release; fixing a processing region issue when not processing “full frame” and the
- image has a bounding box larger or smaller than the image format.
v1.1.0 – February 2023
- Addition of the knobs “process”, “process region”, “bbox padding” and “process
- scale”. All these knobs are relevant to be able to better control the size of the image the plugin is processing, and hence how much GPU memory that is required to be able to run the process GPU accelerated.
v1.0.0 – February 2023
- Initial release