Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- text-to-image
|
5 |
+
- stable-diffusion
|
6 |
+
- anime
|
7 |
+
- aiart
|
8 |
---
|
9 |
+
|
10 |
+
**This model is trained on 7 characters from The Executioner and Her Way of Life (処刑少女の生きる道)**
|
11 |
+
|
12 |
+
Trained with clip skip 1 on top of [ACertainty](https://huggingface.co/JosephusCheung/ACertainty) and locon is extracted from the trained model
|
13 |
+
|
14 |
+
For example images see: https://civitai.com/models/83424
|
15 |
+
|
16 |
+
The 7 characters are
|
17 |
+
|
18 |
+
- Ashuna
|
19 |
+
- Flare
|
20 |
+
- ManonLibelle
|
21 |
+
- Menou
|
22 |
+
- Momo
|
23 |
+
- Pandemonium
|
24 |
+
- TokitoAkari
|
25 |
+
|
26 |
+
For Menou you have both
|
27 |
+
- Menou
|
28 |
+
- Menou child
|
29 |
+
|
30 |
+
For Pandemonium you have
|
31 |
+
- Pandemonium (the classic one)
|
32 |
+
- Maya Pandemonium (hair down version, the one after the end of the 5th tome of the novel)
|
33 |
+
- Centipede Monster (monster version, the one at the 12th episode of the anime)
|
34 |
+
|
35 |
+
I split the styles into 3+1 during training
|
36 |
+
- aniscreen (3928 images)
|
37 |
+
- fanart (95 images)
|
38 |
+
- colorful light novel / light novel (153 images)
|
39 |
+
|
40 |
+
|
41 |
+
#### Training details
|
42 |
+
|
43 |
+
Training is done with [EveryDream2](https://github.com/victorchall/EveryDream2trainer)
|
44 |
+
The following configuration is used
|
45 |
+
|
46 |
+
- resolution 512
|
47 |
+
- cosine learning rate scheduler, lr 2.5e-6
|
48 |
+
- batch size 8
|
49 |
+
- conditional dropout 0.08
|
50 |
+
- clip skip 1
|
51 |
+
- 30~40k regularization images
|