Skip to content

v7: add Real-CUGAN

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 08:22
· 386 commits to master since this release

This release adds support for bilibili's Real-CUGAN, please refer to the wiki for details.

Special notes for CUGAN:

  1. Make sure the RGBS input to CUGAN is within [0,1] range (if in doubt, better to use core.std.Expr(input, "x 0 max 1 min") to condition the input before feeding the NN; fmtconv YUV2RGB might generate out of range RGB values): Out of range values will trip the NN into producing large negative values.
  2. Do not use tiling (i.e. must set tiles=1) as CUGAN requires access to the entire input frame for its depth detection mechanism to work.

Compared to v6, only scripts.v7.7z, models.v7.7z, vsmlrt-windows-x64-cpu.v7.7z and vsmlrt-windows-x64-cuda.v7.7z files are updated.