Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,9 @@ const docTemplate = `{
"height": {
"type": "integer"
},
"input_reference": {
"type": "string"
},
"model": {
"type": "string"
},
Expand All @@ -1877,9 +1880,15 @@ const docTemplate = `{
"response_format": {
"type": "string"
},
"seconds": {
"type": "string"
},
"seed": {
"type": "integer"
},
"size": {
"type": "string"
},
"start_image": {
"type": "string"
},
Expand Down
9 changes: 9 additions & 0 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,9 @@
"height": {
"type": "integer"
},
"input_reference": {
"type": "string"
},
"model": {
"type": "string"
},
Expand All @@ -1870,9 +1873,15 @@
"response_format": {
"type": "string"
},
"seconds": {
"type": "string"
},
"seed": {
"type": "integer"
},
"size": {
"type": "string"
},
"start_image": {
"type": "string"
},
Expand Down
6 changes: 6 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,8 @@ definitions:
type: integer
height:
type: integer
input_reference:
type: string
model:
type: string
negative_prompt:
Expand All @@ -710,8 +712,12 @@ definitions:
type: string
response_format:
type: string
seconds:
type: string
seed:
type: integer
size:
type: string
start_image:
type: string
step:
Expand Down
Loading