Skip to content

Commit

Permalink
scripts/vsmlrt.py: add support for RIFE v4.22 lite model
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Aug 19, 2024
1 parent b324f93 commit ecb7a29
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.15"
__version__ = "3.21.16"

__all__ = [
"Backend", "BackendV2",
Expand Down Expand Up @@ -921,6 +921,7 @@ class RIFEModel(enum.IntEnum):
v4_20 = 420
v4_21 = 421
v4_22 = 422
v4_22_lite = 4221


def RIFEMerge(
Expand Down

0 comments on commit ecb7a29

Please sign in to comment.