mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
dream.py: fix indentation
This commit is contained in:
parent
6bff985496
commit
2288412ef2
@ -282,9 +282,9 @@ def dream_server_loop(t2i, host, port):
|
|||||||
dream_server = ThreadingDreamServer((host, port))
|
dream_server = ThreadingDreamServer((host, port))
|
||||||
print("\nStarted Stable Diffusion dream server!")
|
print("\nStarted Stable Diffusion dream server!")
|
||||||
if host == '0.0.0.0':
|
if host == '0.0.0.0':
|
||||||
print(f"Point your browser at http://localhost:{port} or use the host's DNS name or IP address.")
|
print(f"Point your browser at http://localhost:{port} or use the host's DNS name or IP address.")
|
||||||
else:
|
else:
|
||||||
print(f"Point your browser at http://{host}:{port}.")
|
print(f"Point your browser at http://{host}:{port}.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
dream_server.serve_forever()
|
dream_server.serve_forever()
|
||||||
|
Loading…
Reference in New Issue
Block a user