File size: 29,617 Bytes
7e773dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 223684,
    "modelId": 90642,
    "name": "Animesh-Full V2.2",
    "createdAt": "2023-11-13T13:08:12.231Z",
    "updatedAt": "2023-11-16T11:50:37.081Z",
    "publishedAt": "2023-11-20T05:00:00.000Z",
    "trainedWords": [],
    "trainingStatus": null,
    "trainingDetails": null,
    "baseModel": "SD 1.5",
    "baseModelType": "Standard",
    "earlyAccessTimeFrame": 0,
    "description": "<p>Hi everyone.</p><p>First of all I ask you a courtesy.</p><p>If you use my models, install the <a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/adetailer\"><strong>ADetailer</strong></a> extension for your A1111.</p><p>Navigate to the \"<strong>Extensions</strong>\" tab within Stable Diffusion.</p><ul><li><p>Go to the \"<strong>Install from URL</strong>\" subsection.</p></li><li><p>Paste the following URL: <a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/adetailer\">https://github.com/Bing-su/adetailer</a></p></li><li><p>Click on the \"<strong>Install</strong>\" button to install the extension</p></li><li><p>Reboot your Stable Diffusion</p></li></ul><p>//////////////////////////////////////////////////////////////////////////////////////////////</p><p>It all started with trying to make a new version of Aniverse, unfortunately without success (10 days of work wasted). But rather than making a version available that doesn't satisfy me at all, I prefer to do the training again.</p><p>So by playing around between one merge and another this version appeared.</p><p>Sincerely? I was amazed by it too.</p><p>I took over 650 test images to make sure.</p><p>I was initially torn on whether to release it as a new Aniverse release or a new Animesh release.</p><p>Then after thinking a little bit and, seeing that the base with the greatest weight is Animesh, I decided to release it as a new version of the latter.</p><p>The differences?</p><p>So Animesh was born mainly with the aim of representing only \"girls\", so, you can do something else but it is \"limited\".</p><p>It's also slightly more \"cartoonish\" than Aniverse.</p><p>PS: Pruned will be added next week<br />PPS: Next version of Aniverse in 40 days... more or less... (1000 hours of training more or less)</p><p>//////////////////////////////////////////////////////////////////////////////////////////////</p><p>Ciao a tutti.</p><p>Prima di tutto vi chiedo una cortesia.</p><p>Se utilizzate i miei modelli, installatevi l'estensione <a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/adetailer\"><strong>ADetailer</strong></a> per il vostro A1111.</p><ul><li><p>Cliccate su \"<strong>Extensions</strong>\" tab di Stable Diffusion.</p></li><li><p>cliccate su \"<strong>Install from URL</strong>\".</p></li><li><p>Incollate questo indirizzo URL: <a target=\"_blank\" rel=\"ugc\" href=\"https://github.com/Bing-su/adetailer\">https://github.com/Bing-su/adetailer</a></p></li><li><p>Click su \"<strong>Install</strong>\"</p></li><li><p>Riavviate Stable Diffusion</p></li></ul><p>//////////////////////////////////////////////////////////////////////////////////////////////</p><p>Con sorpresa per tutti, ho aggiornato Animesh dopo moltissimo tempo.</p><p>Vi chiederete come mai, immagino.</p><p>Il tutto \u00e8 nato cercando di fare una versione nuova di Aniverse, purtroppo senza successo (10 giorni di lavoro buttato). Ma piuttosto di mettere a disposizione una versione che non mi soddisfa per niente, preferisco rifare il training nuovamente.</p><p>Cos\u00ec giochicchiando tra un merge e l'altro \u00e8 apparsa questa versione.</p><p>Sinceramente? Ne sono rimasto stupito pure io.</p><p>Ho fatto oltre 650 immagini di test per esserne sicuro.</p><p>Inizialmente ero indeciso se rilasciarla come una nuova versione di Aniverse o una nuova versione di Animesh.</p><p>Poi dopo aver riflettuto e, visto che la base con maggior peso \u00e8 Animesh, ho deciso di rilasciarla come nuova versione di quest'ultima.</p><p>Le differenze?</p><p>Allora Animesh \u00e8 nato principalmente con lo scopo di rappresentare solo \"ragazze\", per cui, si riesce a fare qualcos'altro ma \u00e8 \"limitato\".</p><p>Inoltre \u00e8 leggermente pi\u00f9 \"cartoonish\" rispetto ad Aniverse.<br /><br />PS: La pruned verr\u00e0 aggiunta la prossima settimana<br />PPS: La prossima versione di Aniverse tra circa 40 giorni... (1000 ore di training, pi\u00f9 o meno)</p>",
    "stats": {
        "downloadCount": 128,
        "ratingCount": 1,
        "rating": 5
    },
    "model": {
        "name": "Animesh",
        "type": "Checkpoint",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "id": 172459,
            "sizeKB": 4165134.64453125,
            "name": "animesh_FullV22.safetensors",
            "type": "Model",
            "metadata": {
                "fp": "fp16",
                "size": "full",
                "format": "SafeTensor"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-11-13T13:23:41.770Z",
            "hashes": {
                "AutoV1": "C1F69407",
                "AutoV2": "CE9EE58E2A",
                "SHA256": "CE9EE58E2AC16E07FBA7A61AF39CC560A8F552DA7D51B8A771B0963F22B386E2",
                "CRC32": "C7FF755E",
                "BLAKE3": "24FC8828B5DB2703321ABDD6639BBFB535C636D532623EEA48EE333F69EB213C",
                "AutoV3": "6DB801725154EFF2A597F89A1373168341D762BC8F54C65D6E67221FDED482F9"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/223684"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42407de9-ff94-4eed-926b-f666495fc9cd/width=450/3768933.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "UAFF]c-;~p%gDN9E4mR,00t84n9E4:%M00tS",
            "type": "image",
            "metadata": {
                "hash": "UAFF]c-;~p%gDN9E4mR,00t84n9E4:%M00tS",
                "size": 610386,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609483,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed)(\\Rei Ayanami\\), upper body photo, fashion photography of cute girl (\\Rei Ayanami\\), red eyes, dressing high detailed Evangelion white suit (high resolution textures), in dynamic pose, bokeh, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, (fantasy background, official art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "negativePrompt": "bad-image-v2-39000",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a006bbe9-1684-44ca-945e-2faf26e7a06d/width=450/3672218.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "UAGa|R0fMH8^00M|9]_NP8Vs1O^QGGxGIU-T",
            "type": "image",
            "metadata": {
                "hash": "UAGa|R0fMH8^00M|9]_NP8Vs1O^QGGxGIU-T",
                "size": 10751638,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609479,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed)(Asuka Langley), upper body photo, fashion photography of cute red long hair girl (Asuka Langley), dressing high detailed Evangelion red suit (high resolution textures), in dynamic pose, bokeh, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, perfect night, (fantasy background), (official art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "negativePrompt": "bad-image-v2-39000",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2401f71a-4c1e-45aa-a5d0-cad377aeddc1/width=450/3672221.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "U7Dub|0h4T}7#59Z1i_39t={ozs82d^jIARj",
            "type": "image",
            "metadata": {
                "hash": "U7Dub|0h4T}7#59Z1i_39t={ozs82d^jIARj",
                "size": 11006240,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609483,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed) upper body photo, fashion photography of cute, intense long red hair, \\Mary Jane\\ in spiderman suit, (ultrahigh resolution textures), in dynamic pose, bokeh, glowing web, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, perfect night, fantasy background, (official art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "negativePrompt": "bad-image-v2-39000",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6ca267d-bd56-41d7-98ad-ebffc2c4cb28/width=450/3672228.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "U7Gkg=0000^*00-p0j^*1jM{o$xC?H5T|Dog",
            "type": "image",
            "metadata": {
                "hash": "U7Gkg=0000^*00-p0j^*1jM{o$xC?H5T|Dog",
                "size": 9157020,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609482,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed) upper body photo, fashion photography of cute, intense long red hair, (\\Asuna Yuuki\\)\\(sword art online\\) <lora:asuna_(sao)_v1:0.6>,(ultrahigh resolution textures), in dynamic pose, bokeh, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, perfect night, fantasy background, (official art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "asuna_(sao)_v1": "0672bd4e94cd\"",
                "negativePrompt": "bad-image-v2-39000",
                "\"asuna_(sao)_v1": "0672bd4e94cd",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8cb0912-1198-4e22-b5b7-102c06ff09eb/width=450/3672216.jpeg",
            "nsfw": "Mature",
            "width": 2048,
            "height": 3616,
            "hash": "U7EB~n0L-m-o_2%10LE1xojZ$*57I=^j~B9a",
            "type": "image",
            "metadata": {
                "hash": "U7EB~n0L-m-o_2%10LE1xojZ$*57I=^j~B9a",
                "size": 12568453,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609479,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "((best quality)), ((masterpiece)), (detailed), alluring succubus, ethereal beauty, perched on a cloud, (fantasy illustration:1.3), enchanting gaze, captivating pose, delicate wings, otherworldly charm, mystical sky, (Luis Royo:1.2), (Yoshitaka Amano:1.1), moonlit night, soft colors, (detailed cloudscape:1.3), (high-resolution:1.2)",
                "JinxLol": "29d14d65e702\"",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "\"JinxLol": "29d14d65e702",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "\"EasyNegative": "66a7279a88dd\"",
                "negativePrompt": "EasyNegative",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ab49d2-1e24-4f1a-92d6-b5e69cc270a5/width=450/3672219.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "U5C?o^00S@=xNf?H00.800?bMc_Nt,D$?HD%",
            "type": "image",
            "metadata": {
                "hash": "U5C?o^00S@=xNf?H00.800?bMc_Nt,D$?HD%",
                "size": 10252349,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609479,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed)(Jinx, Legue of Legends, Arcane) upper body professional photo, award winning fashion photography of sexy, intense blue long hair, Jinx  <lora:JinxLol:1>, Legue of Legends, Arcane, flirting, bokeh, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, perfect night (fantasy background, extreme detailed, highest detailed, natural skin texture, hyperrealism, soft light, sharp, perfect face), HDR+",
                "JinxLol": "29d14d65e702\"",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "\"JinxLol": "29d14d65e702",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "name": "JinxLol",
                        "type": "lora",
                        "weight": 1
                    },
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "negativePrompt": "bad-image-v2-39000",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4474e965-cc65-4c81-9c57-215c09060532/width=450/3672227.jpeg",
            "nsfw": "Mature",
            "width": 2048,
            "height": 3616,
            "hash": "UDD9Ck~UFuIV5:S~M}kXIp%1=yxZi~IqIqWB",
            "type": "image",
            "metadata": {
                "hash": "UDD9Ck~UFuIV5:S~M}kXIp%1=yxZi~IqIqWB",
                "size": 10926880,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "lum4": "7bcd7a0ae830\"",
                "seed": 4090609484,
                "\"lum4": "7bcd7a0ae830",
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, realistic)\\Lum\\, upper body photo, fashion photography of cute, intense long green hair, orange eyes, tiger print, strapless bikini, yellow boots, yellow little horns, small horns, \\Lum\\, <lora:lum4:0.6>  (ultrahigh resolution textures), in dynamic pose, bokeh, (intricate details, hyperdetailed:1.15), moonlight passing through hair, perfect night, (fantasy background), (official art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "name": "lum4",
                        "type": "lora",
                        "weight": 0.6
                    },
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "\"EasyNegative": "66a7279a88dd\"",
                "negativePrompt": "EasyNegative",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29e98339-347c-4c08-b3bf-48cb0c1b7efd/width=450/3672222.jpeg",
            "nsfw": "Soft",
            "width": 2048,
            "height": 3616,
            "hash": "U9C?4NR5rD}s5kI:E15R4:9[J-.7R6}@$jw{",
            "type": "image",
            "metadata": {
                "hash": "U9C?4NR5rD}s5kI:E15R4:9[J-.7R6}@$jw{",
                "size": 10097705,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609478,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed)upper body photo, fashion photography of cute succubus girl, gothic, large demon red wings (high resolution textures), long green hair, (abstract art), half demon, crimson cat iris, cat eyes, vampire very long fangs, (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, (official art, extreme detailed, highest detailed), HDR+",
                "JinxLol": "29d14d65e702\"",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "\"JinxLol": "29d14d65e702",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "\"EasyNegative": "66a7279a88dd\"",
                "negativePrompt": "EasyNegative",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50c1a91a-1030-4623-b330-bf5f72654cfb/width=450/3672237.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "UMEelfNFtR-B~Bs,X8w]-o?H$*M|s:%2soW=",
            "type": "image",
            "metadata": {
                "hash": "UMEelfNFtR-B~Bs,X8w]-o?H$*M|s:%2soW=",
                "size": 9700561,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609481,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece) 1girl, upper body, psychedelic, latex bodysuit, from side, wavy hair, splashing, abstract, colored smoke background",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "\"EasyNegative": "66a7279a88dd\"",
                "asuna_(sao)_v1": "0672bd4e94cd\"",
                "negativePrompt": "EasyNegative",
                "\"asuna_(sao)_v1": "0672bd4e94cd",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11caf70c-3d68-49fe-88f9-5bdc7a791b65/width=450/3672229.jpeg",
            "nsfw": "None",
            "width": 2048,
            "height": 3616,
            "hash": "U7ATK9K$}A0y[V0d-W0yU]OX?IN^EOI;HrNG",
            "type": "image",
            "metadata": {
                "hash": "U7ATK9K$}A0y[V0d-W0yU]OX?IN^EOI;HrNG",
                "size": 10011014,
                "width": 2048,
                "height": 3616
            },
            "meta": {
                "RNG": "NV",
                "VAE": "vae-ft-mse-840000-ema-pruned.ckpt",
                "Size": "512x904",
                "seed": 4090609480,
                "Model": "Animesh V2.2",
                "steps": 30,
                "hashes": {
                    "model": "ce9ee58e2a"
                },
                "prompt": "(best quality, masterpiece, colorful, dynamic angle, highest detailed)upper body photo, full body photo, fashion photography of cute 1girl, mechanical arms, cyborg, dark mood, dystopia, glowing, looking at viewer, sitting, long hair, bokeh (intricate details, hyperdetailed:1.15), detailed, moonlight passing through hair, (official cyberpunk art, extreme detailed, highest detailed), HDR+",
                "Version": "v1.6.0",
                "sampler": "DPM++ 2M SDE Karras",
                "VAE hash": "c6a580b13a",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "ce9ee58e2a",
                        "name": "Animesh V2.2",
                        "type": "model"
                    }
                ],
                "Model hash": "ce9ee58e2a",
                "asuna_(sao)_v1": "0672bd4e94cd\"",
                "negativePrompt": "bad-image-v2-39000",
                "\"asuna_(sao)_v1": "0672bd4e94cd",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer version": "23.11.0",
                "\"bad-image-v2-39000": "5b9281d7c6ad\"",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate erode": "4",
                "ADetailer inpaint padding": "32",
                "ADetailer denoising strength": "0.4",
                "ADetailer inpaint only masked": "True"
            }
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/223684"
}