Light-X: Generative 4D Video Rendering with Camera and Illumination Control
Paper • 2512.05115 • Published • 11
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("tqliu/Light-X", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]📄 Paper | 🚀 Project Page | 💻 GitHub
This repository provides the pretrained Light-X weights supporting text-based and background-image–conditioned video relighting and controllable view synthesis.
If you find our work useful for your research, please consider citing our paper:
@article{liu2025light,
title={Light-X: Generative 4D Video Rendering with Camera and Illumination Control},
author={Liu, Tianqi and Chen, Zhaoxi and Huang, Zihao and Xu, Shaocong and Zhang, Saining and Ye, Chongjie and Li, Bohan and Cao, Zhiguo and Li, Wei and Zhao, Hao and others},
journal={arXiv preprint arXiv:2512.05115},
year={2025}
}