Skip to content

Commit

Permalink
detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ljleb committed Aug 18, 2023
1 parent e06f2af commit ca5d2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfyui_custom_scripts/extensions/webuiRequests.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function registerClientToWebui(workflowTypeId, webuiClientId, sid) {

const webuiRequests = new Map([
["queue_prompt", async (json) => {
await app.queuePrompt(json.queueFront ? -1 : 0, 1);
await app.queuePrompt(json.detail.queueFront ? -1 : 0, 1);
}],
["serialize_graph", (json) => {
return app.graph.original_serialize();
Expand Down

0 comments on commit ca5d2f8

Please sign in to comment.