forked from extern/easydiffusion
grammar
This commit is contained in:
parent
fafbbf68a4
commit
5cd8a732c7
@ -3,9 +3,9 @@
|
|||||||
@REM Caution, this file will make your eyes and brain bleed. It's such an unholy mess.
|
@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.
|
@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
|
@REM @copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y
|
||||||
@copy sd-ui-files\scripts\bootstrap.bat scripts\ /Y
|
@REM @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\check_modules.py scripts\ /Y
|
||||||
|
|
||||||
if exist "%cd%\profile" (
|
if exist "%cd%\profile" (
|
||||||
set USERPROFILE=%cd%\profile
|
set USERPROFILE=%cd%\profile
|
||||||
|
@ -43,7 +43,7 @@ def load_default_models(context: Context):
|
|||||||
except Exception as e:
|
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 while loading {model_type} model: {context.model_paths[model_type]}[/red]')
|
||||||
log.error(f'[red]Error: {e}[/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):
|
def unload_all(context: Context):
|
||||||
|
Loading…
Reference in New Issue
Block a user