File size: 31,129 Bytes
c5dca1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 91871,
    "modelId": 5891,
    "name": "Constricted Pupils V3",
    "createdAt": "2023-06-08T16:43:58.492Z",
    "updatedAt": "2023-06-09T17:28:44.194Z",
    "trainedWords": [
        "\"constricted pupils, small pupils\""
    ],
    "baseModel": "SD 1.5",
    "earlyAccessTimeFrame": 0,
    "description": "<p>Entirely retrained on 100 images. Version notes are as follows:</p><ul><li><p>No longer generates random mask parts and stuff. Should work better when blended with other LORAs now. I think.</p></li><li><p>May have a tendency to lower detail in the overall image, try to use mid to high weights.</p></li><li><p>Inpaint tested, need only highlight the eyes now.</p></li><li><p>With this version, there are only two trigger token: <strong><em>\"constricted pupils, small pupils\"</em></strong></p></li></ul><p>If you experience any issues with this version, I recommend downgrading or you can also try <a target=\"_blank\" rel=\"ugc\" href=\"https://civitai.com/models/48579/yameroyandere\">https://civitai.com/models/48579/yameroyandere</a></p>",
    "stats": {
        "downloadCount": 6595,
        "ratingCount": 3,
        "rating": 5
    },
    "model": {
        "name": "Crazy Expressions",
        "type": "LORA",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "id": 63858,
            "url": "https://civitai-delivery-worker-prod-2023-06-01.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/119397/model/constricted.7ACB.safetensors",
            "sizeKB": 30282.5927734375,
            "name": "Constricted PupilsV3.safetensors",
            "type": "Model",
            "metadata": {
                "fp": null,
                "size": null,
                "format": "SafeTensor"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-06-09T18:11:15.810Z",
            "hashes": {
                "AutoV1": "E91E4761",
                "AutoV2": "8C03E82738",
                "SHA256": "8C03E827386D4B4A2AE93E4B9EB66BB7D50541436DB992788535B8BF4E2C876A",
                "CRC32": "F059DA30",
                "BLAKE3": "4B81626E7A4CD2024C318CF19F405461936049B4D140742D3148423B0F0C8D8C"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/91871"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a91c58e7-9415-4d9a-8d55-d4f0c61086f9/width=450/1077403.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1248,
            "hash": "UAJHae%2?wE2$y^+NwE1000KIVNHM}^,01s,",
            "type": "image",
            "metadata": {
                "hash": "UAJHae%2?wE2$y^+NwE1000KIVNHM}^,01s,",
                "width": 1024,
                "height": 1248
            },
            "meta": {
                "Size": "512x624",
                "seed": 3151078515,
                "Model": "Anime_darkalfaEffortless_v11",
                "steps": 23,
                "\"mumei": "db9a2e85a3ea\"",
                "hashes": {
                    "model": "fb307b40c7"
                },
                "prompt": "nanashi mumei, shirt, corset, cleavage cutout, red skirt, single thighhigh, cloak, ribbon, ponytail, very long hair, hairclip, feathers, knife, belt, partially fingerless gloves, (head tilt:1.2), 1girl, (evil smile, creepy stare:1.3), constricted pupils, small pupils, <lora:mumei:0.8>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 8,
                "Clip skip": "2",
                "resources": [
                    {
                        "name": "mumei",
                        "type": "lora",
                        "weight": 0.8
                    },
                    {
                        "hash": "fb307b40c7",
                        "name": "Anime_darkalfaEffortless_v11",
                        "type": "model"
                    },
                    {
                        "hash": "8b72aec925f5",
                        "name": "PupilsV3",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "fb307b40c7",
                "UniPC order": "2",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted PupilsV3(8b72aec925f5)",
                "Hires upscaler": "4x-AnimeSharp",
                "negativePrompt": "verybadimagenegative_v1.3, cannon, turret, rifle, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair)",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "0.8",
                "AddNet Weight B 1": "0.8",
                "Denoising strength": "0.51"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03d5ba32-15df-465b-9565-a7d021866527/width=450/1075209.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UBL4Tx-T00_2Y7D$~W~WIpRQ%Mbvk=s:$%9Z",
            "type": "image",
            "metadata": {
                "hash": "UBL4Tx-T00_2Y7D$~W~WIpRQ%Mbvk=s:$%9Z",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 4244336540,
                "Model": "Anime_AuroraONE",
                "steps": 28,
                "hashes": {
                    "model": "80d5cce368"
                },
                "prompt": "best quality, cowboy shot, 1girl, full blush, annoyed, mad, shouting, (hair between eyes:1.3), white dyed hair, bright pink eyes, digital illustration, nude, shower \\(place\\), wet, covering, groin, nude cover, tile wall, tiles, towel, (constricted pupils:1.3), <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "80d5cce368",
                        "name": "Anime_AuroraONE",
                        "type": "model"
                    },
                    {
                        "hash": "2389e3efbf4a",
                        "name": "Pupils5",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "80d5cce368",
                "Hires steps": "22",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils5(2389e3efbf4a)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.4), 3d, realism, photorealistic, 3d model, realistic shading",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "0.8",
                "AddNet Weight B 1": "0.8",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.55"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe401cc9-867d-4c99-9b62-34c631431d43/width=450/1075210.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1424,
            "hash": "UDIz-cxa00%1_LR*-Ut6O;t7=|oKS$a{nhR*",
            "type": "image",
            "metadata": {
                "hash": "UDIz-cxa00%1_LR*-Ut6O;t7=|oKS$a{nhR*",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 4134352120,
                "Model": "Anime_AuroraONE",
                "steps": 28,
                "hashes": {
                    "model": "80d5cce368"
                },
                "prompt": "best quality, cowboy shot, 1girl, looking at viewer, staring, full blush, embarrassed, (widow's peak:1.3), green dyed hair, dark green eyes, digital illustration, nude, shower \\(place\\), wet, breast hold, covering, groin, nude cover, tile wall, tiles, towel, (constricted pupils:1.3), <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "80d5cce368",
                        "name": "Anime_AuroraONE",
                        "type": "model"
                    },
                    {
                        "hash": "2389e3efbf4a",
                        "name": "Pupils5",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "80d5cce368",
                "Hires steps": "22",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils5(2389e3efbf4a)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.4), 3d, realism, photorealistic, 3d model, realistic shading",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "0.8",
                "AddNet Weight B 1": "0.8",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.55"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/459e4648-6b23-4dd3-bc21-96ee65353fa5/width=450/1075216.jpeg",
            "nsfw": "None",
            "width": 1072,
            "height": 1232,
            "hash": "UPH2m4?wpcIn.8o}^+WAE1S4t7xaE0kCxuxt",
            "type": "image",
            "metadata": {
                "hash": "UPH2m4?wpcIn.8o}^+WAE1S4t7xaE0kCxuxt",
                "width": 1072,
                "height": 1232
            },
            "meta": null
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c7d0ca-78df-40c7-ad2d-fe536fef083d/width=450/1075212.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UIB3vk.9~p_3WDt6R*s:00Mw9GD%%2IpaeWA",
            "type": "image",
            "metadata": {
                "hash": "UIB3vk.9~p_3WDt6R*s:00Mw9GD%%2IpaeWA",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 2659956969,
                "Model": "Anime_darkalfaEffortless_v11",
                "steps": 21,
                "hashes": {
                    "model": "fb307b40c7"
                },
                "prompt": "best quality, shadowy, constricted pupils, cowboy shot, 1girl, looking at viewer, surprised, shocked, :o, (hair over one eye:1.3), black streaked hair, digital illustration, in a room full of bombs and dynamite and explosives, indoors, <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "fb307b40c7",
                        "name": "Anime_darkalfaEffortless_v11",
                        "type": "model"
                    },
                    {
                        "hash": "9d1e744a39c7",
                        "name": "Pupils4",
                        "type": "lora",
                        "weight": null
                    },
                    {
                        "hash": "a8ce1b2b28c9",
                        "name": "darkKukiv1",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "fb307b40c7",
                "Hires steps": "13",
                "UniPC order": "2",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils4(9d1e744a39c7)",
                "AddNet Model 2": "darkKukiv1(a8ce1b2b28c9)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, verybadimagenegative_v1.3, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.5), (3d, semirealistic, realism, photorealistic, CGI, 3d model, realistic shading:1)",
                "AddNet Module 1": "LoRA",
                "AddNet Module 2": "LoRA",
                "AddNet Weight A 1": "0.95",
                "AddNet Weight A 2": "0.4",
                "AddNet Weight B 1": "0.95",
                "AddNet Weight B 2": "0.4",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.5"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0419ecb-521e-4b38-9eee-6860c85a69ac/width=450/1075214.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UIEf7*yD%2-;.T?a57tR-oNGRPM|57ayWCRQ",
            "type": "image",
            "metadata": {
                "hash": "UIEf7*yD%2-;.T?a57tR-oNGRPM|57ayWCRQ",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 1051196819,
                "Model": "Anime_envymix_v12",
                "steps": 21,
                "hashes": {
                    "model": "13b3f923e7"
                },
                "prompt": "best quality, constricted pupils, cowboy shot, 1boy, looking at viewer, angry, mad, disgusted, (diagonal bangs:1.3), yellow streaked hair, digital illustration, battlefield, injury, smokestacks in the distance, weapons sticking out of the ground, stormy weather, detailed background, <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "13b3f923e7",
                        "name": "Anime_envymix_v12",
                        "type": "model"
                    },
                    {
                        "hash": "9d1e744a39c7",
                        "name": "Pupils4",
                        "type": "lora",
                        "weight": null
                    },
                    {
                        "hash": "7c6bad76eb54",
                        "name": "add_detail",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "13b3f923e7",
                "Hires steps": "13",
                "UniPC order": "2",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils4(9d1e744a39c7)",
                "AddNet Model 2": "add_detail(7c6bad76eb54)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, verybadimagenegative_v1.3, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, random legs, broken legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.5)",
                "AddNet Module 1": "LoRA",
                "AddNet Module 2": "LoRA",
                "AddNet Weight A 1": "0.8",
                "AddNet Weight A 2": "-0.5",
                "AddNet Weight B 1": "0.8",
                "AddNet Weight B 2": "-0.5",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.5"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3cdb19-5a38-4965-9a12-0c43418a9d71/width=450/1075246.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UUMsvFWB};-oXjxuIVM{0Kj[kDR+xZn~M}WU",
            "type": "image",
            "metadata": {
                "hash": "UUMsvFWB};-oXjxuIVM{0Kj[kDR+xZn~M}WU",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 1033859389,
                "Model": "Anime_sweetMix_v18",
                "steps": 20,
                "hashes": {
                    "model": "dc23738199"
                },
                "prompt": "(constricted pupils, small pupils:1), 1girl, looking at viewer, small breasts, (pixie cut:1.3), (cyan dyed hair:1.1), bright green eyes, covering mouth, arm under breasts, hand over own mouth, laughing, ojou-sama pose, smile, smug, bra visible through clothes, crop top, leggings, see-through, shirt, short sleeves, yoga pants, <lora:GoodHands-vanilla:1> <lora:OjouSamaPose:0.75>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "name": "OjouSamaPose",
                        "type": "lora",
                        "weight": 0.75
                    },
                    {
                        "hash": "dc23738199",
                        "name": "Anime_sweetMix_v18",
                        "type": "model"
                    },
                    {
                        "hash": "9d1e744a39c7",
                        "name": "Pupils4",
                        "type": "lora",
                        "weight": null
                    },
                    {
                        "hash": "242407537fef",
                        "name": "OjouSamaPose",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "dc23738199",
                "Hires steps": "22",
                "UniPC order": "2",
                "OjouSamaPose": "242407537fef\"",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils4(9d1e744a39c7)",
                "AddNet Model 2": "OjouSamaPose(242407537fef)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "Variation seed": "1495172836",
                "negativePrompt": "easynegative, cropped head, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.4), 3d, realism, photorealistic, 3d model, realistic shading",
                "ADetailer model": "face_yolov8s.pt",
                "AddNet Module 1": "LoRA",
                "AddNet Module 2": "LoRA",
                "ADetailer version": "23.6.1.post0",
                "AddNet Weight A 1": "1",
                "AddNet Weight A 2": "0.9",
                "AddNet Weight B 1": "1",
                "AddNet Weight B 2": "0.9",
                "\"GoodHands-vanilla": "c05ed279295e",
                "Denoising strength": "0.3",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "32",
                "Variation seed strength": "0.09",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbeb5fee-e89d-44a5-bb03-79ecc6eb00cd/width=450/1075211.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UdK12kof~qs:?bj[S4j[X-f6-Vofx]a|NGj[",
            "type": "image",
            "metadata": {
                "hash": "UdK12kof~qs:?bj[S4j[X-f6-Vofx]a|NGj[",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 1654713694,
                "Model": "Anime_mistoonAnime_v10",
                "steps": 20,
                "hashes": {
                    "model": "a49140c6c5"
                },
                "prompt": "{upper body|full body|cowboy shot}, looking at viewer, (((constricted pupils, small pupils))), {evil smile, {grin|closed mouth}|horrified, scared|sad, depressed, tired|angry, mad, disgusted|surprised, shocked, :o}, \n {1boy, {light-skinned female|dark-skinned} male, male focus, {young|__hair_facial__, mature} male, __Hairstyles_Male__, __bangs__|\n1girl, {young|mature} female, {light-skinned female|dark-skinned} female, solo, __breasts_sizes_ranges__, __hair/hair*__, __hair/hair*__, __hair/hair*__, __basic_poses__},  \n__basic_colors__ eyes, ({__basic_colors__ and __basic_colors__ streaked hair|__basic_colors__ hair with __basic_colors__ streaks|__basic_colors__ hair streaked with __basic_colors__| __basic_colors__, __hair/hair_color_multiple__}), __jumbo/style/genre__ style setting, finely detailed background, <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 8,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "a49140c6c5",
                        "name": "Anime_mistoonAnime_v10",
                        "type": "model"
                    },
                    {
                        "hash": "2389e3efbf4a",
                        "name": "Pupils5",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "a49140c6c5",
                "Hires steps": "16",
                "UniPC order": "2",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils5(2389e3efbf4a)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, greyscale, sepia, comic style, 4koma, 2koma, manga, cropped head, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair), (extra fingers, deformed hands, polydactyl:1.4), 3d, realism\n {1boy, {light-skinned female|dark-skinned} male, male focus, {young|__hair_facial__, mature} male, __Hairstyles_Male__, __bangs__|\n1girl, {young|mature} female, {light-skinned female|dark-skinned} female, solo, __breasts_sizes_ranges__, __hair/hair*__, __hair/hair*__, __hair/hair*__, __basic_poses__},  \n__basic_colors__ eyes, ({__basic_colors__ and __basic_colors__ streaked hair|__basic_colors__ hair with __basic_colors__ streaks|__basic_colors__ hair streaked with __basic_colors__| __basic_colors__, __hair/hair_color_multiple__}), __jumbo/style/genre__ style setting, finely detailed background, <lora:GoodHands-vanilla:1>",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "1.0",
                "AddNet Weight B 1": "1.0",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.5"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8863b7e8-afeb-4be3-9e78-b7a6320c1d7f/width=450/1075213.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1424,
            "hash": "UhHxA{of9FjtSQoLD*WB~VayM{j[NHoLRkay",
            "type": "image",
            "metadata": {
                "hash": "UhHxA{of9FjtSQoLD*WB~VayM{j[NHoLRkay",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 3465130452,
                "Model": "Anime_darkalfaEffortless_v11",
                "steps": 21,
                "hashes": {
                    "model": "fb307b40c7"
                },
                "prompt": "best quality, constricted pupils, cowboy shot, 1boy, looking at viewer, horrified, scared, (undercut:1.3), dark purple streaked hair, digital illustration, standing in a room full of bombs, indoors, <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "UniPC",
                "cfgScale": 7,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "fb307b40c7",
                        "name": "Anime_darkalfaEffortless_v11",
                        "type": "model"
                    },
                    {
                        "hash": "9d1e744a39c7",
                        "name": "Pupils4",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "fb307b40c7",
                "Hires steps": "13",
                "UniPC order": "2",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils4(9d1e744a39c7)",
                "Hires upscaler": "4x_foolhardy_Remacri",
                "negativePrompt": "easynegative, verybadimagenegative_v1.3, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair, broken hair, missing hair), (extra fingers, deformed hands, polydactyl:1.5), (3d, semirealistic, realism, photorealistic, CGI, 3d model, realistic shading:1.3)",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "0.95",
                "AddNet Weight B 1": "0.95",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.5"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50b5e0e6-7372-43e5-a05a-3371045f2858/width=450/1075218.jpeg",
            "nsfw": "Soft",
            "width": 1024,
            "height": 1424,
            "hash": "UjEyoaIpI[%1pfWBS5WDWaRjxCs.RPn#Rjfk",
            "type": "image",
            "metadata": {
                "hash": "UjEyoaIpI[%1pfWBS5WDWaRjxCs.RPn#Rjfk",
                "width": 1024,
                "height": 1424
            },
            "meta": {
                "Size": "512x712",
                "seed": 3816241582,
                "Model": "semireal_projectAurora_v10",
                "steps": 20,
                "hashes": {
                    "model": "66e3d0114a"
                },
                "prompt": "ink, portrait, ((((constricted pupils, small pupils)))), ((cowboy shot)), looking at viewer, (horrified, scared), hand up, BREAK 1girl, young female, dark-skinned female, solo, medium breasts, front ponytail, hair tubes, Prehensile hair, floating, levitating, hovering, ((arms behind back)), legs together, looking up, blue eyes, silver hair streaked with cyan, (rural), finely detailed background, <lora:GoodHands-vanilla:1>",
                "Version": "v1.3.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 8,
                "Clip skip": "2",
                "resources": [
                    {
                        "hash": "66e3d0114a",
                        "name": "semireal_projectAurora_v10",
                        "type": "model"
                    },
                    {
                        "hash": "2389e3efbf4a",
                        "name": "Pupils5",
                        "type": "lora",
                        "weight": null
                    }
                ],
                "Model hash": "66e3d0114a",
                "Hires steps": "16",
                "Cutoff strong": "False",
                "Cutoff weight": "0.27",
                "Hires upscale": "2",
                "AddNet Enabled": "True",
                "AddNet Model 1": "Constricted Pupils5(2389e3efbf4a)",
                "Cutoff enabled": "True",
                "Cutoff padding": "_</w>",
                "Cutoff targets": "[\"hair\", \"blue\", \"red\", \"orange\", \"purple\", \"black\", \"grey\", \"yellow\", \"green\", \"brown\", \"indigo\", \"cyan\", \"magenta\", \"violet\", \"pink\", \"white\", \"light blue\", \"dark blue\", \"bright green\", \"bright pink\", \"dark green\", \"dark purple\", \"spiked hair\", \"pointy hair\"]",
                "Hires upscaler": "4x_BooruGan_600k",
                "negativePrompt": "easynegative, multiple boys, multiple girls, gradient eyes, ringed eyes, greyscale, sepia, comic style, 4koma, 2koma, manga, cropped head, extra digit, fewer digits, jpeg artifacts, logo, signature, watermark, username, blurry, out of focus, censorship, Missing vagina, missing legs, (random hair, disconnected hair), (extra fingers, deformed hands, polydactyl:1.4)\nBREAK\n{1boy, {light-skinned female|dark-skinned} male, male focus, {young|__hair_facial__, mature} male, __Hairstyles_Male__, __bangs__|\n1girl, {young|mature} female, {light-skinned female|dark-skinned} female, solo, __breasts_sizes_ranges__, __hair/hair*__, __hair/hair*__, __hair/hair*__, __basic_poses__},  \n__basic_colors__ eyes, {__basic_colors__ and __basic_colors__ streaked hair|__basic_colors__ hair with __basic_colors__ streaks|__basic_colors__ hair streaked with __basic_colors__| __basic_colors__, __hair/hair_color_multiple__},  (__places/places__), finely detailed background, <lora:GoodHands-vanilla:1>",
                "AddNet Module 1": "LoRA",
                "AddNet Weight A 1": "0.85",
                "AddNet Weight B 1": "0.85",
                "\"GoodHands-vanilla": "c05ed279295e\"",
                "Denoising strength": "0.4",
                "Cutoff interpolation": "lerp",
                "Cutoff disable_for_neg": "True"
            }
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/91871"
}