mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 09:44:25 +01:00
Fix regression with new installations not being able to start ED
This commit is contained in:
parent
df518f822c
commit
3216a68d63
@ -1,11 +1,12 @@
|
||||
from easydiffusion import model_manager, app, server
|
||||
from easydiffusion.server import server_api # required for uvicorn
|
||||
|
||||
app.init()
|
||||
|
||||
server.init()
|
||||
|
||||
# Init the app
|
||||
model_manager.init()
|
||||
app.init()
|
||||
app.init_render_threads()
|
||||
|
||||
# start the browser ui
|
||||
|
Loading…
Reference in New Issue
Block a user