infery
← All models

Lightx

lightx-relight

Video generationby Lightx

Use tlightx capabilities to relight and recamera your videos.

Example

Details

Accepts
video

Pricing

Price
12.5 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If None, a random seed is chosen.
promptOptional text prompt. If omitted, Light-X will auto-caption the video.
ref_idintegerFrame index to use as reference to relight the video with reference. Must be less than the number of generated frames (default 49).
video_urlrequiredstringURL of the input video.
relit_cond_typestringenum: ic, ref, hdr, bgRelight condition type.
relight_parametersRelighting parameters (required for relight_condition_type='ic'). Not used for 'bg' (which expects a background image URL instead).
relit_cond_img_urlURL of conditioning image. Required for relight_condition_type='ref'/'hdr'. Also required for relight_condition_type='bg' (background image).

Output

FieldTypeDescription
seedintegerThe seed used for generation.
videoThe generated video file.
viz_videoOptional: visualization/debug video (if produced by the pipeline).
input_videoOptional: normalized/processed input video (if produced by the pipeline).