foundationvision/var

[NeurIPS 2024 Best Paper Award][GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable...

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 7th, 2026
Created on April 1st, 2024
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 573
Total Stargazers: 8,730 (+0)
Total Subscribers: 105 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 42.4 hours
Mean response time: 33.6 days
90th percentile: 105.5 days
Tracked items: 98

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 547 days
Stale 30+ days: 50
Stale 90+ days: 50

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Research (12)
  • discussion (3)
  • enhancement (2)
  • bug (1)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

VAR is an autoregressive image generation model that redefines visual generation through next-scale prediction rather than traditional raster-scan token prediction.

The tool addresses the challenge of scaling generative models for images by treating image generation as a coarse-to-fine prediction task across multiple resolutions. Instead of predicting pixels or tokens in sequential order, VAR predicts progressively finer details at each scale, allowing the model to capture hierarchical image structure. This approach enables autoregressive transformers to achieve performance comparable to or exceeding diffusion models while maintaining the interpretability and scaling properties of GPT-style architectures.

Developers should consider VAR if they need a generative model that combines the theoretical elegance of autoregressive prediction with practical image generation quality. The codebase is described as ultra-simple and user-friendly, making it accessible for both research and production use. The project demonstrates power-law scaling laws, suggesting that performance improves predictably with model scale, which is valuable for planning compute allocation. The tool also exhibits zero-shot generalizability, meaning models trained on one task can transfer to others without fine-tuning. This makes it particularly suitable for teams exploring next-generation visual generation approaches or those seeking alternatives to diffusion-based systems.

The project maintains active development with recent releases extending the core VAR approach to text-to-image and text-to-video generation through related models. The codebase includes interactive demonstration notebooks and a demo website for hands-on experimentation. The team has published the underlying research and continues to build on the foundation with new applications and improvements to the core architecture.