You're looking at a specific version of this model. Jump to the model overview.
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
|
| frame_load_cap |
integer
|
0
Max: 241 |
Maximum number of frames to load from the input video. Use 0 to load all frames
|
| fps |
integer
|
24
Min: 1 Max: 60 |
Frame rate used when loading and exporting the video
|
| megapixels |
number
|
0.6
Min: 0.1 Max: 3.6 |
Target megapixels for the output video
|
| seed |
integer
|
-1
Min: -1 Max: 1125899906842624 |
Seed. Use -1 for a random seed
|
| watermark_lora_strength |
number
|
1
Max: 2 |
Strength for ltx2.3-ic-watermark-remove-general.safetensors
|
| subtitle_lora_strength |
number
|
1
Max: 2 |
Strength for ltx2.3-ic-subtitles-remove-general.safetensors
|
| distilled_lora_strength |
number
|
0.5
Max: 1 |
Strength for ltx-2.3-22b-distilled-lora-384-1.1.safetensors
|
| return_comparison |
boolean
|
False
|
Also return the side-by-side comparison video
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}