You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /md-uw-watermark-remover-h100-1:0a7d3728
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
|
|
API 密钥
|
| input_image |
string
|
输入图片
|
|
| prompt |
string
|
remove all watermarks
|
自定义正向提示词 (当预设提示词编号为 4 时生效)
|
| auto_prompt |
None
|
1
|
预设提示词编号 (0: 高保真, 1: 高保真 v2, 2: 加细节, 3: 高锐化, 4: 自定义)
|
| resolution |
None
|
0
|
分辨率选择 (0: 原图尺寸, 1: 1K, 2: HD, 3: 2K, 4: 4K)
|
| noise |
None
|
0
|
是否加噪声 (0: 否, 1: 是)
|
| model_choice |
None
|
0
|
模型选择 (0: 4B, 1: 9B)
|
| color_match |
None
|
0
|
是否颜色匹配 (0: 否, 1: 是)
|
| color_match_method |
None
|
mkl
|
颜色匹配方法
|
| color_match_strength |
number
|
1
Max: 3 |
颜色匹配强度
|
| max_size |
integer
|
1344
Min: 256 Max: 2560 |
图片长边上限
|
| lora_strength_model |
number
|
0.5
Max: 1 |
lora权重
|
| seed |
integer
|
-1
|
随机种子 (-1 为随机)
|
| output_ext |
None
|
jpg
|
输出图片格式
|
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'}