Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
+
license: apache-2.0
|
4 |
+
---
|
5 |
+
|
6 |
+
# 📚 Introduction
|
7 |
+
Lumina-mGPT 2.0 is a stand-alone, decoder-only autoregressive model, **trained from scratch**, that unifies a broad spectrum of image generation tasks, including **text-to-image generation, image pair generation, subject-driven generation, multi-turn image editing, controllable generation, and dense prediction**.
|
8 |
+
<img src="./assets/diag.png" width="100%"/>
|
9 |
+
|
10 |
+
# 🚀 Usage
|
11 |
+
We provide the implementation of Lumina-mGPT 2.0, as well as sampling code, visit our [GitHub](https://github.com/Alpha-VLLM/Lumina-mGPT-2.0).
|
12 |
+
|
13 |
+
# 📽️ Demo Examples
|
14 |
+
<details open>
|
15 |
+
<summary>Qualitative Performance</summary>
|
16 |
+
<img src="./assets/qualitative.jpg" width="100%"/>
|
17 |
+
</details>
|
18 |
+
|
19 |
+
<details open>
|
20 |
+
<summary>Comparison with Lumina-mGPT and Janus Pro</summary>
|
21 |
+
<img src="./assets/comparison.png" width="100%"/>
|
22 |
+
</details>
|
23 |
+
|
24 |
+
# 📖 Citation
|
25 |
+
|
26 |
+
If you find the provided code or models useful for your research, consider citing them as:
|
27 |
+
|
28 |
+
```bib
|
29 |
+
@article{xin2025lumina,
|
30 |
+
title={Lumina-mGPT 2.0: Stand-Alone AutoRegressive Image Modeling},
|
31 |
+
author={Xin, Yi and Yan, Juncheng and Qin, Qi and Li, Zhen and Liu, Dongyang and Li, Shicheng and Huang, Victor Shea-Jay and Zhou, Yupeng and Zhang, Renrui and Zhuo, Le and others},
|
32 |
+
journal={arXiv preprint arXiv:2507.17801},
|
33 |
+
year={2025}
|
34 |
+
}
|
35 |
+
```
|