mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-03-04 02:01:16 +01:00
Tweak message for 'still installing'
This commit is contained in:
parent
dfa552585e
commit
07483891b6
@ -350,8 +350,8 @@ def open_browser():
|
|||||||
Panel(
|
Panel(
|
||||||
"\n"
|
"\n"
|
||||||
+ f"[white]Backend: {backend_name} is still installing..\n\n"
|
+ f"[white]Backend: {backend_name} is still installing..\n\n"
|
||||||
+ "Please wait until it finishes installing before making images.\n"
|
+ "A new browser tab will open automatically after it finishes.\n"
|
||||||
+ f"The UI will turn green in the top-right corner once it is ready (in [bold yellow underline]http://localhost:{port}[/]).\n",
|
+ f"If it does not, please open your web browser and navigate to [bold yellow underline]http://localhost:{port}/\n",
|
||||||
title=f"Backend engine is installing",
|
title=f"Backend engine is installing",
|
||||||
style="bold yellow on blue",
|
style="bold yellow on blue",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user