Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Oct 20, 2024
1 parent 3b3b934 commit aa27be6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ int main(int argc, char** argv)
{
padding = 64;
}
if (model.find(PATHSTR("rife-v4.25-lite")) != path_t::npos)
{
padding = 128;
}
if (model.find(PATHSTR("rife-v4.26")) != path_t::npos)
{
padding = 64;
Expand Down

0 comments on commit aa27be6

Please sign in to comment.