Stable Diffusion with ๐Ÿงจ Diffusers

๐Ÿ“ฐ Hugging Face Blog

Stable Diffusion is a text-to-image latent diffusion model that can be used with Hugging Face's Diffusers library

intermediate Published 22 Aug 2022
Action Steps
  1. Install the Diffusers library
  2. Load a pre-trained Stable Diffusion model
  3. Use the model to generate images from text prompts
  4. Fine-tune the model for specific use cases
Who Needs to Know This

Data scientists and AI engineers on a team can benefit from using Stable Diffusion with Diffusers to generate high-quality images from text prompts, and product managers can use this technology to develop innovative applications

Key Insight

๐Ÿ’ก Stable Diffusion is a powerful text-to-image model that can be used with the Diffusers library to generate high-quality images

Share This
๐ŸŽจ Generate high-quality images from text prompts with Stable Diffusion and Diffusers! ๐Ÿ’ก

Key Takeaways

Stable Diffusion is a text-to-image latent diffusion model that can be used with Hugging Face's Diffusers library

Full Article

Published Time: 2022-08-22T00:00:00.121Z

# Stable Diffusion with ๐Ÿงจ Diffusers

[![Image 1: Hugging Face's logo](https://huggingface.co/front/assets/huggingface_logo-noborder.svg)Hugging Face](https://huggingface.co/)

* [Models](https://huggingface.co/models)
* [Datasets](https://huggingface.co/datasets)
* [Spaces](https://huggingface.co/spaces)
* [Buckets new](https://huggingface.co/storage)
* [Docs](https://huggingface.co/docs)
* [Enterprise](https://huggingface.co/enterprise)
* [Pricing](https://huggingface.co/pricing)
*
*
* * *

* [Log In](https://huggingface.co/login)
* [Sign Up](https://huggingface.co/join)

[Back to Articles](https://huggingface.co/blog)

# [](https://huggingface.co/blog/stable_diffusion#stable-diffusion-with-%F0%9F%A7%A8-diffusers) Stable Diffusion with ๐Ÿงจ Diffusers

Published August 22, 2022

[Update on GitHub](https://github.com/huggingface/blog/blob/main/stable_diffusion.md)

[- [x] Upvote 83](https://huggingface.co/login?next=%2Fblog%2Fstable_diffusion)
* [![Image 2](https://huggingface.co/avatars/38e297dbf45991588b2ad834df2f08b1.svg)](https://huggingface.co/nikhilchigali "nikhilchigali")
* [![Image 3](https://cdn-avatars.huggingface.co/v1/production/uploads/603bdba23249b99991dbcbc4/cxCnN1H-RXOhojHY3Wcxo.jpeg)](https://huggingface.co/tolgacangoz "tolgacangoz")
* [![Image 4](https://cdn-avatars.huggingface.co/v1/production/uploads/1617264212503-603d25b75f9d390ab190b777.jpeg)](https://huggingface.co/pcuenq "pcuenq")
* [![Image 5](https://cdn-avatars.huggingface.co/v1/production/uploads/608aabf24955d2bfc3cd99c6/-YxmtpzEmf3NKOTktODRP.jpeg)](https://huggingface.co/ariG23498 "ariG23498")
* [![Image 6](https://huggingface.co/avatars/70dbaf4b2a2b682c8b26aedf82b498e2.svg)](https://huggingface.co/seto "seto")
* [![Image 7](https://huggingface.co/avatars/1270e72427438db3a5b2b90cbea35426.svg)](https://huggingface.co/Mapraw "Mapraw")
* +77

[![Image 8: Suraj Patil's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/1600014820272-5ec0135ded25d76864d553f1.jpeg)](https://huggingface.co/valhalla)

[Suraj Patil valhalla Follow](https://huggingface.co/valhalla)

[![Image 9: Pedro Cuenca's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/1617264212503-603d25b75f9d390ab190b777.jpeg)](https://huggingface.co/pcuenq)

[Pedro Cuenca pcuenq Follow](https://huggingface.co/pcuenq)

[![Image 10: Nathan Lambert's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/628e5f90a9a3c754c1f7c88f/iWqMY_l6dalrgRaJZWbK3.png)](https://huggingface.co/natolambert)

[Nathan Lambert natolambert Follow](https://huggingface.co/natolambert)

[![Image 11: Patrick von Platen's avatar](https://cdn-avatars.huggingface.co/v1/production/uploads/1584435275418-5dfcb1aada6d0311fd3d5448.jpeg)](https://huggingface.co/patrickvonplaten)

[Patrick von Platen patrickvonplaten Follow](https://huggingface.co/patrickvonplaten)

[![Image 12: Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb)

* [Running Stable Diffusion](https://huggingface.co/blog/stable_diffusion#running-stable-diffusion "Running Stable Diffusion")
* [License](https://huggingface.co/blog/stable_diffusion#license "License")

* [Usage](https://huggingface.co/blog/stable_diffusion#usage "Usage")

* [How does Stable Diffusion work?](https://huggingface.co/blog/stable_diffusion#how-does-stable-diffusion-work "How does Stable Diffusion work?")

* [Writing your own inference pipeline](https://huggingface.co/blog/stable_diffusion#writing-your-own-inference-pipeline "Writing your own inference pipeline")
* [Citation:](https://huggingface.co/blog/stable_diffusion#citation "Citation:")

**Stable Diffusion** ๐ŸŽจ _...using ๐Ÿงจ Diffusers_
Stable Diffusion is a text-to-image latent diffusion model created by the researchers and engineers from [CompVis](https://github.com/CompVis
Read full article โ†’ โ† Back to Reads