mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 09:16:15 +00:00
upgraded and sybugfixnced
This commit is contained in:
parent
9db2306707
commit
3f9da0950e
@ -466,6 +466,7 @@ try:
|
||||
self.ShowBlockingMessage("Installing SD api server\nPlease stand by")
|
||||
from lollms.services.sd.lollms_sd import install_sd
|
||||
install_sd()
|
||||
ASCIIColors.success("Done")
|
||||
self.HideBlockingMessage()
|
||||
return jsonify({"status":True})
|
||||
except Exception as ex:
|
||||
|
@ -32,7 +32,8 @@ def install_sd():
|
||||
try:
|
||||
lollmsElfServer.ShowBlockingMessage("Installing SD api server\nPlease stand by")
|
||||
from lollms.services.sd.lollms_sd import install_sd
|
||||
install_sd()
|
||||
install_sd(lollmsElfServer.lollms_paths)
|
||||
ASCIIColors.success("Done")
|
||||
lollmsElfServer.HideBlockingMessage()
|
||||
return {"status":True}
|
||||
except Exception as ex:
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d4452148977ec1c30d31988e7ea6c8b25d5fb09e
|
||||
Subproject commit 75e3141609bfad2e2342f205b1d3bdd3debeb87b
|
Loading…
x
Reference in New Issue
Block a user