Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
6174 committed Apr 29, 2024
1 parent b3e9f4f commit 9dab1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node/src/modules/comfyui/comfyui.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9dab1b9

Please sign in to comment.