Skip to content

Commit

Permalink
change run message
Browse files Browse the repository at this point in the history
  • Loading branch information
6174 committed Mar 26, 2024
1 parent e0673c6 commit c16c1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function RunButton() {
if (ret.error) {
message.error(ret.error.error.message + " " + ret.error.error.details, 3)
} else {
message.info("Add task to queue");
message.info("Execution started, check the terminal for details.");
}
track("comfyui-execute-submit");
}
Expand Down

0 comments on commit c16c1cf

Please sign in to comment.