From 5cd8a732c7fc1b0d9ecf81a90be3566e8f877f72 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 6 Feb 2023 16:29:46 +0530 Subject: [PATCH] grammar --- scripts/on_sd_start.bat | 6 +++--- ui/easydiffusion/model_manager.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index dc7e1a65..0b8e5dbb 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -3,9 +3,9 @@ @REM Caution, this file will make your eyes and brain bleed. It's such an unholy mess. @REM Note to self: Please rewrite this in Python. For the sake of your own sanity. -@copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y -@copy sd-ui-files\scripts\bootstrap.bat scripts\ /Y -@copy sd-ui-files\scripts\check_modules.py scripts\ /Y +@REM @copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y +@REM @copy sd-ui-files\scripts\bootstrap.bat scripts\ /Y +@REM @copy sd-ui-files\scripts\check_modules.py scripts\ /Y if exist "%cd%\profile" ( set USERPROFILE=%cd%\profile diff --git a/ui/easydiffusion/model_manager.py b/ui/easydiffusion/model_manager.py index c0663463..0ca61c5d 100644 --- a/ui/easydiffusion/model_manager.py +++ b/ui/easydiffusion/model_manager.py @@ -43,7 +43,7 @@ def load_default_models(context: Context): except Exception as e: log.error(f'[red]Error while loading {model_type} model: {context.model_paths[model_type]}[/red]') log.error(f'[red]Error: {e}[/red]') - log.error(f'[red]Consider to remove the model from the model folder.[red]') + log.error(f'[red]Consider removing the model from the model folder.[red]') def unload_all(context: Context):