| | --- |
| | license: openrail++ |
| | tags: |
| | - controlnet |
| | - stable diffusion |
| | --- |
| | |
| | # ControlNet for Stable Diffusion 2.1 |
| |
|
| | ## Stable Diffusion 2.1 (Canny) |
| | [Here](https://huggingface.co/thibaud/controlnet-canny-sd21) |
| |
|
| | ## Waifu Diffusion 1.5 (Canny, Pose, Depth) |
| | [Here](https://huggingface.co/furusu/ControlNet) |
| |
|
| | ## Picasso Diffusion 1.1 (Pose) |
| |
|
| | **Note: This model is a proof of concept. The power is limited. You can test the model with sample poses only. Give me more training data.** |
| |
|
| | 1. Install [Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui). |
| | 1. Install [ControlNet extention](https://github.com/Mikubill/sd-webui-controlnet). |
| | 1. Download [Picasso Diffusion 1.1](https://huggingface.co/alfredplpl/picasso-diffusion-1-1/blob/main/v1-1.safetensors). |
| | 1. Move it into the folder: models -> Stable-diffusion . |
| | 1. Download the [model](control_picasso11_openpose.ckpt) and the [config](control_picasso11_openpose.yaml). |
| | 1. Move them into the folder: extentions -> sd-webui-controlnet -> models. |
| | 1. Use it in the web ui with the sample poses. |
| |
|
| | ## Examples |
| |
|
| |  |
| | ``` |
| | anime, a girl |
| | Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3945398766, Size: 768x768, Model hash: 5eb33121a0, Model: picasso_diffusion, ControlNet Enabled: True, ControlNet Module: none, ControlNet Model: control_picasso11_openpose [80042ed5], ControlNet Weight: 1, ControlNet Guidance Strength: 1 |
| | ``` |
| |  |
| |
|
| |
|
| |  |
| | ``` |
| | anime, a girl |
| | Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3577963316, Size: 768x768, Model hash: 5eb33121a0, Model: picasso_diffusion, ControlNet Enabled: True, ControlNet Module: none, ControlNet Model: control_picasso11_openpose [80042ed5], ControlNet Weight: 1, ControlNet Guidance Strength: 1 |
| | ``` |
| |  |
| |
|
| |  |
| | ``` |
| | anime, a girl in a church, wedding dress |
| | Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 4122929822, Size: 768x768, Model hash: 5eb33121a0, Model: picasso_diffusion, ControlNet Enabled: True, ControlNet Module: none, ControlNet Model: control_picasso11_openpose [80042ed5], ControlNet Weight: 1, ControlNet Guidance Strength: 1 |
| | ``` |
| |  |
| |
|
| |
|
| |
|