We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12e2a4 commit 2ac762eCopy full SHA for 2ac762e
1 file changed
ai_diffusion/backend/server.py
@@ -512,7 +512,7 @@ async def start(self, port: int | None = None):
512
text = decode_pipe_bytes(line).strip()
513
last_line = text
514
server_log.info(text)
515
- if text.startswith("To see the GUI go to:"):
+ if "To see the GUI go to" in text:
516
self.state = ServerState.running
517
self.url = text.split("http://")[-1]
518
break
0 commit comments