Skip to content

Commit

Permalink
renaming 4.19 into 4.19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
styler00dollar committed Jul 12, 2024
1 parent 35ac403 commit 571bf73
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ By default models are exported with ensemble=False and Fast=True
- 56 = rife-v4.17-lite (ensemble=True)
- 57 = rife-v4.18 (ensemble=False)
- 58 = rife-v4.18 (ensemble=True)
- 59 = rife-v4.19 (ensemble=False)
- 60 = rife-v4.19 (ensemble=True)
- 59 = rife-v4.19-beta (ensemble=False)
- 60 = rife-v4.19-beta (ensemble=True)
## My experimental custom models (only works with 2x)

- 61 = sudo_rife4 (ensemble=False / fast=True)
Expand Down
4 changes: 2 additions & 2 deletions RIFE/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ static void VS_CC rifeCreate(const VSMap* in, VSMap* out, [[maybe_unused]] void*
modelPath += "/rife-v4.18_ensembleTrue";
break;
case 59:
modelPath += "/rife-v4.19_ensembleFalse";
modelPath += "/rife-v4.19_beta_ensembleFalse";
break;
case 60:
modelPath += "/rife-v4.19_ensembleTrue";
modelPath += "/rife-v4.19_beta_ensembleTrue";
break;
case 61:
modelPath += "/sudo_rife4_ensembleFalse_fastTrue";
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 571bf73

Please sign in to comment.