File size: 31,001 Bytes
8e68e4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
{
    "id": 15236,
    "modelId": 4823,
    "name": "v2",
    "createdAt": "2023-02-25T12:25:09.407Z",
    "updatedAt": "2023-03-03T23:41:01.851Z",
    "trainedWords": [],
    "baseModel": "SD 1.5",
    "earlyAccessTimeFrame": 0,
    "description": "<p>More skin texture<br />More light<br />More proper shadows<br />More background details<br />More CFG Scale usage range<br />More speed (\u2248 4% faster)<br />Less fingers issues<br />Higher resolution<br />Removed all non-diffusers weights<br />Add NMKD support<br />Add InvokeAI support</p>",
    "model": {
        "name": "Deliberate",
        "type": "Checkpoint",
        "nsfw": false,
        "poi": false
    },
    "files": [
        {
            "name": "deliberate_v2.ckpt",
            "id": 13067,
            "sizeKB": 2082793.681640625,
            "type": "Model",
            "format": "PickleTensor",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "scannedAt": "2023-02-25T12:42:46.109Z",
            "hashes": {
                "AutoV1": "0F6DF056",
                "AutoV2": "B4391B7978",
                "SHA256": "B4391B7978D973427A4A2A3ED0E67B18EBE34E213904575043D6C9FAEC75C22D",
                "CRC32": "A1ECE6E3",
                "BLAKE3": "A4A13D6520DA1CB8E6EC4D5FC1BFF045C020C75AF80029949B9DABA257276587"
            },
            "primary": false,
            "downloadUrl": "https://civitai.com/api/download/models/15236?type=Model&format=PickleTensor"
        },
        {
            "name": "deliberate_v2.safetensors",
            "id": 13065,
            "sizeKB": 2082642.022460938,
            "type": "Model",
            "format": "SafeTensor",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "scannedAt": "2023-02-25T12:30:22.513Z",
            "hashes": {
                "AutoV1": "10EC4B29",
                "AutoV2": "9ABA26ABDF",
                "SHA256": "9ABA26ABDFCD46073E0A1D42027A3A3BCC969F562D58A03637BF0A0DED6586C9",
                "CRC32": "AB983967",
                "BLAKE3": "475B27F4BB7C3A5124A46586090666EDBBC441A0C96D45D3E808B8B1EE2AC8C9"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/15236"
        }
    ],
    "images": [
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb83c7f-7760-4870-95ec-4f7653ea4f00/width=450/150226",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UBLNDMx]00rrD4_4ys-;4:9FpJNIRO%2-6RP",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1804518985,
                "Model": "Deliberate",
                "steps": 30,
                "prompt": "a closeup portrait of a playful maid, undercut hair, apron, amazing body, pronounced feminine feature, busty, kitchen, [ash blonde | ginger | pink hair], freckles, flirting with camera",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 6.5,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation. tattoo"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40943b9c-ede2-48c0-77d7-b48fee661d00/width=450/150224",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UCE:SW00ng_3.mV@RPIU01xaH@V[obt7RPxu",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1791574510,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "a cute kitten made out of metal, (cyborg:1.1), ([tail | detailed wire]:1.3), (intricate details), hdr, (intricate details, hyperdetailed:1.2), cinematic shot, vignette, centered",
                "sampler": "Euler a",
                "cfgScale": 6.5,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, flowers, human, man, woman"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179bcfba-b5f4-4bc2-49e5-ef961714b300/width=450/150225",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UAGR*Y0000?a00_20eE2~URPyDE14nbIx]kV",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 3030966289,
                "Model": "Deliberate",
                "steps": 20,
                "prompt": "medical mask, victorian era, cinematography, intricately detailed, crafted, meticulous, magnificent, maximum details, extremely hyper aesthetic",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, b&w, black and white, sepia, flowers, roses"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8401c5-ed04-4a06-f100-381e420ec000/width=450/154634",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UPD]MBR*EL~p?bs:R*xujZWCRlWDt7WVs:t6",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 2733424006,
                "Model": "Deliberate",
                "steps": 22,
                "prompt": "a girl, wearing a tie, cupcake in her hands, school, indoors, (soothing tones:1.25), (hdr:1.25), (artstation:1.2), dramatic, (intricate details:1.14), (hyperrealistic 3d render:1.16), (filmic:0.55), (rutkowski:1.1), (faded:1.3)",
                "sampler": "Euler a",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5feef301-4c2e-4f22-6785-36e469e7c800/width=450/150222",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UFDSBs~V0L0fD*M{f5R*_2%LIoM|4:E2%1xt",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 2948219535,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "Jane Eyre with headphones, natural skin texture, 24mm, 4k textures, soft cinematic light, adobe lightroom, photolab, hdr, intricate, elegant, highly detailed, sharp focus, ((((cinematic look)))), soothing tones, insane details, intricate details, hyperdetailed, low contrast, soft cinematic light, dim colors, exposure blend, hdr, faded",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39926090-c92f-4c17-c68a-910623a42100/width=450/150221",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "U6FP4-000L00icM{pcM{9aD*-p~V%#%Lv~4U",
            "meta": null,
            "generationProcess": null,
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d33d3b-fc05-4ca9-4f9f-a8e399de4400/width=450/150220",
            "nsfw": true,
            "width": 768,
            "height": 1024,
            "hash": "UkM$#m%1~WyD-;oIo|OXJ-jFs.bFxaj[xaax",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 2672866003,
                "Model": "Deliberate",
                "steps": 30,
                "prompt": "full color painting of nude squatting cyberpunk woman with cyberpunk-sunglasses, high heel shoes, (perfect hourglass figure),(perfect perky tits), (((Grafitti art) (by Carne Griffiths))), on a photographic red-brick wall background, insane details, intricate details, hyperdetailed, low contrast, soft cinematic light, dim colors, exposure blend, hdr, faded",
                "sampler": "Euler a",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab9fa15-117f-4a51-c0a7-2b077f24fe00/width=450/150219",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UWEn-FbEI.-n~AxZNF%0xZxYR*WVNboLNHR+",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 244156203,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "a portrait of a laughing, toxic, muscle, god, elder, (hdr:1.28), bald, hyperdetailed, cinematic, warm lights, intricate details, hyperrealistic, dark radial background, (muted colors:1.38), (neutral colors:1.2)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 8,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab3c6ec-2f1a-4216-2988-9066a6061f00/width=450/150218",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UKFYcGsk9Z^*_NRjS2x]x]Rjj[tR%LRPRPs:",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1322960274,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "a young woman, street, laughing, ponytails, (hdr:1.3), (muted colors:1.2), dramatic, complex background, cinematic, filmic, (rutkowski, artstation:0.8), soaking wet",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80d2876-731d-490b-882d-1fb55f2e7400/width=450/150217",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UVGcT7?wrpx]%%t7WXR4skaJtSs.x_tRtStS",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 2181096545,
                "Model": "Deliberate",
                "steps": 30,
                "prompt": "a [skyscraper : (waffles:1.3) : 7], complex",
                "sampler": "Euler a",
                "cfgScale": 5,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3)"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5f6872-75cd-4f4b-1018-ac91a2c24100/width=450/150216",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UJF=EpyD-6j=~pIqOZNyK6r=-o%2e.V@nhof",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1053151283,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "a portrait photo of a black girl, smiling, tattoo, blue dreads, (folk dress:1.3), Ukrainian short dress, pronounced feminine feature, insane details, intricate details, hyperdetailed, complex background, medieval tavern, indoors",
                "sampler": "Euler a",
                "cfgScale": 7.5,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(((naked))), deformed, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limb, ugly, disgusting, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, blurry, ((((mutated hands and fingers)))), watermark, watermarked, oversaturated, censored, distorted hands, amputation, missing hands, obese, doubled face, double hands, ((purple)), ((rose)), flowers, black lips"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc9906c2-61d6-4957-a522-a4f071413800/width=450/150215",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UbK^1#~pD%Mdnhbv-;%Ms:g4o#oInOt6xu$%",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 602644681,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "a waitress, pinup, art style, kodak portra 400, cinematic, (smiling:0.6), (closeup:0.8)",
                "sampler": "Euler a",
                "cfgScale": 6,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured, oversaturated:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
                "Face restoration": "CodeFormer"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98bd7579-7d8d-41ac-0a5d-0b090c9a9100/width=450/150214",
            "nsfw": true,
            "width": 768,
            "height": 1024,
            "hash": "UDEKW79^9uE25m=_5Rxa}?RjJAEgV@xES4X8",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1110841491,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "a finnish blond girl, oily skin, (chained shibari:1.2), submissive, hanged up, hands apart, hands up, perfect ass, arched back, ([lookback : look over shoulder : 15]:1.6), (dark shot:1.2), twintails, (intricate details:1.12), (intricate details, hyperdetailed:1.15), hdr, dungeon, (at night:1.2), fireplace, warm light, dramatic light, cinematic, (closeup:1.2)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "obese, (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528787c3-f363-4589-e7ce-6ab7d42e0300/width=450/150213",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UCE1v$$%0z9u~Ao0WCRkE1Ip-V%1Rje.-ot6",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 73972395,
                "Model": "Deliberate",
                "steps": 26,
                "prompt": "drunk, creepy santa, muddy, crowded bottles bar, intricate details, hdr, intricate details, hyperdetailed, cinematic, dark shot, muted colors, film grainy, soothing tones, muted colors, technicolor",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 5,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41292aa0-55ee-4c2f-8f99-a69cd82adc00/width=450/150212",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UDD]F}00%2WC~q9G-pWAE+-UNGt7Ip%2Wqt7",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 4003488128,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "end of the world, epic realistic, (hdr:1.4), (muted colors:1.4), apocalypse, freezing, abandoned, neutral colors, night, screen space refractions, (intricate details), (intricate details, hyperdetailed:1.2), artstation, cinematic shot, vignette, complex background, buildings, snowy",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 10,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "poorly drawn"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807ca8aa-c9e6-40d9-0eac-62ecd0055800/width=450/150211",
            "nsfw": true,
            "width": 768,
            "height": 1024,
            "hash": "UFBM=556sTM{~qE1xaM{.SRPt6M{o~s9W;ni",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 52106072,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "a crying naked female, dirty, leaning on a window, freezing, boots, ass up, end of the world, epic realistic, (hdr:1.4), (muted colors:1.4), apocalypse, abandoned, neutral colors, night, screen space refractions, (intricate details), (intricate details, hyperdetailed:1.2), artstation, cinematic shot, vignette, complex background, building, from bottom",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 8,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f1c1377-6d56-4597-fce9-7efad125d800/width=450/150210",
            "nsfw": true,
            "width": 768,
            "height": 1024,
            "hash": "U8GHuN~p01E*0Nx]-:kqH@4o}@ay8_#RDjD%",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 1280389494,
                "Model": "Deliberate",
                "steps": 30,
                "prompt": "an amazing body korean, naked, legs spread, [deep set eyes | japanese | ulzzang], lightroom, bun hair, amazing body, (nipples:1.2), innie pussy, (playful gaze:1.1), mouth open a bit, (intricate details, hyperdetailed:1.15), dramatic, (no makeup:1.3), outdoors, at night, bokeh, (vsco:0.3)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f551e7-4513-4c42-53da-cf55cdeda000/width=450/150209",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "U6EfWm0000~qxuV@%hM{004n.8Rj4nDiD%D%",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 509026623,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "a male, (stone skin cracked:1.4), (intricate details:1.22), hdr, (intricate details, hyperdetailed:1.2), whole body, cinematic, intense, cinematic composition, cinematic lighting, (rim lighting:1.3), color grading, focused",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/437c4b57-1e9c-499d-683a-f25372466100/width=450/150208",
            "nsfw": true,
            "width": 768,
            "height": 1024,
            "hash": "UJG[vM_Mt+Mx-o-;SgMx9Hx]NHt7tRxaxbxu",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 3264495681,
                "Model": "Deliberate",
                "steps": 22,
                "prompt": "a portrait of a (soaking wet of a milk:1.2) redhead, freckles teacher is sitting on a porch, [nipples : white shirt : 18], visible nipples through the white top t-shirt, slate atmosphere, cinematic, dimmed colors, dark shot, muted colors, film grainy, lut, insane details, intricate details, hyperdetailed, closeup, twilight",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, watermark, text"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a321db9-33a2-4ef1-73e5-c97cd70b6600/width=450/150207",
            "nsfw": false,
            "width": 768,
            "height": 1024,
            "hash": "UCF=mybv00-:.8?G9ax]%1%f_2%M~pxaD%$*",
            "meta": {
                "ENSD": "31337",
                "Size": "768x1024",
                "seed": 3225312826,
                "Model": "Deliberate",
                "steps": 24,
                "prompt": "a 42 yo milkman, smiling, (milk bar:1.2), (gray apron:0.9), cook hat, artstation, (epic realistic:1.2), (hdr:1.3), (dark shot:0.7), intricate details, [[rutkowski]], intricate, cinematic, detailed",
                "sampler": "Euler a",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "9aba26abdf",
                        "name": "Deliberate",
                        "type": "model"
                    }
                ],
                "Model hash": "9aba26abdf",
                "negativePrompt": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/15236"
}