diff --git a/Code/Forms/ModelDownloadForm.resx b/Code/Forms/ModelDownloadForm.resx index 7252420..bf5650e 100644 --- a/Code/Forms/ModelDownloadForm.resx +++ b/Code/Forms/ModelDownloadForm.resx @@ -119,7 +119,7 @@ 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. diff --git a/Code/MiscUtils/ModelDownloadFormUtils.cs b/Code/MiscUtils/ModelDownloadFormUtils.cs index 8314970..de7a506 100644 --- a/Code/MiscUtils/ModelDownloadFormUtils.cs +++ b/Code/MiscUtils/ModelDownloadFormUtils.cs @@ -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)