-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add --ignore_missing_core_models
CLI flag to bypass checking for missing core models
#4081
add --ignore_missing_core_models
CLI flag to bypass checking for missing core models
#4081
Conversation
…ssing core models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just need to tell the user the consequence of not installing the core models as noted in the code comment below.
…:damian0815/InvokeAI into feat_ignore_missing_core_models_cli_flag
@lstein Need you to re-approve now that your requested changes have been addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…:damian0815/InvokeAI into feat_ignore_missing_core_models_cli_flag
What type of PR is this? (check all applicable)
As per title - if InvokeAI won't start because you don't have some core conversion models installed, and you know you will not need them, you can pass
--ignore_missing_core_models
on startup and the check will be bypassed.