mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
Revert the speed up from starting the browser early. Not sure why the fastapi server isn't ready to serve static html by this point, will need to investigate later
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
from easydiffusion import model_manager, app, server
|
||||
from easydiffusion.server import server_api # required for uvicorn
|
||||
|
||||
server.init()
|
||||
|
||||
# Init the app
|
||||
model_manager.init()
|
||||
app.init()
|
||||
server.init()
|
||||
app.init_render_threads()
|
||||
|
||||
# start the browser ui
|
||||
app.open_browser()
|
||||
|
||||
app.init_render_threads()
|
||||
|
Reference in New Issue
Block a user