mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
model installer calls invokeai-configure if something wrong with root
This commit is contained in:
parent
42fbaf0647
commit
3616ac8754
@ -773,7 +773,7 @@ def main():
|
||||
config.parse_args(invoke_args)
|
||||
logger = InvokeAILogger().getLogger(config=config)
|
||||
|
||||
if not (config.root_dir / config.conf_path.parent).exists():
|
||||
if not (config.conf_path / 'models.yaml').exists():
|
||||
logger.info(
|
||||
"Your InvokeAI root directory is not set up. Calling invokeai-configure."
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user