Editable Mesh
...
Installation Guide
Install the Stable Diffusion webUI
8 min
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 1\ 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 2 in the newly opened window, type the command below git clone https //github com/automatic1111/stable diffusion webui git 3\ enter the command and press enter , the installation will proceed automatically none info git clone the git clone command uses git to create a copy of a remote repository on your local computer 4\ 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 1\ 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 none 2\ run the file run the webui user bat file none 3\ 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 none 4\ access the web interface once the installation is complete, open a web browser and connect to the http //127 0 0 1 7860/ address 5 if you see a screen like below, you are done none 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 press enter it will update to the latest version