File size: 36,517 Bytes
61b4700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
{
    "ss_sd_model_name": "nai.ckpt",
    "ss_clip_skip": "2",
    "ss_num_train_images": "2418",
    "ss_tag_frequency": {
        "39_a": {
            "blowjob": 62,
            "1girl": 62,
            "fellatio": 62,
            "oral": 62,
            "pov": 62,
            "penis": 58,
            "1boy": 54,
            "hetero": 48,
            "looking at viewer": 48,
            "blush": 44,
            "highres": 44,
            "solo focus": 36,
            "censored": 36,
            "long hair": 32,
            "mosaic censoring": 30,
            "nude": 29,
            "breasts": 26,
            "pov crotch": 21,
            ":>=": 19,
            "pubic hair": 16,
            "blue eyes": 16,
            "completely nude": 15,
            "large breasts": 14,
            "uncensored": 14,
            "male pubic hair": 14,
            "black hair": 13,
            "from above": 12,
            "erection": 12,
            "nipples": 12,
            "absurdres": 12,
            "yellow eyes": 12,
            "simple background": 11,
            "red hair": 11,
            "sweat": 11,
            "multicolored hair": 10,
            "short hair": 10,
            "original": 10,
            "brown hair": 10,
            "indoors": 10,
            "blonde hair": 9,
            "hair between eyes": 9,
            "dark skin": 9,
            "loli": 9,
            "veins": 8,
            "veiny penis": 8,
            "clothed female nude male": 8,
            "hair ornament": 8,
            "cum": 8,
            "white background": 7,
            "heart": 7,
            "shirt": 7,
            "blue hair": 7,
            "blue archive": 7,
            "medium breasts": 7,
            "large penis": 6,
            "heart-shaped pupils": 6,
            "symbol-shaped pupils": 6,
            "legs": 6,
            "saliva": 6,
            "thighs": 6,
            "purple eyes": 6,
            "cum in mouth": 6,
            "earrings": 6,
            "jewelry": 6,
            "gloves": 6,
            "hat": 6,
            "all fours": 5,
            "streaked hair": 5,
            "sitting": 5,
            "nail polish": 5,
            "red eyes": 5,
            "ass": 5,
            "dark-skinned male": 5,
            "kneeling": 5,
            "commentary": 5,
            "small breasts": 5,
            "bow": 5,
            "hair bow": 5,
            "grey hair": 5,
            "braid": 5,
            "ear piercing": 4,
            "piercing": 4,
            "white shirt": 4,
            "genshin impact": 4,
            "irrumatio": 4,
            "stray pubic hair": 4,
            "skirt": 4,
            "handjob": 4,
            "interracial": 4,
            "dark-skinned female": 4,
            "english commentary": 4,
            "jacket": 4,
            "long sleeves": 4,
            "brown eyes": 4,
            "looking up": 4,
            "school uniform": 4,
            "ponytail": 4,
            "virtual youtuber": 4,
            "artist name": 4,
            "halo": 4,
            "animal ears": 3,
            "bed": 3,
            "eyebrows": 3,
            "naughty face": 3,
            "on bed": 3,
            "eyebrows hidden by hair": 3,
            "pink eyes": 3,
            "bare shoulders": 3,
            "lipstick mark": 3,
            "green hair": 3,
            "twintails": 3,
            "game cg": 3,
            "green eyes": 3,
            "lying": 3,
            "blurry": 3,
            "blurry background": 3,
            "half-closed eyes": 3,
            "open mouth": 3,
            "breath": 3,
            "underwear": 3,
            "maid headdress": 3,
            "pov hands": 3,
            "commentary request": 3,
            "hairband": 3,
            "navel": 3,
            "black gloves": 3,
            "grabbing another's hair": 3,
            "one eye closed": 3,
            "red bow": 3,
            "upper body": 3,
            "kono subarashii sekai ni shukufuku wo!": 3,
            "aqua eyes": 3,
            "vodka13": 3,
            "idolmaster": 3,
            "hololive": 3,
            "ribbon": 3,
            "freckles": 3,
            "tongue": 3,
            "tongue out": 3,
            "scrunchie": 3,
            "fox ears": 2,
            "fox girl": 2,
            "gradient background": 2,
            "tail": 2,
            "english text": 2,
            "speech bubble": 2,
            "mole": 2,
            "mole under eye": 2,
            "squatting": 2,
            "jornyhail": 2,
            "purple hair": 2,
            "twitter logo": 2,
            "no bra": 2,
            "topless": 2,
            "pointy ears": 2,
            "white hair": 2,
            "cleavage": 2,
            "ejaculation": 2,
            "fingernails": 2,
            "frills": 2,
            "nintendo": 2,
            "barefoot": 2,
            "feet": 2,
            "white headwear": 2,
            "sunagawa tara": 2,
            "ahoge": 2,
            "white gloves": 2,
            "black hairband": 2,
            "black headwear": 2,
            "black shirt": 2,
            "white jacket": 2,
            "age difference": 2,
            "tears": 2,
            "steaming body": 2,
            "maid": 2,
            "thighhighs": 2,
            "two-tone hair": 2,
            "touhou": 2,
            "sidelocks": 2,
            "facing viewer": 2,
            "smile": 2,
            "cheek bulge": 2,
            "serafuku": 2,
            "flower": 2,
            "hair flower": 2,
            "medium hair": 2,
            "swimsuit": 2,
            "looking at another": 2,
            "black bra": 2,
            "bra": 2,
            "collarbone": 2,
            "idolmaster shiny colors": 2,
            "redi (rasec asdjh)": 2,
            "red ribbon": 2,
            "pants": 2,
            "short sleeves": 2,
            "straight hair": 2,
            "swept bangs": 2,
            "fenqury": 2,
            "overwatch": 2,
            "tracer (overwatch)": 2,
            "yellow background": 2,
            "paid reward available": 2,
            "blue nails": 2,
            "blue scrunchie": 2,
            "hayasaka ai": 2,
            "high side ponytail": 2,
            "kaguya-sama wa kokurasetai ~tensai-tachi no renai zunousen~": 2,
            "hand on another's head": 2,
            "tearing up": 2,
            "grey background": 2,
            "testicles": 2,
            "under table": 2,
            "girls und panzer": 2,
            "penis grab": 2,
            "orange hair": 2,
            "nun": 2,
            "konomih": 1,
            "ahri (league of legends)": 1,
            "k/da (league of legends)": 1,
            "k/da ahri": 1,
            "league of legends": 1,
            "artist logo": 1,
            "cowboy shot": 1,
            "eyelashes": 1,
            "eyeshadow": 1,
            "facial mark": 1,
            "fox tail": 1,
            "makeup": 1,
            "official alternate costume": 1,
            "purple eyeshadow": 1,
            "lainart": 1,
            "ruby rose": 1,
            "rwby": 1,
            "grey eyes": 1,
            "sian": 1,
            "miho (sei yariman gakuen enkou nikki)": 1,
            "sei yariman gakuen enkou nikki": 1,
            "pongldr": 1,
            "kousaka kirino": 1,
            "ore no imouto ga konna ni kawaii wake ga nai": 1,
            "hands on penis": 1,
            "bed sheet": 1,
            "hairclip": 1,
            "pink shirt": 1,
            "aether (genshin impact)": 1,
            "rosaria (genshin impact)": 1,
            "lipstick on penis": 1,
            "riz": 1,
            "misao (salverion)": 1,
            "borrowed character": 1,
            "masaharu": 1,
            "narumi suzune": 1,
            "shiizaki hinaki": 1,
            "aria magnus": 1,
            "soushin no ars magna": 1,
            "day": 1,
            "light rays": 1,
            "radio (mei99)": 1,
            "nahida (genshin impact)": 1,
            "...": 1,
            "detached sleeves": 1,
            "grass": 1,
            "side ponytail": 1,
            "spoken ellipsis": 1,
            "sadakage": 1,
            "apron": 1,
            "frilled apron": 1,
            "pink nails": 1,
            "ring": 1,
            "two-handed handjob": 1,
            "wedding ring": 1,
            "white apron": 1,
            "vixycore": 1,
            "shiver (splatoon)": 1,
            "splatoon (series)": 1,
            "splatoon 3": 1,
            "ankleband": 1,
            "blue background": 1,
            "cephalopod eyes": 1,
            "ear blush": 1,
            "feet up": 1,
            "hachimaki": 1,
            "headband": 1,
            "holding hands": 1,
            "interlocked fingers": 1,
            "nejiri hachimaki": 1,
            "on stomach": 1,
            "piercing hole": 1,
            "suction cups": 1,
            "tentacle hair": 1,
            "tentacles": 1,
            "the pose": 1,
            "shinoda arisa": 1,
            "akogare no onna joushi ga shinya no office de onatteru tokoro o mite kara hajimaru himitsu no kankei.": 1,
            "wooden floor": 1,
            "nishimura shiori (kaa-chan no tomodachi)": 1,
            "kaa-chan no tomodachi ni shikotteru tokoro mirareta": 1,
            "lingerie": 1,
            "nippleless clothes": 1,
            "karin (blue archive)": 1,
            "shamonabe": 1,
            "aris (blue archive)": 1,
            "shin'yashiki": 1,
            "saori (blue archive)": 1,
            "baseball cap": 1,
            "clothes lift": 1,
            "off shoulder": 1,
            "open clothes": 1,
            "open jacket": 1,
            "shirt lift": 1,
            "jcm2": 1,
            "lili zanotto": 1,
            "psychonauts": 1,
            "colored skin": 1,
            "fingerless gloves": 1,
            "yellow skin": 1,
            "slimesta": 1,
            "nayuta (chainsaw man)": 1,
            "chainsaw man": 1,
            "shiny skin": 1,
            "amano44": 1,
            "komori kinoko": 1,
            "midoriya izuku": 1,
            "boku no hero academia": 1,
            "shirisensha": 1,
            "kuro gal maid no pakohame gohoushi": 1,
            "bottomless": 1,
            "gyaru": 1,
            "no shoes": 1,
            "orgasm": 1,
            "standing": 1,
            "tangusuten": 1,
            "hakurei reimu": 1,
            "brown background": 1,
            "hair tubes": 1,
            "tedain": 1,
            "wiz (konosuba)": 1,
            "hair over one eye": 1,
            "happy": 1,
            "out of frame": 1,
            "nori gorou": 1,
            "ore ga hitozuma sex ni hamaru made": 1,
            "hands on another's thighs": 1,
            "sitting on person": 1,
            "speed lines": 1,
            "cyberboi": 1,
            "matoi ryuuko": 1,
            "kill la kill": 1,
            "saten ruiko": 1,
            "toaru kagaku no railgun": 1,
            "toaru majutsu no index": 1,
            "lumine (genshin impact)": 1,
            "back": 1,
            "bikini": 1,
            "highleg": 1,
            "highleg bikini": 1,
            "orange eyes": 1,
            "soles": 1,
            "thong": 1,
            "asswolph": 1,
            "eye contact": 1,
            "tattoo": 1,
            "beret": 1,
            "black choker": 1,
            "blunt bangs": 1,
            "choker": 1,
            "deepthroat": 1,
            "diagonal bangs": 1,
            "erere": 1,
            "looking down": 1,
            "studded choker": 1,
            "tanaka mamimi": 1,
            "torn clothes": 1,
            "torn shirt": 1,
            "pavolia reine": 1,
            "pavolia reine (3rd costume)": 1,
            "hololive indonesia": 1,
            "prettyspectrum": 1,
            "ohdo yuamu": 1,
            "konami": 1,
            "yu-gi-oh!": 1,
            "yu-gi-oh! go rush!!": 1,
            "flat chest": 1,
            "glasses": 1,
            "bar censor": 1,
            "big breasts": 1,
            "big penis": 1,
            "hair ribbon": 1,
            "ponpo": 1,
            "yunyun (konosuba)": 1,
            "mikazuchi zeus": 1,
            "osaki amana": 1,
            "producer (idolmaster)": 1,
            "non-web source": 1,
            "scan": 1,
            "clothes pull": 1,
            "couch": 1,
            "grey skirt": 1,
            "necktie": 1,
            "on couch": 1,
            "pants pull": 1,
            "plaid": 1,
            "plaid skirt": 1,
            "pleated skirt": 1,
            "very long hair": 1,
            "bodysuit": 1,
            "breasts out": 1,
            "brown gloves": 1,
            "brown jacket": 1,
            "goggles": 1,
            "harness": 1,
            "yellow bodysuit": 1,
            "cheek pinching": 1,
            "parted bangs": 1,
            "pinching": 1,
            "sairen blade": 1,
            "slave": 1,
            "mountain han": 1,
            "takane (blue archive)": 1,
            "anger vein": 1,
            "covering own eyes": 1,
            "one eye covered": 1,
            "recording": 1,
            "animanghayodraw": 1,
            "aizawa tomo": 1,
            "tomo-chan wa onna no ko": 1,
            "fang": 1,
            "sweatdrop": 1,
            "limelam06": 1,
            "furina (genshin impact)": 1,
            "ascot": 1,
            "black ascot": 1,
            "blue headwear": 1,
            "blue jacket": 1,
            "heterochromia": 1,
            "light blue hair": 1,
            "top hat": 1,
            "nopetroto": 1,
            "ho'olheyak (arknights)": 1,
            "arknights": 1,
            "head wings": 1,
            "snake tail": 1,
            "wings": 1,
            "raburebo": 1,
            "ryo": 1,
            "ryouko (tenchi muyou!)": 1,
            "tenchi muyou!": 1,
            "tagme": 1,
            "fat": 1,
            "fat man": 1,
            "pink lips": 1,
            "slit pupils": 1,
            "snot": 1,
            "dkir": 1,
            "amanai riko": 1,
            "jujutsu kaisen": 1,
            "alternate breast size": 1,
            "patreon logo": 1,
            "patreon username": 1,
            "subscribestar username": 1,
            "watermark": 1,
            "web address": 1,
            "takato kurosuke": 1,
            "yakumo yukari": 1,
            "black pubic hair": 1,
            "breast press": 1,
            "closed eyes": 1,
            "mob cap": 1,
            "viroa": 1,
            "melusine (fate)": 1,
            "melusine (swimsuit ruler) (fate)": 1,
            "fate/grand order": 1,
            "fate (series)": 1,
            "aqua nails": 1,
            "caressing testicles": 1,
            "holding another's wrist": 1,
            "long fingernails": 1,
            "?": 1,
            "??": 1,
            "black horns": 1,
            "blindfold": 1,
            "cassdfffg": 1,
            "covered eyes": 1,
            "horns": 1,
            "junko (blue archive)": 1,
            "pen": 1,
            "red skirt": 1,
            "anonymanonymus": 1,
            "dark": 1,
            "lupusregina beta": 1,
            "nfirea bareare": 1,
            "overlord (maruyama)": 1,
            "2020": 1,
            "20s": 1,
            "hand on thigh": 1,
            "older man and younger girl": 1,
            "petra leyte": 1,
            "re:zero kara hajimeru isekai seikatsu": 1,
            "roswaal mansion maid uniform": 1,
            "thechad": 1,
            "gyu (kgh9081)": 1,
            "oosuki mamako": 1,
            "tsuujou kougeki ga zentai kougeki de ni-kai kougeki no okaasan wa suki desu ka?": 1,
            "nose blush": 1,
            "sunken cheeks": 1,
            "from below": 1,
            "gundam": 1,
            "gundam suisei no majo": 1,
            "iwao178": 1,
            "secelia dote": 1,
            "ouro kronii": 1,
            "ouro kronii (3rd costume)": 1,
            "hololive english": 1,
            "denim": 1,
            "jeans": 1,
            "tanu (ace ikachan)": 1,
            "omaru polka": 1,
            "hair intakes": 1,
            "pink hair": 1,
            "white bow": 1,
            "mugen mousou": 1,
            "rukuriri (girls und panzer)": 1,
            "braided ponytail": 1,
            "heavy breathing": 1,
            "st. gloriana's school uniform": 1,
            "p kotarou": 1,
            "itsumi erika": 1,
            "garrison cap": 1,
            "kuromorimine military uniform": 1,
            "kakure eria": 1,
            "megumin": 1,
            "2boys": 1,
            "cum in pussy": 1,
            "cum on ass": 1,
            "cum on back": 1,
            "cum on body": 1,
            "cum on hair": 1,
            "cum overflow": 1,
            "doggystyle": 1,
            "facial": 1,
            "from behind": 1,
            "group sex": 1,
            "head grab": 1,
            "interspecies": 1,
            "looking afar": 1,
            "mmf threesome": 1,
            "monster": 1,
            "monster penis": 1,
            "multiple boys": 1,
            "orc": 1,
            "rape": 1,
            "sex": 1,
            "sex from behind": 1,
            "short hair with long locks": 1,
            "spitroast": 1,
            "threesome": 1,
            "vehn": 1,
            "lana's mother (pokemon)": 1,
            "creatures (company)": 1,
            "game freak": 1,
            "pokemon": 1,
            "pokemon (anime)": 1,
            "pokemon sm (anime)": 1,
            "bright pupils": 1,
            "light blush": 1,
            "mature female": 1,
            "white pupils": 1,
            "domanubis": 1,
            "blossom (ppg)": 1,
            "powerpuff girls": 1,
            "pink background": 1,
            "polka dot": 1,
            "polka dot background": 1,
            "hogey nk-2000": 1,
            "shiina noriko": 1,
            "idolmaster cinderella girls": 1,
            "red scrunchie": 1,
            "size difference": 1,
            "spoken heart": 1,
            "monochrome": 1,
            "traditional media": 1,
            "yukino akaihi": 1,
            "kawaraya koh": 1,
            "sister cleaire": 1,
            "nijisanji": 1,
            "translation request": 1,
            "variant set": 1,
            "black dress": 1,
            "capelet": 1,
            "dress": 1,
            "high collar": 1,
            "light brown hair": 1,
            "motion blur": 1,
            "motion lines": 1,
            "traditional nun": 1,
            "very sweaty": 1,
            "white capelet": 1,
            "zipper dress": 1,
            "hella p": 1,
            "toki (blue archive)": 1,
            "toki (bunny) (blue archive)": 1,
            "korean commentary": 1,
            "blue hairband": 1,
            "double v": 1,
            "earpiece": 1,
            "fake animal ears": 1,
            "lips": 1,
            "rabbit ears": 1,
            "stud earrings": 1,
            "v": 1,
            "white thighhighs": 1,
            "wrist cuffs": 1,
            "sasakichi (ssk chi)": 1,
            "mari (blue archive)": 1,
            "animal ear headwear": 1,
            "white flower": 1,
            "yellow halo": 1,
            "ariel (disney)": 1,
            "humanization": 1,
            "kumbhker": 1,
            "lifeguard": 1,
            "one-piece swimsuit": 1,
            "partially submerged": 1,
            "red one-piece swimsuit": 1,
            "the little mermaid": 1,
            "water": 1
        }
    },
    "ss_adaptive_noise_scale": "None",
    "ss_cache_latents": "True",
    "ss_caption_dropout_every_n_epochs": "0",
    "ss_caption_dropout_rate": "0.0",
    "ss_caption_tag_dropout_rate": "0.0",
    "ss_dataset_dirs": {
        "39_a": {
            "n_repeats": 39,
            "img_count": 62
        }
    },
    "ss_datasets": "[{\"is_dreambooth\": true, \"batch_size_per_device\": 2, \"num_train_images\": 2418, \"num_reg_images\": 0, \"resolution\": [512, 512], \"enable_bucket\": true, \"min_bucket_reso\": 320, \"max_bucket_reso\": 1024, \"tag_frequency\": {\"39_a\": {\"blowjob\": 62, \"konomih\": 1, \"ahri (league of legends)\": 1, \"k/da (league of legends)\": 1, \"k/da ahri\": 1, \"league of legends\": 1, \"1boy\": 54, \"1girl\": 62, \":>=\": 19, \"all fours\": 5, \"animal ears\": 3, \"artist logo\": 1, \"bed\": 3, \"blonde hair\": 9, \"blush\": 44, \"breasts\": 26, \"completely nude\": 15, \"cowboy shot\": 1, \"ear piercing\": 4, \"eyebrows\": 3, \"eyelashes\": 1, \"eyeshadow\": 1, \"facial mark\": 1, \"fellatio\": 62, \"fox ears\": 2, \"fox girl\": 2, \"fox tail\": 1, \"from above\": 12, \"gradient background\": 2, \"hetero\": 48, \"large breasts\": 14, \"large penis\": 6, \"long hair\": 32, \"looking at viewer\": 48, \"makeup\": 1, \"naughty face\": 3, \"nude\": 29, \"official alternate costume\": 1, \"on bed\": 3, \"oral\": 62, \"penis\": 58, \"piercing\": 4, \"pov\": 62, \"pov crotch\": 21, \"purple eyeshadow\": 1, \"simple background\": 11, \"solo focus\": 36, \"tail\": 2, \"uncensored\": 14, \"veins\": 8, \"veiny penis\": 8, \"white background\": 7, \"lainart\": 1, \"ruby rose\": 1, \"rwby\": 1, \"black hair\": 13, \"english text\": 2, \"erection\": 12, \"grey eyes\": 1, \"heart\": 7, \"heart-shaped pupils\": 6, \"male pubic hair\": 14, \"multicolored hair\": 10, \"pubic hair\": 16, \"red hair\": 11, \"shirt\": 7, \"short hair\": 10, \"speech bubble\": 2, \"streaked hair\": 5, \"symbol-shaped pupils\": 6, \"white shirt\": 4, \"sian\": 1, \"miho (sei yariman gakuen enkou nikki)\": 1, \"original\": 10, \"sei yariman gakuen enkou nikki\": 1, \"brown hair\": 10, \"eyebrows hidden by hair\": 3, \"indoors\": 10, \"legs\": 6, \"mole\": 2, \"mole under eye\": 2, \"pink eyes\": 3, \"saliva\": 6, \"sitting\": 5, \"squatting\": 2, \"sweat\": 11, \"thighs\": 6, \"pongldr\": 1, \"kousaka kirino\": 1, \"ore no imouto ga konna ni kawaii wake ga nai\": 1, \"hands on penis\": 1, \"bed sheet\": 1, \"blue eyes\": 16, \"censored\": 36, \"clothed female nude male\": 8, \"hair ornament\": 8, \"hairclip\": 1, \"mosaic censoring\": 30, \"pink shirt\": 1, \"jornyhail\": 2, \"aether (genshin impact)\": 1, \"rosaria (genshin impact)\": 1, \"genshin impact\": 4, \"highres\": 44, \"bare shoulders\": 3, \"hair between eyes\": 9, \"irrumatio\": 4, \"lipstick mark\": 3, \"lipstick on penis\": 1, \"purple eyes\": 6, \"purple hair\": 2, \"stray pubic hair\": 4, \"twitter logo\": 2, \"riz\": 1, \"misao (salverion)\": 1, \"borrowed character\": 1, \"green hair\": 3, \"twintails\": 3, \"masaharu\": 1, \"narumi suzune\": 1, \"shiizaki hinaki\": 1, \"aria magnus\": 1, \"soushin no ars magna\": 1, \"game cg\": 3, \"day\": 1, \"green eyes\": 3, \"light rays\": 1, \"lying\": 3, \"nipples\": 12, \"no bra\": 2, \"skirt\": 4, \"topless\": 2, \"radio (mei99)\": 1, \"nahida (genshin impact)\": 1, \"...\": 1, \"detached sleeves\": 1, \"grass\": 1, \"pointy ears\": 2, \"side ponytail\": 1, \"spoken ellipsis\": 1, \"white hair\": 2, \"sadakage\": 1, \"apron\": 1, \"cleavage\": 2, \"cum\": 8, \"cum in mouth\": 6, \"earrings\": 6, \"ejaculation\": 2, \"fingernails\": 2, \"frilled apron\": 1, \"frills\": 2, \"handjob\": 4, \"jewelry\": 6, \"nail polish\": 5, \"pink nails\": 1, \"red eyes\": 5, \"ring\": 1, \"two-handed handjob\": 1, \"wedding ring\": 1, \"white apron\": 1, \"vixycore\": 1, \"shiver (splatoon)\": 1, \"nintendo\": 2, \"splatoon (series)\": 1, \"splatoon 3\": 1, \"absurdres\": 12, \"ankleband\": 1, \"ass\": 5, \"barefoot\": 2, \"blue background\": 1, \"blue hair\": 7, \"blurry\": 3, \"blurry background\": 3, \"cephalopod eyes\": 1, \"dark-skinned male\": 5, \"dark skin\": 9, \"ear blush\": 1, \"feet\": 2, \"feet up\": 1, \"hachimaki\": 1, \"half-closed eyes\": 3, \"headband\": 1, \"holding hands\": 1, \"interlocked fingers\": 1, \"interracial\": 4, \"nejiri hachimaki\": 1, \"on stomach\": 1, \"open mouth\": 3, \"piercing hole\": 1, \"suction cups\": 1, \"tentacle hair\": 1, \"tentacles\": 1, \"the pose\": 1, \"white headwear\": 2, \"sunagawa tara\": 2, \"shinoda arisa\": 1, \"akogare no onna joushi ga shinya no office de onatteru tokoro o mite kara hajimaru himitsu no kankei.\": 1, \"breath\": 3, \"kneeling\": 5, \"wooden floor\": 1, \"yellow eyes\": 12, \"nishimura shiori (kaa-chan no tomodachi)\": 1, \"kaa-chan no tomodachi ni shikotteru tokoro mirareta\": 1, \"dark-skinned female\": 4, \"lingerie\": 1, \"nippleless clothes\": 1, \"underwear\": 3, \"karin (blue archive)\": 1, \"blue archive\": 7, \"commentary\": 5, \"english commentary\": 4, \"ahoge\": 2, \"gloves\": 6, \"maid headdress\": 3, \"pov hands\": 3, \"white gloves\": 2, \"shamonabe\": 1, \"aris (blue archive)\": 1, \"commentary request\": 3, \"black hairband\": 2, \"hairband\": 3, \"loli\": 9, \"navel\": 3, \"small breasts\": 5, \"shin'yashiki\": 1, \"saori (blue archive)\": 1, \"baseball cap\": 1, \"black gloves\": 3, \"black headwear\": 2, \"black shirt\": 2, \"clothes lift\": 1, \"hat\": 6, \"jacket\": 4, \"long sleeves\": 4, \"off shoulder\": 1, \"open clothes\": 1, \"open jacket\": 1, \"shirt lift\": 1, \"white jacket\": 2, \"jcm2\": 1, \"lili zanotto\": 1, \"psychonauts\": 1, \"age difference\": 2, \"brown eyes\": 4, \"colored skin\": 1, \"fingerless gloves\": 1, \"grabbing another's hair\": 3, \"tears\": 2, \"yellow skin\": 1, \"slimesta\": 1, \"nayuta (chainsaw man)\": 1, \"chainsaw man\": 1, \"looking up\": 4, \"shiny skin\": 1, \"steaming body\": 2, \"amano44\": 1, \"komori kinoko\": 1, \"midoriya izuku\": 1, \"boku no hero academia\": 1, \"shirisensha\": 1, \"kuro gal maid no pakohame gohoushi\": 1, \"bottomless\": 1, \"gyaru\": 1, \"maid\": 2, \"no shoes\": 1, \"one eye closed\": 3, \"orgasm\": 1, \"standing\": 1, \"thighhighs\": 2, \"two-tone hair\": 2, \"tangusuten\": 1, \"hakurei reimu\": 1, \"touhou\": 2, \"bow\": 5, \"brown background\": 1, \"hair bow\": 5, \"hair tubes\": 1, \"red bow\": 3, \"sidelocks\": 2, \"upper body\": 3, \"tedain\": 1, \"wiz (konosuba)\": 1, \"kono subarashii sekai ni shukufuku wo!\": 3, \"facing viewer\": 2, \"hair over one eye\": 1, \"happy\": 1, \"out of frame\": 1, \"smile\": 2, \"nori gorou\": 1, \"ore ga hitozuma sex ni hamaru made\": 1, \"hands on another's thighs\": 1, \"sitting on person\": 1, \"speed lines\": 1, \"cyberboi\": 1, \"matoi ryuuko\": 1, \"kill la kill\": 1, \"cheek bulge\": 2, \"school uniform\": 4, \"serafuku\": 2, \"aqua eyes\": 3, \"medium breasts\": 7, \"saten ruiko\": 1, \"toaru kagaku no railgun\": 1, \"toaru majutsu no index\": 1, \"vodka13\": 3, \"lumine (genshin impact)\": 1, \"back\": 1, \"bikini\": 1, \"flower\": 2, \"hair flower\": 2, \"highleg\": 1, \"highleg bikini\": 1, \"medium hair\": 2, \"orange eyes\": 1, \"soles\": 1, \"swimsuit\": 2, \"thong\": 1, \"asswolph\": 1, \"eye contact\": 1, \"looking at another\": 2, \"tattoo\": 1, \"beret\": 1, \"black bra\": 2, \"black choker\": 1, \"blunt bangs\": 1, \"bra\": 2, \"choker\": 1, \"collarbone\": 2, \"deepthroat\": 1, \"diagonal bangs\": 1, \"erere\": 1, \"idolmaster\": 3, \"idolmaster shiny colors\": 2, \"looking down\": 1, \"studded choker\": 1, \"tanaka mamimi\": 1, \"torn clothes\": 1, \"torn shirt\": 1, \"redi (rasec asdjh)\": 2, \"pavolia reine\": 1, \"pavolia reine (3rd costume)\": 1, \"hololive\": 3, \"hololive indonesia\": 1, \"grey hair\": 5, \"ponytail\": 4, \"virtual youtuber\": 4, \"prettyspectrum\": 1, \"ohdo yuamu\": 1, \"konami\": 1, \"yu-gi-oh!\": 1, \"yu-gi-oh! go rush!!\": 1, \"flat chest\": 1, \"glasses\": 1, \"red ribbon\": 2, \"ribbon\": 3, \"bar censor\": 1, \"big breasts\": 1, \"big penis\": 1, \"braid\": 5, \"hair ribbon\": 1, \"ponpo\": 1, \"yunyun (konosuba)\": 1, \"mikazuchi zeus\": 1, \"osaki amana\": 1, \"producer (idolmaster)\": 1, \"non-web source\": 1, \"scan\": 1, \"clothes pull\": 1, \"couch\": 1, \"grey skirt\": 1, \"necktie\": 1, \"on couch\": 1, \"pants\": 2, \"pants pull\": 1, \"plaid\": 1, \"plaid skirt\": 1, \"pleated skirt\": 1, \"short sleeves\": 2, \"straight hair\": 2, \"swept bangs\": 2, \"very long hair\": 1, \"artist name\": 4, \"fenqury\": 2, \"freckles\": 3, \"overwatch\": 2, \"tracer (overwatch)\": 2, \"yellow background\": 2, \"bodysuit\": 1, \"breasts out\": 1, \"brown gloves\": 1, \"brown jacket\": 1, \"goggles\": 1, \"harness\": 1, \"yellow bodysuit\": 1, \"cheek pinching\": 1, \"paid reward available\": 2, \"parted bangs\": 1, \"pinching\": 1, \"sairen blade\": 1, \"slave\": 1, \"tongue\": 3, \"tongue out\": 3, \"mountain han\": 1, \"takane (blue archive)\": 1, \"anger vein\": 1, \"covering own eyes\": 1, \"halo\": 4, \"one eye covered\": 1, \"recording\": 1, \"animanghayodraw\": 1, \"aizawa tomo\": 1, \"tomo-chan wa onna no ko\": 1, \"fang\": 1, \"sweatdrop\": 1, \"limelam06\": 1, \"furina (genshin impact)\": 1, \"ascot\": 1, \"black ascot\": 1, \"blue headwear\": 1, \"blue jacket\": 1, \"heterochromia\": 1, \"light blue hair\": 1, \"top hat\": 1, \"nopetroto\": 1, \"ho'olheyak (arknights)\": 1, \"arknights\": 1, \"head wings\": 1, \"snake tail\": 1, \"wings\": 1, \"blue nails\": 2, \"blue scrunchie\": 2, \"hayasaka ai\": 2, \"high side ponytail\": 2, \"kaguya-sama wa kokurasetai ~tensai-tachi no renai zunousen~\": 2, \"scrunchie\": 3, \"raburebo\": 1, \"ryo\": 1, \"ryouko (tenchi muyou!)\": 1, \"tenchi muyou!\": 1, \"tagme\": 1, \"fat\": 1, \"fat man\": 1, \"hand on another's head\": 2, \"pink lips\": 1, \"slit pupils\": 1, \"snot\": 1, \"tearing up\": 2, \"dkir\": 1, \"amanai riko\": 1, \"jujutsu kaisen\": 1, \"alternate breast size\": 1, \"patreon logo\": 1, \"patreon username\": 1, \"subscribestar username\": 1, \"watermark\": 1, \"web address\": 1, \"takato kurosuke\": 1, \"yakumo yukari\": 1, \"black pubic hair\": 1, \"breast press\": 1, \"closed eyes\": 1, \"mob cap\": 1, \"viroa\": 1, \"melusine (fate)\": 1, \"melusine (swimsuit ruler) (fate)\": 1, \"fate/grand order\": 1, \"fate (series)\": 1, \"aqua nails\": 1, \"caressing testicles\": 1, \"grey background\": 2, \"holding another's wrist\": 1, \"long fingernails\": 1, \"testicles\": 2, \"?\": 1, \"??\": 1, \"black horns\": 1, \"blindfold\": 1, \"cassdfffg\": 1, \"covered eyes\": 1, \"horns\": 1, \"junko (blue archive)\": 1, \"pen\": 1, \"red skirt\": 1, \"anonymanonymus\": 1, \"dark\": 1, \"lupusregina beta\": 1, \"nfirea bareare\": 1, \"overlord (maruyama)\": 1, \"under table\": 2, \"2020\": 1, \"20s\": 1, \"hand on thigh\": 1, \"older man and younger girl\": 1, \"petra leyte\": 1, \"re:zero kara hajimeru isekai seikatsu\": 1, \"roswaal mansion maid uniform\": 1, \"thechad\": 1, \"gyu (kgh9081)\": 1, \"oosuki mamako\": 1, \"tsuujou kougeki ga zentai kougeki de ni-kai kougeki no okaasan wa suki desu ka?\": 1, \"nose blush\": 1, \"sunken cheeks\": 1, \"from below\": 1, \"gundam\": 1, \"gundam suisei no majo\": 1, \"iwao178\": 1, \"secelia dote\": 1, \"ouro kronii\": 1, \"ouro kronii (3rd costume)\": 1, \"hololive english\": 1, \"denim\": 1, \"jeans\": 1, \"tanu (ace ikachan)\": 1, \"omaru polka\": 1, \"hair intakes\": 1, \"pink hair\": 1, \"white bow\": 1, \"mugen mousou\": 1, \"rukuriri (girls und panzer)\": 1, \"girls und panzer\": 2, \"braided ponytail\": 1, \"heavy breathing\": 1, \"st. gloriana's school uniform\": 1, \"p kotarou\": 1, \"itsumi erika\": 1, \"garrison cap\": 1, \"kuromorimine military uniform\": 1, \"kakure eria\": 1, \"megumin\": 1, \"2boys\": 1, \"cum in pussy\": 1, \"cum on ass\": 1, \"cum on back\": 1, \"cum on body\": 1, \"cum on hair\": 1, \"cum overflow\": 1, \"doggystyle\": 1, \"facial\": 1, \"from behind\": 1, \"group sex\": 1, \"head grab\": 1, \"interspecies\": 1, \"looking afar\": 1, \"mmf threesome\": 1, \"monster\": 1, \"monster penis\": 1, \"multiple boys\": 1, \"orc\": 1, \"rape\": 1, \"sex\": 1, \"sex from behind\": 1, \"short hair with long locks\": 1, \"spitroast\": 1, \"threesome\": 1, \"vehn\": 1, \"lana's mother (pokemon)\": 1, \"creatures (company)\": 1, \"game freak\": 1, \"pokemon\": 1, \"pokemon (anime)\": 1, \"pokemon sm (anime)\": 1, \"bright pupils\": 1, \"light blush\": 1, \"mature female\": 1, \"penis grab\": 2, \"white pupils\": 1, \"domanubis\": 1, \"blossom (ppg)\": 1, \"powerpuff girls\": 1, \"orange hair\": 2, \"pink background\": 1, \"polka dot\": 1, \"polka dot background\": 1, \"hogey nk-2000\": 1, \"shiina noriko\": 1, \"idolmaster cinderella girls\": 1, \"red scrunchie\": 1, \"size difference\": 1, \"spoken heart\": 1, \"monochrome\": 1, \"traditional media\": 1, \"yukino akaihi\": 1, \"kawaraya koh\": 1, \"sister cleaire\": 1, \"nijisanji\": 1, \"translation request\": 1, \"variant set\": 1, \"black dress\": 1, \"capelet\": 1, \"dress\": 1, \"high collar\": 1, \"light brown hair\": 1, \"motion blur\": 1, \"motion lines\": 1, \"nun\": 2, \"traditional nun\": 1, \"very sweaty\": 1, \"white capelet\": 1, \"zipper dress\": 1, \"hella p\": 1, \"toki (blue archive)\": 1, \"toki (bunny) (blue archive)\": 1, \"korean commentary\": 1, \"blue hairband\": 1, \"double v\": 1, \"earpiece\": 1, \"fake animal ears\": 1, \"lips\": 1, \"rabbit ears\": 1, \"stud earrings\": 1, \"v\": 1, \"white thighhighs\": 1, \"wrist cuffs\": 1, \"sasakichi (ssk chi)\": 1, \"mari (blue archive)\": 1, \"animal ear headwear\": 1, \"white flower\": 1, \"yellow halo\": 1, \"ariel (disney)\": 1, \"humanization\": 1, \"kumbhker\": 1, \"lifeguard\": 1, \"one-piece swimsuit\": 1, \"partially submerged\": 1, \"red one-piece swimsuit\": 1, \"the little mermaid\": 1, \"water\": 1}}, \"bucket_info\": {\"buckets\": {\"0\": {\"resolution\": [384, 640], \"count\": 156}, \"1\": {\"resolution\": [448, 576], \"count\": 1560}, \"2\": {\"resolution\": [512, 512], \"count\": 234}, \"3\": {\"resolution\": [576, 448], \"count\": 351}, \"4\": {\"resolution\": [640, 384], \"count\": 117}}, \"mean_img_ar_error\": 0.05408347082458263}, \"subsets\": [{\"img_count\": 62, \"num_repeats\": 39, \"color_aug\": false, \"flip_aug\": false, \"random_crop\": false, \"shuffle_caption\": false, \"keep_tokens\": 0, \"image_dir\": \"39_a\", \"class_tokens\": null, \"is_reg\": false}]}]",
    "ss_epoch": "1",
    "ss_face_crop_aug_range": "None",
    "ss_full_fp16": "False",
    "ss_gradient_accumulation_steps": "1",
    "ss_gradient_checkpointing": "False",
    "ss_learning_rate": "1.0",
    "ss_lowram": "False",
    "ss_lr_scheduler": "constant",
    "ss_lr_warmup_steps": "0",
    "ss_max_grad_norm": "1.0",
    "ss_max_token_length": "225",
    "ss_max_train_steps": "1210",
    "ss_min_snr_gamma": "5",
    "ss_mixed_precision": "bf16",
    "ss_multires_noise_discount": "0.3",
    "ss_multires_noise_iterations": "None",
    "ss_network_alpha": "32.0",
    "ss_network_dim": "64",
    "ss_network_dropout": "None",
    "ss_network_module": "networks.lora",
    "ss_new_sd_model_hash": "89d59c3dde4c56c6d5c41da34cc55ce479d93b4007046980934b14db71bdb2a8",
    "ss_noise_offset": "None",
    "ss_num_batches_per_epoch": "1210",
    "ss_num_epochs": "1",
    "ss_num_reg_images": "0",
    "ss_optimizer": "prodigyopt.prodigy.Prodigy(weight_decay=0.01,betas=(0.9, 0.99),decouple=True,d_coef=2,use_bias_correction=True,safeguard_warmup=False)",
    "ss_output_name": "BJTEST",
    "ss_prior_loss_weight": "1.0",
    "ss_scale_weight_norms": "None",
    "ss_sd_model_hash": "925997e9",
    "ss_sd_scripts_commit_hash": "0cfcb5a49cf813547d728101cc05edf1a9b7d06c",
    "ss_seed": "1",
    "ss_session_id": "1841580500",
    "ss_steps": "1210",
    "ss_text_encoder_lr": "1.0",
    "ss_training_comment": "None",
    "ss_training_finished_at": "1697980050.3374088",
    "ss_training_started_at": "1697979511.016503",
    "ss_unet_lr": "1.0",
    "ss_v2": "False",
    "sshs_legacy_hash": "b3016f2d",
    "sshs_model_hash": "c5ec5224c9a56c0da43a98d27a80daed8c9103c04946f612cebca404a7cfbfca"
}