EXR stuff & error handling

This commit is contained in:
N00MKRAD
2024-06-24 11:36:43 +02:00
parent 73dcbe619a
commit ff23080453
5 changed files with 17 additions and 7 deletions

View File

@@ -19,8 +19,7 @@ namespace Flowframes.Main
if (!File.Exists(modelsFile))
{
Logger.Log($"File does not exist: {modelsFile}", true);
Logger.Log($"Error: File models.json is missing for {ai.NameInternal}, can't load AI models for this implementation!");
Logger.Log($"Error: '{modelsFile}' is missing for {ai.NameInternal}, can't load AI models for this implementation!", true);
return new ModelCollection(ai);
}