How to install and run Stable Diffusion on Apple Silicon M1/M2 Macs

Stable Diffusion is a text-to-image AI that can be run on personal computers like Mac M1 or M2. In this article, you will find a step-by-step guide for installing and running Stable Diffusion on Mac. Here are the install options I will go through in this article. Alternatively, run Stable Diffusion on Google Colab using…

Paris in rainy fall

Impressionist painting of Paris in a rainy day with fall color. Just add three letters to Paris, and you have paradise Jules Renard All images are generated with Colab notebook included in the Quick Start Guide. Impressionist painting of Paris in a rainy day with fall color. Just add three letters to Paris, and you have…

How to use negative prompts?

You put what you DON’T want to see in the negative prompt. It gives you an additional way to control text-to-image generation. Many people treat it as an optional feature in Stable Diffusion v1.5. Things changed with the release of Stable Diffusion v2. The negative prompt becomes indispensable. In this post, I will walk through…

Stable Diffusion Workflow (step-by-step example)

A stunning Stable Diffusion artwork is not created by a simple prompt. The workflow is a multiple-step process. In this post, I will go through the workflow step-by-step. The steps in this workflow are: Table of ContentsSoftware used in this workflow1. Build a base prompt2. Select a modelStable Diffusion v1.5F222OpenJourney3. Refine prompt and get a…

Depth-to-image in Stable Diffusion 2: All you need to know

Depth-to-image (Depth2img) is an under-appreciated model in Stable Diffusion v2. It is an enhancement to image-to-image (img2img) which takes advantage of the depth information when generating new images. In this tutorial, we will look under the hood to see what it is, how to install and use it, and what it can do for you.…

How to install Stable Diffusion on Windows (AUTOMATIC1111)

We will go through how to download and install the popular Stable Diffusion software AUTOMATIC1111 on Windows step-by-step. Stable Diffusion is a text-to-image AI that can be run on a consumer-grade PC with a GPU. After this tutorial, you can generate AI images on your own PC. Table of ContentsSystems requirementsInstalling on AMD GPUInstallation stepsStep…

How to use embeddings in Stable Diffusion

Embedding, also called textual inversion, is an alternative way to control the style of your images in Stable Diffusion. We will review what embedding is, where to find them, and how to use them. Table of ContentsWhat is embedding?How does textual inversion work?Examples of embeddingsWhere to find embeddingsHow to use embeddingsWeb interfaceAUTOMATIC1111Shortcut to use embeddings…