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

zf-kbot /md-me-video-edit-1:9127f69e

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
video
string
Input video file
mode
None
hd
Editing mode
prompt
string
Optional prompt. Leave empty to use the README/run_script default prompt for the selected mode.
width
integer
704
Output width. Single-stage requires multiple of 32; two-stage requires multiple of 64.
height
integer
1184
Output height. Single-stage requires multiple of 32; two-stage requires multiple of 64.
num_frames
integer
97
Number of frames. Must satisfy frames = 8k + 1, e.g. 25, 97, 217.
fps
number
24
Output FPS
seed
integer
-1
Seed. Use -1 to use the README/script default seed for the selected mode.
lora_strength
number
1
IC-LoRA strength
two_stage
boolean
False
Enable two-stage refinement. Default is off, matching the README single-stage flow.
sigma_profile
None
workflow
Sigma schedule profile
streaming_prefetch_count
integer
2
Layer streaming prefetch count. Use 0 to disable streaming.
disable_white_mask
boolean
False
Disable the default full-white conditioning mask
video_conditioning_strength
number
1
Reference video conditioning strength

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}