Skip to content

Commit ce71b3e

Browse files
committed
fix model arg
1 parent a539fdc commit ce71b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AiServer.ServiceInterface/Comfy/ComfyClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public async Task<string> PopulateWorkflowAsync(Dictionary<string,object> args,
142142
// Populate template with request
143143
var workflowPageResult = new PageResult(context.OneTimePage(template)) {
144144
Args = args,
145+
Model = args.GetValueOrDefault("model"),
145146
};
146147

147148
// Render template to JSON

0 commit comments

Comments
 (0)