mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
improve message about the consequences of the --ignore_missing_core_models flag
This commit is contained in:
parent
23497bf759
commit
8607d124c5
@ -33,6 +33,8 @@ def check_invokeai_root(config: InvokeAIAppConfig):
|
|||||||
print(
|
print(
|
||||||
'** From the command line, activate the virtual environment and run "invokeai-configure --yes --skip-sd-weights" **'
|
'** From the command line, activate the virtual environment and run "invokeai-configure --yes --skip-sd-weights" **'
|
||||||
)
|
)
|
||||||
print('** (To skip this check completely, add "--ignore_missing_core_models" to your CLI args. Not recommended.)')
|
print('** (To skip this check completely, add "--ignore_missing_core_models" to your CLI args. Not installing '
|
||||||
|
'these core models will prevent the loading of some or all .safetensors and .ckpt files. Howeer, you can '
|
||||||
|
'always come back and install these core models in the future.)')
|
||||||
input("Press any key to continue...")
|
input("Press any key to continue...")
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user