Skip to content

Releases: HolyWu/vs-basicvsrpp

v2.1.0

20 May 12:53
Compare
Choose a tag to compare
  • Upgrade to MMCV 2.0 so as to support Python 3.11 and PyTorch 2.0. Remember to uninstall mmcv-full first before mim install "mmcv>=2.0.0".
  • Bump PyTorch to 2.0.
  • Bump VapourSynth to R60.

v2.0.0

24 Mar 16:18
Compare
Choose a tag to compare
  • Change the function name to lowercase.
  • Add four models: NTIRE 2021 Video Super-Resolution, Video Deblurring (DVD), Video Deblurring (GoPro), and Video Denoising.
  • Rename interval parameter to length.
  • Rename tile_x and tile_y parameters to tile_w and tile_h respectively.
  • Remove device_type parameter.
  • Remove fp16 parameter. Now it's controlled by the format of the input.

v1.4.1

28 Oct 01:19
Compare
Choose a tag to compare
  • Revert ea2a597 to keep compatibility with PyTorch 1.9.

v1.4.0

26 Oct 13:34
Compare
Choose a tag to compare
  • The entire frame is not transferred to GPU in tiling mode now to reduce VRAM usage.
  • Silence warnings in PyTorch 1.10.

v1.3.0

03 Oct 08:41
Compare
Choose a tag to compare
  • Add cpu_cache parameter.

v1.2.0

02 Oct 15:40
Compare
Choose a tag to compare
  • Add a check to make sure model files have been downloaded.
  • Replace no_grad mode with inference mode.
  • Update pre-compiled Windows binary of mmcv-full to 1.3.14.
  • Silence warnings when using model 3-5.

v1.1.0

08 Sep 12:02
Compare
Choose a tag to compare
  • Add support for VS API4.

v1.0.0

04 Sep 16:12
Compare
Choose a tag to compare
  • Initial release.

model

04 Sep 15:12
a009640
Compare
Choose a tag to compare
model Pre-release
Pre-release
Initial commit