Skip to content

Commit

Permalink
scripts/vsmlrt.py: added support for RIFE v4.14 lite model
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Jan 16, 2024
1 parent 0d604a7 commit 9ee7ec1
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.21"
__version__ = "3.18.22"

__all__ = [
"Backend", "BackendV2",
Expand Down Expand Up @@ -828,6 +828,7 @@ class RIFEModel(enum.IntEnum):
v4_13 = 413
v4_13_lite = 4131
v4_14 = 414
v4_14_lite = 4141


def RIFEMerge(
Expand Down

0 comments on commit 9ee7ec1

Please sign in to comment.