zf-kbot/md-lc-ltx

Public
39 runs

Run zf-kbot/md-lc-ltx 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
API 密钥
video
string
Input video file
prompt
string
去除视频画面中的水印与字幕与相关遮挡痕迹,恢复干净、清晰、自然的原始画面;保持人物、场景、动作、镜头运动、时序和整体风格一致,不改变原视频内容,只进行水印和字幕的去除与细节修复。
Prompt for removing watermarks/subtitles and restoring the original scene
duration_seconds
number
3

Max: 90

Seconds of input video to process. The input video is preprocessed to duration_seconds * fps + 1 frames
fps
integer
24

Min: 1

Max: 60

Frame rate used when loading and exporting the video
megapixels
number
0.6

Max: 3.6

Target megapixels for the output video. Uses original size when the input is smaller than the target
seed
integer
-1

Min: -1

Max: 1125899906842624

Seed. Use -1 for a random seed
watermark_lora_strength
number
1

Max: 2

Strength for watermark-remove
subtitle_lora_strength
number
1

Max: 2

Strength for subtitles-remove
restoration_lora_strength
number
1

Max: 2

Strength for restoration
any_index_switch_index
integer
0

Max: 1

Any Index Switch index. Use 0 for watermark/subtitle cleanup, 1 for restoration/deblur

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"
}