We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graph
1 parent dd4dd8b commit 7e85100Copy full SHA for 7e85100
src/scripts/app.ts
@@ -1478,7 +1478,7 @@ export class ComfyApp {
1478
* @returns The workflow and node links
1479
*/
1480
async graphToPrompt(graph = this.graph, clean = true) {
1481
- for (const outerNode of this.graph.computeExecutionOrder(false)) {
+ for (const outerNode of graph.computeExecutionOrder(false)) {
1482
if (outerNode.widgets) {
1483
for (const widget of outerNode.widgets) {
1484
// Allow widgets to run callbacks before a prompt has been queued
0 commit comments