diff --git a/chapters/en/unit5/generative-models/diffusion-models/stable-diffusion.mdx b/chapters/en/unit5/generative-models/diffusion-models/stable-diffusion.mdx index 7e353a374..e3d32d0ed 100644 --- a/chapters/en/unit5/generative-models/diffusion-models/stable-diffusion.mdx +++ b/chapters/en/unit5/generative-models/diffusion-models/stable-diffusion.mdx @@ -3,7 +3,7 @@ This chapter introduces the building blocks of Stable Diffusion which is a gener [Stability AI](https://stability.ai/), [RunwayML](https://runwayml.com/) and CompVis Group at LMU Munich following the [paper](https://arxiv.org/pdf/2112.10752.pdf). What will you learn from this chapter? -- Fundamental components of Stable Diffusion. +- Fundamental components of Stable Diffusion - How to use `text-to-image`, `image2image`, inpainting pipelines. ## What Do We Need for Stable Diffusion to Work?