LlamaGen / README.md
nielsr's picture
nielsr HF Staff
Add pipeline tag and Github repository URL
a71a32b verified
|
raw
history blame
803 Bytes
---
license: mit
pipeline_tag: image-to-image
---
# 🌿 Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation
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.
This repo is used for hosting LlamaGen's checkpoints. For more details or tutorials see https://github.com/FoundationVision/LlamaGen
Paper:arxiv.org/abs/2406.06525