Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
---
|
4 |
+
<img src="https://i.imgur.com/z2ODdOr.jpg" alt="drawing" style="width:300px;"/>
|
5 |
+
|
6 |
+
# About model
|
7 |
+
A simple model trained on a custom dataset containing over 100 coloring book type images.
|
8 |
+
|
9 |
+
If you enjoy this model and would like me to improve on it, [buy me a coffe](https://www.buymeacoffee.com/mrhup) ☕
|
10 |
+
|
11 |
+
|
12 |
+
# Installation:
|
13 |
+
|
14 |
+
Download both the ckpt and yaml files. Ensure that the same naming pattern is used and copy them under models/Stable-Diffusion path in your local/cloud SD installation. Stable Diffusion 2.1 is required for the model to work correctly.
|
15 |
+
|
16 |
+
# Black images issue:
|
17 |
+
|
18 |
+
2.1 models need to have a web-ui config modified - if you are getting black images - go to your config file and add to COMMANDLINE_ARGS= --no-half - potentially it could work with --xformers instead (if supported). This line might slow your generations a bit but will not affect negatively your output.
|
19 |
+
|
20 |
+
# Prompt suggestion:
|
21 |
+
|
22 |
+
`bichon havanese wearing sunglasses COLR_001, (((white background))), coloring book, line art, high resolution, black and white, colorless`
|
23 |
+
|
24 |
+
Negative: `((watermark)), (text), color, shading, gradient, shadows, transparency, noisy, blurred`
|
25 |
+
|
26 |
+
|
27 |
+
<img src="https://i.imgur.com/3iDf43z.png" alt="drawing" style="width:300px;"/><img src="https://i.imgur.com/TwVxNe1.jpg" alt="drawing" style="width:300px;"/>
|
28 |
+
<img src="https://i.imgur.com/vKrsyGe.jpg" alt="drawing" style="width:300px;"/><img src="https://i.imgur.com/Mp3vO5i.jpg" alt="drawing" style="width:300px;"/>
|