What it means
A diffusion model is trained by taking real images and progressively adding noise until nothing recognizable remains, while learning to reverse each step. Run that learned reversal from pure random noise and it produces a new image that never existed.
Text guides the process. The prompt steers each denoising step toward an image matching the description, which is why small wording changes can shift a result substantially — you are nudging a path through an enormous space of possible images rather than looking one up.
The same approach extends to video, with the added requirement of coherence across frames, which is considerably harder and is where the field is currently advancing fastest.
Why it matters
Diffusion explains the characteristic behavior of image tools: why generation takes seconds of visible refinement, why the same prompt yields different images each time, and why fine details like hands and text have been persistently difficult — they require global consistency that a local denoising process does not naturally enforce.
In practice
Because output is stochastic, the workflow is generate-several-and-select rather than get-it-right-first-time. Most tools expose a seed value that makes a result reproducible, which is what you want when iterating on a prompt rather than exploring.
Where this shows up
Tools and models in our catalog.
Stable DiffusionThe leading open-source image generation model. Run locally, fine-tune on custom data, or use via API. Huge ecosystem of models, LoRAs, and tools.
MidjourneyThe gold standard for artistic AI image generation. Exceptional aesthetic quality and style control via Discord and web interface. Huge community of creators.
FluxState-of-the-art open-weight image model from Black Forest Labs. Flux Pro and Schnell versions offer photorealistic quality with fast inference speeds.
DALL-E / GPT Image 2OpenAI's image generation via ChatGPT. GPT Image 2 (April 2026) is the first OpenAI image model with built-in O-series reasoning — it plans compositions before drawing. Adds multilingual text rendering (Japanese, Korean, Chinese, Hindi, Bengali), web-search grounding, 2K resolution, and up to 8 images per prompt. Took #1 on the Image Arena leaderboard by +242 points at launch.