Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
base_model: runwayml/stable-diffusion-v1-5
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- stable-diffusion-diffusers
|
7 |
+
- text-to-image
|
8 |
+
- diffusers
|
9 |
+
- controlnet
|
10 |
+
- jax-diffusers-event
|
11 |
+
inference: true
|
12 |
---
|
13 |
+
|
14 |
+
# controlnet- MakiPan/controlnet-encoded-hands-20230504_125403
|
15 |
+
|
16 |
+
These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning. You can find some example images in the following.
|
17 |
+
|
18 |
+
prompt: a man in a colorful shirt giving a peace sign in front of a rallying crowd
|
19 |
+
![images_0)](./images_0.png)
|
20 |
+
prompt: a police officer signaling someone to stop in a park
|
21 |
+
![images_1)](./images_1.png)
|