Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
natural-harmonia-gropius committed Jan 25, 2025
1 parent b27867d commit 3b93884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable_config/filters/rife.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def rife(clip, fps):
clip = clip.resize.Bilinear(format=RGBH, matrix_in=MATRIX_BT709)
clip = RIFE(
clip,
model=RIFEModel.v4_25_lite,
model=RIFEModel.v4_26,
ensemble=False,
backend=BackendV2.TRT(
num_streams=2,
Expand Down

0 comments on commit 3b93884

Please # to comment.