Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Diffusion Model
🎨
Models & AITechnical

Diffusion Model

The AI behind image generation: learning to reverse the process of adding noise.

Diffusion models are the technology behind DALLΒ·E, Midjourney, Stable Diffusion, and most image/video generation systems. They work by learning to reverse a noise-adding process.

Training: Take a real image. Add random noise to it step by step until it's pure static. Train a neural network to predict and remove the noise at each step.

Inference (generation): Start with pure random noise. Apply the trained denoising network repeatedly, guided by a text prompt. After 20–50 steps, noise becomes a coherent image that matches the description.

Key components:

  • U-Net / DiT β€” the denoising neural network
  • CLIP / text encoder β€” converts your prompt into the vector that guides denoising
  • VAE β€” compresses images to a latent space (Latent Diffusion Models, including Stable Diffusion)
  • Classifier-free guidance (CFG) β€” controls how strongly the image follows the prompt vs. creative freedom

Newer architectures: Flow Matching (used in Stable Diffusion 3, Flux) is faster and higher-quality than traditional DDPM diffusion. Video diffusion (Sora, Kling, Gen-3) extends the same idea to temporal sequences.

In plain terms

A sculptor starting with a random block of marble, using a blueprint (your prompt) to progressively chip away noise until the intended figure emerges.

Related concepts

🎨

Multimodal AI

AI that understands and generates more than one type of media β€” text, images, audio, or video.

⬑

Large Language Model

AI trained on vast text to understand and generate language.

πŸ—ΊοΈ

Embeddings

Turning words and ideas into numbers that capture meaning.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source Β· Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote β†—GitHub β†—RSS Feed β†—
Β© 2026 Sintra Β· Curated in the open.Built on the void.