

This error occurs while the system is trying to install additional packages at the beginning stage of executing the cd ~/stable-diffusion-webui. Error #1ĮRROR: Could not find a version that satisfies the requirement torch=1.12.1 (from versions: 2.0.0)ĮRROR: No matching distribution found for torch=1.12.1 If you encounter similar issues, I hope that these solutions will be helpful to you. In the following sections, I will outline some common errors that I encountered during my own installation process, along with the solutions I used to fix them. TroubleshootingĪlthough the installation process may not be entirely smooth, there are ways to fix any errors that may arise. You can monitor the progress of the image generation both in the GUI and in the terminal. Once you’ve clicked the “Generate” button, the image generation process will begin. From there, enter a prompt such as “ cute french bulldog puppy” and click the “Generate” button. To test whether AUTOMATIC1111 is working properly, navigate to the “txt2img” tab on the GUI. Once you arrive at this page, you will be greeted with the AUTOMATIC1111 user interface. To access the AUTOMATIC1111 GUI, open a web browser and navigate to the following URL. Step 7 – Access Stable Diffusion on Browser When you see something like the screenshot below in your Terminal, it means AUTOMATIC1111 has been successfully launched. Keep in mind that this may take some time to run for the first time, as there are additional packages that need to be installed. To run AUTOMATIC1111, copy and paste the following command in Terminal. You should see something similar to the screenshot below. After doing so, the folder should contain two files. ĭrag and drop the downloaded file into the folder. Then, to open the folder in Finder, type in the following command and hit Enter. To navigate to this folder in the Terminal, type the following command: cd stable-diffusion-webui/models/Stable-diffusion Keep in mind that the file size of this model is over 4GB, so it may take some time to download.ĭownload v1-5-pruned-emaonly.ckpt Step 5 – Move Model File to DirectoryĪfter downloading the model file, you need to place it in the folder named stable-diffusion-webui/models/Stable-diffusion.
BREW INSTALL WGET DOWNLOAD
You can download the v1.5 model of Stable Diffusion by going to this page, or directly from the link below. To run Stable Difussion using AUTOMATIC1111, you’ll need a model as well. git clone Step 4 – Download Stable Diffusion Model File In the home folder, use the following command to make a copy (git clone) of AUTOMATIC1111 in your home directory. This will take you back to the home folder. To do this, type cd in Terminal and hit Enter. Now we’ll make a copy of AUTOMATIC1111 on your Mac, in the home directory. brew install cmake protobuf rust git wget Step 3 – Clone AUTOMATIC1111 If any of the packages have already been installed, they will be skipped during the installation process. To install them all at once, type in the following command. These packages include cmake, protobuf, rust, python, git, and wget. Next, we need to install several other packages that are necessary for the installation process. bin/bash -c "$(curl -fsSL )" Step 2 – Install Other Packages This will install Homebrew on your system. If you haven’t installed it yet, you can do so by copying and pasting the following command into your Terminal and pressing enter. Step 1 – Install Homebrewīefore we proceed, we need to install Homebrew on your Mac.

So, open up your Terminal app and let’s begin.
BREW INSTALL WGET HOW TO
In this guide, we’ll show you how to install and use AUTOMATIC1111 on your Mac. That’s where AUTOMATIC1111 comes in.ĪUTOMATIC1111 (also known as A1111) Stable Diffusion WebUI is a more advanced graphical user interface (GUI) that gives you more control and customization options. Although Diffusion Bee is easy to install, it doesn’t offer many options for customizing the image you want to create.

BREW INSTALL WGET MAC
In the previous post, we talked about installing and running stable diffusion on Mac using Diffusion Bee.
