You're looking at a specific version of this model. Jump to the model overview.
lucataco /longcat-video:a5e0db79
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 |
|---|---|---|---|
| resolution |
None
|
480p
|
Image-to-video target resolution.
|
| height |
None
|
480
|
Text-to-video frame height.
|
| width |
None
|
832
|
Text-to-video frame width.
|
| seed |
integer
|
42
|
Random seed for reproducibility.
|
| image |
string
|
Optional image to drive image-to-video generation.
|
|
| prompt |
string
|
Describe the video you want to generate.
|
|
| num_frames |
integer
|
93
Min: 33 Max: 257 |
Number of frames to generate. Must satisfy pipeline requirements.
|
| use_refine |
boolean
|
False
|
Run the optional refinement stage for higher quality output.
|
| use_distill |
boolean
|
True
|
Use distilled weights for faster, lower-cost generation.
|
| guidance_scale |
number
|
7
Max: 20 |
Classifier-free guidance scale for the base stage.
|
| negative_prompt |
string
|
ugly, blurry, low quality, static, subtitles, watermark, distorted, artifacts
|
Negative prompt to avoid undesired content.
|
| num_inference_steps |
integer
|
25
Min: 1 Max: 200 |
Number of diffusion steps for the base stage.
|
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'}