Releases: HolyWu/vs-rife
Releases Β· HolyWu/vs-rife
v5.4.1
- Fix cached tensors do not get deleted when they are detected as scene changes.
- Change default
sc
parameter to False. - Fix missing encode_channel variable for 4.13 model.
- Remove manually allocated pinned memory to fix potential high CPU utilization on some systems. May be also marginally faster.
v5.4.0
- Add 4.25.lite model.
- Fix error when sys.stdout is None in some circumstances.
- Improve performance by using separate streams for transfering tensors between CPU and GPU.
- Improve performance by caching Head module output.
- Remove
num_streams
parameter since it doesn't provide any benefit now due to the above two improvements. - Re-fix jaggy/wobbling line issue by a significantly faster method than v5.3.0. Using
trt=True
now requirestensorrt>=10.4.0
andtorch_tensorrt>=2.6.0.dev20241011
to fully work. Due to some issues in Torch-TensorRT, dynamic shapes support is temporarily disabled at the moment.
v5.3.1
v5.3.0
- Add 4.19-4.26 models.
- Bump PyTorch and Torch-TensorRT to 2.6.0.dev.
- Change default model to 4.18.
- Add
trt_static_shape
parameter and default to True. - Fix jaggy/wobbling line issue and broken 4K output. The performance is expected to be lower than before due to the changes.
v5.2.0
v5.1.0
v5.0.0
v4.2.0
v4.1.0
v4.0.0
- Properly handle frame duration.
- Change default num_streams to 2.
- Put model files in a separate directory.
- Set CUDA_MODULE_LOADING environment variable to LAZY.
- Always clamp input tensor to 0.0-1.0 range.
- Remove nvFuser and CUDA Graphs.
- Change function name to lowercase.
- Add 4.7 model.
- Bump TensorRT version requirement to 8.6.1.
- Bump PyTorch version requirement to 2.0.1.
- Bump VapourSynth version requirement to R62.