Releases: TNTwise/REAL-Video-Enhancer
Releases Β· TNTwise/REAL-Video-Enhancer
REAL Video Enhancer 2.2.0
RVE 2.2.0
Added
- Hardware Encoding
- Auto border cropping
- GPU ID selection
- Default video container setting
- Batch input support
- Full fallback on TRT upscaling, so the engine has the greatest chance of building correctly.
- Additional Codec Support (Video, Audio, Subtitle)
- Additional Animation and Realistic Models
- Option to reencode audio, in case it has issues with output.
- HDR Mode toggle (experimental)
Changed
- Adjusted dynamic scale.
- Moved pausing to shared memory.
- Changed checks on default output directory.
- Optimized engine building for interpolate and upscale at the same time, should now use less VRAM.
- Improved tooltips.
- Adjusted default scene detect sensitivity to 3.5.
- Bump torch to 2.6.0
- Bump numpy to 2.2.2
- Bump tensorrt to 10.7
Fixed
- Win10 tooltips and pop ups.
- Issue when DAR is not equal to SAR (Thanks Yasand123).
Known Issues
- Windows detects RVE as a trojan. This is a false positive, if you do not trust the build, instructions on how to build are in the readme.
- Linux xorg not launching due to libxcb-cursor0 not being installed, please install this via your package manager.
- There are a lot of changes in this release, there may be bugs I didn't catch. Please create issues if you find such bugs.
Full Changelog: RVE-2.1.5...RVE-2.2.0
REAL Video Enhancer 2.2.5 Pre-Release
RVE 2.2.5 pre-release
- NOTE: Pre-releases are unstable, please use the stable build if you experience issues.
New features will be added to this release over time, the current changelog is not final.
Changed
- Fixed RIFE TensorRT speeds
- Backend to python 3.12
- Bump tensorrt to 10.8
REAL Video Enhancer 2.1.5
Discord: https://discord.gg/YHM7nFheyM
Added
- Stopping render, instead of having to kill the entire app.
- More tiling options.
- Better checks on imported models.
- Subtitle passthrough.
- Changelog view in home menu.
- Upscale and Interpolate at the same time.
- Sudo shuffle span for pytorch backend
- GIMM-VFI
- GMFSS Pro, which helps fix text warping.
- SloMo mode
- Ensemble for Pytorch/TensorRT interpolation.
- Dynamic Optical Flow for Pytorch interpolation.
Changed
- Make RVE smaller by switching to pyside6-essentials. (thanks zeptofine!)
- Make GUI more compact.
- Bump torch to 2.6.0-dev20241214.
- Bump CUDA to 12.6
- Remove System CUDA install requirement for GMFSS
Fixed
- ROCm upscaling not working.
Known Issues
- Windows detects RVE as a trojan. This is a false positive, if you do not trust the build, instructions on how to build are in the readme.
- Linux xorg not launching due to libxcb-cursor0 not being installed, please install this via your package manager.
- There are a lot of changes in this release, there may be bugs I didn't catch. Please create issues if you find such bugs.
SHA256sum
- REAL-Video-Enhancer-2.1.5-Windows.zip:
9278b511b952b56a77ef956932dd9d4af81b83e084a6f9a216d156ce99935997
- REAL-Video-Enhancer-2.1.5-Linux.zip:
e96b3e7f8e645740dcd922e08b0f2129f8f0786fe29f026e5391f22da10fb3cd
REAL Video Enhancer 2.1.0
Discord: https://discord.gg/YHM7nFheyM
Added
- Custom Upscale Model Support (TensorRT/Pytorch/NCNN)
- GMFSS
- RIFE 4.25 (TensorRT/Pytorch/NCNN)
- PySceneDetect for better scene change detections
- More NCNN models
Removed
- MacOS Support fully, not coming back due to changes made by Apple.
Changed
- Simplified TensorRT Engine Building
- Increased RIFE TensorRT speed
- Better preview that pads instead of stretches
- Updated PyTorch to 2.6.0.dev20241023
- Updated TensorRT to 10.6
- Naming scheme of upscaling models, should be easier to understand
REAL Video Enhancer 2.0.5
Hotfix release
- Adds
- Option to uninstall a specific backend (Experimental)
- Fixes
- SPAN incorrect output and broken TRT
- Rife 4.6 TRT
REAL Video Enhancer 2.0
Added
- πͺ Windows support: Now fully compatible with Windows OS.
- π Whole new frontend and backend.
- π Custom output file location.
- π Many new RIFE models.
- π More Upscaling models.
- π§ Selectable backends on install.
- βΈοΈ Pausing render to free GPU usage on long inference.
- π Various bug fixes.
Upgraded
- π Base backend now uses portable Python, rather than PyInstaller.
- π Updated TensorRT to 10.3.
- π Updated PyTorch to 2.5.0.
- β‘ New RIFE implementation, faster and more accurate!
Removed
- π MacOS support (Will soon be back!)
- ποΈ Custom model importing.
- πΉ Interpolating from YouTube video.
Hotpatches:
- Fixed backend not downloading
- Fixed crash if DiscordRPC was not enabled
REAL Video Enhancer 2.0 Alpha 4
Adds:
- Pausing
- Custom model imports (broken for now)
- More settings
- Bugs
Fixes:
- TensorRT RIFE (Thanks Holywu)
- a lot
REAL Video Enhancer 2.0 Alpha 3
Fixes:
- Rife interpolation at a high multiplier now calculates timestep correctly
- Output res gets recalculated when switching upscale model
REAL Video Enhancer 2.0 Alpha 2
Fixes
- crash when discord isn't running on Windows
- race condition when upscaling using tensorrt
REAL Video Enhancer 2.0 Alpha 1
Additions:
- Windows Support
- Whole new frontend and backend.
- Custom output file location
- Many new RIFE models
- more Upscaling models
- Selectable backends on install
- Bugs
Changes:
- Base backend on portable python, rather than pyinstaller.
- Update TensorRT to 10.3
- Update PyTorch to 2.5.0-dev