Stable Diffusion

via

$ cd # home
$ git clone [email protected]:AUTOMATIC1111/stable-diffusion-webui.git
# downloaded https://civitai.com/models/19932/ligne-claire
$ cd stable-diffusion-webui/models/Stable-diffusion
$ cp ~/Downloads/ligneClaire_alpha.safetensors .

I had to install python 3.10 since my default python is 3.11

$ pyenv install 3.10
$ pyenv local 3.10.10
$ python -m venv venv
$ source venv/bin/activate
$ ./webui.sh
... a long time passes ...

ControlNet

https://github.com/Mikubill/sd-webui-controlnet

From around the web

Books