ShoufaChen
commited on
Commit
•
7e43842
1
Parent(s):
710d7a4
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,6 @@ license: mit
|
|
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
|
|
|
|
|
|
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
|
11 |
+
|
12 |
+
Paper:arxiv.org/abs/2406.06525
|