Skip to content

Commit

Permalink
remove experimental tag from gimm
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 15, 2024
1 parent a0ee975 commit 4187858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
pytorchInterpolateModels = {
"GMFSS (Slow Model, Animation)": ("GMFSS.pkl", "GMFSS.pkl", 1, "gmfss"),
"GMFSS Pro (Slow Model, Animation) (Helps with text warping)": ("GMFSS_PRO.pkl", "GMFSS_PRO.pkl", 1, "gmfss"),
"GIMM (Slow Model, Realistic/General) (Experimental)": ("GIMMVFI_RAFT.pth", "GIMMVFI_RAFT.pth", 1, "gimm"),
"GIMM (Slow Model, Realistic/General)": ("GIMMVFI_RAFT.pth", "GIMMVFI_RAFT.pth", 1, "gimm"),
"RIFE 4.6 (Fastest Model)": ("rife4.6.pkl", "rife4.6.pkl", 1, "rife46"),
"RIFE 4.7 (Smoothest Model)": ("rife4.7.pkl", "rife4.7.pkl", 1, "rife47"),
"RIFE 4.15": ("rife4.15.pkl", "rife4.15.pkl", 1, "rife413"),
Expand Down

0 comments on commit 4187858

Please sign in to comment.