#25 · Primary category: Image Generation

VAR

auto-regressive-model autoregressive-models diffusion-models generative-ai generative-model gpt gpt-2 image-generation large-language-models neurips transformers vision-transformer

Visual autoregressive modeling for scalable image generation, outperforming diffusion models (NeurIPS 2024 Best Paper).

Project last updated:11/10/25

GitHub Stars

8.7K

Forks

572

Contributors

4

License

MIT

Why we included this project

VAR is the official implementation of Visual Autoregressive Modeling, the approach that won the NeurIPS 2024 Best Paper award. Rather than generating an image pixel by pixel, it predicts progressively finer image scales, letting a GPT-style transformer produce 256x256 images on ImageNet at lower compute cost than comparable diffusion models. The repository ships pretrained checkpoints up to 2.3B parameters, along with training, sampling, and evaluation scripts, so you can either load a model quickly or rerun the experiments yourself. It is a strong reference for researchers and engineers exploring autoregressive image synthesis, and the README links to a live text-to-image demo for a quick hands-on check. Teams expecting a full text-to-image service might find the scope narrower, but anyone curious about next-scale prediction as an alternative to diffusion will find a clean, readable codebase grounded in a celebrated paper.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category