Bookmarks
Why Does Diffusion Work Better than Auto-Regression?
Explains the mechanics and trade-offs of modern generative models, contrasting autoregressive transformer pipelines with denoising diffusion processes and detailing why diffusion excels at image generation while transformers dominate text.
AI Art Explained: How AI Generates Images (Stable Diffusion, Midjourney, and DALLE)
Illustrated guide to Stable Diffusion explaining latent-diffusion training, CLIP text encoders, and reverse-diffusion image generation.
Stable Diffusion in Code (AI Image Generation) - Computerphile
Computerphile coding session builds and tweaks Stable Diffusion models in Python/Colab, clarifying sampler parameters and latent spaces.