File size: 30,716 Bytes
3a20c31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "block_vector_string": "1,0,0,0,0,0,0,1,1,0,0,0,1,1,1,1,1,1,0,0,0",
  "modelspec.architecture": "stable-diffusion-xl-v1-base/lora",
  "modelspec.date": "2024-09-09T21:50:48",
  "modelspec.implementation": "https://github.com/Stability-AI/generative-models",
  "modelspec.prediction_type": "epsilon",
  "modelspec.resolution": "1024x1024",
  "modelspec.sai_model_spec": "1.0.0",
  "modelspec.title": "by_latrans-v2s400",
  "resize_params": {
    "recipe_str": "fro_ckpt=1,thr=-3.55",
    "rescale": 1.0,
    "target_size": null,
    "threshold": -3.55,
    "weights": {
      "fro_ckpt": 1.0,
      "fro_lora": 0.0,
      "params": 0.0,
      "spn_ckpt": 0.0,
      "spn_lora": 0.0,
      "subspace": 0.0
    }
  },
  "ss_adaptive_noise_scale": null,
  "ss_base_model_version": "sdxl_base_v1-0",
  "ss_batch_size_per_device": 8,
  "ss_bucket_info": {
    "buckets": {
      "0": {
        "count": 3,
        "resolution": [
          896,
          1152
        ]
      },
      "1": {
        "count": 13,
        "resolution": [
          1024,
          1024
        ]
      },
      "2": {
        "count": 1,
        "resolution": [
          1088,
          960
        ]
      },
      "3": {
        "count": 2,
        "resolution": [
          1152,
          896
        ]
      }
    },
    "mean_img_ar_error": 0.005316478205557982
  },
  "ss_bucket_no_upscale": false,
  "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_clip_skip": null,
  "ss_color_aug": false,
  "ss_dataset_dirs": {
    "1_by_latrans": {
      "img_count": 19,
      "n_repeats": 1
    }
  },
  "ss_debiased_estimation": false,
  "ss_enable_bucket": true,
  "ss_epoch": 400,
  "ss_face_crop_aug_range": null,
  "ss_flip_aug": true,
  "ss_full_fp16": false,
  "ss_gradient_accumulation_steps": 6,
  "ss_gradient_checkpointing": true,
  "ss_huber_c": 0.1,
  "ss_huber_schedule": "snr",
  "ss_ip_noise_gamma": null,
  "ss_ip_noise_gamma_random_strength": false,
  "ss_keep_tokens": 0,
  "ss_learning_rate": 0.0002,
  "ss_loss_type": "l2",
  "ss_lowram": false,
  "ss_lr_scheduler": "cosine",
  "ss_lr_warmup_steps": 0,
  "ss_max_bucket_reso": 2048,
  "ss_max_grad_norm": 1.0,
  "ss_max_token_length": null,
  "ss_max_train_steps": 400,
  "ss_min_bucket_reso": 256,
  "ss_min_snr_gamma": null,
  "ss_mixed_precision": "bf16",
  "ss_multires_noise_discount": 0.4,
  "ss_multires_noise_iterations": 12,
  "ss_network_alpha": 4.0,
  "ss_network_args": {
    "algo": "locon",
    "conv_alpha": "4",
    "conv_dim": "256",
    "dora_wd": "False",
    "dropout": 0.0,
    "module_dropout": "0",
    "preset": "full",
    "rank_dropout": "0",
    "rank_dropout_scale": "False",
    "train_norm": "False",
    "use_scalar": "False",
    "use_tucker": "False"
  },
  "ss_network_dim": 8,
  "ss_network_dropout": 0.0,
  "ss_network_module": "lycoris.kohya",
  "ss_new_sd_model_hash": "67ab2fd8ec439a89b3fedb15cc65f54336af163c7eb5e4f2acc98f090a29b0b3",
  "ss_noise_offset": null,
  "ss_noise_offset_random_strength": false,
  "ss_num_batches_per_epoch": 5,
  "ss_num_epochs": 400,
  "ss_num_reg_images": 0,
  "ss_num_train_images": 19,
  "ss_optimizer": "library.optimizers.clybius.Compass",
  "ss_output_name": "by_latrans-v2s400",
  "ss_prior_loss_weight": 1.0,
  "ss_random_crop": false,
  "ss_reg_dataset_dirs": {},
  "ss_resolution": "(1024, 1024)",
  "ss_scale_weight_norms": null,
  "ss_sd_model_hash": "e577480d",
  "ss_sd_model_name": "ponyDiffusionV6XL_v6StartWithThisOne.safetensors",
  "ss_sd_scripts_commit_hash": "71d0738fbe64e98dd1e61a8aa453245e5dabc394",
  "ss_seed": 1728871242,
  "ss_session_id": 335164312,
  "ss_shuffle_caption": true,
  "ss_steps": 400,
  "ss_tag_frequency": {
    "1_by_latrans": {
      "4 toes": 1,
      "5 fingers": 2,
      "a ceiling fan": 1,
      "a few papers": 1,
      "a lush": 1,
      "a radio": 1,
      "a sign reads \"mash.\" on the right side of the room": 1,
      "a white chest": 1,
      "a white cup": 1,
      "abstract background": 1,
      "abstract brushstrokes that add a dreamy": 1,
      "abstract feel. the overall mood of the image is cheerful and lively": 1,
      "adding a contrasting color to the otherwise warm-toned image. the background is a gradient of warm orange and brown hues": 1,
      "adding a cozy": 1,
      "adding a dynamic and energetic feel to the composition. the texture of the fur is rendered with soft": 1,
      "adding a dynamic element to the composition. the dog's fur is detailed with soft": 1,
      "adding a pop of color and a playful touch to the image. the wolf is wearing a dark": 1,
      "adding a sense of depth and dimension to the character. the background is a soft": 1,
      "adding a sense of energy and depth to the image. the overall style of the drawing is whimsical and playful": 1,
      "adding a sense of texture and depth. the background is a pastel gradient of soft pink and light blue": 1,
      "adding a touch of whimsy. the deer is dressed in a dark": 1,
      "adding a whimsical touch. a brown knit hat is worn over the character's ears": 1,
      "adding a whimsical touch. around the fox's neck is a bright blue collar with a metallic buckle": 1,
      "adding to its animated appearance. the fur is depicted with a textured": 1,
      "adding to the character's playful expression. the creature has a small": 1,
      "adding to the cozy ambiance. the kitchen has a slightly worn and lived-in feel": 1,
      "adding to the lively and energetic feel of the portrait. the wolf's eyes are green and slightly squinted": 1,
      "adding to the realism of the scene. through the window": 1,
      "adjusting the glasses": 1,
      "adorned with a blue ribbon. the background is a vibrant mix of green and yellow hues": 1,
      "adorned with various spots and markings in shades of orange and yellow": 1,
      "almost cartoonish appearance. the character's eyes are closed": 1,
      "almost energetic feel. the character's expression and the vibrant colors make it appear as though it is ready for an adventure or a playful encounter. the overall style of the painting is semi-realistic with a touch of cartoonish exaggeration": 1,
      "almost fur-like texture. the background is a soft": 1,
      "almost painterly brushstroke effect that adds depth and movement to the image. there are also some abstract": 1,
      "and a bowl. the lighting in the room is warm and natural": 1,
      "and a mischievous grin. the character is standing in front of a wooden kitchen counter": 1,
      "and a pencil holder. the background features a wooden cabinet with a warm": 1,
      "and a window to the right. the kitchen counter is cluttered with various items": 1,
      "and expressive yellow eyes. it is wearing purple shorts and has blue claws. the cheetah is focused on a frying pan on the stove": 1,
      "and filled with a sense of excitement or mischief": 1,
      "and has a tuft of spiky": 1,
      "and inner ears. the fur is depicted with a textured brushstroke technique that gives it a fluffy and soft appearance. the character's eyes are closed": 1,
      "and it has a confident": 1,
      "and it has a gentle": 1,
      "and it has a sly smile": 1,
      "and it has a wide": 1,
      "and it is sticking its tongue out playfully. the fox is wearing a dark hoodie with a red lining visible around the neck": 1,
      "and it is wearing a casual blue shirt and blue jeans. the fox is sitting on a light blue carpet with a shotgun resting across its lap. the room has a rustic": 1,
      "and it wears a pair of large": 1,
      "and its ears are large and pointed": 1,
      "and its mouth is open": 1,
      "and metal surfaces all rendered with a soft": 1,
      "and orange": 1,
      "and shades of orange and white": 1,
      "and the fur on the forehead and around the eyes is slightly tousled": 1,
      "and the overall drawing style is characterized by bold": 1,
      "and they are adorned with a pair of blue": 1,
      "and various controls": 1,
      "and white tones. the fur is detailed with a mix of short and long strands": 1,
      "and whites": 1,
      "anthro": 18,
      "anthropomorphic style": 2,
      "anthropomorphic style. the image features a large": 1,
      "antlers": 2,
      "are a golden yellow and contrast sharply with the blue fur": 1,
      "barefoot": 1,
      "beanie": 1,
      "beige": 1,
      "beige mane around its head. its eyes are large and expressive": 1,
      "beverage can": 1,
      "biped": 2,
      "black": 1,
      "black fur": 4,
      "black hair": 5,
      "black nose": 11,
      "black topwear": 1,
      "blended colors and detailed textures to create a charming and engaging image.": 1,
      "blended mix of green and yellow hues": 1,
      "blep": 4,
      "blue background": 1,
      "blue eyes": 7,
      "blue fur": 1,
      "blue hair": 2,
      "blue nose": 1,
      "blue pants": 1,
      "blue tongue": 1,
      "blue topwear": 1,
      "bodily fluids": 1,
      "bottomwear": 1,
      "bright blue": 2,
      "bright pink": 1,
      "bright yellow": 1,
      "brown eyes": 1,
      "brown fur": 8,
      "brown hair": 4,
      "brown nose": 2,
      "brush-like strokes": 1,
      "bust portrait": 13,
      "can": 1,
      "canid": 1,
      "canine": 1,
      "canis": 1,
      "capturing a moment of tranquility and natural beauty.": 1,
      "capturing a sense of joy and personality in the character's expression and design.": 1,
      "capturing the casual": 1,
      "capturing the lively spirit of the fox character.": 1,
      "cartoonish style": 1,
      "casting a soft": 1,
      "casting a soft light into the room. on the wall": 1,
      "casting gentle shadows and highlights on the deer's fur and the flower. the artist has used a blend of soft brush strokes and subtle blending techniques to create a warm and inviting atmosphere. the overall mood of the image is serene and peaceful": 1,
      "casting gentle shadows that add depth to the scene. the overall style of the painting is semi-realistic with a painterly touch": 1,
      "casual vibe. the character is holding a can of beer in its mouth": 1,
      "cat": 1,
      "characterized by soft brushstrokes and a blend of warm and cool tones. the artist has captured the texture of the fur and the details of the kitchen environment with a high level of realism": 1,
      "cheek tuft": 9,
      "cheerful colors and dynamic brushstrokes": 1,
      "cheetah": 1,
      "chest": 1,
      "chest tuft": 1,
      "cigarette": 1,
      "circular emblem on the chest": 1,
      "claws": 4,
      "clothed": 6,
      "coffee": 1,
      "collar": 1,
      "common in digital art. the image conveys a sense of personality and readiness": 1,
      "confident brushstrokes and detailed shading to create a dynamic and engaging portrait.": 1,
      "container": 1,
      "contemplative expression": 1,
      "contrasting sharply with the rest of its fur. its tongue is playfully sticking out": 1,
      "cooking": 1,
      "countershading": 1,
      "coyote": 1,
      "creating a dynamic and energetic atmosphere. the overall style of the painting is bold and expressive": 1,
      "creating a lively and energetic atmosphere. the brushstrokes are bold and dynamic": 1,
      "creating a lively and engaging image.": 1,
      "creating a three-quarter view. the overall mood of the image is calm and relaxed": 1,
      "creating an impression of a lush forest or meadow. the light source is diffused": 1,
      "curled horn": 1,
      "deer": 1,
      "depicting a close-up of a blue-furred animal character with prominent": 1,
      "depicting a close-up of a fox-like character. the character has a light orange fur with white accents on the face": 1,
      "detailed": 1,
      "detailed antlers with intricate branching patterns. the deer's eyes are half-closed": 1,
      "detailed background": 4,
      "diffused light over the scene. the painting has a realistic style with detailed textures and shading": 1,
      "digital media (artwork)": 4,
      "digital painting (artwork)": 13,
      "dimly lit room. the fox has reddish-orange fur with white accents on its face and chest": 1,
      "dog": 1,
      "drawing attention to the character's unique features. the overall style is whimsical and colorful": 1,
      "drinking": 1,
      "dynamic brushstrokes that emphasize the wolf's lively and playful personality.": 1,
      "dynamic color palette.": 1,
      "dynamic look. the background is a simple": 1,
      "ear piercing": 1,
      "ear ring": 1,
      "ear tuft": 1,
      "egg": 1,
      "electric blue": 1,
      "enhanced by the soft": 1,
      "enhancing the character's lively personality. the dog's nose is pink and its mouth is open": 1,
      "enhancing the realism of the fur and the depth of the subject's face. the overall mood of the image is calm and introspective": 1,
      "ensuring that the focus remains on the fox's expressive features and fur details. the overall style of the drawing is semi-realistic with a touch of fantasy": 1,
      "ensuring the character stands out prominently. the lighting is soft": 1,
      "ethereal quality to the image. the character's face is slightly turned to the side": 1,
      "exaggerated features": 1,
      "expressive demeanor. the cat has a gray and white fur coat": 1,
      "expressive eyes are a vivid yellow": 1,
      "expressive eyes that are half-closed": 1,
      "expressive eyes that have a hint of mischief. the eyes are a warm amber color": 1,
      "expressive yellow eyes": 1,
      "extending down to its muzzle": 1,
      "eyebrows": 2,
      "eyes closed": 1,
      "fabric": 1,
      "facial tuft": 2,
      "fangs": 13,
      "featuring a blend of warm brown": 1,
      "featuring a character that blends elements of a deer and a human. the character has a pink and white fur coat": 1,
      "featuring an anthropomorphic dog character. the dog has a light brown fur coat with darker brown spots and a fluffy": 1,
      "featuring an anthropomorphic feline character. the character has a light grey fur coat with darker spots": 1,
      "fennec fox": 1,
      "fingers": 1,
      "floppy ears": 3,
      "floppy ears and a bushy tail that is partially visible in the background. the background is a solid": 1,
      "flower in hair": 1,
      "fluffy ear on its right side": 1,
      "fluffy texture": 1,
      "fluffy textures": 2,
      "food": 3,
      "fox": 3,
      "fridge": 1,
      "friendly expression. the wolf's fur is detailed with soft": 1,
      "frying pan": 1,
      "fully clothed": 2,
      "geometric shapes in pink and purple hues": 1,
      "giving a cozy and inviting feel to the image. the style of the drawing is vibrant and dynamic": 1,
      "giving a sleepy or contemplative expression. the character's head is adorned with brown antlers": 1,
      "giving a slightly rugged": 1,
      "giving a textured and realistic appearance. the background is a solid": 1,
      "giving it a confident and somewhat mischievous expression. the character is wearing a dark brown hooded sweatshirt with a pattern of light blue": 1,
      "giving it a dynamic and voluminous look. the creature's face is turned slightly to the left": 1,
      "giving it a fluffy and slightly textured look. the horns": 1,
      "giving it a lively and curious appearance. the character is wearing large": 1,
      "giving it a mischievous look. the fur around the neck and chest appears fluffy and textured": 1,
      "giving it a playful": 1,
      "giving it a relaxed and content expression. a small": 1,
      "giving it a slightly shaggy appearance. the wolf's hair is styled in a messy": 1,
      "giving the image a modern": 1,
      "giving the image a warm": 1,
      "giving the impression of movement and vitality. the background is a solid": 1,
      "giving the painting a lively": 1,
      "giving them a wide-eyed": 1,
      "glasses": 2,
      "glistening eyes": 1,
      "goggles on head": 1,
      "golden horns. the character appears to be a fox or a wolf-like creature with a confident": 1,
      "grass": 1,
      "grays": 1,
      "green background": 1,
      "green eyes": 1,
      "green fur": 1,
      "green landscape with tall trees and a distant horizon can be seen": 1,
      "grey fur": 7,
      "grin": 1,
      "hair": 4,
      "half-closed eyes": 2,
      "half-length portrait": 1,
      "has green fur and is wearing a loose": 1,
      "headshot portrait": 12,
      "holding a steaming cup of coffee in its right paw. the counter is cluttered with various items": 1,
      "holding cup": 1,
      "honey-colored finish": 1,
      "hooded garment that covers its shoulders and upper body": 1,
      "hoodie": 5,
      "hybrid": 1,
      "icon": 9,
      "including a green bottle": 1,
      "including a red cup and a green bottle. above the stove": 1,
      "including a small": 1,
      "indicating it is a \"foster's\" brand. the can is tilted": 1,
      "industrial piercing": 1,
      "inner ear fluff": 11,
      "inside": 3,
      "inside car": 1,
      "inviting atmosphere.": 1,
      "inviting feel. the overall mood of the drawing is relaxed and casual": 1,
      "it wears a pair of brown overalls with visible pockets and rivets": 1,
      "jeans": 2,
      "kitchen": 2,
      "kitchen appliance": 1,
      "lamp": 1,
      "light": 1,
      "light beam": 1,
      "light beige color": 1,
      "light beige with subtle texture": 1,
      "light brown hair on its head. its eyes are a striking": 1,
      "lighting": 2,
      "likely a cloak or robe": 1,
      "looking at viewer": 12,
      "lynx": 1,
      "making it engaging and visually appealing.": 2,
      "making the scene feel both inviting and slightly nostalgic.": 1,
      "making the subject stand out. the artist has used a combination of soft brush strokes and subtle shading to create a three-dimensional effect": 1,
      "making the subject stand out. the background is textured with brushstrokes and splatters": 1,
      "male": 18,
      "marijuana": 1,
      "motor vehicle": 1,
      "multicolored fur": 6,
      "multicolored hair": 1,
      "muscular anthropomorphic cheetah standing in a kitchen. the cheetah has light brown fur with dark spots": 1,
      "muted beige": 1,
      "narrowed eyes": 2,
      "neck tuft": 8,
      "neon-like lines running along the edges and the hood. the fur on the character's face and neck is detailed with soft": 1,
      "new world deer": 1,
      "nose piercing": 1,
      "on sofa": 1,
      "open mouth": 1,
      "open smile": 2,
      "orange eyes": 3,
      "orange fur": 5,
      "outside": 1,
      "overalls": 1,
      "painterly brushstrokes that add texture and depth to its appearance. the character's head is tilted slightly to the side": 1,
      "painterly brushstrokes. the fox's ears are large and pointed": 1,
      "painterly brushwork. the overall mood is cheerful and lively": 1,
      "painterly strokes": 1,
      "painterly style with a mix of warm and cool tones. the fur is a blend of dark brown": 1,
      "painterly style. it depicts the head and upper neck of a anthropomorphic wolf-like creature with human-like facial features. the subject's fur is a mix of browns": 1,
      "painterly style. it features a close-up portrait of an anthropomorphic deer with a blend of human and animal characteristics. the deer has a light brown fur coat with darker brown patches and a white muzzle": 1,
      "painting": 1,
      "painting (artwork)": 1,
      "painting (object)": 1,
      "particularly around the ears and neck": 1,
      "pastel blend of pinks and purples": 1,
      "pastel colors and the gentle brushwork.": 1,
      "pastoral dog": 1,
      "paws": 1,
      "peach-colored gradient": 1,
      "pink flower adorns the top of its head": 1,
      "pink fur": 1,
      "pink heart-shaped magnet": 1,
      "pink nose": 2,
      "pink pawpads": 1,
      "portrait": 1,
      "poster": 1,
      "pride colors": 1,
      "primarily shades of orange and yellow": 1,
      "purple clothing": 1,
      "purple eyes": 1,
      "red background": 1,
      "red body": 1,
      "red fur": 1,
      "red shirt": 1,
      "red t-shirt and blue": 1,
      "reminiscent of a superhero or a cartoon character. over the shirt": 1,
      "resembling a snow leopard": 1,
      "revealing a small": 1,
      "revealing a wide": 1,
      "revealing part of the white fur on the chest. the background is a simple": 1,
      "revealing sharp": 1,
      "ribbed pattern on the seat and door panels. the dashboard is detailed with a steering wheel": 1,
      "ripped jeans. the cat's right hand is resting on the steering wheel": 1,
      "round": 1,
      "round goggles resting on the fur above their eyes": 1,
      "scalie": 1,
      "semi-realistic style. it depicts a close-up of a wolf's head and shoulders": 1,
      "serval": 1,
      "set against a backdrop of rich": 1,
      "sharp tooth. a bright blue tuft of hair is visible on the top of the wolf's head": 1,
      "sheepdog": 1,
      "shirt": 1,
      "shotgun": 1,
      "simple background": 11,
      "sitting": 2,
      "slightly gritty atmosphere of a relaxed drive through the countryside.": 1,
      "slightly mischievous expression. the character's fur is detailed with soft": 1,
      "slightly mischievous expression. the fur is a vibrant": 1,
      "slightly rough brushstroke style that gives it a lively": 1,
      "slightly worn-out feel with a wooden ceiling and white walls. to the left": 1,
      "smile": 13,
      "smoke": 1,
      "smoking": 1,
      "snow leopard": 1,
      "soda": 1,
      "soft blue": 1,
      "soft gradient of light blue and white": 1,
      "solo": 19,
      "spiky manner": 1,
      "spots": 1,
      "spotted fur": 3,
      "spotted hyena": 1,
      "standing": 1,
      "steam": 1,
      "sticker": 1,
      "stove": 1,
      "suggesting a clear sky or a serene outdoor setting. the overall mood of the painting is cheerful and relaxed": 1,
      "suggesting a content or peaceful expression": 1,
      "suggesting a rural setting. the sky is overcast": 1,
      "suggesting it is daytime. the textures in the image are detailed": 1,
      "suggesting the character has been drinking from it. the character is wearing a pink hoodie": 1,
      "sunlight": 1,
      "t-shirt": 1,
      "tan fur": 4,
      "teeth": 2,
      "textured garment": 1,
      "the image is a digital drawing in a semi-realistic art style": 1,
      "there are a few framed pictures and a calendar. the overall mood of the image is relaxed and somewhat nostalgic": 1,
      "there is a brown leather couch with a white pillow. behind the couch": 1,
      "there is a radiator and a white lampshade on a table. a window with a green curtain is visible in the background": 1,
      "there is a wood-burning stove with a black chimney and various objects on top": 1,
      "this image is a digital drawing in a semi-realistic": 4,
      "this image is a digital drawing of a stylized anthropomorphic fox-like creature with a whimsical and playful appearance. the fox's fur is rendered with a soft": 1,
      "this image is a digital drawing of an anthropomorphic wolf character with a vibrant and expressive style. the wolf has a light brown fur coat with darker accents on the ears and around the eyes. the character's eyes are large and round": 1,
      "this image is a digital painting depicting an anthropomorphic cat character with a playful": 1,
      "this image is a digital painting depicting an anthropomorphic wolf character in a kitchen setting. the wolf has light gray fur with a fluffy texture": 1,
      "this image is a digital painting featuring an anthropomorphic wolf character. the wolf has a predominantly grey and white fur coat with darker patches on its face and ears. its eyes are a piercing blue": 1,
      "this image is a digital painting in a semi-realistic style": 1,
      "this image is a digital painting in a vibrant": 1,
      "this image is a digital painting of an anthropomorphic dog character with a playful and cheerful expression. the dog has a predominantly black and white fur coat with a distinctive yellow patch around its eyes and a tuft of yellow fur on its snout. its eyes are large": 1,
      "this is a digital drawing in a semi-realistic": 2,
      "this is a digital drawing of an anthropomorphic fox character with a playful and expressive face. the fox has a reddish-orange mask covering its eyes": 1,
      "this is a digital drawing of an anthropomorphic wolf with expressive": 1,
      "this is a digital painting depicting an anthropomorphic cat sitting in the driver's seat of a red pickup truck. the cat": 1,
      "this is a digital painting depicting an anthropomorphic fox sitting on a floor in a cozy": 1,
      "tongue": 2,
      "tongue out": 1,
      "toothy grin": 1,
      "toothy grin with its tongue sticking out playfully. the character has a pair of large": 1,
      "topless anthro": 1,
      "topless male": 1,
      "torn pants": 1,
      "transitioning to lighter shades on the neck and muzzle. the creature's eyes are a striking blue": 1,
      "triangular nose and a black nose tip. the background is a soft": 1,
      "triangular shapes in the upper right corner": 1,
      "true fox": 1,
      "tuft": 2,
      "two tone hair": 1,
      "typical of modern digital furry art. the character's joyful and playful expression is enhanced by the bright": 1,
      "underwear": 1,
      "utilizing soft": 1,
      "vibrant colors and expressive": 1,
      "vivid purple eyes. the wolf's fur is depicted in a dynamic": 1,
      "warm orange color": 1,
      "warm reds and oranges. the wolf's fur is predominantly white with patches of brown and gray": 1,
      "which adds a touch of personality and uniqueness. the background is a solid": 1,
      "which are large and curved": 1,
      "which contains a sunny-side-up egg with a runny yolk. the kitchen is modestly decorated with wooden cabinets": 1,
      "which contrasts against the warm tones of the fur. the background is a simple": 1,
      "which contrasts sharply with the wolf's fur": 1,
      "which contrasts with the fur and eyes": 1,
      "which helps to keep the focus on the character. the overall style of the painting is whimsical and cartoonish": 1,
      "which is slightly open": 1,
      "which is white. its fur is predominantly a mix of brown": 1,
      "while its left paw is relaxed by its side. the background is a blend of warm colors": 1,
      "while the left arm is draped over the open window": 1,
      "whiskers": 15,
      "white": 1,
      "white fur": 15,
      "white hair": 3,
      "white inner ear fluff": 1,
      "white nose stud on the left side": 1,
      "white sunglasses that add a touch of whimsy to its look. it is dressed in a bright red shirt with a large": 1,
      "white teeth. its tongue is slightly protruding": 1,
      "window": 2,
      "with a cigarette in its mouth. the interior of the truck is red with a textured": 1,
      "with a distinct pattern of darker brown fur on the face and ears": 1,
      "with a fluffy mane around its neck and tufts of fur on its ears. its large": 1,
      "with a fluffy texture that appears to be a combination of short and long fur. the wolf's ears are large and pointed": 1,
      "with a fluffy texture that is detailed with soft": 1,
      "with a focus on the character's expressive features and the playful accessories.": 1,
      "with a focus on the character's expressive features and the vibrant": 1,
      "with a focus on the creature's expressive eyes and gentle demeanor.": 1,
      "with a focus on the wolf's expressive face and vivid colors. the artist has used a combination of bold": 1,
      "with a focus on vivid colors and expressive details that bring the character to life.": 1,
      "with a mischievous gleam": 1,
      "with a mix of smooth and textured brushstrokes that create a sense of depth and movement. the overall mood of the image is cheerful and energetic": 1,
      "with a relaxed posture": 1,
      "with a rough": 1,
      "with a small": 1,
      "with a striking blue hue": 1,
      "with a textured": 1,
      "with a touch of whimsy and humor due to the character's anthropomorphic features and the beer can in its mouth.": 1,
      "with a tuft of fur on top. the wolf's expression is joyful and mischievous": 1,
      "with a vibrant blue hue": 1,
      "with a warm": 1,
      "with abstract": 1,
      "with abstract brushstrokes and geometric shapes scattered across the canvas": 1,
      "with abstract brushstrokes that add a dynamic and energetic feel to the image. the overall style of the painting is whimsical and cartoonish": 1,
      "with brushstrokes that suggest a sense of movement and vitality. the background is abstract": 1,
      "with detailed highlights and shadows that give them a lifelike quality. the fox's nose is a prominent": 1,
      "with exaggerated features and expressive facial expressions typical of anthropomorphic art. the use of bold colors and the detailed brushwork adds depth and vibrancy to the image": 1,
      "with fur": 1,
      "with inner fur of a lighter shade. the wolf's mane is detailed with individual strands of fur": 1,
      "with its mouth open wide in a playful grin": 1,
      "with large": 2,
      "with slightly downturned lips. the ears are large and pointed": 1,
      "with some liquid spilling out": 1,
      "with some strands falling over its forehead. it also has a large": 1,
      "with splashes of red and orange paint": 1,
      "with strong": 1,
      "with subtle": 1,
      "with the can's label visible": 1,
      "with the cheetah's excited expression and the vibrant colors in the scene contributing to this atmosphere.": 1,
      "with the inner fur a lighter shade of brown. the wolf's head is tilted slightly to the right": 1,
      "with the inner fur a lighter shade of white. its eyes are large and yellow": 1,
      "with visible scratches and marks on the cabinets and countertop. the lighting is soft and warm": 1,
      "wolf": 3,
      "workman-like appearance. the cat's right paw is raised to its head": 1,
      "yellow background": 1,
      "yellow eyes": 6,
      "yellow fur": 3
    }
  },
  "ss_text_encoder_lr": 0.0001,
  "ss_total_batch_size": 48,
  "ss_training_comment": null,
  "ss_training_finished_at": 1725911448.1131978,
  "ss_training_started_at": 1725908110.3499894,
  "ss_unet_lr": 0.0002,
  "ss_v2": false,
  "ss_zero_terminal_snr": false,
  "sshs_model_hash": "0xb379a72913e0f936ff3e5c26e0304372f830136fb77b82330022705ce0340dca"
}