Skip to content

Commit

Permalink
adjusting 4.15 lite paths
Browse files Browse the repository at this point in the history
  • Loading branch information
styler00dollar authored Apr 2, 2024
1 parent 8bf674b commit 145d400
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RIFE/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,11 @@ static void VS_CC rifeCreate(const VSMap* in, VSMap* out, [[maybe_unused]] void*
modelPath += "/rife-v4.15_ensembleTrue";
break;
case 49:
modelPath += "rife-v4.15_lite_ensembleFalse";
modelPath += "/rife-v4.15_lite_ensembleFalse";
break;
case 50:
modelPath += "rife-v4.15_lite_ensembleTrue";
modelPath += "/rife-v4.15_lite_ensembleTrue";
break;

case 51:
modelPath += "/rife-v4.16_lite_ensembleFalse";
break;
Expand Down

0 comments on commit 145d400

Please sign in to comment.