Skip to content

Commit

Permalink
scripts/vsmlrt.py: added support for RIFE v4.13 model
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Dec 4, 2023
1 parent b636f52 commit 35f10d6
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.18.15"
__version__ = "3.18.16"

__all__ = [
"Backend", "BackendV2",
Expand Down Expand Up @@ -824,6 +824,7 @@ class RIFEModel(enum.IntEnum):
v4_11 = 411
v4_12 = 412
v4_12_lite = 4121
v4_13 = 413
v4_13_lite = 4131


Expand Down

0 comments on commit 35f10d6

Please sign in to comment.