adds new Momoka LoRA
Browse files- README.md +5 -0
- momoka/README.md +54 -0
- momoka/all_tags.txt +420 -0
- momoka/chara-momoka-v1c.png +3 -0
- momoka/chara-momoka-v1c.safetensors +3 -0
- momoka/checkpoints-001-v1c.png +3 -0
- momoka/example-001-v1c.png +3 -0
- momoka/example-001b-v1c.png +3 -0
- momoka/example-002-v1c.png +3 -0
- momoka/example-002b-v1c.png +3 -0
- momoka/example-003-controlnet_input.png +3 -0
- momoka/example-003-v1c.png +3 -0
- momoka/example-003b-v1c.png +3 -0
- momoka/lora_chara_momoka_v1c_94i13r.json +59 -0
README.md
CHANGED
@@ -69,6 +69,11 @@ Preview images are all generated with the same seed, model, and basic prompt tem
|
|
69 |
### Miyako (WIP)
|
70 |
[Available on old Mega.co.nz repository.](https://mega.nz/folder/SqYwQTRI#GN2SmGTBsV6S4q-L-V4VeA)
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
### Mutsuki
|
73 |
[Available on old Mega.co.nz repository.](https://mega.nz/folder/SqYwQTRI#GN2SmGTBsV6S4q-L-V4VeA)
|
74 |
|
|
|
69 |
### Miyako (WIP)
|
70 |
[Available on old Mega.co.nz repository.](https://mega.nz/folder/SqYwQTRI#GN2SmGTBsV6S4q-L-V4VeA)
|
71 |
|
72 |
+
### Momoka
|
73 |
+
[Yuragi Momoka / 由良木モモカ / 유라기 모모카 / 由良木桃香](https://huggingface.co/khanon/lora-training/blob/main/momoka/README.md)
|
74 |
+
|
75 |
+
[![Momoka](momoka/chara-momoka.png)](https://huggingface.co/khanon/lora-training/blob/main/momoka/README.md)
|
76 |
+
|
77 |
### Mutsuki
|
78 |
[Available on old Mega.co.nz repository.](https://mega.nz/folder/SqYwQTRI#GN2SmGTBsV6S4q-L-V4VeA)
|
79 |
|
momoka/README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Yuragi Momoka (Blue Archive)
|
2 |
+
由良木モモカ (ブルーアーカイブ) / 유라기 모모카 (블루 아카이브) / 由良木桃香 (碧蓝档案)
|
3 |
+
|
4 |
+
[**Download here.**](https://huggingface.co/khanon/lora-training/blob/main/momoka/chara-momoka-v1c.safetensors)
|
5 |
+
|
6 |
+
## Table of Contents
|
7 |
+
- [Preview](#preview)
|
8 |
+
- [Usage](#usage)
|
9 |
+
- [Training](#training)
|
10 |
+
- [Revisions](#revisions)
|
11 |
+
|
12 |
+
## Preview
|
13 |
+
![Momoka portrait](chara-momoka-v1c.png)
|
14 |
+
![Momoka preview 1](example-001b-v1c.png)
|
15 |
+
![Momoka preview 2](example-002b-v1c.png)
|
16 |
+
![Momoka preview 3](example-003b-v1c.png)
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
Use any or all of the following tags to summon momoka: `momoka, halo, short twintails, horns, bright pupils, pointy ears, hair ornament, ahoge`
|
20 |
+
- Add `(dragon tail:1.3)` for her tail (even though I'm not quite sure Momoka is truly a dragon?)
|
21 |
+
|
22 |
+
For her normal outfit: `sleeveless dress, collared dress, blue necktie, white open jacket, off shoulder, loose socks, white shoes`
|
23 |
+
- Add `frilled dress` if the frills at the bottom of her dress are not correctly displayed.
|
24 |
+
|
25 |
+
For her accessories: `potato chips, bag of chips, holding food`
|
26 |
+
|
27 |
+
For her smug expression: `smug, open mouth, sharp teeth, :3, :d`
|
28 |
+
- Alternatively, `smug, grin, sharp teeth, smile` for a toothy grin
|
29 |
+
|
30 |
+
[Here is a list of all tags including in the training dataset, sorted by frequency.](all_tags.txt)
|
31 |
+
|
32 |
+
## Training
|
33 |
+
*Exact parameters are provided in the accompanying JSON files.*
|
34 |
+
- Trained on a set of 94 images.
|
35 |
+
- 13 repeats
|
36 |
+
- 3 batch size, 4 epochs
|
37 |
+
- `(94 * 13) / 3 * 4` = 1654 steps
|
38 |
+
- 0.0737 loss
|
39 |
+
- Initially tagged with WD1.4 swin-v2 model. Tags pruned/edited for consistency.
|
40 |
+
- `constant_with_warmup` scheduler
|
41 |
+
- 1.5e-5 text encoder LR
|
42 |
+
- 1.5e-4 unet LR
|
43 |
+
- 1e-5 optimizer LR
|
44 |
+
- Used network_dimension 128 (same as usual) / network alpha 128 (default)
|
45 |
+
- Resized to 24 after training
|
46 |
+
- This LoRA seemed very slightly overtrained, perhaps due to smaller dataset, so resizing to 24 appeared a bit better than 32.
|
47 |
+
- Training resolution 832x832.
|
48 |
+
- This one also came out better at 832 vs 768.
|
49 |
+
- It's not clear to me why some LoRAs perform substantially better at 768 and others at 832.
|
50 |
+
- Trained without VAE.
|
51 |
+
|
52 |
+
## Revisions
|
53 |
+
- v1c (2023-02-19)
|
54 |
+
- Initial release.
|
momoka/all_tags.txt
ADDED
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Below is a list of keywords used during training of chara-momoka-v1c:
|
2 |
+
[94] momoka
|
3 |
+
[93] short twintails
|
4 |
+
[92] 1girl
|
5 |
+
[92] horns
|
6 |
+
[89] ahoge
|
7 |
+
[89] hair ornament
|
8 |
+
[89] pointy ears
|
9 |
+
[83] sleeveless dress
|
10 |
+
[82] white dress
|
11 |
+
[80] collared dress
|
12 |
+
[80] looking at viewer
|
13 |
+
[78] blue necktie
|
14 |
+
[77] solo
|
15 |
+
[76] halo
|
16 |
+
[73] blush
|
17 |
+
[67] white jacket
|
18 |
+
[66] open jacket
|
19 |
+
[61] dragon tail
|
20 |
+
[59] bare shoulders
|
21 |
+
[57] holding
|
22 |
+
[52] food
|
23 |
+
[52] potato chips
|
24 |
+
[52] simple background
|
25 |
+
[52] white background
|
26 |
+
[51] off shoulder
|
27 |
+
[50] open mouth
|
28 |
+
[50] smile
|
29 |
+
[49] bag of chips
|
30 |
+
[49] puffy long sleeves
|
31 |
+
[45] small breasts
|
32 |
+
[42] breasts
|
33 |
+
[39] bandaid on knee
|
34 |
+
[38] holding food
|
35 |
+
[38] :d
|
36 |
+
[37] bandaid
|
37 |
+
[35] :3
|
38 |
+
[35] bright pupils
|
39 |
+
[34] open clothes
|
40 |
+
[32] full body
|
41 |
+
[31] frilled dress
|
42 |
+
[31] frills
|
43 |
+
[31] green nails
|
44 |
+
[31] nail polish
|
45 |
+
[31] loose socks
|
46 |
+
[31] white socks
|
47 |
+
[30] sharp teeth
|
48 |
+
[23] upper body
|
49 |
+
[23] sitting
|
50 |
+
[23] smug
|
51 |
+
[20] white footwear
|
52 |
+
[20] white shoes
|
53 |
+
[20] teeth
|
54 |
+
[19] closed mouth
|
55 |
+
[18] sidelocks
|
56 |
+
[18] bare arms
|
57 |
+
[16] short hair
|
58 |
+
[15] fang
|
59 |
+
[15] sideboob
|
60 |
+
[15] eating
|
61 |
+
[14] standing
|
62 |
+
[14] solo focus
|
63 |
+
[13] cowboy shot
|
64 |
+
[12] lying
|
65 |
+
[12] skirt
|
66 |
+
[11] panties
|
67 |
+
[10] expressionless
|
68 |
+
[10] underwear
|
69 |
+
[10] 1boy
|
70 |
+
[9] starry sky print
|
71 |
+
[9] hetero
|
72 |
+
[9] pussy
|
73 |
+
[9] clothing cutout
|
74 |
+
[8] censored
|
75 |
+
[8] spread legs
|
76 |
+
[8] feet out of frame
|
77 |
+
[8] heart
|
78 |
+
[7] boots
|
79 |
+
[7] penis
|
80 |
+
[7] loli
|
81 |
+
[7] thighs
|
82 |
+
[7] grin
|
83 |
+
[7] jacket partially removed
|
84 |
+
[7] armpits
|
85 |
+
[7] hand up
|
86 |
+
[6] food in mouth
|
87 |
+
[6] navel
|
88 |
+
[6] nipples
|
89 |
+
[6] nude
|
90 |
+
[6] tongue
|
91 |
+
[6] tongue out
|
92 |
+
[6] couch
|
93 |
+
[6] no shoes
|
94 |
+
[6] on back
|
95 |
+
[6] blue background
|
96 |
+
[5] skin fang
|
97 |
+
[5] blurry background
|
98 |
+
[5] bar censor
|
99 |
+
[5] flat chest
|
100 |
+
[5] sex
|
101 |
+
[5] barefoot
|
102 |
+
[5] pillow
|
103 |
+
[5] blurry
|
104 |
+
[5] arm up
|
105 |
+
[5] covered navel
|
106 |
+
[5] short dress
|
107 |
+
[5] indoors
|
108 |
+
[5] arms up
|
109 |
+
[4] two-tone background
|
110 |
+
[4] vaginal
|
111 |
+
[4] feet
|
112 |
+
[4] knees up
|
113 |
+
[4] cleavage cutout
|
114 |
+
[4] ass
|
115 |
+
[4] looking back
|
116 |
+
[4] leotard
|
117 |
+
[4] crossed legs
|
118 |
+
[4] giving
|
119 |
+
[4] multiple views
|
120 |
+
[4] sketch
|
121 |
+
[4] on couch
|
122 |
+
[3] large tail
|
123 |
+
[3] bottomless
|
124 |
+
[3] cum
|
125 |
+
[3] cum in pussy
|
126 |
+
[3] facial
|
127 |
+
[3] leg up
|
128 |
+
[3] on side
|
129 |
+
[3] bare legs
|
130 |
+
[3] legs
|
131 |
+
[3] toes
|
132 |
+
[3] clothed female nude male
|
133 |
+
[3] snack
|
134 |
+
[3] character name
|
135 |
+
[3] embarrassed
|
136 |
+
[3] laughing
|
137 |
+
[3] wings
|
138 |
+
[3] from behind
|
139 |
+
[3] fangs
|
140 |
+
[3] white panties
|
141 |
+
[3] licking finger
|
142 |
+
[3] multicolored clothes
|
143 |
+
[3] food on face
|
144 |
+
[3] bed sheet
|
145 |
+
[3] on stomach
|
146 |
+
[3] sweat
|
147 |
+
[3] collarbone
|
148 |
+
[3] clothes lift
|
149 |
+
[2] black panties
|
150 |
+
[2] pantyshot
|
151 |
+
[2] standing on one leg
|
152 |
+
[2] :o
|
153 |
+
[2] from side
|
154 |
+
[2] looking to the side
|
155 |
+
[2] after sex
|
156 |
+
[2] cum on hair
|
157 |
+
[2] cumdrip
|
158 |
+
[2] tearing up
|
159 |
+
[2] tears
|
160 |
+
[2] uncensored
|
161 |
+
[2] bag
|
162 |
+
[2] buttons
|
163 |
+
[2] one eye closed
|
164 |
+
[2] striped
|
165 |
+
[2] striped panties
|
166 |
+
[2] two-sided fabric
|
167 |
+
[2] ribbon
|
168 |
+
[2] between legs
|
169 |
+
[2] groin
|
170 |
+
[2] highleg
|
171 |
+
[2] highleg leotard
|
172 |
+
[2] white leotard
|
173 |
+
[2] half-closed eyes
|
174 |
+
[2] armpit crease
|
175 |
+
[2] cropped legs
|
176 |
+
[2] leaning forward
|
177 |
+
[2] breast grab
|
178 |
+
[2] cum on body
|
179 |
+
[2] grabbing
|
180 |
+
[2] missionary
|
181 |
+
[2] shadow
|
182 |
+
[2] backless dress
|
183 |
+
[2] backless outfit
|
184 |
+
[2] squatting
|
185 |
+
[2] annoyed
|
186 |
+
[2] arm support
|
187 |
+
[2] upset
|
188 |
+
[2] pink eyes
|
189 |
+
[2] flashing
|
190 |
+
[2] teasing
|
191 |
+
[2] :p
|
192 |
+
[2] on bed
|
193 |
+
[2] signature
|
194 |
+
[2] window
|
195 |
+
[2] character profile
|
196 |
+
[2] copyright name
|
197 |
+
[2] english text
|
198 |
+
[2] tachi-e
|
199 |
+
[2] holding another's wrist
|
200 |
+
[2] pink panties
|
201 |
+
[2] black pantyhose
|
202 |
+
[2] detached collar
|
203 |
+
[2] pantyhose
|
204 |
+
[2] light blush
|
205 |
+
[2] naked towel
|
206 |
+
[2] towel
|
207 |
+
[2] hands up
|
208 |
+
[2] lifting person
|
209 |
+
[2] low wings
|
210 |
+
[2] speech bubble
|
211 |
+
[2] spoken heart
|
212 |
+
[2] cameltoe
|
213 |
+
[2] ribs
|
214 |
+
[2] :<
|
215 |
+
[2] black hair
|
216 |
+
[2] multiple girls
|
217 |
+
[2] very long hair
|
218 |
+
[2] pleated skirt
|
219 |
+
[2] upside-down
|
220 |
+
[2] panties around one leg
|
221 |
+
[1] footjob
|
222 |
+
[1] tail tip
|
223 |
+
[1] crown halo
|
224 |
+
[1] cum in mouth
|
225 |
+
[1] cum on tongue
|
226 |
+
[1] cum string
|
227 |
+
[1] mosaic censoring
|
228 |
+
[1] :q
|
229 |
+
[1] completely nude
|
230 |
+
[1] leg lift
|
231 |
+
[1] licking lips
|
232 |
+
[1] looking at another
|
233 |
+
[1] single boot
|
234 |
+
[1] fellatio
|
235 |
+
[1] long sleeves
|
236 |
+
[1] oral
|
237 |
+
[1] depth of field
|
238 |
+
[1] alternate hair length
|
239 |
+
[1] alternate hairstyle
|
240 |
+
[1] between breasts
|
241 |
+
[1] erection
|
242 |
+
[1] long hair
|
243 |
+
[1] pants
|
244 |
+
[1] sexually suggestive
|
245 |
+
[1] side ponytail
|
246 |
+
[1] arm behind head
|
247 |
+
[1] red background
|
248 |
+
[1] blue panties
|
249 |
+
[1] chestnut mouth
|
250 |
+
[1] chocolate
|
251 |
+
[1] wariza
|
252 |
+
[1] hand between legs
|
253 |
+
[1] pouting
|
254 |
+
[1] candy
|
255 |
+
[1] blush stickers
|
256 |
+
[1] hand on hip
|
257 |
+
[1] body writing
|
258 |
+
[1] fertilization
|
259 |
+
[1] impregnation
|
260 |
+
[1] overflow
|
261 |
+
[1] ovum
|
262 |
+
[1] sperm cell
|
263 |
+
[1] stomach bulge
|
264 |
+
[1] tally
|
265 |
+
[1] torso grab
|
266 |
+
[1] pocky
|
267 |
+
[1] back
|
268 |
+
[1] bare back
|
269 |
+
[1] from below
|
270 |
+
[1] hands on own knees
|
271 |
+
[1] soles
|
272 |
+
[1] anger vein
|
273 |
+
[1] frustrated
|
274 |
+
[1] +++
|
275 |
+
[1] hand to own mouth
|
276 |
+
[1] trembling
|
277 |
+
[1] whispering
|
278 |
+
[1] foreshortening
|
279 |
+
[1] detached sleeves
|
280 |
+
[1] bed
|
281 |
+
[1] curtains
|
282 |
+
[1] day
|
283 |
+
[1] hand on own cheek
|
284 |
+
[1] hand on own face
|
285 |
+
[1] head rest
|
286 |
+
[1] stretching
|
287 |
+
[1] cloud
|
288 |
+
[1] lazy
|
289 |
+
[1] sky
|
290 |
+
[1] expressions
|
291 |
+
[1] school uniform
|
292 |
+
[1] arm grab
|
293 |
+
[1] female orgasm
|
294 |
+
[1] grabbing from behind
|
295 |
+
[1] moaning
|
296 |
+
[1] panty pull
|
297 |
+
[1] pussy juice
|
298 |
+
[1] sex from behind
|
299 |
+
[1] standing sex
|
300 |
+
[1] monitor
|
301 |
+
[1] knees together feet apart
|
302 |
+
[1] pointing
|
303 |
+
[1] v-shaped eyebrows
|
304 |
+
[1] alternate costume
|
305 |
+
[1] animal ears
|
306 |
+
[1] black leotard
|
307 |
+
[1] brown pantyhose
|
308 |
+
[1] fake animal ears
|
309 |
+
[1] from above
|
310 |
+
[1] looking up
|
311 |
+
[1] playboy bunny
|
312 |
+
[1] rabbit ears
|
313 |
+
[1] strapless leotard
|
314 |
+
[1] bucket
|
315 |
+
[1] facing away
|
316 |
+
[1] bottle
|
317 |
+
[1] plant
|
318 |
+
[1] potted plant
|
319 |
+
[1] tile floor
|
320 |
+
[1] tiles
|
321 |
+
[1] !?
|
322 |
+
[1] disembodied limb
|
323 |
+
[1] nervous smile
|
324 |
+
[1] bike shorts
|
325 |
+
[1] black shorts
|
326 |
+
[1] fang out
|
327 |
+
[1] shorts
|
328 |
+
[1] bandaids on nipples
|
329 |
+
[1] sleeves past fingers
|
330 |
+
[1] sleeves past wrists
|
331 |
+
[1] cable
|
332 |
+
[1] can
|
333 |
+
[1] controller
|
334 |
+
[1] shoes removed
|
335 |
+
[1] bikini
|
336 |
+
[1] bikini pull
|
337 |
+
[1] clothes pull
|
338 |
+
[1] micro bikini
|
339 |
+
[1] pulled by self
|
340 |
+
[1] side-tie bikini bottom
|
341 |
+
[1] swimsuit
|
342 |
+
[1] white bikini
|
343 |
+
[1] covered nipples
|
344 |
+
[1] balloon
|
345 |
+
[1] medium breasts
|
346 |
+
[1] condom
|
347 |
+
[1] yokozuwari
|
348 |
+
[1] 2girls
|
349 |
+
[1] ...
|
350 |
+
[1] belt
|
351 |
+
[1] gloves
|
352 |
+
[1] height difference
|
353 |
+
[1] open coat
|
354 |
+
[1] white gloves
|
355 |
+
[1] arms behind head
|
356 |
+
[1] collared shirt
|
357 |
+
[1] sleeveless shirt
|
358 |
+
[1] white shirt
|
359 |
+
[1] jitome
|
360 |
+
[1] knee up
|
361 |
+
[1] spoken squiggle
|
362 |
+
[1] squiggle
|
363 |
+
[1] finger to mouth
|
364 |
+
[1] doujin cover
|
365 |
+
[1] frown
|
366 |
+
[1] holding sign
|
367 |
+
[1] sign
|
368 |
+
[1] 3girls
|
369 |
+
[1] basket
|
370 |
+
[1] blonde hair
|
371 |
+
[1] blue hair
|
372 |
+
[1] feathered wings
|
373 |
+
[1] glasses
|
374 |
+
[1] gradient hair
|
375 |
+
[1] holding basket
|
376 |
+
[1] multicolored hair
|
377 |
+
[1] outstretched arms
|
378 |
+
[1] closed eyes
|
379 |
+
[1] oversized clothes
|
380 |
+
[1] waving
|
381 |
+
[1] bean bag chair
|
382 |
+
[1] after vaginal
|
383 |
+
[1] bukkake
|
384 |
+
[1] cum on clothes
|
385 |
+
[1] wet clothes
|
386 |
+
[1] hands in hair
|
387 |
+
[1] holding hair
|
388 |
+
[1] begging
|
389 |
+
[1] nervous
|
390 |
+
[1] notice lines
|
391 |
+
[1] sparkle
|
392 |
+
[1] sweatdrop
|
393 |
+
[1] anus
|
394 |
+
[1] breasts out
|
395 |
+
[1] folded
|
396 |
+
[1] heart censor
|
397 |
+
[1] ^^^
|
398 |
+
[1] dress lift
|
399 |
+
[1] book
|
400 |
+
[1] cheerleader
|
401 |
+
[1] confetti
|
402 |
+
[1] cosplay
|
403 |
+
[1] holding pom poms
|
404 |
+
[1] midriff
|
405 |
+
[1] pom pom (cheerleading)
|
406 |
+
[1] sneakers
|
407 |
+
[1] star sticker
|
408 |
+
[1] sticker on arm
|
409 |
+
[1] sticker on face
|
410 |
+
[1] white skirt
|
411 |
+
[1] black background
|
412 |
+
[1] gun
|
413 |
+
[1] japanese text
|
414 |
+
[1] dated
|
415 |
+
[1] lifted by self
|
416 |
+
[1] masturbation
|
417 |
+
[1] naughty face
|
418 |
+
[1] one breast out
|
419 |
+
[1] outline
|
420 |
+
[1] seductive smile
|
momoka/chara-momoka-v1c.png
ADDED
Git LFS Details
|
momoka/chara-momoka-v1c.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1a54e65577dc77a1f5c93bdba398205559dcc39a45dd95f70da194617386ea1
|
3 |
+
size 28435475
|
momoka/checkpoints-001-v1c.png
ADDED
Git LFS Details
|
momoka/example-001-v1c.png
ADDED
Git LFS Details
|
momoka/example-001b-v1c.png
ADDED
Git LFS Details
|
momoka/example-002-v1c.png
ADDED
Git LFS Details
|
momoka/example-002b-v1c.png
ADDED
Git LFS Details
|
momoka/example-003-controlnet_input.png
ADDED
Git LFS Details
|
momoka/example-003-v1c.png
ADDED
Git LFS Details
|
momoka/example-003b-v1c.png
ADDED
Git LFS Details
|
momoka/lora_chara_momoka_v1c_94i13r.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pretrained_model_name_or_path": "G:/sd/repo/models/Stable-diffusion/nai-animefull-final-pruned.safetensors",
|
3 |
+
"v2": false,
|
4 |
+
"v_parameterization": false,
|
5 |
+
"logging_dir": "",
|
6 |
+
"train_data_dir": "G:/sd/training/datasets/momoka/dataset",
|
7 |
+
"reg_data_dir": "",
|
8 |
+
"output_dir": "G:/sd/lora/trained/chara/momoka",
|
9 |
+
"max_resolution": "832,832",
|
10 |
+
"learning_rate": "1e-5",
|
11 |
+
"lr_scheduler": "constant_with_warmup",
|
12 |
+
"lr_warmup": "5",
|
13 |
+
"train_batch_size": 3,
|
14 |
+
"epoch": "4",
|
15 |
+
"save_every_n_epochs": "",
|
16 |
+
"mixed_precision": "fp16",
|
17 |
+
"save_precision": "fp16",
|
18 |
+
"seed": "31337",
|
19 |
+
"num_cpu_threads_per_process": 32,
|
20 |
+
"cache_latents": true,
|
21 |
+
"caption_extension": ".txt",
|
22 |
+
"enable_bucket": true,
|
23 |
+
"gradient_checkpointing": false,
|
24 |
+
"full_fp16": false,
|
25 |
+
"no_token_padding": false,
|
26 |
+
"stop_text_encoder_training": 0,
|
27 |
+
"use_8bit_adam": true,
|
28 |
+
"xformers": true,
|
29 |
+
"save_model_as": "safetensors",
|
30 |
+
"shuffle_caption": true,
|
31 |
+
"save_state": false,
|
32 |
+
"resume": "",
|
33 |
+
"prior_loss_weight": 1.0,
|
34 |
+
"text_encoder_lr": "1.5e-5",
|
35 |
+
"unet_lr": "1.5e-4",
|
36 |
+
"network_dim": 128,
|
37 |
+
"lora_network_weights": "",
|
38 |
+
"color_aug": false,
|
39 |
+
"flip_aug": false,
|
40 |
+
"clip_skip": 2,
|
41 |
+
"gradient_accumulation_steps": 1.0,
|
42 |
+
"mem_eff_attn": false,
|
43 |
+
"output_name": "chara-momoka-v1c-128",
|
44 |
+
"model_list": "",
|
45 |
+
"max_token_length": "150",
|
46 |
+
"max_train_epochs": "",
|
47 |
+
"max_data_loader_n_workers": "",
|
48 |
+
"network_alpha": 128,
|
49 |
+
"training_comment": "Character: `momoka, 1girl, halo, short twintails, horns, dragon tail, ahoge, hair ornament, bright pupils`\nStandard outfit: `sleeveless dress, white dress, blue necktie, white jacket, open jacket, off shoulder, puffy long sleeves, loose socks, white shoes, frills`\nAccessories: `potato chips, bag of chips, holding food`\nSmug expression: `smug, :3, :d, sharp teeth, open mouth`\n\nNot all tags are necessary.\n\n(94 * 13 repeats) / 3 batch size * 4 epochs = 1629 steps",
|
50 |
+
"keep_tokens": 2,
|
51 |
+
"lr_scheduler_num_cycles": "",
|
52 |
+
"lr_scheduler_power": "",
|
53 |
+
"persistent_data_loader_workers": true,
|
54 |
+
"bucket_no_upscale": true,
|
55 |
+
"random_crop": false,
|
56 |
+
"bucket_reso_steps": 64.0,
|
57 |
+
"caption_dropout_every_n_epochs": 0.0,
|
58 |
+
"caption_dropout_rate": 0
|
59 |
+
}
|