Removed 3.4 model (same as 3.5 but without alpha), added supportsAlpha prop

This commit is contained in:
N00MKRAD
2021-06-15 16:12:34 +02:00
parent 7abf45f673
commit daf0187960

View File

@@ -2,37 +2,38 @@
{
"name": "RIFE 1.8",
"desc": "Old 2D Animation Model",
"supportsAlpha": "false",
"dir": "RIFE18"
},
{
"name": "RIFE 2.3",
"desc": "General Model",
"supportsAlpha": "false",
"dir": "RIFE23"
},
{
"name": "RIFE 2.4",
"desc": "Latest v2 General Model (Sometimes worse than 2.3)",
"supportsAlpha": "false",
"dir": "RIFE24"
},
{
"name": "RIFE 3.0",
"desc": "v3 General Model",
"supportsAlpha": "false",
"dir": "RIFE30",
},
{
"name": "RIFE 3.1",
"desc": "Updated v3 General Model",
"supportsAlpha": "false",
"dir": "RIFE31"
},
{
"name": "RIFE 3.4",
"desc": "Updated v3 General/Animation Model",
"dir": "RIFE34"
},
{
"name": "RIFE 3.5",
"desc": "Latest v3 General/Animation Model",
"desc": "Updated v3 General/Animation Model with Alpha Support",
"dir": "RIFE35",
"supportsAlpha": "true",
"isDefault": "true"
}
]