You're looking at a specific version of this model. Jump to the model overview.

zf-kbot /object-remover-20251030:4395ffe2

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
prompt
string
remove
Text prompt to guide generation (e.g., 'remove' for object removal, or describe what to fill)
negative_prompt
string
nsfw
Negative prompt to avoid unwanted content
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
guidance_scale
number
1
Guidance scale for generation
true_cfg
number
4
True CFG parameter for quality control
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'}