Removed package manager remnants, added FLAVR network (WIP)

This commit is contained in:
N00MKRAD
2021-03-11 12:58:18 +01:00
parent 96189e705b
commit 692f6c9be9
16 changed files with 24 additions and 104 deletions

View File

@@ -177,7 +177,7 @@ namespace Flowframes
public static async Task RunAi(string outpath, AI ai, bool stepByStep = false)
{
Program.mainForm.SetStatus("Downloading models...");
await ModelDownloader.DownloadModelFiles(Path.GetFileNameWithoutExtension(ai.pkg.fileName), current.model);
await ModelDownloader.DownloadModelFiles(ai.pkgDir, current.model);
if (canceled) return;
currentlyUsingAutoEnc = Utils.CanUseAutoEnc(stepByStep, current);