Updated RIFE-NCNN to support 4.0 models and any factor interp

This commit is contained in:
n00mkrad
2022-04-16 16:07:37 +02:00
parent 039466a702
commit 9c695a3837
3 changed files with 13 additions and 3 deletions

View File

@@ -4,20 +4,30 @@
"desc": "Old 2D Animation Model",
"dir": "rife-anime"
},
{
"name": "RIFE 2.3",
"desc": "General Model",
"dir": "rife-v2.3"
},
{
"name": "RIFE 2.4",
"desc": "Updated General Model",
"desc": "General Model",
"dir": "rife-v2.4"
},
{
"name": "RIFE 3.0",
"desc": "Updated General Model",
"desc": "General Model",
"dir": "rife-v3.0",
},
{
"name": "RIFE 3.1",
"desc": "Latest General Model",
"desc": "General Model",
"dir": "rife-v3.1",
},
{
"name": "RIFE 4.0",
"desc": "Latest General Model",
"dir": "rife-v4",
"isDefault": "true"
}
]

Binary file not shown.

Binary file not shown.