#ai #stablediffusion #automatic1111
In this video I show you How to install and run Stable diffusion locally
if you have any trouble with git remember to set your path environment variables to use git
Right-Click on My Computer
Click on Advanced System Settings
Click on Environment Variables
Then, under System Variables, look for the path variable and click edit
Add the path to git’s bin and cmd at the end of the string like this:
C:\Program Files\Git\bin\git.exe
C:\Program Files\Git\cmd
Hugging face
https://huggingface.co/CompVis/stable...
git
https://git-scm.com/download/win
python
https://www.python.org/downloads/rele...
command to install Automatic1111
git clone https://github.com/AUTOMATIC1111/stab...