We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e9f4f commit 9dab1b9Copy full SHA for 9dab1b9
1 file changed
apps/node/src/modules/comfyui/comfyui.service.ts
@@ -47,7 +47,7 @@ class ComfyuiService {
47
this.comfyuilogs += event.message;
48
}
49
50
- if (event.message?.includes("To see the GUI go to: http://127.0.0.1:8188")) {
+ if (event.message?.includes("To see the GUI go to")) {
51
this.comfyuiProgressEvent.emit({
52
type: "START_SUCCESS",
53
message: "ComfyUI Started Success"
0 commit comments