← All models
Add custom LoRAs to Wan-2.1 is a text-to-video model that generates high-quality videos with high visual quality and motion diversity from images
Example
Details
- Accepts
- text
Pricing
- Price
- 93.75 cr / video
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. |
| loras | array | LoRA weights to be used in the inference. |
| promptrequired | string | The text prompt to guide video generation. |
| num_frames | — | Number of frames to generate. Must be between 81 to 100 (inclusive). |
| resolution | stringenum: 480p, 580p, 720p | Resolution of the generated video (480p, 580p, or 720p). |
| turbo_mode | boolean | If true, the video will be generated faster with no noticeable degradation in the visual quality. |
| aspect_ratio | stringenum: 9:16, 16:9 | Aspect ratio of the generated video (16:9 or 9:16). |
| reverse_video | boolean | If true, the video will be reversed. |
| negative_prompt | string | Negative prompt for video generation. |
| frames_per_second | — | Frames per second of the generated video. Must be between 5 to 24. |
| num_inference_steps | integer | Number of inference steps for sampling. Higher values give better quality but take longer. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |