Skip to content

Commit

Permalink
more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Sep 4, 2024
1 parent 8722314 commit a3d4637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ModelHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"RIFE 4.6 (Fastest Model)": ("rife-v4.6", "rife-v4.6.tar.gz", 1, "rife46"),
"RIFE 4.7 (Smoothest Model)": ("rife-v4.7", "rife-v4.7.tar.gz", 1, "rife47"),
"RIFE 4.15": ("rife-v4.15", "rife-v4.15.tar.gz", 1, "rife413"),
"RIFE 4.18": ("rife-v4.18", "rife-v4.18.tar.gz", 1, "rife413"),
"RIFE 4.18 (Recommended for realistic scenes)": ("rife-v4.18", "rife-v4.18.tar.gz", 1, "rife413"),
"RIFE 4.20": ("rife-v4.20", "rife-v4.20.tar.gz", 1, "rife420"),
"RIFE 4.21": ("rife-v4.21", "rife-v4.21.tar.gz", 1, "rife421"),
"RIFE 4.22 (Latest General Model)": (
Expand All @@ -33,7 +33,7 @@
"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"),
"RIFE 4.18": ("rife4.18.pkl", "rife4.18.pkl", 1, "rife413"),
"RIFE 4.18 (Recommended for realistic scenes)": ("rife4.18.pkl", "rife4.18.pkl", 1, "rife413"),
"RIFE 4.20": ("rife4.20.pkl", "rife4.20.pkl", 1, "rife420"),
"RIFE 4.21": ("rife4.21.pkl", "rife4.21.pkl", 1, "rife421"),
"RIFE 4.22 (Latest General Model)": ("rife4.22.pkl", "rife4.22.pkl", 1, "rife421"),
Expand All @@ -48,7 +48,7 @@
"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"),
"RIFE 4.18": ("rife4.18.pkl", "rife4.18.pkl", 1, "rife413"),
"RIFE 4.18 (Recommended for realistic scenes)": ("rife4.18.pkl", "rife4.18.pkl", 1, "rife413"),
"RIFE 4.20": ("rife4.20.pkl", "rife4.20.pkl", 1, "rife420"),
"RIFE 4.21": ("rife4.21.pkl", "rife4.21.pkl", 1, "rife421"),
"RIFE 4.22 (Latest General Model)": ("rife4.22.pkl", "rife4.22.pkl", 1, "rife421"),
Expand Down

0 comments on commit a3d4637

Please sign in to comment.