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

zf-kbot /image-object-remover:6148cfdd

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
主输入图像(image 1)
input_mask_image
string
遮罩图像(image 2)
use_mask_image
boolean
True
是否使用遮罩图像
prompt
string
Identify the object marked by the grey mask in the image. Remove it completely and fill the area with a background that matches the surrounding environment. Ensure the lighting, texture, and perspective are consistent, leaving no trace of the removed object. Maintain the overall composition and quality of the image. Do not alter any other parts of the image.
正向提示词(positive_prompt)
negative_prompt
string
lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry
负面提示词(negative_prompt)
batch_size
integer
1
batch_size,决定一次生成的图片数量
steps
integer
4
去噪步数(steps)
output_ext
string
.jpg
输出图片后缀,例如 `.jpg` / `.png`
quality
integer
100
输出图片质量 (1-100),对应 Save Image Extended 的 `quality`
seed
integer
-1
随机种子,-1 表示随机

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'}