Commit c9a372c 1 parent c464f29 commit c9a372c Copy full SHA for c9a372c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,14 +296,14 @@ class InvocationsRequest(BaseModel):
296
296
model : Optional [str ]
297
297
vae : Optional [str ]
298
298
quality : Optional [int ]
299
- options : Optional [str ]
299
+ options : Optional [dict ]
300
300
txt2img_payload : Optional [StableDiffusionTxt2ImgProcessingAPI ]
301
301
img2img_payload : Optional [StableDiffusionImg2ImgProcessingAPI ]
302
302
extras_single_payload : Optional [ExtrasSingleImageRequest ]
303
303
extras_batch_payload : Optional [ExtrasBatchImagesRequest ]
304
304
progress_payload :Optional [ProgressRequest ]
305
305
interrogate_payload :Optional [InterrogateRequest ]
306
- post_options_payload :Optional [ ]
306
+ post_options_payload :Optional [dict ]
307
307
308
308
class InvocationsErrorResponse (BaseModel ):
309
309
error : str = Field (title = "Invocation error" , description = "Error response from invocation." )
You can’t perform that action at this time.
0 commit comments