infery
← All models

Wan-2.1 Text-to-Video with LoRAs

wan-t2v-lora

Video generationby Alibaba

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

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
lorasarrayLoRA weights to be used in the inference.
promptrequiredstringThe text prompt to guide video generation.
num_framesNumber of frames to generate. Must be between 81 to 100 (inclusive).
resolutionstringenum: 480p, 580p, 720pResolution of the generated video (480p, 580p, or 720p).
turbo_modebooleanIf true, the video will be generated faster with no noticeable degradation in the visual quality.
aspect_ratiostringenum: 9:16, 16:9Aspect ratio of the generated video (16:9 or 9:16).
reverse_videobooleanIf true, the video will be reversed.
negative_promptstringNegative prompt for video generation.
frames_per_secondFrames per second of the generated video. Must be between 5 to 24.
num_inference_stepsintegerNumber of inference steps for sampling. Higher values give better quality but take longer.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
videoThe generated video file.