CulturedDiffusion
commited on
Commit
•
a08d651
1
Parent(s):
d8cf1f4
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,78 @@
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
4 |
+
---
|
5 |
+
license: cc
|
6 |
+
---
|
7 |
+
<style>
|
8 |
+
td pre {
|
9 |
+
white-space: pre-wrap;
|
10 |
+
}
|
11 |
+
|
12 |
+
table {
|
13 |
+
margin-top: 0;
|
14 |
+
margin-bottom: 0;
|
15 |
+
}
|
16 |
+
</style>
|
17 |
+
|
18 |
+
<table style="border-collapse: separate; border-spacing: 10px; width:100%">
|
19 |
+
<tr>
|
20 |
+
<td style="vertical-align: top">
|
21 |
+
<img src="./Examples/_01.png" alt="SchoolGirl01" width="100%"/>
|
22 |
+
</td>
|
23 |
+
<td style="vertical-align: top;">
|
24 |
+
<img src="./Examples/_03.png" alt="SchoolGirl02" width="100%"/>
|
25 |
+
</td>
|
26 |
+
</tr>
|
27 |
+
</table>
|
28 |
+
|
29 |
+
# Overview
|
30 |
+
A **LOCON** for **Stable Diffusion 1.5**. This model was trained and tested on the [Mistoon Anime model](https://civitai.com/models/24149/mistoonanime) using [Kohya SS](https://github.com/bmaltais/kohya_ss).
|
31 |
+
|
32 |
+
**Note**: My models are trained heavily to recreate not only the character but also their original art style. This makes the models more prone to overfitting, so they might not work well with other SD 1.5 models. You can check out the epoches folder for versions that might work better for your use-case.
|
33 |
+
|
34 |
+
# Usage
|
35 |
+
- **Trigger keywords**: ayumu uehara
|
36 |
+
- **Recommended keywords**: pink hair, hair ornament, yellow eyes, single side bun
|
37 |
+
- **Recommended strength**: 0.5 ~ 0.6
|
38 |
+
- **Recommended SD model**: [Mistoon Anime model](https://civitai.com/models/24149/mistoonanime)
|
39 |
+
- **Clip skip**: 2
|
40 |
+
|
41 |
+
# Examples
|
42 |
+
**Note**: All examples in the repo were produced with [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) without any edits. You download them and load all their settings from the metadata to reproduce similar results.
|
43 |
+
|
44 |
+
Highres fix details:
|
45 |
+
<pre>Denoising strength: 0.5, Hires upscale: 2, Hires upscaler: 4x-UltraSharp</pre>
|
46 |
+
|
47 |
+
<table style="border-collapse: separate; border-spacing: 10px; width:100%;">
|
48 |
+
<tr>
|
49 |
+
<td style="vertical-align: top">
|
50 |
+
<img src="./Examples/_02.png" width="100%"/>
|
51 |
+
<pre>1girl, ayumu uehara, pink hair, hair ornament, yellow eyes, single side bun,
|
52 |
+
school uniform, classroom, table, chair,
|
53 |
+
happy, hand on own chest, leaning forward,
|
54 |
+
masterpiece, best quality, highres, absurdres</pre>
|
55 |
+
</td>
|
56 |
+
|
57 |
+
<td style="vertical-align: top;">
|
58 |
+
<img src="./Examples/_05.png" width="100%"/>
|
59 |
+
<pre>1girl, ayumu uehara, pink hair, hair ornament, yellow eyes,
|
60 |
+
princess, tiara, long hair, castle, tower, white dress,
|
61 |
+
smirk, hand on own stomach, spread armpit,
|
62 |
+
masterpiece, best quality, highres, absurdres</pre>
|
63 |
+
</td>
|
64 |
+
|
65 |
+
<td style="vertical-align: top;">
|
66 |
+
<img src="./Examples/_08.png"width="100%"/>
|
67 |
+
<pre>1girl, ayumu uehara, pink hair, hair ornament, yellow eyes, single side bun,
|
68 |
+
denim shorts, short shorts, midriff, black cap, black shirt, street, alley,
|
69 |
+
smile, open mouth, hands behind head, crossed legs,
|
70 |
+
masterpiece, best quality, highres, absurdres</pre>
|
71 |
+
</td>
|
72 |
+
|
73 |
+
</tr>
|
74 |
+
</table>
|
75 |
+
|
76 |
+
|
77 |
+
# Donate
|
78 |
+
<a href='https://ko-fi.com/K3K1O4HGG' target='_blank'><img height ="60px" style='border:0px; height: 60px' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|