hp-l33 commited on
Commit
16d0288
Β·
verified Β·
1 Parent(s): 03861e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
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
- ## Introduction
15
- We introduce a novel autoregressive image generation framework named **ARPG**. This framework is capable of conducting **BERT-style masked modeling** by employing a **GPT-style causal architecture**. Consequently, it is able to generate images in parallel following a random token order and also provides support for the KV cache.
16
- * πŸ’ͺ **ARPG** achieves an FID of **1.94**
17
- * πŸš€ **ARPG** delivers throughput **26 times faster** than [LlamaGen](https://github.com/FoundationVision/LlamaGen).
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.