Skip to content

Commit

Permalink
fixing 4.16-lite path
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Mar 26, 2024
1 parent 4a0691a commit 8e09076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIFE/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static void VS_CC rifeCreate(const VSMap* in, VSMap* out, [[maybe_unused]] void*
modelPath += "/rife-v4.15_ensembleTrue";
break;
case 49:
modelPath += "/rife-v4.16_lite_ensembleTrue";
modelPath += "/rife-v4.16_lite_ensembleFalse";
break;
case 50:
modelPath += "/rife-v4.16_lite_ensembleTrue";
Expand Down

0 comments on commit 8e09076

Please sign in to comment.