mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Removed 3.4 model (same as 3.5 but without alpha), added supportsAlpha prop
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user