← All models
Lynx
lynx
Video editby infery
Generate subject consistent videos using Lynx from ByteDance!
Example
Pricing
- Price
- 75 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | Text prompt to guide video generation |
| ip_scale | number | Identity preservation scale. Controls how closely the generated video preserves the subject's identity from the reference image. |
| strength | number | Reference image scale. Controls the influence of the reference image on the generated video. |
| image_urlrequired | string | The URL of the subject image to be used for video generation |
| num_frames | integer | Number of frames in the generated video. Must be between 9 to 100. |
| resolution | stringenum: 480p, 580p, 720p | Resolution of the generated video (480p, 580p, or 720p) |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1 | Aspect ratio of the generated video (16:9, 9:16, or 1:1) |
| guidance_scale | number | Classifier-free guidance scale. Higher values give better adherence to the prompt but may decrease quality. |
| negative_prompt | string | Negative prompt to guide what should not appear in the generated video |
| guidance_scale_2 | number | Image guidance scale. Controls how closely the generated video follows the reference image. Higher values increase adherence to the reference image but may decrease quality. |
| frames_per_second | integer | Frames per second of the generated video. Must be between 5 to 30. |
| num_inference_steps | integer | Number of inference steps for sampling. Higher values give better quality but take longer. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation |
| video | — | The generated video file |
