upgraded and sybugfixnced

This commit is contained in:
Saifeddine ALOUI 2024-01-23 00:52:44 +01:00
parent 9db2306707
commit 3f9da0950e
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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