Skip to content

Commit 4a8b350

Browse files
committed
fix typo
1 parent 8fd163b commit 4a8b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuiltinExtensions/ComfyUIBackend/WorkflowGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@ public JArray CreateConditioningDirect(string prompt, JArray clip, T2IModel mode
30913091
["clip"] = clip,
30923092
["prompt"] = prompt,
30933093
["vae"] = null, // Explicitly handled separately
3094-
["image1"] = qwenImage
3094+
["image"] = qwenImage
30953095
}, id);
30963096
}
30973097
}

0 commit comments

Comments
 (0)