mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update dream.py
In the case of this "point", the Warp Terminal cannot be clicked directly to trigger the browser to open, and Chrome is a blank page. It should open properly once you remove it
This commit is contained in:
parent
803a51d5ad
commit
af8d73a8e8
@ -358,7 +358,7 @@ def dream_server_loop(t2i, host, port, outdir):
|
||||
f"Point your browser at http://localhost:{port} or use the host's DNS name or IP address.")
|
||||
else:
|
||||
print(">> Default host address now 127.0.0.1 (localhost). Use --host 0.0.0.0 to bind any address.")
|
||||
print(f">> Point your browser at http://{host}:{port}.")
|
||||
print(f">> Point your browser at http://{host}:{port}")
|
||||
|
||||
try:
|
||||
dream_server.serve_forever()
|
||||
|
Loading…
Reference in New Issue
Block a user