File size: 26,150 Bytes
bb12dc2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 175957,
    "modelId": 9139,
    "name": "v3.0",
    "createdAt": "2023-10-04T18:40:56.874Z",
    "updatedAt": "2023-10-04T19:09:06.561Z",
    "trainedWords": [],
    "trainingStatus": null,
    "trainingDetails": null,
    "baseModel": "SD 1.5",
    "baseModelType": "Standard",
    "earlyAccessTimeFrame": 0,
    "description": null,
    "stats": {
        "downloadCount": 1969,
        "ratingCount": 10,
        "rating": 4.9
    },
    "model": {
        "name": "\u3010Checkpoint\u3011YesMix",
        "type": "Checkpoint",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "id": 134387,
            "sizeKB": 2082666.700195312,
            "name": "CheckpointYesmix_v30.safetensors",
            "type": "Model",
            "metadata": {
                "fp": "fp16",
                "size": "pruned",
                "format": "SafeTensor"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-10-04T19:01:22.705Z",
            "hashes": {
                "AutoV1": "D8DA8603",
                "AutoV2": "BCEF08BD0C",
                "SHA256": "BCEF08BD0CCB1FAD6588B48AF365716A790C10655CE6ACF5ED7057B76697782F",
                "CRC32": "01F59441",
                "BLAKE3": "91644461FC5FD76B75F63C0CBE5D59D366013336E3F90CAC8E6ECDB63D092852"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/175957"
        },
        {
            "id": 87231,
            "sizeKB": 163411.2607421875,
            "name": "kl-f8-anime2.vae.safetensors",
            "type": "VAE",
            "metadata": {
                "format": "Other",
                "modelFileId": 16812,
                "vaeMigration": true,
                "modelFileHash": "E9ED949371DBA2DD8E7D57D6F87CFE2D9E7B71062BAD8A235FE74E91149A8573"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-03-08T08:06:25.449Z",
            "modelVersionId": 121352,
            "hashes": {
                "AutoV1": "90626071",
                "AutoV2": "E9ED949371",
                "SHA256": "E9ED949371DBA2DD8E7D57D6F87CFE2D9E7B71062BAD8A235FE74E91149A8573",
                "CRC32": "1E2A46B4",
                "BLAKE3": "7D80B4EFC77770614EA64645D2B2B7BFD8904D3E608E2913114B850680E2A29B"
            },
            "primary": false,
            "downloadUrl": "https://civitai.com/api/download/models/175957?type=VAE&format=Other"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1965714-a602-4d0d-9add-67c267fc3e55/width=450/2795889.jpeg",
            "nsfw": "None",
            "width": 1088,
            "height": 1632,
            "hash": "UiNSyG^%~0NL~TRhITn,R+oHRkj_ogkEs:R%",
            "type": "image",
            "metadata": {
                "hash": "UiNSyG^%~0NL~TRhITn,R+oHRkj_ogkEs:R%",
                "size": 787831,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 1011720205,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, lucy \\(cyberpunk\\), solo, looking at viewer, cyberpunk, short hair, yellow background, smile, bare shoulders, red eyeliner, makeup, red lips, looking back, parted bangs, upper body, cyborg, multicolored eyes, bodysuit, closed mouth, white hair ,cyberpunk \\(series\\), cyberpunk edgerunners,(mature female),(masterpiece:1.2),(best quality:1.2), <lora:lucy_offset:0.7>, <lora:cyberpunk-v1.5-nai-9ep-resize:0.35>",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "name": "lucy_offset",
                        "type": "lora",
                        "weight": 0.7
                    },
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "\"lucy_offset": "f7a664103d28",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,lowres, ugly, worst quality, low quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry, bad feet, poorly drawn hands, poorly drawn face, mutation",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.5",
                "cyberpunk-v1.5-nai-9ep-resize": "b4502be21d3a\""
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6fe5cee-d8ce-40a2-9d0a-003b235b9a79/width=450/2795890.jpeg",
            "nsfw": "Mature",
            "width": 1088,
            "height": 1632,
            "hash": "UpL|G0j]=.xU~Sa~nzoa-nj[jEoIW@j[IWWB",
            "type": "image",
            "metadata": {
                "hash": "UpL|G0j]=.xU~Sa~nzoa-nj[jEoIW@j[IWWB",
                "size": 817731,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 4003152466,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, solo, jewelry, green eyes, white hair, (yellow background), earrings, freckles, lips, cleavage, makeup, looking at viewer, medium breasts, nose, upper body, short hair, parted lips, navel, clothing cutout, android,(cyberpunk:1.2),(science fiction),(mature female:1.1),(masterpiece:1.2),(best quality:1.2), <lora:cyberpunk-v1.5-nai-9ep-resize:0.65>",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2, 3d, realistic, lowres,ugly, worst quality, low quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry, bad feet, poorly drawn hands, poorly drawn face, mutation",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.35",
                "\"cyberpunk-v1.5-nai-9ep-resize": "b4502be21d3a\""
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87e234a7-c559-42d6-8d3c-72a7206cd5bd/width=450/2795406.jpeg",
            "nsfw": "None",
            "width": 1632,
            "height": 1088,
            "hash": "UpO:BWkF}~x9^ya#E2oHo#s+V@WCWEWFocWB",
            "type": "image",
            "metadata": {
                "hash": "UpO:BWkF}~x9^ya#E2oHo#s+V@WCWEWFocWB",
                "size": 834017,
                "width": 1632,
                "height": 1088
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "960x640",
                "seed": 718957601,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "lucy \\(cyberpunk\\), 1girl,solo,looking at viewer, cyberpunk, cyborg,yellow background,neon lights,white hair,short hair,off-shoulder jacket,open jacket,turtleneck leotard cyberpunk \\(series\\), cyberpunk edgerunners,(mature female),(masterpiece:1.2),(best quality:1.2), <lora:lucy_offset:0.7>, <lora:cyberpunk-v1.5-nai-9ep-resize:0.35>",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "name": "lucy_offset",
                        "type": "lora",
                        "weight": 0.7
                    },
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "\"lucy_offset": "f7a664103d28",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,lowres, ugly, worst quality, low quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry, bad feet, poorly drawn hands, poorly drawn face, mutation",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.5",
                "cyberpunk-v1.5-nai-9ep-resize": "b4502be21d3a\""
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b816bada-41ed-4ed9-90cd-453414cbaa24/width=450/2795401.jpeg",
            "nsfw": "Mature",
            "width": 1088,
            "height": 1632,
            "hash": "UYK0{P~q%z.89uRQxZt70KM_RjM{aKoyRjV@",
            "type": "image",
            "metadata": {
                "hash": "UYK0{P~q%z.89uRQxZt70KM_RjM{aKoyRjV@",
                "size": 956273,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 2553231729,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, purple eyes, solo, sunglasses, purple hair, eyewear on head, looking at viewer, smile, earrings, jewelry, looking back, bangs, upper body, closed mouth,star-kafka,huge breasts,shiny,shiny skin,mature female,(masterpiece:1.3),(best quality:1.3),<lora:kafka-v2-naivae-final:0.65>",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Heun Exponential",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2, (low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3",
                "\"kafka-v2-naivae-final": "2cdced52676d\""
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c8c4c4b-d5d8-4ade-b640-bc5496b29d8d/width=450/2795391.jpeg",
            "nsfw": "None",
            "width": 1056,
            "height": 1584,
            "hash": "UOKKf[9F_4~q.8-V_NIAtlNFMJo#?v%2x]of",
            "type": "image",
            "metadata": {
                "hash": "UOKKf[9F_4~q.8-V_NIAtlNFMJo#?v%2x]of",
                "size": 748071,
                "width": 1056,
                "height": 1584
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 1664755339,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "masterpiece,best quality,absurdres,original,extremely delicate and beautiful,beautiful detailed eyes and face,1girl, black_hair, flower, japanese_clothes, looking_at_viewer, mole, red_flower, solo,(masterpiece:1.4),(best quality:1.4)",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.65",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,(low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b008b40-484e-46b5-bac0-11afb4b16860/width=450/2795395.jpeg",
            "nsfw": "Mature",
            "width": 1056,
            "height": 1584,
            "hash": "UaK1B%~qOrIU_3%Mo}WCRixYr=M{ITadr?o}",
            "type": "image",
            "metadata": {
                "hash": "UaK1B%~qOrIU_3%Mo}WCRixYr=M{ITadr?o}",
                "size": 809636,
                "width": 1056,
                "height": 1584
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 52631718,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, bangs, bare shoulders, bikini, black bikini, black dress, black hair, blush, breasts, brown hair, choker, cleavage, collarbone, covered nipples, cup, dress, drinking glass, hair between eyes, hand on hip, holding, holding cup, huge breasts, jewelry, lips, long hair, looking at viewer, off shoulder, parted lips, red eyes, sidelocks, sitting, skindentation, smile, solo, swimsuit, table, thighs, water,(masterpiece:1.4),(best quality:1.4),(shiny skin),realistic",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.65",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2, (low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7451dc8d-5f8b-4e5e-8108-e714f257ca06/width=450/2795393.jpeg",
            "nsfw": "Mature",
            "width": 1088,
            "height": 1632,
            "hash": "UUKK4sWET0?b~qkD?H%ME2j]$js.x]afRQoJ",
            "type": "image",
            "metadata": {
                "hash": "UUKK4sWET0?b~qkD?H%ME2j]$js.x]afRQoJ",
                "size": 881910,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 125928173,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, armpits, arms behind head, arms up, bangs, bikini, blurry, blurry background, blush, breasts, candle, cleavage, collarbone, feet out of frame, frog hair ornament, green eyes, green hair, hair ornament, hair tubes, huge breasts, indoors, kochiya sanae, long hair, looking at viewer, navel, rope, skindentation, smile, snake hair ornament, solo, sweat, swimsuit, white bikini,(masterpiece:1.4),(best quality:1.4),(shiny skin),realistic",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,(low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0969206-de7d-4a4b-86eb-bedd9154fa6b/width=450/2795397.jpeg",
            "nsfw": "Mature",
            "width": 1088,
            "height": 1632,
            "hash": "UNKBE}_480Iq9+IpE8IVVF-ovM-pS0xuovIU",
            "type": "image",
            "metadata": {
                "hash": "UNKBE}_480Iq9+IpE8IVVF-ovM-pS0xuovIU",
                "size": 948735,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 2035360169,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, areola slip, armpits, arms behind head, arms up, bangs, beach, bikini, blue eyes, blue sky, blush, breasts, cleavage, covered nipples, curvy, day, huge breasts, lips, long hair, looking at viewer, micro bikini, navel, ocean, outdoors, parted lips, sitting, skindentation, sky, solo, swimsuit, thick thighs, thighhighs, thighs, very long hair, wet, white bikini, white hair, white thighhighs,(masterpiece:1.4),(best quality:1.4),(mature female:1.2),(shiny skin)",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,(low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "Denoising strength": "0.3"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af81b29a-5a4b-42a1-8a2d-60c8601962ee/width=450/2795394.jpeg",
            "nsfw": "X",
            "width": 1088,
            "height": 1632,
            "hash": "UMIgr|IV0K-p?GNG^kxaD%I;^+s:~WR*ayRj",
            "type": "image",
            "metadata": {
                "hash": "UMIgr|IV0K-p?GNG^kxaD%I;^+s:~WR*ayRj",
                "size": 798681,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 2953192175,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "ultra realistic 8k game CG, masterpiece, sunlight, high quality, pale skin, huge breasts, (pussy, pussy juice), puffy nipples, large areolae, huge nipples, cleavage, symmetry, milf, nsfw, nude, uncensored, arms behind head, absurdly long black hair, blue eyes, fantasy, divine goddess, royal palace,looking at viewer, portrait,from side,rich, prestige, golden jewelry, gem, glint, cinematic lighting, cinematic bloom, soft lights,upper body,parted lips,smile,(masterpiece:1.4),(best quality:1.4),(shiny skin),(mature female:1.2)",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2, (low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ab50a2c-05fa-4c1c-a797-c22031874e4b/width=450/2795396.jpeg",
            "nsfw": "Mature",
            "width": 1088,
            "height": 1632,
            "hash": "UJHx4;~WO?-o%#%Mx]bvE1-:?HNHtRbIV@s-",
            "type": "image",
            "metadata": {
                "hash": "UJHx4;~WO?-o%#%Mx]bvE1-:?HNHtRbIV@s-",
                "size": 793471,
                "width": 1088,
                "height": 1632
            },
            "meta": {
                "RNG": "CPU",
                "VAE": "kl-f8-anime2.vae.pt",
                "Size": "640x960",
                "seed": 4042251881,
                "Model": "yesmix-v3-final-fp16-merge0.3",
                "steps": 30,
                "hashes": {
                    "model": "bcef08bd0c"
                },
                "prompt": "1girl, tifa lockhart,black hair,long hair,upper body,huge breasts,navel,vest,shiny skin,(mature female),(masterpiece:1.4),(best quality:1.4)",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M Karras",
                "VAE hash": "df3c506e51",
                "cfgScale": 8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "bcef08bd0c",
                        "name": "yesmix-v3-final-fp16-merge0.3",
                        "type": "model"
                    }
                ],
                "Model hash": "bcef08bd0c",
                "Hires steps": "25",
                "Hires upscale": "1.7",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "FastNegativeV2,(low quality:1.3), (worst quality:1.3),(monochrome:0.8),(deformed:1.3),(malformed hands:1.4),(poorly drawn hands:1.4),(mutated fingers:1.4),(bad anatomy:1.3),(extra limbs:1.35),(poorly drawn face:1.4),(watermark:1.3)",
                "\"FastNegativeV2": "a7465e7cc2a2\"",
                "Denoising strength": "0.3"
            }
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/175957"
}