# list of Stable Diffusion Apps

Stable Diffusion is a fascinating AI Art Generating tool. More so since it’s Open Source.

There are numerous ways to use Stable Diffusion online or locally on your own machine.

In this post, I provide a list of Stable Diffusion Apps

Table of Contents

*   [Use Stable Diffusion online](https://harishgarg.com/#Use_Stable_Diffusion_online)
    *   [DreamStudio](https://harishgarg.com/#DreamStudio)
    *   [HuggingFace Stable Diffusion Demo](https://harishgarg.com/#HuggingFace_Stable_Diffusion_Demo)
    *   [Google Colab](https://harishgarg.com/#Google_Colab)
*   [Install and use Stable Diffusion locally](https://harishgarg.com/#Install_and_use_Stable_Diffusion_locally)

Use Stable Diffusion online
---------------------------

### DreamStudio

DreamStudio is the official Web application by Stability AI, the creators of the Stable Diffusion AI model. It can be used in the web browser by visiting their [website](https://beta.dreamstudio.ai/)

Anyone can register to use it and gets around 200 image generations for free.

### HuggingFace Stable Diffusion Demo

You can also use Stable Diffusion to generate text-to-image art by visiting the [HuggingFace Stable Diffison demo](https://huggingface.co/spaces/stabilityai/stable-diffusion) page. It is free to use and requires no installation on the user’s part.

### Google Colab

You also use the Stable Diffusion Open Source model in Google Colab. Just open the [Stable Diffusion official Google Colab notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_diffusion.ipynb) in your browser and Run the notebook from the top menu bar.

Install and use Stable Diffusion locally
----------------------------------------

In order to be able to use Stable Diffusion locally, you need to have a GPU-equipped computer.

Coming soon…
