Stable Diffusion WebUI is a web interface for Stable Diffusion, implemented using Gradio library.
Github source:
https://github.com/AUTOMATIC1111/stable-diffusion-webui
Download webui
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
Setup env
conda env create -f environment-wsl2.yaml
conda activate wsl
Run it, my MacBook Pro doesn’t have a Nvidia GPU, so need to disable CUDA in webui-macos-env.sh
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate"
Then run the shell
./webui.sh