Skip to content

Commit

Permalink
add back rife-v3x
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Jan 11, 2024
1 parent 89e930c commit 778c921
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,18 @@ int main(int argc, char** argv)
// fine
rife_v2 = true;
}
else if (model.find(PATHSTR("rife-v3.6")) != path_t::npos)
{

rife_v4 = true;

}
else if (model.find(PATHSTR("rife-v3.9")) != path_t::npos)
{

rife_v4 = true;

}
else if (model.find(PATHSTR("rife-v3")) != path_t::npos)
{
// fine
Expand Down

0 comments on commit 778c921

Please sign in to comment.