File size: 2,147 Bytes
c0667c6
 
cde03d4
02495e5
64a5971
c0667c6
40087b8
 
 
ded0a48
 
 
 
 
 
 
40087b8
d3a6fdf
40087b8
 
 
d3a6fdf
40087b8
 
 
d3a6fdf
40087b8
 
 
 
 
 
d3a6fdf
40087b8
 
 
 
d3a6fdf
 
 
 
 
 
 
 
 
 
 
 
 
 
40087b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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

![girl_1](girl_1.png)
```
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
```
![pose_1](pose_1.png)


![girl_2](girl_2.png)
```
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
```
![pose_2](pose_2.png)

![girl_3](girl_3.png)
```
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
```
![pose_3](pose_3.png)