File size: 29,192 Bytes
5e5eaf0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 97295,
    "modelId": 91293,
    "name": "v1.0",
    "createdAt": "2023-06-16T14:25:07.649Z",
    "updatedAt": "2023-06-16T15:08:40.574Z",
    "trainedWords": [
        "pastel goth"
    ],
    "baseModel": "SD 1.5",
    "earlyAccessTimeFrame": 0,
    "description": "<p>I'm not a big fan of requiring trigger words because it makes models less usable for mixing, but you'll definitely get more dramatic results if you use them here.</p>",
    "stats": {
        "downloadCount": 960,
        "ratingCount": 3,
        "rating": 5
    },
    "model": {
        "name": "Envy Pastel Goth 01",
        "type": "LoCon",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "id": 67646,
            "url": "https://civitai-delivery-worker-prod-2023-06-01.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/5628/model/envypastelgoth01.rU2Z.safetensors",
            "sizeKB": 199300.1640625,
            "name": "EnvyPastelGoth01.safetensors",
            "type": "Model",
            "metadata": {
                "fp": null,
                "size": null,
                "format": "SafeTensor"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-06-16T14:30:47.454Z",
            "hashes": {
                "AutoV1": "ABCAAF4D",
                "AutoV2": "1C0C939FB9",
                "SHA256": "1C0C939FB9AE724A7E3C722C0F533CE486CC2CD5C4CAE43401FCA96C20BC3436",
                "CRC32": "D522F638",
                "BLAKE3": "B3760761020BE34F3F5D91F6318FD7BE288AF63ECF0C543EDB6C97CA450CC52A"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/97295"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c91dcecb-3afc-4011-a301-a4e75dcfb8a9/width=450/1167429.jpeg",
            "nsfw": "Mature",
            "width": 1024,
            "height": 1536,
            "hash": "UNLM@$Sh~qxbRpE2a0RPNFj[-oo0=}WVInjF",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 2036003698,
                "Model": "!EnvyMix_v12",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "b9f78f54a4"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, welcoming, 1girl, barista, elf, neon brown hair, Wedge Cut, (full body:0), [:revealing costume design:0.2], (dark skin:1.3), gradient background, on a colorful simple background, bombshell hair, slate blue hair with pink highlights, Invisible Braids, seiza <lyco:EnvyPastelGoth01:1.5>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "b9f78f54a4",
                        "name": "!EnvyMix_v12",
                        "type": "model"
                    }
                ],
                "Model hash": "b9f78f54a4",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e87b81-2bb5-4105-ad5e-05931db50416/width=450/1167428.jpeg",
            "nsfw": "Mature",
            "width": 1024,
            "height": 1536,
            "hash": "ULJu1D~p9a%3R9^*-pNHt+%f-:e=aLkVRk%1",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 2036003697,
                "Model": "!EnvyMix_v12",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "b9f78f54a4"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, 1girl, (elite Purism:1.3) catgirl, full body, cameltoe, [:revealing costume design,:0.2], official art, (asian:1.3), dramatic pastel sea green lighting , in a  museum, bombshell hair, azure hair, High Ponytail, faceplant <lyco:EnvyPastelGoth01:1.5>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "b9f78f54a4",
                        "name": "!EnvyMix_v12",
                        "type": "model"
                    }
                ],
                "Model hash": "b9f78f54a4",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9764c486-de5c-4945-9da2-0c716fbc4ea4/width=450/1167439.jpeg",
            "nsfw": "Mature",
            "width": 1024,
            "height": 1536,
            "hash": "ULF}]1~W9F9aOY%M%2WVRQxbt7bE%LNGE1Rj",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 2742226664,
                "Model": "!EnvyMix_v12",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "b9f78f54a4"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, elf Yakuza ronin  ,  , kimono,, asymmetrical legwear, leg tattoos, tattoos,brown hair with purple highlights, Stacked Bob,swept bangs, , full body, dagger, rainy night, on top of a Canadian skyscraper (\"at the Intergalactic Constellation, Lens flare\":1.2), in a  cave, bombshell hair, iridescent black hair, Messy Waves,short bombshell hair, thigh straddling <lyco:EnvyPastelGoth01:1.5>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "b9f78f54a4",
                        "name": "!EnvyMix_v12",
                        "type": "model"
                    }
                ],
                "Model hash": "b9f78f54a4",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "(extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac2152de-4e2d-4b34-8117-0b4d825d3ca1/width=450/1167757.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "UYL}Z:M{k:-;_4V@jJbb%LS3afWDxvxtbX-V",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 3655877973,
                "Model": "!chrysanthemum_v10",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "f356281295"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, 1girl, (hyper-creative Anti-Fashion:1.3) angel, full body, [:sexy costume design,:0.2], official art, japanese,  goldenrod lighting , in flooded Japan, bombshell hair, matte blue-green hair, Dutch Braid,twintails, bent over <lyco:EnvyPastelGoth01:1.1.3>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "f356281295",
                        "name": "!chrysanthemum_v10",
                        "type": "model"
                    }
                ],
                "Model hash": "f356281295",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be3837c7-dc37-46fe-84c6-c48d15ce2aaf/width=450/1167796.jpeg",
            "nsfw": "X",
            "width": 1024,
            "height": 1536,
            "hash": "USJs|n?G9rxv}[x[IoxI=|-o%LIpR5niIooM",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 3189190347,
                "Model": "!cetusMix_v4",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "b42b09ff12"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, welcoming, 1girl, neuromancer, vivid white hair with orange highlights, hair over one eye, (full body:1), [:outlandish costume design:0.2], , at a  festival, in  China, bombshell hair, white hair, ahoge, bent over <lyco:EnvyPastelGoth01:1.1.3>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "b42b09ff12",
                        "name": "!cetusMix_v4",
                        "type": "model"
                    }
                ],
                "Model hash": "b42b09ff12",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e1c4b5-cb1a-48eb-89ff-81f9e5614e99/width=450/1167559.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "UCG[+u.8?t9tJ-~pE1?G009Z-pn,$kRP9aM}",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 2410722202,
                "Model": "!EnvyDream_v10",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "2a2d0b8ac2"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, antipaladin  villainess, black hair, hair ribbon, eye contact, in a rural  village, in a  library, bombshell hair, dark silver hair, Pin Curls,side braid, lying <lyco:EnvyPastelGoth01:1.1>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "2a2d0b8ac2",
                        "name": "!EnvyDream_v10",
                        "type": "model"
                    }
                ],
                "Model hash": "2a2d0b8ac2",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aacca556-58d6-4e79-9132-cc621c46227c/width=450/1167566.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "ULKJ+oMxM--=~VS0NFw}^Ss;q_RO.RRiEdXP",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 464073612,
                "Model": "!EnvyDream_v10",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "2a2d0b8ac2"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, 1girl, (potent Voidpunk:1.3) catgirl, full body, cameltoe, [:seductive, skimpy costume design,:0.2], official art, dark skin,  muted rainbow lighting , above a crowded forest canopy, bombshell hair, magenta hair, Double Waterfall Braid,hime cut, carried breast rest <lyco:EnvyPastelGoth01:1.1>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "2a2d0b8ac2",
                        "name": "!EnvyDream_v10",
                        "type": "model"
                    }
                ],
                "Model hash": "2a2d0b8ac2",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10abf615-d4dd-4e84-bfd5-fa8e6c1773c0/width=450/1167777.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "UMLD_gj?_2-p_Nxtoft7E1WBa1NG?GRkD*of",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 3630754000,
                "Model": "!chrysanthemum_v10",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "f356281295"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, welcoming, 1girl, druid, aqua hair, french braids, simple background, in a Korean, steampunk museum, bombshell hair, blue-grey hair, Retro Waves, wariza <lyco:EnvyPastelGoth01:1.1.3>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "f356281295",
                        "name": "!chrysanthemum_v10",
                        "type": "model"
                    }
                ],
                "Model hash": "f356281295",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99fac4ca-a91e-485f-9c11-389e44072a9c/width=450/1167613.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "UMJH~-9Ftfx].TW+V{V[abM{IUM{_2RiM^t7",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 2338023621,
                "Model": "!breakdomainrealistic_R2333",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "f183384556"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, welcoming, 1girl, girl, elf, aqua hair, twin braids, (full body:1), [:revealing costume design:0.2], (dark skin:1.3), in a deciduous meadow, in a voxel, Brazillian warzone, bombshell hair, blonde hair, ahoge,Mermaid Hair, rabbit pose <lyco:EnvyPastelGoth01:1.1>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "f183384556",
                        "name": "!breakdomainrealistic_R2333",
                        "type": "model"
                    }
                ],
                "Model hash": "f183384556",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fff4134e-c867-419a-a33a-76668ff22a18/width=450/1167854.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1536,
            "hash": "UGJRK%V]0KIU*Jxa4oIo-Uxarrxtn-ozD*NG",
            "meta": {
                "VAE": "clearvae_main",
                "Size": "512x768",
                "seed": 115707157,
                "Model": "!chrysanthemum_v10",
                "steps": 90,
                "Parser": "Full parser",
                "hashes": {
                    "vae": "600345c503",
                    "model": "f356281295"
                },
                "prompt": "pastel goth, (masterpiece, best_quality, ultra-detailed, immaculate:1.3), epic, illustration, 1girl, (studied Normcore:1.3) cute catgirl, full body, [:skimpy, colorful costume design,:0.2], official art, korean, dramatic black lighting from above, at a exciting farm, bombshell hair, sea green hair, low-tied long hair, fetal position <lyco:EnvyPastelGoth01:1.1.3>",
                "Version": "unknown",
                "sampler": "DPM++ 2M Karras Sharp v1",
                "cfgScale": 12,
                "Clip skip": "1",
                "resources": [
                    {
                        "hash": "f356281295",
                        "name": "!chrysanthemum_v10",
                        "type": "model"
                    }
                ],
                "Model hash": "f356281295",
                "Hires steps": "25",
                "Hires upscale": "2",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "black clothes, (extra fingers, deformed hands, polydactyl:1.3), ugly, (worst quality, low quality, poor quality, bad quality:1.35), artist logo, signature",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "18",
                "ADetailer version": "23.6.2",
                "Denoising strength": "0.4",
                "SAG Guidance Scale": "0.75",
                "SAG Mask Threshold": "1",
                "ADetailer CFG scale": "7.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "ADetailer inpaint width": "512",
                "ADetailer inpaint height": "512",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True",
                "ADetailer use inpaint width/height": "True"
            }
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/97295"
}