infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-outpaint-lora

Video generationby Lightricks

Outpaint high-quality video using LTX-2.3 with Lora

Example

Details

Accepts
video

Pricing

Price
0.301 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 outpainted video generation.
sync_modebooleanIf True, the media is returned as a data URI inline in the response. Useful for short-lived requests and tests.
video_urlrequiredstringThe source video to spatially outpaint.
num_framesintegerThe number of frames to generate.
resolutionLegacy exact target canvas size. For new requests, prefer aspect_ratio with output_resolution; this field remains supported for backwards compatibility.
aspect_ratiostringenum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16Target aspect ratio for the outpainted video. Choose a different ratio than the input video to extend the frame cleanly, e.g. use 16:9 for a 4:3 source.
source_scalenumberScale of the source video inside the target canvas before outpainting. 1.0 uses the largest source size that fits the target canvas, which is recommended for true aspect-ratio outpainting such as 4:3 to 16:9. Lower values create a zoom-out border around the source and are less stable.
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.
video_strengthnumberStrength of the IC-LoRA video guide for the original content. Higher values preserve the source video more strongly inside the outpainted canvas.
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.
output_resolutionstringenum: 480p, 720p, 1080pOutput resolution tier. 480p is faster, 720p is the default balance, and 1080p gives a larger canvas when it fits LTX limits.
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).