peizesun commited on
Commit
9f6f1ef
1 Parent(s): dc1fec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -2,12 +2,9 @@
2
  license: mit
3
  ---
4
 
5
- # 🌿 Vanilla Autoregressive Models are Scalable Image Generators
6
 
7
 
8
- We introduce 🌿 Vanilla, a new family of image generation models that apply next-token prediction paradigm of large language models to visual generation domain. It is an affirmative answer to whether vanilla autoregressive models without inductive biases on visual signals can achieve state-of-the-art image generation performance if scaling properly. We reexamine the design spaces of image tokenizer and image generation models, and their scalability properties.
9
 
10
-
11
- This repo is used for hosting Vanilla's checkpoints.
12
-
13
- For more details or tutorials see https://github.com/FoundationVision/Vanilla
 
2
  license: mit
3
  ---
4
 
5
+ # 🌿 Llama for Scalable Image Generators
6
 
7
 
8
+ We introduce LlamaGen, a new family of image generation models that apply original next-token prediction paradigm of large language models to visual generation domain. It is an affirmative answer to whether vanilla autoregressive models, e.g., Llama, without inductive biases on visual signals can achieve state-of-the-art image generation performance if scaling properly. We reexamine design spaces of image tokenizers, scalability properties of image generation models, and their training data quality.
9
 
10
+ This repo is used for hosting LlamaGen's checkpoints. For more details or tutorials see https://github.com/FoundationVision/LlamaGen