Releases: HolyWu/vs-rife
Releases Β· HolyWu/vs-rife
v5.5.1
v5.5.0
- Add 4.25.heavy and 4.26.heavy models.
- Add
auto_download
parameter to allow only download the specified model at first run rather than forcibly download all models at once. - Usage of reducing frame rate is specifically rejected now.
- Remove pre-allocated timestep tensors to avoid potential OOM due to large
factor_num
.
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.