Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,10 @@ library_name: diffusers
|
|
11 |
<sup>1</sup> Westlake University,
|
12 |
<sup>2</sup> Institute of Automation, Chinese Academy of Sciences
|
13 |
|
14 |
-
##
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
* β»οΈ **ARPG** reducing memory consumption by over **75%** compared to [VAR](https://github.com/FoundationVision/VAR).
|
19 |
-
* π **ARPG** supports **zero-shot inference** (e.g., inpainting and outpainting).
|
20 |
-
* π οΈ **ARPG** can be easily extended to **controllable generation**.
|
21 |
|
22 |
## Usage:
|
23 |
You can easily load it through the Hugging Face DiffusionPipeline and optionally customize various parameters such as the model type, number of steps, and class labels.
|
|
|
11 |
<sup>1</sup> Westlake University,
|
12 |
<sup>2</sup> Institute of Automation, Chinese Academy of Sciences
|
13 |
|
14 |
+
## TL;DR
|
15 |
+
**ARPG** is a novel autoregressive image generation framework capable of performing **BERT-style masked modeling** with a **GPT-style causal architecture**.
|
16 |
+
|
17 |
+
``πͺ FID 1.94`` ``π Fast Speed`` ``β»οΈ Low Memory Usage`` ``π² Radnom Order`` ``π‘ Zero-shot Inference``
|
|
|
|
|
|
|
18 |
|
19 |
## Usage:
|
20 |
You can easily load it through the Hugging Face DiffusionPipeline and optionally customize various parameters such as the model type, number of steps, and class labels.
|