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

zf-kbot /image-watermark-remover:b21798d3

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)
prompt
string
remove all watermarks
正向提示词(positive_prompt)
negative_prompt
string
负面提示词(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'}