-
Notifications
You must be signed in to change notification settings - Fork 0
/
mashima_sakiR12_1024_7e7_1e4-000002.safetensors.txt
1947 lines (1947 loc) · 63.7 KB
/
mashima_sakiR12_1024_7e7_1e4-000002.safetensors.txt
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
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
ss_sd_model_hash: "925997e9",
ss_sd_scripts_commit_hash: "73a2264f70b4109aa3196498dda3dc7b617f2555",
ss_learning_rate: "7e-07",
ss_prior_loss_weight: "1",
ss_tag_frequency: {
TrainData: {
vn: 149,
"1girl": 104,
solo: 85,
"long hair": 91,
"looking at viewer": 120,
"black hair": 47,
"hair ornament": 57,
thighhighs: 59,
"brown eyes": 16,
"yellow eyes": 37,
ass: 11,
"detached sleeves": 14,
hairclip: 8,
cape: 11,
leotard: 2,
"magical girl": 1,
moon: 3,
bug: 2,
butterfly: 2,
wand: 2,
"miyu edelfelt": 1,
breasts: 108,
"short hair": 77,
"open mouth": 49,
"multiple girls": 44,
skirt: 30,
"blonde hair": 76,
"large breasts": 43,
"red eyes": 30,
"1boy": 31,
hat: 20,
dress: 74,
holding: 78,
cleavage: 32,
"school uniform": 2,
"green eyes": 33,
weapon: 51,
"white hair": 46,
"pleated skirt": 9,
wings: 6,
necktie: 21,
sword: 41,
book: 4,
"5girls": 3,
"magic circle": 6,
bangs: 116,
"blue eyes": 58,
shirt: 34,
gloves: 48,
"long sleeves": 66,
"hair between eyes": 69,
"bare shoulders": 43,
jewelry: 21,
sitting: 42,
"closed mouth": 47,
standing: 29,
jacket: 38,
"white shirt": 22,
"grey hair": 2,
frills: 15,
"open clothes": 27,
shoes: 5,
sleeveless: 22,
choker: 17,
"black gloves": 27,
"collared shirt": 13,
pants: 18,
indoors: 15,
"fingerless gloves": 7,
"black footwear": 21,
"holding weapon": 28,
"white dress": 23,
"high heels": 16,
coat: 8,
"grey eyes": 9,
"dutch angle": 8,
window: 6,
"sleeveless dress": 16,
"black pants": 13,
sunlight: 7,
"frilled dress": 6,
"hood down": 9,
tiara: 2,
knife: 4,
"red necktie": 11,
"light particles": 2,
"open coat": 2,
"black coat": 3,
"center frills": 2,
"holding knife": 5,
"hooded coat": 3,
smile: 84,
"simple background": 11,
"white background": 18,
navel: 9,
"2girls": 24,
"medium breasts": 48,
"very long hair": 49,
"blue hair": 5,
"purple eyes": 38,
"full body": 4,
ponytail: 14,
":d": 23,
thighs: 11,
"one eye closed": 8,
barefoot: 8,
teeth: 5,
midriff: 2,
miniskirt: 2,
stomach: 1,
"official alternate costume": 15,
"fur trim": 9,
strapless: 7,
mask: 4,
"red skirt": 4,
"upper teeth only": 2,
bandages: 3,
";d": 3,
polearm: 4,
instrument: 2,
"pink skirt": 1,
spear: 3,
sarashi: 1,
bandeau: 1,
"mask on head": 1,
"tube top": 1,
"holding polearm": 1,
"bandaged leg": 1,
"chest sarashi": 1,
"wrist wrap": 1,
"pink hair": 25,
ahoge: 40,
"japanese clothes": 19,
kimono: 19,
tree: 11,
sash: 15,
petals: 42,
umbrella: 7,
obi: 15,
"cherry blossoms": 14,
"hand fan": 5,
ball: 2,
"folding fan": 1,
"oil-paper umbrella": 7,
architecture: 3,
"east asian architecture": 3,
ribbon: 41,
"hair ribbon": 23,
"upper body": 9,
braid: 27,
flower: 49,
"virtual youtuber": 4,
"hair flower": 33,
"twin braids": 1,
"looking away": 1,
"hand on own chest": 3,
"white ribbon": 5,
"green dress": 3,
"brown hair": 21,
"purple hair": 14,
"alternate costume": 8,
tongue: 5,
striped: 10,
"tongue out": 5,
scarf: 3,
sweater: 5,
"red ribbon": 11,
"hand on hip": 2,
"4girls": 6,
"red scarf": 2,
"turtleneck sweater": 2,
";p": 2,
"artoria pendragon (fate)": 29,
saber: 7,
"tohsaka rin": 6,
"matou sakura": 6,
bow: 39,
"hair bow": 32,
"puffy sleeves": 6,
"wide sleeves": 17,
"hair bun": 7,
"black dress": 23,
"arm up": 9,
"black bow": 20,
rose: 9,
"holding sword": 21,
"single hair bun": 8,
"french braid": 9,
"lolita fashion": 3,
"purple flower": 4,
"gothic lolita": 3,
"black flower": 2,
"purple rose": 2,
"black rose": 2,
"excalibur morgan (fate)": 7,
"saber alter": 9,
collarbone: 17,
"small breasts": 3,
boots: 18,
shorts: 11,
belt: 10,
"black thighhighs": 21,
necklace: 9,
"off shoulder": 10,
"open jacket": 19,
"black jacket": 25,
"black shirt": 5,
"short shorts": 3,
"sleeveless shirt": 2,
"black ribbon": 9,
"black shorts": 3,
"pale skin": 6,
"strap slip": 1,
camisole: 1,
"low ponytail": 2,
dog: 1,
"against wall": 1,
"white belt": 1,
"saber alter (ver. shinjuku 1999) (fate)": 4,
blush: 18,
"animal ears": 6,
underwear: 6,
panties: 6,
"elbow gloves": 19,
"white gloves": 14,
mole: 2,
"white panties": 3,
"mole under eye": 1,
"swept bangs": 1,
"arm support": 1,
halterneck: 6,
"garter straps": 2,
katana: 8,
"white bow": 4,
sheath: 11,
"lace trim": 2,
"hair flaps": 1,
"pelvic curtain": 1,
"extra ears": 1,
"side slit": 1,
turret: 2,
sheathed: 6,
yokozuwari: 2,
"criss-cross halter": 5,
"lace-trimmed legwear": 1,
"atago (azur lane)": 1,
"takao (azur lane)": 1,
pantyhose: 20,
lying: 8,
glasses: 14,
"on back": 6,
water: 11,
"hair over one eye": 20,
"black pantyhose": 7,
"mouth hold": 10,
"eyes visible through hair": 3,
"wing collar": 4,
"light purple hair": 7,
"black-framed eyewear": 7,
shield: 8,
"grey jacket": 3,
"collared dress": 3,
creature: 7,
"eyewear removed": 3,
ripples: 4,
"hand on own stomach": 3,
"lord camelot (fate)": 7,
"petals on liquid": 4,
"mash kyrielight": 21,
"fou (fate)": 8,
"cowboy shot": 5,
"looking back": 8,
"from behind": 5,
":o": 2,
"from side": 12,
pantyshot: 2,
upskirt: 2,
"panties under pantyhose": 2,
"parted lips": 19,
armor: 17,
"ass visible through thighs": 2,
"armored dress": 13,
"armored boots": 3,
"solo focus": 1,
gun: 5,
pov: 1,
"red dress": 12,
bottle: 3,
handgun: 5,
holster: 2,
"brick wall": 1,
"star (symbol)": 1,
sideboob: 4,
"star print": 1,
"playing instrument": 1,
harp: 1,
"djeeta (granblue fantasy)": 1,
"orange hair": 7,
vest: 2,
"side ponytail": 2,
"orange eyes": 7,
"see-through": 8,
"dress shirt": 5,
"neck ribbon": 4,
"holding hands": 4,
"one side up": 4,
"short dress": 3,
"white flower": 15,
"strapless dress": 6,
bouquet: 5,
"ribbon choker": 1,
"layered dress": 1,
"white choker": 1,
"holding bouquet": 1,
"orange dress": 1,
"orange gloves": 1,
"fujimaru ritsuka (female)": 7,
"fujimaru ritsuka (male)": 2,
outdoors: 25,
food: 14,
hood: 11,
"black skirt": 11,
"blue skirt": 4,
"black headwear": 8,
hoodie: 2,
eating: 4,
"white jacket": 4,
"holding food": 1,
"frilled skirt": 1,
"hooded jacket": 6,
plate: 1,
chopsticks: 4,
drawstring: 1,
"white sweater": 1,
wagashi: 1,
"holding plate": 1,
"white hoodie": 1,
"holding chopsticks": 3,
dango: 1,
hanami: 1,
tail: 5,
"red hair": 13,
"green hair": 2,
"multiple boys": 8,
"2boys": 5,
"two side up": 6,
cosplay: 10,
"chinese clothes": 2,
staff: 2,
skull: 1,
"craft essence (fate)": 1,
"floating hair": 9,
"caliburn (fate)": 3,
"saber lily": 5,
"male focus": 3,
"hand up": 4,
letterboxed: 2,
"knee up": 1,
"high collar": 2,
"colored eyelashes": 2,
"on floor": 2,
"foot out of frame": 1,
"gojou satoru": 2,
blurry: 13,
bracelet: 5,
"china dress": 1,
"red-framed eyewear": 1,
microphone: 2,
"red gloves": 1,
"holding microphone": 1,
"nero claudius (fate)": 3,
"nero claudius (fate/extra)": 3,
sidelocks: 11,
"floral print": 9,
"pink flower": 6,
"back bow": 1,
"print kimono": 7,
armpits: 2,
"covered navel": 1,
headpiece: 7,
"jeanne d'arc (fate)": 16,
capelet: 6,
chain: 12,
"thigh boots": 8,
"crossed legs": 5,
christmas: 4,
"santa hat": 4,
"santa costume": 4,
"licking lips": 3,
"fur-trimmed cape": 4,
"fur-trimmed headwear": 3,
"fur-trimmed legwear": 3,
"jeanne d'arc alter (fate)": 11,
cup: 5,
"hands up": 3,
"blue dress": 5,
"blue bow": 3,
chair: 1,
table: 3,
curtains: 2,
"frilled sleeves": 1,
"frilled shirt collar": 1,
basket: 1,
bread: 2,
"on chair": 1,
"steepled fingers": 1,
wariza: 6,
"lily (flower)": 1,
"pink eyes": 1,
"white kimono": 3,
haori: 1,
"short kimono": 1,
"sleeveless kimono": 1,
shinsengumi: 1,
"okita souji (fate)": 1,
"okita souji (koha-ace)": 1,
cloud: 12,
gauntlets: 11,
"black leotard": 1,
"breasts apart": 1,
"holding shield": 1,
"black armor": 1,
building: 4,
"hand in pocket": 5,
"multicolored hair": 2,
uniform: 1,
"streaked hair": 2,
military: 1,
"military uniform": 1,
buttons: 1,
headgear: 1,
"standing on one leg": 1,
"antenna hair": 1,
cross: 2,
"peaked cap": 1,
machinery: 1,
"mole on breast": 1,
cannon: 1,
flag: 5,
"double-breasted": 1,
rigging: 1,
"iron cross": 1,
"prinz eugen (azur lane)": 1,
"clothing cutout": 1,
"blurry background": 6,
scar: 2,
"cleavage cutout": 2,
"scar on face": 1,
"long dress": 1,
bag: 7,
chibi: 1,
sweatdrop: 2,
backpack: 3,
"baseball cap": 1,
"chaldea uniform": 1,
"riyo (lyomsnpmp) (style)": 1,
"female protagonist (pokemon go)": 1,
"holding umbrella": 5,
swimsuit: 11,
bikini: 11,
feet: 5,
legs: 1,
"side-tie bikini bottom": 5,
soles: 5,
"hair intakes": 4,
"red bikini": 3,
bubble: 5,
beads: 3,
"striped bikini": 3,
underwater: 4,
anklet: 3,
"air bubble": 5,
"bead bracelet": 3,
"aestus estus": 3,
"nero claudius (swimsuit caster) (fate)": 3,
"bare arms": 4,
"single braid": 13,
"skirt hold": 5,
"long braid": 5,
"short sleeves": 8,
"white thighhighs": 1,
"detached collar": 2,
"knees up": 1,
"blunt bangs": 3,
veil: 4,
"wedding dress": 4,
"bridal veil": 4,
bride: 3,
twintails: 8,
sparkle: 3,
"low twintails": 2,
"blue flower": 9,
confetti: 2,
"blue rose": 4,
balloon: 4,
leaf: 3,
beret: 6,
scrunchie: 3,
"hair scrunchie": 3,
camera: 3,
"autumn leaves": 3,
magatama: 1,
"miyamoto musashi (fate)": 2,
"looking to the side": 6,
"depth of field": 9,
yukata: 3,
lantern: 5,
"blue kimono": 4,
"holding fan": 3,
"paper fan": 3,
uchiwa: 3,
"wind chime": 3,
"spiked hair": 1,
alcohol: 4,
breastplate: 3,
"back-to-back": 2,
coin: 2,
"wine bottle": 1,
"shoulder armor": 4,
pauldrons: 4,
knight: 2,
"stone floor": 1,
"black eyes": 2,
blood: 1,
rain: 1,
"blood on face": 1,
"no shoes": 5,
"white pantyhose": 2,
"medium hair": 2,
"nail polish": 2,
"aqua eyes": 1,
"pokemon (creature)": 1,
"pink dress": 1,
"black nails": 1,
"asymmetrical hair": 1,
"poke ball": 1,
"asymmetrical bangs": 1,
"marnie (pokemon)": 1,
morpeko: 1,
"morpeko (full)": 1,
"puffy short sleeves": 2,
plant: 3,
couch: 3,
"blurry foreground": 1,
can: 1,
blinds: 1,
tattoo: 4,
back: 2,
backlighting: 3,
"command spell": 1,
"back tattoo": 1,
hairband: 7,
sky: 17,
day: 11,
"blue sky": 9,
"one-piece swimsuit": 1,
ocean: 1,
"6+girls": 4,
halo: 2,
"white bikini": 3,
beach: 1,
"3boys": 2,
"cloudy sky": 1,
"short hair with long locks": 2,
"braided ponytail": 2,
"white shorts": 3,
sand: 1,
"white one-piece swimsuit": 1,
sarong: 1,
volleyball: 1,
"sand sculpture": 2,
"sand castle": 2,
"dress swimsuit": 1,
"lumine (genshin impact)": 1,
"aether (genshin impact)": 1,
"klee (genshin impact)": 1,
"paimon (genshin impact)": 2,
"eula (genshin impact)": 2,
"jean (genshin impact)": 1,
"amber (genshin impact)": 1,
"diluc (genshin impact)": 1,
"kaeya (genshin impact)": 1,
"holding balloon": 2,
sun: 2,
pillow: 1,
"black panties": 3,
"bed sheet": 1,
topless: 1,
"on stomach": 2,
lace: 1,
"purple panties": 1,
"lace-trimmed panties": 1,
"convenient arm": 1,
hetero: 1,
couple: 1,
"drinking glass": 2,
"wine glass": 1,
wine: 1,
meat: 1,
mouse: 1,
watermark: 2,
"from above": 4,
"holding cup": 1,
"one eye covered": 1,
"sample watermark": 1,
sakazuki: 1,
sake: 1,
"paper lantern": 2,
"covered nipples": 2,
bodysuit: 2,
"purple bodysuit": 2,
"gae bolg (fate)": 3,
"scathach (fate)": 3,
turtleneck: 3,
"red sweater": 1,
"black choker": 6,
"green jacket": 1,
apron: 4,
"wrist cuffs": 2,
maid: 3,
"maid headdress": 6,
"own hands together": 5,
"white apron": 3,
"maid apron": 1,
cloak: 2,
"novel cover": 1,
"closed eyes": 4,
"pointy ears": 1,
"light brown hair": 1,
fire: 4,
feathers: 3,
elf: 1,
"feathered wings": 1,
"holding staff": 1,
burning: 1,
expressionless: 4,
pendant: 2,
chandelier: 2,
"jeanne d'arc alter (avenger) (fate)": 8,
"looking at another": 1,
"white footwear": 3,
grass: 1,
"ground vehicle": 2,
"single thighhigh": 3,
"motor vehicle": 2,
"asymmetrical legwear": 1,
aircraft: 1,
"white pants": 1,
pig: 1,
"slime (creature)": 1,
ring: 3,
pouch: 1,
"black cape": 3,
"black capelet": 2,
"shallow water": 1,
collar: 3,
"sleeves past wrists": 2,
"facial mark": 2,
crown: 2,
"holding book": 2,
"empty eyes": 2,
"forehead mark": 2,
blindfold: 2,
"hands on own chest": 2,
"5boys": 2,
"dark persona": 2,
"red coat": 2,
"skull mask": 2,
"illyasviel von einzbern": 2,
"emiya shirou": 4,
"medusa (fate)": 2,
"medusa (rider) (fate)": 2,
banner: 2,
circlet: 1,
"monkey tail": 1,
grin: 2,
profile: 1,
"thigh strap": 5,
"blue shirt": 6,
"holding gun": 4,
"striped shirt": 2,
"own hands clasped": 2,
"finger on trigger": 1,
"bullet hole": 1,
earrings: 2,
formal: 4,
suit: 4,
sunset: 3,
cigarette: 4,
smoking: 1,
car: 1,
"stud earrings": 1,
"car interior": 1,
lighter: 1,
squatting: 3,
"head rest": 5,
nude: 1,
"arms up": 3,
groin: 1,
"completely nude": 1,
night: 4,
"star (sky)": 4,
"night sky": 4,
"convenient censoring": 1,
wading: 1,
"starry sky": 3,
"hair censor": 1,
"hair over breasts": 1,
waterfall: 1,
"3girls": 3,
"excalibur (fate/stay night)": 3,
"jeanne d'arc (ruler) (fate)": 4,
animal: 1,
seiza: 2,
bowl: 3,
"new year": 2,
bamboo: 2,
"purple kimono": 4,
"sliding doors": 1,
"holding bowl": 2,
mochi: 3,
"on shoulder": 2,
"multicolored kimono": 2,
lingerie: 2,
"revealing clothes": 2,
"garter belt": 2,
babydoll: 2,
"artoria pendragon (lancer alter) (fate)": 2,
"red nails": 2,
"hood up": 1,
"mask removed": 1,
"holding mask": 1,
horns: 1,
"fox ears": 2,
bell: 1,
fruit: 3,
"ribbon trim": 1,
"waist apron": 3,
"bright pupils": 1,
tray: 1,
"white pupils": 1,
"animal hands": 1,
mug: 1,
"palm tree": 3,
joints: 1,
hibiscus: 2,
"paw gloves": 1,
"holding tray": 1,
beer: 1,
"doll joints": 1,
"beer mug": 1,
"maid bikini": 3,
parfait: 1,
omelet: 1,
mop: 3,
omurice: 1,
"cu chulainn (fate)": 1,
"ishtar (fate)": 1,
"cu chulainn (fate/stay night)": 1,
"tamamo cat (fate)": 1,
"jeanne d'arc alter santa lily (fate)": 1,
"artoria pendragon (alter swimsuit rider) (fate)": 3,
"artoria pendragon (alter swimsuit rider) (second ascension) (fate)": 3,
"nursery rhyme (fate)": 1,
"bridal gauntlets": 2,
"white rose": 3,
"animal ear fluff": 2,
"alternate color": 2,
string: 2,
"string of fate": 2,
"black tail": 2,
"matching outfit": 2,
"white tail": 2,
"mash kyrielight (dangerous beast) (cosplay)": 2,
"mash kyrielight (dangerous beast)": 2,
"fox tail": 1,
"blue thighhighs": 1,
"tamamo (fate)": 1,
"tamamo no mae (fate/extra)": 1,
"jeanne d'arc alter (avenger) (third ascension) (fate)": 1,
"jeanne d'arc (third ascension) (fate)": 1,
box: 1,
gift: 1,
"between legs": 1,
"blue headwear": 1,
"high heel boots": 2,
"hand between legs": 1,
sack: 1,
"fur-trimmed boots": 1,
glowing: 1,
"white hairband": 1,
fantasy: 1,
magic: 1,
"blue cape": 1,
unsheathed: 1,
"glowing weapon": 2,
"glowing sword": 1,
"gold armor": 1,
"body armor": 1,
"alice zuberg": 1,
pointing: 1,
apple: 1,
"shopping bag": 1,
"paper bag": 1,
baguette: 1,
"grocery bag": 1,
groceries: 1,
"holding cigarette": 1,
bird: 2,
faulds: 1,
"on couch": 2,
heterochromia: 1,
"full moon": 2,
phone: 1,
cellphone: 1,
"semi-rimless eyewear": 2,
smartphone: 1,
"hand on own face": 1,
"holding phone": 1,
"under-rim eyewear": 2,
"hand on own cheek": 1,
earphones: 2,
earbuds: 1,
"orange sky": 2,
wet: 3,
"black bikini": 5,
sandals: 1,
"black hairband": 2,
"all fours": 1,
"blue jacket": 2,
"o-ring": 2,
"cropped jacket": 2,
innertube: 3,
toenails: 1,
popsicle: 2,
"toenail polish": 1,
"shrug (clothing)": 2,
"o-ring bikini": 2,
"toeless footwear": 1,
"o-ring bottom": 2,
"strappy heels": 1,
"multiple swords": 1,
"jeanne d'arc alter (swimsuit berserker) (fate)": 2,
"jeanne d'arc (swimsuit archer) (fate)": 2,
"jeanne d'arc (swimsuit archer) (first ascension) (fate)": 2,
"lens flare": 3,
"food in mouth": 1,
"red thighhighs": 1,
"front-tie top": 1,
"front-tie bikini top": 1,
"cat ears": 1,
"sailor collar": 1,
"crop top": 1,
"white skirt": 1,
"cat girl": 1,
"red flower": 1,
"string bikini": 1,
watermelon: 1,
"rosaria (genshin impact)": 1,
"red bow": 1,
"hat bow": 1,
"holding wand": 1,
"knee boots": 1,
"black cardigan": 1,
":q": 1,
"striped bow": 1,
noodles: 1,
"leaf print": 1,
"tomoe gozen (fate)": 1,
"blue ribbon": 1,
"juliet sleeves": 1,
underboob: 2,
"bikini top only": 2,
"frilled bikini": 2,
"frilled apron": 2,
"water drop": 2,
glint: 1,
"bridal garter": 2,
"one knee": 1,
splashing: 1,
"open hoodie": 2,
"frilled choker": 1,
shadow: 1,
"feather boa": 2,
"red umbrella": 2,
"white socks": 1,
"sun hat": 1,
"straw hat": 1,
sunflower: 1,
},
},
ss_max_token_length: "225",
ss_num_reg_images: "0",
ss_v2: "False",
ss_session_id: "3149163610",
ss_output_name: "mashima_sakiR12_1024_7e7_1e4",
ss_num_batches_per_epoch: "894",
ss_full_fp16: "False",
ss_cache_latents: "True",
ss_min_snr_gamma: "None",
ss_epoch: "2",
ss_unet_lr: "7e-07",
ss_gradient_checkpointing: "False",
ss_optimizer: "bitsandbytes.optim.adamw.AdamW8bit",
ss_network_alpha: "8",
ss_gradient_accumulation_steps: "1",
ss_network_module: "networks.lora",
ss_network_dim: "20",
ss_max_grad_norm: "1.0",
ss_caption_tag_dropout_rate: "0.0",
ss_num_epochs: "10",
ss_training_comment: "creator by nguyen tran thai",
ss_face_crop_aug_range: "None",
ss_datasets: [
{
is_dreambooth: true,
batch_size_per_device: 2,
num_train_images: 1788,
num_reg_images: 0,
resolution: [
1024,
1024,
],
enable_bucket: true,
min_bucket_reso: 320,
max_bucket_reso: 1280,
tag_frequency: {
TrainData: {
vn: 149,
"1girl": 104,
solo: 85,
"long hair": 91,
"looking at viewer": 120,
"black hair": 47,
"hair ornament": 57,
thighhighs: 59,
"brown eyes": 16,
"yellow eyes": 37,
ass: 11,
"detached sleeves": 14,
hairclip: 8,
cape: 11,
leotard: 2,
"magical girl": 1,
moon: 3,
bug: 2,
butterfly: 2,
wand: 2,
"miyu edelfelt": 1,
breasts: 108,
"short hair": 77,
"open mouth": 49,
"multiple girls": 44,
skirt: 30,
"blonde hair": 76,
"large breasts": 43,
"red eyes": 30,
"1boy": 31,
hat: 20,
dress: 74,
holding: 78,
cleavage: 32,
"school uniform": 2,
"green eyes": 33,
weapon: 51,
"white hair": 46,
"pleated skirt": 9,
wings: 6,
necktie: 21,
sword: 41,
book: 4,
"5girls": 3,
"magic circle": 6,
bangs: 116,
"blue eyes": 58,
shirt: 34,
gloves: 48,
"long sleeves": 66,
"hair between eyes": 69,
"bare shoulders": 43,
jewelry: 21,
sitting: 42,
"closed mouth": 47,
standing: 29,
jacket: 38,
"white shirt": 22,
"grey hair": 2,
frills: 15,
"open clothes": 27,
shoes: 5,
sleeveless: 22,
choker: 17,
"black gloves": 27,