update scripts

This commit is contained in:
Vladimir Mandic
2023-10-22 12:27:33 -04:00
parent e8be0a8cdc
commit c0ef02abba
7 changed files with 22 additions and 42 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class Upscaler:
return modelloader.load_models(model_path=self.model_path, model_url=self.model_url, command_path=self.user_path)
def update_status(self, prompt):
print(f"\nextras: {prompt}", file=modules.shared.progress_print_out)
modules.shared.log.info(f'Upscaler: type={self.name} model="{prompt}"')
def find_model(self, path):
info = None