infery
← All models

Ltx 2.3 Quality

ltx-2.3-quality-inpaint-lora

Video generationby Lightricks

Inpaint 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 describing what to generate inside the masked area.
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 inpaint.
num_framesintegerThe number of frames to generate.
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.
mask_video_urlrequiredstringThe mask video. White regions are regenerated; black regions are preserved from the source video.
video_strengthnumberStrength of the IC-LoRA video guide for the preserved content. Higher values keep the source video structure more strongly.
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).