pydata: Huiming's learning notes

Keep Looking, Don't Settle

Image Generation 2: Latent Diffusion model / Stable Diffusion

In the previous blog we introduced diffusion model (DDPM) which is to learn the step (time \(t\)) and the noise function (NN model) by adding Gaussian noise to an image step by step and reversing the process by denosiing from Gaussian noise to an image. Diffusion model is the most …