⚡ Quick Answer
A diffusion model is an AI technique for making images. It starts with a canvas of random noise (think TV static) and removes a little bit of that noise at a time, over many steps, until a clear image appears — guided the whole way by your text prompt. It is not a single file; it is the method that every checkpoint you load in ComfyUI is built on.
The name comes from a real physics idea — particles spreading out, or "diffusing", until they're evenly mixed. AI researchers found that if you teach a model to reverse that spreading process, run backwards, you can turn pure noise into a photo.
How It Actually Works, Step by Step
During training, the model is shown millions of real images with noise added on top, a little more at each step, until the image is pure static. It learns to predict exactly how much noise was added at each step — and, importantly, how to remove it.
When you generate a new image, that process runs backwards. ComfyUI starts with a canvas of random noise (this is what the Empty Latent Image node creates) and the model predicts and subtracts a bit of noise, over and over, each time nudged by your prompt so the noise resolves into what you asked for rather than something random.
Where You'll See It in ComfyUI
You never load "a diffusion model" by itself as a labeled thing — you load a checkpoint (a trained, saved version of one) through the Load Checkpoint node. The actual step-by-step denoising is carried out by the KSampler node, which repeats the noise-removal process for however many steps you set.
Quick Example
Stable Diffusion, SDXL, FLUX.1, and Qwen-Image are all diffusion models — different architectures and training data, but the same core idea of denoising noise into an image. LTX-2 applies the same technique to video, denoising a sequence of frames instead of just one image.
Frequently Asked Questions
See It In Action
Ready to see a diffusion model run?
Our beginner's guide walks through your first text-to-image generation, step by step.
Published: 2026-09-09 · Last updated: 2026-09-09
Join the discussion
Sign in to leave a comment or reply
No comments yet
Be the first to share your thoughts!
