You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /object-remover-20251030:62d73e8a
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 |
|---|---|---|---|
| input_image |
string
|
Primary input image for processing
|
|
| mask_image |
string
|
Mask image (alpha channel) for selective processing
|
|
| top_reserve |
integer
|
200
|
Top margin reserve in pixels
|
| bottom_reserve |
integer
|
200
|
Bottom margin reserve in pixels
|
| left_reserve |
integer
|
100
|
Left margin reserve in pixels
|
| right_reserve |
integer
|
100
|
Right margin reserve in pixels
|
| num_inference_steps |
integer
|
10
Min: 1 |
Number of inference steps
|
| seed |
integer
|
-1
|
Random seed (-1 for random)
|
| output_ext |
None
|
.jpg
|
Output format
|
| quality |
integer
|
90
Min: 1 Max: 100 |
Output quality (1-100)
|
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'}