Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
-
|
5 |
-
# Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis
|
6 |
-
|
7 |
-
[Paper](https://arxiv.org/abs/) | [Code](https://github.com/viiika/Meissonic)
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
## Introduction
|
13 |
-
Meissonic is a non-autoregressive mask image modeling text-to-image synthesis model that can generate high-resolution images. It is designed to run on consumer graphics cards.
|
14 |
-
|
15 |
-
## Usage
|
16 |
-
|
17 |
-
Under Construction. Please check back later.
|
18 |
-
|
19 |
-
## Citation
|
20 |
-
If you find this work helpful, please consider citing:
|
21 |
-
```bibtex
|
22 |
-
@article{bai2024meissonic,
|
23 |
-
title={Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis},
|
24 |
-
author={Bai, Jinbin and Ye, Tian and Chow, Wei and Song, Enxin and Chen, Qing-Guo and Li, Xiangtai and Dong, Zhen and Zhu, Lei and Yan, Shuicheng},
|
25 |
-
journal={arXiv preprint arXiv},
|
26 |
-
year={2024}
|
27 |
-
}
|
28 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis
|
6 |
+
|
7 |
+
[Paper](https://arxiv.org/abs/) | [Code](https://github.com/viiika/Meissonic)
|
8 |
+
|
9 |
+
|
10 |
+
<iframe src="https://huggingface.co/MeissonFlow/Meissonic/blob/main/assets/demos.pdf" width="600" height="400"></iframe>
|
11 |
+
|
12 |
+
## Introduction
|
13 |
+
Meissonic is a non-autoregressive mask image modeling text-to-image synthesis model that can generate high-resolution images. It is designed to run on consumer graphics cards.
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
Under Construction. Please check back later.
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
If you find this work helpful, please consider citing:
|
21 |
+
```bibtex
|
22 |
+
@article{bai2024meissonic,
|
23 |
+
title={Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis},
|
24 |
+
author={Bai, Jinbin and Ye, Tian and Chow, Wei and Song, Enxin and Chen, Qing-Guo and Li, Xiangtai and Dong, Zhen and Zhu, Lei and Yan, Shuicheng},
|
25 |
+
journal={arXiv preprint arXiv},
|
26 |
+
year={2024}
|
27 |
+
}
|
28 |
+
```
|