zf-kbot/object-remover-20251030

Public
318.5K runs

Run zf-kbot/object-remover-20251030 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}