You're looking at a specific version of this model. Jump to the model overview.
lucataco /motif-video:5f41c9de
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 |
|---|---|---|---|
| prompt |
string
|
Text prompt describing the video to generate.
|
|
| negative_prompt |
string
|
|
None
|
| width |
integer
|
832
Min: 320 Max: 1280 |
Video width in pixels. 832 is fast 480p test default; 1280 is native 720p.
|
| height |
integer
|
480
Min: 320 Max: 736 |
Video height in pixels. 480 is fast 480p test default; 736 is native 720p.
|
| num_frames |
integer
|
49
Min: 25 Max: 121 |
Number of frames. 49 frames @ 24 fps = ~2s test clip; 121 = ~5s full clip.
|
| num_inference_steps |
integer
|
30
Min: 10 Max: 80 |
Number of denoising steps. 30 is a good quality/speed tradeoff; bump to 50 for max quality.
|
| guidance_scale |
number
|
8
Min: 1 Max: 15 |
Classifier-free guidance scale.
|
| frame_rate |
integer
|
24
Min: 8 Max: 30 |
Output video frame rate (fps).
|
| enable_compile |
boolean
|
False
|
None
|
| seed |
integer
|
0
|
Random seed. Set 0 to randomize.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'format': 'uri', 'title': 'Output', 'type': 'string'}