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

zf-kbot /video-watermark-remover-q:0cbc3454

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
遮罩图像(用于定义需要移除/编辑的区域)
prompt
string
移除文字和LOGO
正向提示词(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_reserve
integer
100
遮罩保留像素数
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'}