Yasunori Ozaki
commited on
Commit
·
d3a6fdf
1
Parent(s):
40087b8
Update model
Browse files- .gitattributes +4 -0
- README.md +18 -4
- control_picasso11_openpose.ckpt +1 -1
- girl_1.png +2 -2
- girl_2.png +3 -0
- girl_3.png +3 -0
- pose_2.png +3 -0
- pose_3.png +3 -0
.gitattributes
CHANGED
@@ -71,3 +71,7 @@ sample_poses/bone_9.png filter=lfs diff=lfs merge=lfs -text
|
|
71 |
sample_poses/bone_22.png filter=lfs diff=lfs merge=lfs -text
|
72 |
sample_poses/bone_35.png filter=lfs diff=lfs merge=lfs -text
|
73 |
sample_poses/bone_8.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
71 |
sample_poses/bone_22.png filter=lfs diff=lfs merge=lfs -text
|
72 |
sample_poses/bone_35.png filter=lfs diff=lfs merge=lfs -text
|
73 |
sample_poses/bone_8.png filter=lfs diff=lfs merge=lfs -text
|
74 |
+
girl_2.png filter=lfs diff=lfs merge=lfs -text
|
75 |
+
girl_3.png filter=lfs diff=lfs merge=lfs -text
|
76 |
+
pose_2.png filter=lfs diff=lfs merge=lfs -text
|
77 |
+
pose_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -6,24 +6,38 @@ license: openrail++
|
|
6 |
|
7 |
## Picasso Diffusion 1.1 (OpenPose)
|
8 |
|
9 |
-
**Note: This model is a proof of concept. You can test the model with sample poses only. Give me more training data.**
|
10 |
|
11 |
1. Install [Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
|
12 |
1. Install [ControlNet extention](https://github.com/Mikubill/sd-webui-controlnet).
|
13 |
-
1. Download [Picasso Diffusion 1.1](https://huggingface.co/alfredplpl/picasso-diffusion-1-1/blob/main/v1-1.safetensors)
|
14 |
1. Move it into the folder: models -> Stable-diffusion .
|
15 |
1. Download the [model](control_picasso11_openpose.ckpt) and the [config](control_picasso11_openpose.yaml).
|
16 |
1. Move them into the folder: extentions -> sd-webui-controlnet -> models.
|
17 |
-
1. Use it in the web ui with the sample
|
18 |
|
19 |
## Examples
|
20 |
|
21 |
![girl_1](girl_1.png)
|
22 |
```
|
23 |
anime, a girl
|
24 |
-
Steps: 20, Sampler: Euler a, CFG scale: 7, Seed:
|
25 |
```
|
26 |
![pose_1](pose_1.png)
|
27 |
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
|
|
6 |
|
7 |
## Picasso Diffusion 1.1 (OpenPose)
|
8 |
|
9 |
+
**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.**
|
10 |
|
11 |
1. Install [Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
|
12 |
1. Install [ControlNet extention](https://github.com/Mikubill/sd-webui-controlnet).
|
13 |
+
1. Download [Picasso Diffusion 1.1](https://huggingface.co/alfredplpl/picasso-diffusion-1-1/blob/main/v1-1.safetensors).
|
14 |
1. Move it into the folder: models -> Stable-diffusion .
|
15 |
1. Download the [model](control_picasso11_openpose.ckpt) and the [config](control_picasso11_openpose.yaml).
|
16 |
1. Move them into the folder: extentions -> sd-webui-controlnet -> models.
|
17 |
+
1. Use it in the web ui with the sample poses.
|
18 |
|
19 |
## Examples
|
20 |
|
21 |
![girl_1](girl_1.png)
|
22 |
```
|
23 |
anime, a girl
|
24 |
+
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
|
25 |
```
|
26 |
![pose_1](pose_1.png)
|
27 |
|
28 |
|
29 |
+
![girl_2](girl_2.png)
|
30 |
+
```
|
31 |
+
anime, a girl
|
32 |
+
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
|
33 |
+
```
|
34 |
+
![pose_2](pose_2.png)
|
35 |
+
|
36 |
+
![girl_3](girl_3.png)
|
37 |
+
```
|
38 |
+
anime, a girl in a church, wedding dress
|
39 |
+
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
|
40 |
+
```
|
41 |
+
![pose_3](pose_3.png)
|
42 |
+
|
43 |
|
control_picasso11_openpose.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3336262761
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8d914f495337c333d8e031c8099e527d55a0bbcbf8321f55a321bc03c354498
|
3 |
size 3336262761
|
girl_1.png
CHANGED
Git LFS Details
|
Git LFS Details
|
girl_2.png
ADDED
Git LFS Details
|
girl_3.png
ADDED
Git LFS Details
|
pose_2.png
ADDED
Git LFS Details
|
pose_3.png
ADDED
Git LFS Details
|