NCNN VS UI polish

This commit is contained in:
n00mkrad
2023-01-31 11:51:46 +01:00
parent 9bfb909c09
commit db2f931fa5
2 changed files with 3 additions and 7 deletions

View File

@@ -101,7 +101,9 @@ namespace Flowframes
if (canceled) return;
Program.mainForm.SetStatus("Running real-time interpolation...");
await AiProcess.RunRifeNcnnVs(currentSettings.framesFolder, "", currentSettings.interpFactor, currentSettings.model.Dir, true);
Program.mainForm.SetStatus("Ready");
Program.mainForm.SetWorking(false);
}
@@ -208,7 +210,6 @@ namespace Flowframes
if (canceled) return;
currentlyUsingAutoEnc = Utils.CanUseAutoEnc(stepByStep, currentSettings);
IoUtils.CreateDir(outpath);
List<Task> tasks = new List<Task>();