Skip to content

Commit 9dab1b9

Browse files
committed
bugfix
1 parent b3e9f4f commit 9dab1b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/node/src/modules/comfyui/comfyui.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ComfyuiService {
4747
this.comfyuilogs += event.message;
4848
}
4949

50-
if (event.message?.includes("To see the GUI go to: http://127.0.0.1:8188")) {
50+
if (event.message?.includes("To see the GUI go to")) {
5151
this.comfyuiProgressEvent.emit({
5252
type: "START_SUCCESS",
5353
message: "ComfyUI Started Success"

0 commit comments

Comments
 (0)