Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
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
|