You're looking at a specific version of this model. Jump to the model overview.
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
string
|
|
The instructions for editing or generating!
|
output_w |
integer
|
1440
|
The width of output image
|
output_h |
integer
|
1440
|
The height of output image
|
image |
string
|
The image to fill
|
|
mask |
string
|
The mask image
|
|
ref |
string
|
The reference image
|
|
seed |
integer
|
-1
|
The seed for generation (default: -1 for random)
|
sample_steps |
integer
|
50
|
The sample step for generation (optional, default: 50)
|
guide_scale |
number
|
50
|
The guide scale for generation (optional, default: 50)
|
keep_pixels_rate |
number
|
0.8
|
Keep pixels rate (optional, default: 0.8)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}