• How does Stable Diffusion work?

    ,

    https://stable-diffusion-art.com/how-stable-diffusion-work/

    Stable Diffusion is a latent diffusion model that generates AI images from text. Instead of operating in the high-dimensional image space, it first compresses the image into the latent space.

    Stable Diffusion belongs to a class of deep learning models called diffusion models. They are generative models, meaning they are designed to generate new data similar to what they have seen in training. In the case of Stable Diffusion, the data are images.

    Why is it called the diffusion model? Because its math looks very much like diffusion in physics. Let’s go through the idea.

    (more…)