2023, week 13

Created: by Pradeep Gowda Updated: Mar 30, 2023 Tagged: weekly

Monday, 2023-03-27 to Sunday, 2023-04-02

[TOC]

Stable Diffusion

via

$ cd # home
$ git clone git@github.com: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