mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(config): remove ignore_missing_core_models
CLI arg and setting
This is now a no-op, with all models being downloaded when they are first requested.
This commit is contained in:
@ -9,13 +9,8 @@ If omitted, the app will search for the root directory in the following order:
|
||||
- The currently active virtual environment's parent directory
|
||||
- `$HOME/invokeai`"""
|
||||
|
||||
_ignore_missing_core_models_help = r"""If set, the app will ignore missing core diffusers conversion models.
|
||||
These are required to use checkpoint/safetensors models.
|
||||
If you only use diffusers models, you can safely enable this."""
|
||||
|
||||
_parser = ArgumentParser(description="Invoke Studio", formatter_class=RawTextHelpFormatter)
|
||||
_parser.add_argument("--root", type=str, help=_root_help)
|
||||
_parser.add_argument("--ignore_missing_core_models", action="store_true", help=_ignore_missing_core_models_help)
|
||||
_parser.add_argument("--version", action="version", version=__version__, help="Displays the version and exits.")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user