Added 1.7 model to RIFE-NCNN, updated model descriptions

This commit is contained in:
N00MKRAD
2021-01-26 19:39:16 +01:00
parent 86e27a4041
commit cc7a15e115
4 changed files with 14 additions and 8 deletions

View File

@@ -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))