This commit is contained in:
cmdr2 2023-02-06 16:29:46 +05:30
parent fafbbf68a4
commit 5cd8a732c7
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

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