Architecture timeline · image generation

How we got to FLUX.2.

Twelve years of ideas that taught machines to paint, from the variational autoencoder to today’s frontier image model. Every stop links to a plain-English explanation or a live interactive graph.

11 stops 6 papers 6 model graphs 2013 to 2025
Concept Model Paper and model in one release
Learning to generate2013 to 2020

Two ideas make images something a network can produce, not just recognize.

Words steer pictures2020 to 2022

Transformers learn to see, text and images share a space, and the recipe goes open source.

ConceptOct 2020Patch embedding (ViT)An image becomes a sequence: slice it into patches and project each one into a token. The trick that lets transformers see. An Image is Worth 16x16 Words: Transformers for Image Recognition at ScalearXiv 2010.11929 · Oct 2020Vision encoderRead the glossary entry →
The transformer takes over2022 to 2023

The U-Net gives way to patches and blocks, and scaling laws arrive for images.

Flow to the frontier2024 to 2025

Rectified flow plus a big DiT becomes the frontier recipe for pictures.

Nov 2025 · where it all lands

black-forest-labs/FLUX.2-dev

Every idea above, alive in one graph: a VAE latent, a denoising loop, DiT blocks with the LLM stack’s own RMSNorm inside. Open it and trace a prompt’s path to pixels.

black-forest-labs/FLUX.2-dev architecture graph
VAEDenoising loopDiT blockTransformer blockRMSNorm
Open FLUX.2 in the visualizer →

Want the definitions behind each stop? The glossary explains all 39 concepts, and the catalog has interactive graphs for 2,300+ models.

AlsoHow we got to DeepSeek-V4-Pro · the LLM timeline AlsoHow we got to Qwen3-VL · the vision-language timeline