zf-kbot/md-uw-watermark-remover-h100-1
Public
197
runs
Run zf-kbot/md-uw-watermark-remover-h100-1 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 |
|---|---|---|---|
| apikey |
string
|
访问密钥
|
|
| input_image |
string
|
输入图片
|
|
| prompt |
string
|
去除图片上所有水印和右下角四角星水印
|
编辑提示词
|
| resolution |
number
|
0.8
Min: 0.1 Max: 8 |
分辨率上限,单位 MP。若输入大于该值则缩小后处理,否则按原图处理。
|
| consist_lora_strength |
number
|
0.5
Max: 2 |
一致性 LoRA 强度
|
| output_ext |
None
|
jpg
|
输出图片格式
|
{
"type": "object",
"title": "Input",
"required": [
"apikey",
"input_image"
],
"properties": {
"apikey": {
"type": "string",
"title": "Apikey",
"x-order": 0,
"description": "\u8bbf\u95ee\u5bc6\u94a5"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "\u53bb\u9664\u56fe\u7247\u4e0a\u6240\u6709\u6c34\u5370\u548c\u53f3\u4e0b\u89d2\u56db\u89d2\u661f\u6c34\u5370",
"x-order": 2,
"description": "\u7f16\u8f91\u63d0\u793a\u8bcd"
},
"output_ext": {
"enum": [
"jpg",
"png",
"webp"
],
"type": "string",
"title": "output_ext",
"description": "\u8f93\u51fa\u56fe\u7247\u683c\u5f0f",
"default": "jpg",
"x-order": 5
},
"resolution": {
"type": "number",
"title": "Resolution",
"default": 0.8,
"maximum": 8,
"minimum": 0.1,
"x-order": 3,
"description": "\u5206\u8fa8\u7387\u4e0a\u9650\uff0c\u5355\u4f4d MP\u3002\u82e5\u8f93\u5165\u5927\u4e8e\u8be5\u503c\u5219\u7f29\u5c0f\u540e\u5904\u7406\uff0c\u5426\u5219\u6309\u539f\u56fe\u5904\u7406\u3002"
},
"input_image": {
"type": "string",
"title": "Input Image",
"format": "uri",
"x-order": 1,
"description": "\u8f93\u5165\u56fe\u7247"
},
"consist_lora_strength": {
"type": "number",
"title": "Consist Lora Strength",
"default": 0.5,
"maximum": 2,
"minimum": 0,
"x-order": 4,
"description": "\u4e00\u81f4\u6027 LoRA \u5f3a\u5ea6"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}