mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 11:19:25 +01:00
Added 1.7 model to RIFE-NCNN, updated model descriptions
This commit is contained in:
@@ -64,6 +64,12 @@ namespace Flowframes
|
||||
}
|
||||
}
|
||||
|
||||
public static void LogIfLastLineDoesNotContainMsg (string s, bool hidden = false, bool replaceLastLine = false, string filename = "")
|
||||
{
|
||||
if (!GetLastLine().Contains(s))
|
||||
Log(s, hidden, replaceLastLine, filename);
|
||||
}
|
||||
|
||||
public static void WriteToFile (string content, bool append, string filename)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(filename))
|
||||
|
||||
@@ -202,8 +202,7 @@ namespace Flowframes
|
||||
AutoEncode.busy = false;
|
||||
Program.mainForm.SetWorking(false);
|
||||
Program.mainForm.SetTab("interpolation");
|
||||
if(!Logger.GetLastLine().Contains("Canceled interpolation."))
|
||||
Logger.Log("Canceled interpolation.");
|
||||
Logger.LogIfLastLineDoesNotContainMsg("Canceled interpolation.");
|
||||
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)
|
||||
Utils.ShowMessage($"Canceled:\n\n{reason}");
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
RIFE 1.5 - Optimized for general and HD content
|
||||
RIFE 1.6 - Optimized for general and HD/UHD content
|
||||
RIFE 1.5 - Optimized for general content
|
||||
RIFE 1.6 - Updated general model
|
||||
RIFE 1.7 - Optimized for 2D animation (Recommended)
|
||||
RIFE 1.8 - Optimized for all content (Experimental)
|
||||
RIFE 1.8 - Updated 2D animation model (Experimental)
|
||||
@@ -1,3 +1,4 @@
|
||||
RIFE 1.5 - Optimized for general and HD content
|
||||
RIFE 1.6 - Optimized for general and HD/UHD content
|
||||
RIFE 1.5 - Optimized for general content
|
||||
RIFE 1.6 - Updated general model
|
||||
RIFE 1.7 - Optimized for 2D animation (Recommended)
|
||||
RIFE 1.8 - Updated 2D animation model (Experimental)
|
||||
Reference in New Issue
Block a user