Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
+
<div style="display: flex; flex-direction: row; flex-wrap: wrap">
|
5 |
+
<a href="https://www.patreon.com/user?u=29466374" target="_blank">
|
6 |
+
<img src="https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon"/>
|
7 |
+
</a>
|
8 |
+
<a href="https://twitter.com/nerijs" target="_blank">
|
9 |
+
<img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
|
10 |
+
</a>
|
11 |
+
</div>
|
12 |
+
|
13 |
+
# coralchar-diffusion-v1
|
14 |
+
Stable Diffusion v1.5 model trained on to generate cute character portraits
|
15 |
+
<div style="display: flex; flex-direction: row; flex-wrap: wrap">
|
16 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670205150413-6303f37c3926de1f7ec42d3e.png" width="256">
|
17 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670205171617-6303f37c3926de1f7ec42d3e.png" width="256">
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## How to use
|
21 |
+
- Download the model and use it on your desired UI (Tested on AUTOMATIC1111's) .ckpt and Diffusers version available
|
22 |
+
- Trigger the style in your prompt with the **coralchar** token, look at the next section for more examples
|
23 |
+
- If you want to use the inpainting model, you can use it like a normal v1.5 model
|
24 |
+
|
25 |
+
## Versions
|
26 |
+
- **v1**: 1000-6000 steps checkpoints available to download
|
27 |
+
- **inpainting** version available
|
28 |
+
|
29 |
+
## Examples on step-6000 model
|
30 |
+
**a woman wearing blue jeans and a white tank top**
|
31 |
+
Steps: 20, Sampler: DPM++ SDE, CFG scale: 7, Size: 512x768
|
32 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670204360798-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
33 |
+
**a man wearing a black puffy vest**
|
34 |
+
Steps: 20, Sampler: DPM++ SDE, CFG scale: 7, Size: 512x768
|
35 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670204467592-6303f37c3926de1f7ec42d3e.png" width="512"/>
|
36 |
+
|
37 |
+
## Examples on inpainting model
|
38 |
+
**a man wearing a blue puffy vest**
|
39 |
+
Steps: 20, Sampler: DPM++ SDE, CFG scale: 7, Size: 512x768, 0.75 Denoising strength
|
40 |
+
<h2>Original vs step_6000 vs inpainting version</h2>
|
41 |
+
<div style="display: flex; flex-direction: row; flex-wrap: wrap">
|
42 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670205036420-6303f37c3926de1f7ec42d3e.png" width="256"/>
|
43 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670204708270-6303f37c3926de1f7ec42d3e.png" width="256"/>
|
44 |
+
<img src="https://s3.amazonaws.com/moonup/production/uploads/1670204954426-6303f37c3926de1f7ec42d3e.png" width="256"/>
|
45 |
+
</div>
|
46 |
+
|
47 |
+
## Tips
|
48 |
+
- Best results with 512x768, outputs full body portraits
|
49 |
+
- Also high step count on Euler_a gives good results
|
50 |
+
- Low CFG scale outputs great results
|
51 |
+
- If you want to generate different expressions, generate a base character with txt2img then adjust your outfit and details with inpainting model and use inpainting again to generate different expressions and poses
|
52 |
+
|
53 |
+
Please consider supporting further research on my Patreon:
|
54 |
+
<a href="https://www.patreon.com/user?u=29466374" target="_blank">
|
55 |
+
<img src="https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon"/>
|
56 |
+
</a>
|
57 |
+
|
58 |
+
If you have any question, suggestion for new models or need help in general with SD related stuff, don't hesistate to reach out on Twitter:
|
59 |
+
<a href="https://twitter.com/nerijs" target="_blank">
|
60 |
+
<img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
|
61 |
+
</a>
|