#64 · Primary category: Image Generation
Infinity
[CVPR 2025 Oral]Infinity ∞ : Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis
Project last updated:04/16/26
GitHub Stars
1.6K
Forks
93
Contributors
6
License
MIT
Why we included this project
Infinity is a CVPR 2025 Oral project that takes autoregressive image generation down to the bit level. Instead of predicting the next token from a large vocabulary, its tokenizer works with an infinite vocabulary and the model predicts individual bits, which the authors argue scales better for high-resolution synthesis. The repo ships 2B and 8B checkpoints that produce 1024x1024 photorealistic images from text prompts, and the reported GenEval and ImageReward scores beat SD3-Medium while generation runs in about 0.8 seconds without extra optimization. Training and inference code, a web demo, and Hugging Face weights are all included, so you can either run the models directly or study the method. If you are evaluating autoregressive alternatives like VAR against diffusion pipelines, this is a useful reference point.
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
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.