File size: 11,026 Bytes
1fb58ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "ss_network_dropout": 0.0,
  "ss_num_reg_images": 0,
  "ss_network_args": {
    "preset": "full",
    "conv_dim": "4",
    "conv_alpha": "4",
    "rank_dropout": "0",
    "module_dropout": "0",
    "use_tucker": "False",
    "use_scalar": "False",
    "rank_dropout_scale": "False",
    "algo": "locon",
    "train_norm": "False",
    "dropout": 0.0
  },
  "ss_max_token_length": null,
  "ss_output_name": "last",
  "ss_optimizer": "torch.optim.adamw.AdamW",
  "ss_text_encoder_lr": 0.0001,
  "ss_batch_size_per_device": 10,
  "ss_num_batches_per_epoch": 497,
  "ss_bucket_no_upscale": true,
  "ss_new_sd_model_hash": "IsADirectory",
  "modelspec.sai_model_spec": "1.0.0",
  "ss_v2": true,
  "ss_noise_offset": null,
  "ss_sd_model_hash": "IsADirectory",
  "sshs_model_hash": "b4d313e6378f65e0d97c64bef420367099f424d67e6cc19b9bf078e74ba528a7",
  "ss_random_crop": true,
  "ss_color_aug": true,
  "ss_resolution": "(512, 512)",
  "ss_lr_warmup_steps": 0,
  "modelspec.resolution": "512x512",
  "ss_training_finished_at": "2024-01-14 23:21:18.823266",
  "modelspec.date": "2024-01-14T22:21:18",
  "ss_enable_bucket": true,
  "ss_reg_dataset_dirs": {},
  "ss_face_crop_aug_range": "None",
  "ss_max_train_steps": 209,
  "ss_scale_weight_norms": 1.0,
  "ss_network_alpha": 4.0,
  "ss_sd_model_name": "ponydiffusers",
  "ss_full_fp16": true,
  "ss_gradient_accumulation_steps": 12,
  "ss_ip_noise_gamma": null,
  "ss_caption_dropout_rate": 0.0,
  "ss_tag_frequency": {
    "99_chunie": {
      "smile": 13,
      "short hair": 31,
      "blonde hair": 3,
      "navel": 28,
      "holding": 5,
      "animal ears": 41,
      "sitting": 12,
      "tail": 36,
      "male focus": 50,
      "nude": 38,
      "multiple boys": 17,
      "penis": 47,
      "tongue": 15,
      "2boys": 17,
      "tongue out": 12,
      "looking at another": 3,
      "completely nude": 34,
      "kneeling": 2,
      "uncensored": 47,
      "muscular": 38,
      "erection": 43,
      "abs": 31,
      "oral": 3,
      "testicles": 40,
      "pectorals": 36,
      "fellatio": 3,
      "muscular male": 39,
      "bara": 40,
      "yaoi": 18,
      "licking": 3,
      "furry": 49,
      "furry male": 49,
      "interspecies": 11,
      "licking penis": 3,
      "furry with non-furry": 8,
      "furry with furry": 10,
      "chunie": 50,
      "solo": 30,
      "1boy": 35,
      "nipples": 30,
      "collarbone": 1,
      "teeth": 8,
      "artist name": 24,
      "indoors": 3,
      "stomach": 22,
      "blurry": 2,
      "pubic hair": 13,
      "blurry background": 2,
      "male pubic hair": 13,
      "precum": 19,
      "body fur": 2,
      "white fur": 10,
      "wolf boy": 12,
      "looking at viewer": 18,
      "thighs": 28,
      "water": 3,
      "wet": 2,
      "feet out of frame": 12,
      "thick thighs": 21,
      "waterfall": 1,
      "black skin": 2,
      "flaccid": 8,
      "jaguar ears": 1,
      "open mouth": 6,
      "underwear": 6,
      "fangs": 12,
      "underwear only": 1,
      "dog ears": 7,
      "large pectorals": 20,
      "topless male": 3,
      "dog tail": 5,
      "male underwear": 3,
      "foreskin": 9,
      "chest hair": 8,
      "yawning": 1,
      "navel hair": 2,
      "brown fur": 22,
      "dog boy": 13,
      "1girl": 3,
      "ass": 14,
      "outdoors": 11,
      "lying": 13,
      "pokemon \\(creature\\)": 1,
      "anus": 8,
      "grass": 1,
      "futanari": 2,
      "blue skin": 1,
      "ass focus": 4,
      "imminent penetration": 2,
      "perineum": 2,
      "newhalf": 1,
      "imminent anal": 1,
      "chain": 3,
      "scar": 4,
      "wolf ears": 6,
      "scar on face": 2,
      "white hair": 6,
      "spread legs": 15,
      "cum": 7,
      "on back": 10,
      "tree": 4,
      "foreshortening": 5,
      "nature": 6,
      "ejaculation": 4,
      "masturbation": 7,
      "forest": 6,
      "orgasm": 1,
      "foot out of frame": 1,
      "projectile cum": 2,
      "grabbing own ass": 2,
      "male masturbation": 7,
      "blush": 7,
      "looking back": 4,
      "from behind": 6,
      "on bed": 8,
      "back": 2,
      "soles": 1,
      "all fours": 1,
      "presenting": 2,
      "tail raised": 2,
      "snout": 5,
      "black hair": 2,
      "closed eyes": 5,
      "facial hair": 1,
      "cum on body": 1,
      "kiss": 2,
      "handjob": 1,
      "tiger ears": 3,
      "cum on stomach": 1,
      "cum on boy": 2,
      "tiger boy": 3,
      "cum on self": 1,
      "cum on pectorals": 1,
      "facing viewer": 1,
      "sunset": 1,
      "scar across eye": 1,
      "large penis": 5,
      "grey fur": 5,
      "pants": 3,
      "headphones": 1,
      "denim": 1,
      "jeans": 1,
      "phone": 2,
      "holding phone": 2,
      "selfie": 1,
      "orange fur": 5,
      "shirt": 5,
      "closed mouth": 1,
      "short sleeves": 1,
      "blue shirt": 2,
      "pants pull": 2,
      "leopard print": 1,
      "blue eyes": 8,
      "grin": 2,
      "veins": 12,
      "veiny penis": 11,
      "jewelry": 2,
      "yellow eyes": 2,
      "collar": 2,
      "bracelet": 1,
      "ring": 1,
      "ass grab": 2,
      "cum in ass": 2,
      "animal penis": 2,
      "dog penis": 1,
      "window": 2,
      "thick eyebrows": 4,
      "huge penis": 3,
      "sex": 4,
      "anal": 5,
      "multiple penises": 2,
      "close-up": 3,
      "condom": 1,
      "condom on penis": 1,
      "furry female": 3,
      "towel": 1,
      "leopard ears": 2,
      "brown hair": 5,
      "from below": 6,
      "clothing aside": 2,
      "seductive smile": 3,
      "bear ears": 1,
      "solo focus": 7,
      "night": 2,
      "pov": 5,
      "moon": 1,
      "horns": 4,
      "cuffs": 1,
      "mature male": 1,
      "sharp fingernails": 2,
      "curled horns": 2,
      "goat horns": 3,
      "nose piercing": 1,
      "pointy ears": 1,
      "colored skin": 3,
      "squatting": 1,
      "spiked hair": 1,
      "demon horns": 1,
      "red skin": 1,
      "monster boy": 2,
      "demon boy": 3,
      "exercise": 1,
      "tusks": 2,
      "gym": 1,
      "weightlifting": 1,
      "hetero": 2,
      "saliva": 1,
      "head out of frame": 1,
      "saliva trail": 1,
      "cum string": 1,
      "armpits": 5,
      "bound": 1,
      "bound wrists": 1,
      "armpit hair": 4,
      "ass visible through thighs": 3,
      "crotch": 1,
      "hairy": 1,
      "large testicles": 1,
      "open clothes": 1,
      "off shoulder": 1,
      "wolf tail": 2,
      "standing": 1,
      "sky": 5,
      "day": 5,
      "blue sky": 1,
      "looking to the side": 1,
      "fox ears": 2,
      "fox tail": 3,
      "mountain": 1,
      "fox boy": 1,
      "spread ass": 1,
      "black pants": 1,
      "brown eyes": 2,
      "wings": 1,
      "watermark": 1,
      "bat wings": 1,
      "arms behind head": 3,
      "demon wings": 1,
      "furrification": 1,
      "bat ears": 1,
      "animal collar": 1,
      "arms up": 1,
      "lion ears": 1,
      "lion tail": 1,
      "lion boy": 1,
      "red hair": 2,
      "sweat": 1,
      "shiny": 1,
      "shiny skin": 1,
      "straddling": 1,
      "sharp teeth": 2,
      "girl on top": 1,
      "colored sclera": 1,
      "reverse cowgirl position": 1,
      "bird tail": 1,
      "lizard tail": 1,
      "weapon": 2,
      "sword": 1,
      "brooch": 1,
      "cloak": 1,
      "fur cloak": 1,
      "naked cloak": 1,
      "umbrella": 1,
      "beach": 1,
      "sand": 1,
      "beach umbrella": 1,
      "come hither": 1,
      "shorts": 1,
      "short shorts": 1,
      "black shorts": 1,
      "long sleeves": 1,
      "bottomless": 1,
      "green shirt": 1,
      "green eyes": 2,
      "nail polish": 1,
      "animal ear fluff": 1,
      "from above": 1,
      "black nails": 1,
      "antlers": 1,
      "pov crotch": 1,
      "whiskers": 1,
      "deer ears": 1,
      "bed sheet": 1,
      "on stomach": 1,
      "parted lips": 1,
      "piercing": 1,
      "claws": 1,
      "knee up": 1,
      "pool": 1,
      "animal nose": 1,
      "tiger tail": 1,
      "grabbing another's ass": 1,
      "tiger stripes": 1,
      "arm around shoulder": 1,
      "leopard tail": 2,
      "thigh strap": 1,
      "knife": 1,
      "holding knife": 1,
      "dagger": 1,
      "after anal": 1,
      "leg belt": 1,
      "glasses": 1,
      "necklace": 1,
      "holding jewelry": 1,
      "couple": 1,
      "couch": 1
    }
  },
  "ss_clip_skip": null,
  "sshs_legacy_hash": "bec2874a",
  "ss_flip_aug": true,
  "ss_mixed_precision": "fp16",
  "ss_min_bucket_reso": 64,
  "modelspec.title": "last",
  "ss_session_id": "1768031063",
  "ss_adaptive_noise_scale": null,
  "modelspec.architecture": "stable-diffusion-xl-v1-base/lora",
  "ss_zero_terminal_snr": true,
  "ss_cache_latents": true,
  "ss_min_snr_gamma": null,
  "ss_caption_tag_dropout_rate": 0.0,
  "ss_network_module": "lycoris.kohya",
  "ss_steps": 209,
  "ss_training_started_at": "2024-01-14 19:50:09.219325",
  "ss_total_batch_size": 120,
  "ss_debiased_estimation": true,
  "ss_keep_tokens": true,
  "ss_multires_noise_discount": 0.1,
  "ss_lr_scheduler": "cosine",
  "modelspec.implementation": "https://github.com/Stability-AI/generative-models",
  "ss_shuffle_caption": true,
  "ss_dataset_dirs": {
    "99_chunie": {
      "n_repeats": 99,
      "img_count": 50
    }
  },
  "ss_num_epochs": 5,
  "ss_bucket_info": {
    "buckets": {
      "0": {
        "resolution": [
          352,
          704
        ],
        "count": 198
      },
      "1": {
        "resolution": [
          384,
          640
        ],
        "count": 1386
      },
      "2": {
        "resolution": [
          384,
          672
        ],
        "count": 297
      },
      "3": {
        "resolution": [
          416,
          608
        ],
        "count": 1980
      },
      "4": {
        "resolution": [
          448,
          576
        ],
        "count": 99
      },
      "5": {
        "resolution": [
          608,
          416
        ],
        "count": 495
      },
      "6": {
        "resolution": [
          640,
          384
        ],
        "count": 297
      },
      "7": {
        "resolution": [
          672,
          384
        ],
        "count": 198
      }
    },
    "mean_img_ar_error": 0.031102184364522487
  },
  "ss_multires_noise_iterations": 10.0,
  "ss_epoch": 5,
  "ss_seed": 3827179986,
  "ss_num_train_images": 4950,
  "ss_learning_rate": 0.0001,
  "ss_caption_dropout_every_n_epochs": 0,
  "ss_training_comment": "trigger: the white queen",
  "ss_prior_loss_weight": 1.0,
  "ss_network_dim": 8.0,
  "ss_base_model_version": "sdxl_base_v1-0",
  "ss_max_grad_norm": 1.0,
  "ss_max_bucket_reso": 2048,
  "modelspec.prediction_type": "epsilon",
  "ss_gradient_checkpointing": true,
  "ss_lowram": true,
  "ss_sd_scripts_commit_hash": "4f93bf10f0f3b84afb7f1670c48eda3dedb4c1d8",
  "ss_unet_lr": 0.0001,
  "dtype": "F16",
  "file": "C:\\Users\\kade\\Desktop\\yiff_toolkit\\ponyxl_loras\\chunie_ponyxl_v1e5.safetensors",
  "filename": "chunie_ponyxl_v1e5.safetensors"
}