Lock pre-4.0 rife ncnn models to 2x

This commit is contained in:
n00mkrad
2022-04-17 18:39:32 +02:00
parent 9c695a3837
commit 2ac003a1b1
3 changed files with 12 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ namespace Flowframes.IO
public static async Task DownloadModelFiles (AI ai, string modelDir, bool log = true)
{
string aiDir = ai.pkgDir;
Logger.Log($"DownloadModelFiles(string ai = {ai}, string model = {modelDir}, bool log = {log})", true);
Logger.Log($"DownloadModelFiles(string ai = {ai.aiName}, string model = {modelDir}, bool log = {log})", true);
try
{