merge with main

This commit is contained in:
Lincoln Stein
2023-06-08 21:08:43 -04:00
78 changed files with 3261 additions and 10707 deletions

View File

@ -216,7 +216,8 @@ def invoke_cli():
if config.use_memory_db:
db_location = ":memory:"
else:
db_location = os.path.join(output_folder, "invokeai.db")
db_location = config.db_path
db_location.parent.mkdir(parents=True,exist_ok=True)
logger.info(f'InvokeAI database location is "{db_location}"')