File size: 26,699 Bytes
4ac2a12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "id": 1977824,
  "modelId": 1377820,
  "name": "v1.0_NoobAI",
  "createdAt": "2025-07-05T18:13:17.063Z",
  "updatedAt": "2025-07-05T18:18:45.171Z",
  "status": "Published",
  "publishedAt": "2025-07-05T18:20:00.000Z",
  "trainedWords": [
    "addmicrodetails"
  ],
  "trainingStatus": null,
  "trainingDetails": null,
  "baseModel": "NoobAI",
  "baseModelType": "Standard",
  "earlyAccessEndsAt": null,
  "earlyAccessConfig": null,
  "description": null,
  "uploadType": "Created",
  "usageControl": "Download",
  "air": "urn:air:sdxl:lora:civitai:1377820@1977824",
  "stats": {
    "downloadCount": 316,
    "ratingCount": 0,
    "rating": 0,
    "thumbsUpCount": 83
  },
  "model": {
    "name": "Add Micro Details - Concept (Illustrious / Pony)",
    "type": "LORA",
    "nsfw": false,
    "poi": false
  },
  "files": [
    {
      "id": 1875291,
      "sizeKB": 223115.89453125,
      "name": "AddMicroDetails_NoobAI_v1.safetensors",
      "type": "Model",
      "pickleScanResult": "Success",
      "pickleScanMessage": "No Pickle imports",
      "virusScanResult": "Success",
      "virusScanMessage": null,
      "scannedAt": "2025-07-05T18:15:44.848Z",
      "metadata": {
        "format": "SafeTensor",
        "size": null,
        "fp": null
      },
      "hashes": {
        "AutoV1": "ECFFF936",
        "AutoV2": "54808676BC",
        "SHA256": "54808676BC2820D06DD5BD53166E296A4486B1629A7DED5938FA22B71429E5FB",
        "CRC32": "7F2A6355",
        "BLAKE3": "C552D2A52D3A480E6530A5F54E50EFC3EEC3A7B35A8F8BE1684D5517D392412C",
        "AutoV3": "32F05884E29B"
      },
      "primary": true,
      "downloadUrl": "https://civitai.com/api/download/models/1977824"
    }
  ],
  "images": [
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369c3407-f24f-4576-9f8c-511dd4993866/width=1800/86463387.jpeg",
      "nsfwLevel": 16,
      "width": 2048,
      "height": 3072,
      "hash": "UAF#:i^k0JtS0K?Y~CNa0Ko}xHxW^*4:NG^k",
      "type": "image",
      "metadata": {
        "hash": "UAF#:i^k0JtS0K?Y~CNa0Ko}xHxW^*4:NG^k",
        "size": 8436999,
        "width": 2048,
        "height": 3072
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Size": "1024x1536",
        "seed": 2427170494,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI": "32f05884e29b"
        },
        "prompt": "masterpiece, vibrant colours, best quality, ultra detailed, highly detailed, hyper-detailed, realistic, vivid colours, absurdres, detailed background, detailed face, beautiful detailed eyes, beautiful detailed hair, <lora:AddMicroDetails_NoobAI:0.8>, (addmicrodetails:1.1),\nBREAK\n1girl and 2 goblins, sex, rough sex, gangbang, group sex, (small goblins, goblins smaller than girl), goblins with a nasty smile, green goblin, vaginal, irrumatio, deepthroat, spitroast, goblin groping girl's ass, prone bone, arms behind back, bound arms, sexual pleasure, agony, anguish, face blush,  sweat, very sweaty, body blush, (wet hair, messy hair), dirty face, dirty body, injury, bruise, scratches, caning, (cum, bukkake,  excessive cum, cum on hair, cum on face, cum on large breasts, cum on body, cum in pussy, cum in mouth:1.2), nsfw, ambient occlusion, fantasy, underground, dark dungeon, stone floor, stone wall, dutch angle, good autonomy",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "DPM++ 2M",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI",
            "type": "lora",
            "weight": 0.8
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Hires steps": "20",
        "Hires upscale": "2",
        "Schedule type": "Karras",
        "Hires Module 1": "Use same choices",
        "Hires upscaler": "4x-AnimeSharp",
        "negativePrompt": "lowres, (worst quality, low quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, text, old, oldest, censored, mosaic censoring, bar censor, simple background, bad hands, bad feet, fusion hand, fusion arm, fusion leg, extra arms, extra legs, extra digits, mind break, bad hands, bad autonomy",
        "Hires CFG Scale": "5",
        "Denoising strength": "0.3",
        "Diffusion in Low Bits": "Automatic (fp16 LoRA)",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f660680-9b70-416c-bf55-1d1eb7083a1f/width=1800/86463389.jpeg",
      "nsfwLevel": 8,
      "width": 2048,
      "height": 2992,
      "hash": "UAFh_B0005~W00MaTBaPEkv{~WD%%iMf-=IU",
      "type": "image",
      "metadata": {
        "hash": "UAFh_B0005~W00MaTBaPEkv{~WD%%iMf-=IU",
        "size": 8530037,
        "width": 2048,
        "height": 2992
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "1024x1496",
        "seed": 2623739577,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI": "32f05884e29b"
        },
        "prompt": "cybernetic robot 1boy, solo, scaramouche \\(genshin impact\\), short hair, nude portrait, slender, yandere look, male focus, red face, insane look, looking up, Hime cut, blue eyes, blue hair, void, purple cables to body, gears, wires connected to body, body parts, light rays, shadows, tied, caustics, upper body, purple fog . android, AI, machine, metal, wires, tech, futuristic, highly detailed,  <lora:AddMicroDetails_NoobAI:0.5>, (addmicrodetails:2)",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Hires steps": "20",
        "Hires upscale": "2",
        "Schedule type": "Automatic",
        "Hires Module 1": "Use same choices",
        "Hires upscaler": "4x-AnimeSharp",
        "negativePrompt": "lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest, simple background, conjoined",
        "Hires CFG Scale": "5",
        "Denoising strength": "0.2",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84487442-671b-47ba-b5d2-e662f150bfb2/width=1800/86463341.jpeg",
      "nsfwLevel": 8,
      "width": 4000,
      "height": 1688,
      "hash": "UYHU*8s;j^Ri%zWBj@j[~paxbGs;~qj[ofWV",
      "type": "image",
      "metadata": {
        "hash": "UYHU*8s;j^Ri%zWBj@j[~paxbGs;~qj[ofWV",
        "size": 1020675,
        "width": 4000,
        "height": 1688
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "1024x1496",
        "seed": 2623739577,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "Script": "X/Y/Z plot",
        "X Type": "Prompt S/R",
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "cybernetic robot 1boy, solo, scaramouche \\(genshin impact\\), short hair, nude portrait, slender, yandere look, male focus, red face, insane look, looking up, Hime cut, blue eyes, blue hair, void, purple cables to body, gears, wires connected to body, body parts, light rays, shadows, tied, caustics, upper body, purple fog . android, AI, machine, metal, wires, tech, futuristic, highly detailed,  <lora:AddMicroDetails_NoobAI_v1:0.5>, (addmicrodetails:2)",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "X Values": {
          "AddMicroDetails_NoobAI_v1": "0.5>",
          "AddMicroDetails_Illustrious_v1": "0.5>",
          "AddMicroDetails_Illustrious_v5": "0.5>"
        },
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest, simple background, conjoined",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d33aa7e-20e3-4509-a931-2a5c6957be98/width=1800/86463646.jpeg",
      "nsfwLevel": 8,
      "width": 7168,
      "height": 1701,
      "hash": "UaG[shRkRjoLyDjYofa#?boLj[ax~pWBWBoe",
      "type": "image",
      "metadata": {
        "hash": "UaG[shRkRjoLyDjYofa#?boLj[ax~pWBWBoe",
        "size": 17202084,
        "width": 7168,
        "height": 1701
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "1024x1496",
        "seed": 2623739577,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "Script": "X/Y/Z plot",
        "X Type": "Prompt S/R",
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "cybernetic robot 1boy, solo, scaramouche \\(genshin impact\\), short hair, nude portrait, slender, yandere look, male focus, red face, insane look, looking up, Hime cut, blue eyes, blue hair, void, purple cables to body, gears, wires connected to body, body parts, light rays, shadows, tied, caustics, upper body, purple fog . android, AI, machine, metal, wires, tech, futuristic, highly detailed,  <lora:AddMicroDetails_NoobAI_v1:0.5>, addmicrodetails",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "X Values": {
          "(addmicrodetails": "5)"
        },
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest, simple background, conjoined",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85ec023d-3e71-4134-8ab3-0b4ae84a317f/width=832/86463343.jpeg",
      "nsfwLevel": 1,
      "width": 832,
      "height": 1216,
      "hash": "UFG92400bH4n9FIU~qt7%g%MD%RjRj-;ofD%",
      "type": "image",
      "metadata": {
        "hash": "UFG92400bH4n9FIU~qt7%g%MD%RjRj-;ofD%",
        "size": 1249714,
        "width": 832,
        "height": 1216
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI": "32f05884e29b"
        },
        "prompt": "highres, very detailed, amazing quality, masterpiece, very aesthetic,\n1girl,solo,robot girl,mechanical girl,black hair,open head,wire chords,ports,bangs,red eyes,perfecteyes,earrings,eyebrows,monochrome,from the side,side view,mechanical joints,mechanical neck, addmicrodetails,<lora:AddMicroDetails_NoobAI:0.8>,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI",
            "type": "lora",
            "weight": 0.8
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282f4057-46b1-4f85-9146-f2dca2f6c860/width=832/86463344.jpeg",
      "nsfwLevel": 1,
      "width": 832,
      "height": 1216,
      "hash": "UBHngPv#z,0f00x]?cia1k0K^j?w+Ext0Mt8",
      "type": "image",
      "metadata": {
        "hash": "UBHngPv#z,0f00x]?cia1k0K^j?w+Ext0Mt8",
        "size": 1527675,
        "width": 832,
        "height": 1216
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "highres, very detailed, amazing quality, masterpiece, very aesthetic,\ndigital painting \\(artwork\\), artwork, glitter, cinematic lighting, bokeh,\n1girl, young japanese woman, close up portrait,<lora:AddMicroDetails_NoobAI_v1:0.5>, addmicrodetails,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/548911b7-f8f4-458e-8c53-da52ed123778/width=832/86463347.jpeg",
      "nsfwLevel": 1,
      "width": 832,
      "height": 1216,
      "hash": "UJBXyPxWDhJBVDxvIAIA?wtSIUMxv|ozbbR5",
      "type": "image",
      "metadata": {
        "hash": "UJBXyPxWDhJBVDxvIAIA?wtSIUMxv|ozbbR5",
        "size": 1723831,
        "width": 832,
        "height": 1216
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "A lone samurai stands motionless in a vast, mist-covered battlefield, his ornate armor glistening under the pale glow of a full moon. Petals from a distant cherry tree drift through the night air, blending with the lingering embers of a long-forgotten war. Broken banners and rusted weapons litter the ground, illuminated by faint ethereal blue flames that dance like lost souls. The scene is both haunting and beautiful, with a rich color palette of deep blues, silver, and soft glowing reds. Cinematic lighting, atmospheric fog, hyper-detailed textures, high contrast, dreamlike fantasy realism, volumetric lighting, dramatic depth of field, <lora:AddMicroDetails_NoobAI_v1:0.5>, addmicrodetails,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f4d44db-2a7e-4397-97c0-e269e7d65f31/width=832/86463345.jpeg",
      "nsfwLevel": 2,
      "width": 832,
      "height": 1216,
      "hash": "UFHKz*Vr~T?HD4xuK*wJ00Nx8{wc7gnhVEIo",
      "type": "image",
      "metadata": {
        "hash": "UFHKz*Vr~T?HD4xuK*wJ00Nx8{wc7gnhVEIo",
        "size": 1700485,
        "width": 832,
        "height": 1216
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "(guweiz, konya karasue, dino \\(dinoartforame\\):1.2), film grain, (cinematic:1.3), textured sketch,\n(lens blur:1.2),\n(blurry background:1.2), fisheye, backlighting, depth of field, perspective,\nBREAK\nsexy, slutty, hot, aroused,\nAka-Oni, oni, colored skin, red skin, smooth horns, black horns\nBREAK\n(EyesHD:1.2), (4k,8k,Ultra HD), masterpiece, best quality, ultra-detailed, very aesthetic, sharp focus, depth of field, ray tracing, best lighting, detailed illustration, detailed background, cinematic, beautiful face, beautiful eyes,\nBREAK\ndetailed background, eyelashes, erotic, looking seductive, coy. dynamic action image, detailed face, detailed eyes, direct mesmerizing gaze,\nBREAK\n(from behind:1.2), (sideways glance:1.2),  profile, kimono, single off shoulder,  (back:1.2), closed eyes, expressionless, head tilt, wooden footwear, glowing theme, yakuza, samurai,  perspective, rain outside, water drops, hair over shoulder, (bokeh:1.4), (contrapposto:1.3), arm support, arm scarf,,<lora:AddMicroDetails_NoobAI_v1:0.5>, addmicrodetails,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d2f4fa-d240-4db3-9ebc-147d74202287/width=1800/86463375.jpeg",
      "nsfwLevel": 1,
      "width": 3328,
      "height": 1403,
      "hash": "UXHV6oofxuM{~qRjWBof~qofs:of~Wofj[j[",
      "type": "image",
      "metadata": {
        "hash": "UXHV6oofxuM{~qRjWBof~qofs:of~Wofj[j[",
        "size": 4558803,
        "width": 3328,
        "height": 1403
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "Script": "X/Y/Z plot",
        "X Type": "Prompt S/R",
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "highres, very detailed, amazing quality, masterpiece, very aesthetic,\n1girl,solo,robot girl,mechanical girl,black hair,open head,wire chords,ports,bangs,red eyes,perfecteyes,earrings,eyebrows,monochrome,from the side,side view,mechanical joints,mechanical neck, addmicrodetails,<lora:AddMicroDetails_NoobAI_v1:0.5>,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "X Values": {
          "AddMicroDetails_NoobAI_v1": "0.5>",
          "AddMicroDetails_Illustrious_v1": "0.5>",
          "AddMicroDetails_Illustrious_v5": "0.5>"
        },
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    },
    {
      "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703e079f-d4aa-493f-8536-3319597cf6b0/width=1800/86463379.jpeg",
      "nsfwLevel": 1,
      "width": 3328,
      "height": 1403,
      "hash": "UbJHK|kDs:bb?boIayj[?wWCa}oL~Woeayoe",
      "type": "image",
      "metadata": {
        "hash": "UbJHK|kDs:bb?boIayj[?wWCa}oL~Woeayoe",
        "size": 6236930,
        "width": 3328,
        "height": 1403
      },
      "minor": false,
      "poi": false,
      "meta": {
        "Eta": "0.67",
        "ENSD": "31337",
        "Size": "832x1216",
        "seed": 1489563931,
        "Model": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
        "steps": 40,
        "Script": "X/Y/Z plot",
        "X Type": "Prompt S/R",
        "hashes": {
          "model": "a55dce7881",
          "lora:AddMicroDetails_NoobAI_v1": "32f05884e29b"
        },
        "prompt": "highres, very detailed, amazing quality, masterpiece, very aesthetic,\ndigital painting \\(artwork\\), artwork, glitter, cinematic lighting, bokeh,\n1girl, young japanese woman, close up portrait,<lora:AddMicroDetails_NoobAI_v1:0.5>, addmicrodetails,",
        "Version": "f2.0.1v1.10.1-previous-669-gdfdcbab6",
        "sampler": "Euler a",
        "Module 1": "sdxl_vae",
        "X Values": {
          "AddMicroDetails_NoobAI_v1": "0.5>",
          "AddMicroDetails_Illustrious_v1": "0.5>",
          "AddMicroDetails_Illustrious_v5": "0.5>"
        },
        "cfgScale": 5,
        "clipSkip": 2,
        "resources": [
          {
            "hash": "32f05884e29b",
            "name": "AddMicroDetails_NoobAI_v1",
            "type": "lora",
            "weight": 0.5
          },
          {
            "hash": "a55dce7881",
            "name": "UnholyDesireMixCrimsonSeduction_V3_NoobAI",
            "type": "model"
          }
        ],
        "Model hash": "a55dce7881",
        "Schedule type": "Automatic",
        "negativePrompt": "(lowres, worst quality, low quality, bad quality), simple background,\nsignature, multiple views, 2koma, 4koma,\nfurry, anthro, bkub,\n(chibi,loli,child,young), bad anatomy, missing leg, missing limb, pantyhose, cameltoe, leggings,",
        "Discard penultimate sigma": "True"
      },
      "availability": "Public",
      "hasMeta": true,
      "hasPositivePrompt": true,
      "onSite": false,
      "remixOfId": null
    }
  ],
  "downloadUrl": "https://civitai.com/api/download/models/1977824"
}