Stable Diffusion is a 2022 latent diffusion model that generates images from text prompts by iteratively denoising noise in latent space.
Stable Diffusion is a deep learning text-to-image (and related) generative model released in 2022 that creates images from text prompts using diffusion techniques. It is a latent diffusion model composed of a variational autoencoder (VAE), a U-Net denoiser, and an optional text encoder (commonly a pretrained CLIP text encoder). The model works by iteratively denoising random noise in a compressed latent space until an image is formed, and it can also support image editing tasks such as inpainting and outpainting, as well as image-to-image transformations guided by text. Its release history includes a progression of model variants that improve resolution and architecture. The latest release mentioned is SD 3.5 (model), released on October 22, 2024, following the original Stable Diffusion release on August 22, 2022. Major milestones described include SD XL (with a refiner) released alongside SD XL 1.0 in July 2023, which introduced native 1024Γ1024 generation and improved handling of details like limbs and text, and SD 3.0, which changed the backbone from a U-Net to a Rectified Flow Transformer (MMDiT) approach. Overall, the public release of code and model weights enabled running the model on consumer hardware with relatively modest GPU requirements, marking a shift away from earlier proprietary, cloud-only text-to-image systems.
Stable Diffusion is a 2022 latent diffusion model that generates images from text prompts by iteratively denoising noise in latent space.
The model architecture uses a VAE, a U-Net (or later a different backbone), and a text encoder, with conditioning applied via cross-attention.
Release history highlights include the original August 22, 2022 release, SD XL 1.0 in July 2023 (native 1024Γ1024), SD 3.0βs backbone change to a Rectified Flow Transformer, and SD 3.5 (model) as the latest release on October 22, 2024.
A diffusion model that performs the denoising process in a compressed latent space rather than directly in pixel space.
The component that encodes images into a lower-dimensional latent representation and decodes latents back into pixel space.
A neural network denoiser used in earlier Stable Diffusion versions to reverse the diffusion process in latent space.
A pretrained text encoder that converts text prompts into embeddings used to condition image generation.
A Stable Diffusion variant designed for higher-resolution generation (native 1024Γ1024) and improved detail handling, released in 2023.
The transformer-based architecture used in SD 3.0 that replaces the U-Net backbone and mixes text and image encodings during generation.
The latest model version referenced in the content, released on October 22, 2024.
βCan you explain what "Stable Diffusion is a 2022 latent diffusion model that generates images from text prompts by iteratively denoising noise in latent space." means in simple terms?β