infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-image-to-video-lora

Video editby Lightricks

Generate high-quality video with audio from images using LTX-2.3 and custom LoRA

Example

Details

Accepts
image

Pricing

Price
0.338 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
lorasrequiredarrayUp to 3 LoRAs to apply on top of LTX-2.3. Each path is downloaded through the registry SSRF-safe downloader before it is loaded. Max size: 3 GB per LoRA.
promptrequiredstringThe prompt to guide the video generation.
image_urlrequiredstringThe URL of the starting image.
sync_modebooleanIf True, the media is returned as a data URI inline in the response. Useful for short-lived requests and tests.
num_framesintegerThe number of frames to generate.
resolutionThe size of the generated video. 'auto' derives the size from the input image aspect ratio.
video_qualitystringenum: low, medium, high, maximumThe quality preset of the generated video.
generate_audiobooleanWhether to include audio in the returned video. When disabled, the final MP4 is returned without an audio track.
guidance_scalenumberClassifier-free guidance scale. The default is tuned for fast, high-quality generation.
image_strengthnumberConditioning strength on the start image. 1.0 = exact first-frame match, lower = more freedom for the model.
negative_promptstringThe negative prompt to steer generation away from.
video_write_modestringenum: fast, balanced, smallThe write mode of the generated video.
frames_per_secondnumberFrames per second of the generated video.
num_inference_stepsintegerNumber of inference steps. Defaults to 15 and can be increased up to 30.
enable_safety_checkerbooleanWhether to enable the safety checker.
enable_prompt_expansionbooleanWhether to enable prompt expansion.

Output

FieldTypeDescription
seedintegerThe seed actually used for generation.
videoThe generated video.
promptstringThe prompt used for generation (after any expansion).