Update README.md
Browse files
README.md
CHANGED
@@ -7,11 +7,23 @@ tags:
|
|
7 |
|
8 |
# Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis
|
9 |
|
|
|
10 |
|
11 |
## Introduction
|
12 |
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.
|
13 |
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## License
|
17 |
This project is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) (SPDX-License-Identifier: Apache-2.0).
|
|
|
7 |
|
8 |
# Meissonic: Revitalizing Masked Generative Transformers for Efficient High-Resolution Text-to-Image Synthesis
|
9 |
|
10 |
+
### [Demo](https://huggingface.co/spaces/AIDC-AI/1B-Meissonic) | [Model](https://huggingface.co/AIDC-AI/Meissonic)
|
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 |
|
16 |
+
## Architecture
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
## Key Features
|
21 |
+
- High-resolution image generation (up to 1024x1024)
|
22 |
+
- Designed to run on consumer GPUs
|
23 |
+
- Versatile applications: text-to-image, image-to-image
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
|
28 |
## License
|
29 |
This project is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) (SPDX-License-Identifier: Apache-2.0).
|