tqliu commited on
Commit
158ee48
·
verified ·
1 Parent(s): 3636190

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -1,26 +1,28 @@
1
  ---
2
- license: bigscience-openrail-m
 
 
 
 
 
3
  ---
4
 
 
5
 
6
- Copyright 2025 S-Lab
7
 
8
 
9
- Redistribution and use for non-commercial purpose in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
10
 
11
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
12
 
13
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
14
-
15
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
16
-
17
-
18
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
-
25
-
26
- In the event that redistribution and/or use for commercial purpose in source or binary forms, with or without modification is required, please contact the contributor(s) of the work.
 
1
  ---
2
+ tags:
3
+ - video-generation
4
+ - video-editing
5
+ - 4d
6
+ - relighting
7
+ - camera-control
8
  ---
9
 
10
+ # Light-X
11
 
12
+ 📄 **[Paper](https://arxiv.org/abs/2512.05115)**  |  🚀 **[Project Page](https://lightx-ai.github.io/)**  |  💻 **[GitHub](https://github.com/TQTQliu/Light-X)**
13
 
14
 
15
+ ## Introduction
16
 
17
+ Pretrained Light-X-Uni weights trained with **mixed lighting conditions** (text / background / reference image / HDR).
18
 
19
+ ## Citation
20
+ If you find our work useful for your research, please consider citing our paper:
21
+ ```
22
+ @article{liu2025light,
23
+ title={Light-X: Generative 4D Video Rendering with Camera and Illumination Control},
24
+ 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},
25
+ journal={arXiv preprint arXiv:2512.05115},
26
+ year={2025}
27
+ }
28
+ ```