Skip to content

Commit ea7592c

Browse files
committed
add id in req
1 parent 5e0a2d3 commit ea7592c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/api/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ class ScriptsList(BaseModel):
293293

294294
class InvocationsRequest(BaseModel):
295295
task: str
296+
id: Optional[str]
296297
model: Optional[str]
297298
vae: Optional[str]
298299
quality: Optional[int]

0 commit comments

Comments
 (0)