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):