minor model downloader UI improvements

This commit is contained in:
N00MKRAD
2021-06-23 17:00:18 +02:00
parent 300cd5cc09
commit 55e31ad180
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@
</resheader>
<data name="label39.Text" xml:space="preserve">
<value>Normally, Flowframes will download AI model files only when you need them in order to save disk space.
This means that each model gets downloaded if you use it for the first time - afterwards it gets loaded from disk.
This means that each model gets downloaded when you use it for the first time - afterwards it gets loaded from disk.
However, if you want to use all models offline (or if you are going to copy Flowframes to a machine without internet connection), you can pre-download all model files here.

View File

@@ -37,7 +37,7 @@ namespace Flowframes.MiscUtils
await DownloadForAi(ai);
form.SetWorking(false);
form.SetStatus($"");
form.SetStatus($"Done.");
}
public static async Task DownloadForAi(AI ai)