First working version of dynamic backends, with Forge and ed_diffusers (v3) and ed_classic (v2). Does not auto-install Forge yet

This commit is contained in:
cmdr2
2024-10-01 10:54:58 +05:30
parent 2eb0c9106a
commit 9a12a8618c
24 changed files with 1715 additions and 356 deletions

View File

@ -9,6 +9,3 @@ server.init()
model_manager.init()
app.init_render_threads()
bucket_manager.init()
# start the browser ui
app.open_browser()