zf-kbot/image-watermark-remover

Public
5 runs

Run zf-kbot/image-watermark-remover 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
主输入图像(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
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}