cyber-meow commited on
Commit
2a53432
2 Parent(s): 321a946 0c0a31e

Merge branch 'main' of https://huggingface.co/alea31415/oshinoko into main

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md CHANGED
@@ -1,3 +1,79 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - 'stable-diffusion '
6
+ - anime
7
+ - aiart
8
  ---
9
+
10
+
11
+ **This model is trained for characters from Oshi no Ko (推しの子)**
12
+ I plan to update it in real time along the season.
13
+
14
+ **The model is trained at clip skip 1 on [ACertainty](https://huggingface.co/JosephusCheung/ACertainty/tree/main)**
15
+ You can however use the extracted locon on a lot of different models as I show in the examples on CivitAI. Otherwise you can perform (block) merge and (block) extraction yourself using the full model.
16
+
17
+ For examples check CivitAI
18
+ https://civitai.com/models/40182
19
+
20
+ Screenshots and fan arts are respectively tagged with `aniscreen` and `fanart`.
21
+ Using `aniscreen` gives both stronger anime style and better resemblance.
22
+ Using `aniscreen` on style models may cause weird effects.
23
+
24
+ ## Characters
25
+
26
+ For now, we have
27
+
28
+ * HoshinoAi
29
+ * Aquamarine baby
30
+ * Aquamarine child
31
+ * ArimaKana
32
+ * Aquamarine
33
+ * Ruby baby
34
+ * Ruby child
35
+ * Ruby
36
+ * ArimaKana child
37
+ * ArimaKana
38
+ * SaitoIchigo
39
+ * Miyako
40
+ * GotandaTaishi
41
+ * AmemiyaGoro
42
+ * TendojiSarina
43
+
44
+ According to my estimate, the following characters will be added in this season
45
+
46
+ * NarushimaMelt
47
+ * KaburagiMasaya
48
+ * KichijoujiYoriko
49
+ * ShiranuiFrill
50
+ * KotobukiMinami
51
+ * KurokawaAkane
52
+ * MemCho
53
+ * KumanoNobuyuki
54
+ * SumiYuki
55
+ * MorimotoKengo
56
+
57
+
58
+
59
+ ## Dataset composition
60
+
61
+ - fanart 168
62
+ - screenshots
63
+ - EP 01 1268
64
+ - regularization ~20K
65
+
66
+
67
+ ## Version notes
68
+
69
+ **EP01**
70
+
71
+ Up to this point, Aqua, Ruby, Kana, and Akane are only trained with limited fan arts, so the quality of these characters will be largely improved later after more episodes come out.
72
+
73
+ The model is trained for 42647 steps and there are in total 4 checkpoints [here](https://huggingface.co/alea31415/oshinoko/tree/main/checkpoints_0414ep01)
74
+
75
+ The LoCon is extracted from the 32783 step one and I also recommend using this one if you prefer to use the full model.
76
+
77
+ Actually, if you want to put the star in the correct eye for Aqua and Ruby you would have higher chance to achieve it with 32783 and 42647 step checkpoints. However the last one seems to be quite overfitted. It would be much more difficult with earlier checkpoints and extracted LoCons. For comparison please see the last four example images on CivitAI.
78
+
79
+ On the other hand, for some characters with few training images, TendojiSarina notably, you may want to use early checkpoints or LoCon with lower weight to gain more flexibility.