Install the Stable Diffusion webUI
The Stable Diffusion web UI is a browser interface that makes Stable Diffusion easy to use. It is a web-based interface that is easy to use and includes a number of convenience features.
Installing the Stable Diffusion web UI via Git
Using Git Bash or PowerShell
Right-click
an empty space in the folder where you want to install and select either Open git bash here or Open PowerShell window here.
In the newly opened window, type the command below.
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
enter the command and press
Enter
, the installation will proceed automatically.infogit clone
- The
git clone
command uses Git to create a copy of a remote repository on your local computer.
- The
Check the installation
- After the installation is complete, if a folder named 'stable-diffusion-webui' has been created inside the desired folder, the installation has completed successfully.
Run the Stable Diffusion web UI
- Find the web UI executable file
- Inside the installed folder, locate the
webui-user.bat
file. This is the batch file for running the Web UI.
- Inside the installed folder, locate the
- Run the file.
- Run the webui-user.bat file.
- Confirm the automatic installation process
- Once executed, a new CMD window will open, and a number of required files and libraries will be installed automatically.
- You can see the progress in the window, and if it looks like the image below, the installation is complete.
- Access the web interface
- Once the installation is complete, open a web browser and connect to the
http://127.0.0.1:7860/
address.
- Once the installation is complete, open a web browser and connect to the
- If you see a screen like below, you are done.
Update the version of the Stable Diffusion web UI
- Run Git Bash or PowerShell in the stable-diffusion-webui folder.
- enter the command
git pull
and pressEnter
. - It will update to the latest version.