You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /video-watermark-remover-q:bb96c60d
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_video |
string
|
输入视频文件(支持常见视频格式,如 mp4)
|
|
| input_mask_image |
string
|
遮罩图像(用于定义需要移除/编辑的区域)
|
|
| use_mask_image |
boolean
|
True
|
是否使用遮罩图像
|
| prompt |
string
|
移除灰色遮罩区域的水印、文字
|
正向提示词(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),用于约束不希望出现的内容
|
| steps |
integer
|
4
|
去噪步数(steps),数值越高质量可能越好但会更慢
|
| frame_load_cap |
integer
|
0
|
最多载入的帧数(0 表示载入全部帧)
|
| select_every_nth |
integer
|
1
|
抽帧间隔:每 N 帧选择一帧进行处理(例如 1 表示每帧都处理)
|
| frame_rate |
number
|
24
|
输出视频帧率(fps)
|
| mask_opacity |
number
|
0.85
|
遮罩叠加透明度(0〜1),数值越高遮罩越明显
|
| 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'}