We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a539fdc commit ce71b3eCopy full SHA for ce71b3e
1 file changed
AiServer.ServiceInterface/Comfy/ComfyClient.cs
@@ -142,6 +142,7 @@ public async Task<string> PopulateWorkflowAsync(Dictionary<string,object> args,
142
// Populate template with request
143
var workflowPageResult = new PageResult(context.OneTimePage(template)) {
144
Args = args,
145
+ Model = args.GetValueOrDefault("model"),
146
};
147
148
// Render template to JSON
0 commit comments