Stable Diffusion
Set up AUTOMATIC1111/stable-diffusion-webui:
- Install Python 3.10.6
sudo apt install python3.10 python3.10-venv
- Install Git
sudo apt install git
- Clone
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
- Download sd-v1-4.ckpt to
stable-diffusion-webui/models/Stable-diffusion
- Download GFPGANv1.4.pth to
stable-diffusion-webui
Run Stable Diffusion with Juice on Windows from a command prompt in the directory you cloned Stable Diffusion to:
juice run webui.bat
Run Stable Diffusion with Juice on Linux from a shell in the directory you cloned Stable Diffusion to:
juice run webui.sh
Browse to http://127.0.0.1:7860 to view the user interface and generate images.
Active Paths
Activate the directory that you cloned Stable Diffusion to automatically run Stable Diffusion when a Juice session is current.
juice session add-path <stable-diffusion-directory>
Help Improve This Page
Found a mistake? Want to contribute? Edit this page on GitHub or explore more editing options.