mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-23 19:31:38 +02:00
Debug logging for webui root dir
This commit is contained in:
parent
7aa4fe9c4b
commit
07105d7cfd
@ -104,6 +104,8 @@ def start_backend():
|
||||
env = dict(os.environ)
|
||||
env.update(get_env())
|
||||
|
||||
log.info(f"WebUI backend dir: {BACKEND_DIR}")
|
||||
|
||||
if not os.path.exists(BACKEND_DIR):
|
||||
install_backend()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user