diff --git a/apps/node/src/modules/comfyui/comfyui.service.ts b/apps/node/src/modules/comfyui/comfyui.service.ts index 6feafb63..2a60336e 100644 --- a/apps/node/src/modules/comfyui/comfyui.service.ts +++ b/apps/node/src/modules/comfyui/comfyui.service.ts @@ -47,7 +47,7 @@ class ComfyuiService { this.comfyuilogs += event.message; } - 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")) { this.comfyuiProgressEvent.emit({ type: "START_SUCCESS", message: "ComfyUI Started Success"