Skip to content

Commit

Permalink
add id in req
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Apr 25, 2023
1 parent 5e0a2d3 commit ea7592c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/api/models.py
Expand Up @@ -293,6 +293,7 @@ class ScriptsList(BaseModel):

class InvocationsRequest(BaseModel):
task: str
id: Optional[str]
model: Optional[str]
vae: Optional[str]
quality: Optional[int]
Expand Down

0 comments on commit ea7592c

Please sign in to comment.