Skip to content

Commit

Permalink
scripts/vsmlrt.py: add support for RIFE v4.17 model
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed May 24, 2024
1 parent ef808b6 commit 68aa56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/vsmlrt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.21.4"
__version__ = "3.21.5"

__all__ = [
"Backend", "BackendV2",
Expand Down Expand Up @@ -897,6 +897,7 @@ class RIFEModel(enum.IntEnum):
v4_15 = 415
v4_15_lite = 4151
v4_16_lite = 4161
v4_17 = 417


def RIFEMerge(
Expand Down

0 comments on commit 68aa56e

Please sign in to comment.