Skip to content

v0.6.1

Choose a tag to compare

@Kruk2 Kruk2 released this 06 Jun 20:40
· 604 commits to main since this release

πŸš€ If you want to support this project buy me a coffee πŸš€

Don't copy .engine files from previous version. Tensorrt update requires engines to be rebuild.

Changelog: v0.5.x β†’ v0.6.1

Features:

  • [experimental] LUT color corrections via cube files. Fixes #142 - you can find there example cube files
  • vram and performance improvements (thanks to sh202603 for finding O(n^2) regression in dense conv).
    Your results might be different, depends on GPU and restored area resolution.
Video Before (time / VRAM) After (time / VRAM) Speed Ξ” VRAM Ξ”
file-1080p-A 4m 50s 4m 15s -12.1% -14.8%
file-1080p-B 57s 54s -5.3% ~-0.6%
file2-1080p 32s 31s -3.1% -12.7%
4k 1m 45s 52s -50.5% -19%
  • bt 601 colorpsace support (color space used in old videos).
  • streaming support either via built-in app that you can open in browser or via my stash fork.
    Stash is prefered but you can start streaming mode in your browser via jasna-cli --stream. Specify other settings if you prefer.
STASH

image

image

Fixes:

  • model_weights are not read from current working directory. fixes #161 #133
  • improved HAGS detection (yes you still have to disable hardware accelerated scheduling on windows) & added nvidia driver check & path check.
  • relax NVIDIA driver requirement to 580+ fixes #117
  • nvidia-smi checks improvements #124