mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
configure: add troubleshooting info for config-not-found
This commit is contained in:
parent
8ce1ae550b
commit
3898336509
@ -786,7 +786,7 @@ def main():
|
||||
if config_path.exists():
|
||||
download_diffusers_in_config(config_path, full_precision=opt.full_precision)
|
||||
else:
|
||||
print("*⚠ No config file found; downloading no weights.")
|
||||
print(f"*⚠ No config file found; downloading no weights. Looked in {config_path}")
|
||||
print('\n** DOWNLOADING SUPPORT MODELS **')
|
||||
download_bert()
|
||||
download_clip()
|
||||
|
Loading…
Reference in New Issue
Block a user