merge with main

This commit is contained in:
Lincoln Stein
2023-06-05 22:03:44 -04:00
45 changed files with 377 additions and 9254 deletions

View File

@ -43,7 +43,8 @@ socket_io = SocketIO(app)
# initialize config
# this is a module global
app_config = InvokeAIAppConfig()
app_config = InvokeAIAppConfig.get_config()
app_config.parse_args()
# Add startup event to load dependencies
@app.on_event("startup")