File size: 36,373 Bytes
17a16a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 8299,
    "modelId": 7061,
    "name": "V1",
    "createdAt": "2023-02-06T19:21:02.137Z",
    "updatedAt": "2023-02-06T19:39:38.602Z",
    "trainedWords": [
        "alexandradaddario"
    ],
    "baseModel": "SD 1.5",
    "earlyAccessTimeFrame": 0,
    "description": null,
    "model": {
        "name": "Alexandra Daddario Embedding",
        "type": "TextualInversion",
        "nsfw": false,
        "poi": true
    },
    "files": [
        {
            "name": "alexandradaddario.pt",
            "id": 8200,
            "sizeKB": 61.103515625,
            "type": "Model",
            "format": "PickleTensor",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "scannedAt": "2023-02-06T19:25:55.395Z",
            "hashes": {
                "AutoV2": "2165119588",
                "SHA256": "21651195884FE17A376D1AD445C2F6C62C883078B77A8BD3C77D0557D44BC28C",
                "CRC32": "26C245EE",
                "BLAKE3": "15230E4BB026A75DEA77C667CD2E91767547CF31864F474C289A45316BAA523D"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/8299"
        }
    ],
    "images": [
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b864ff-362b-48d1-ed6a-cd0b19872100/width=450/78555",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UFI;O}0z00?bIu9FfA$%YPkrx]9a00iw~VMw",
            "meta": {
                "Size": "512x768",
                "seed": 959630798,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 30,
                "prompt": "portrait of alexandradaddario, RAW, Nikon z 85mm,Award Winning Glamour Photograph extremely detailed award winning glamour photograph, front lit, HDR. Beautiful woman working in diner, pin up style uniform, ((translucent sheer top)), long flowing blond hair, blue eyes, ((high detailed skin, skin details)), perky nipples, sharp focus, 8k uhd, dslr, high quality, film grain, rim light, koda chrome",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "Child, childish, large breasts, large boobs, ((((big hands, un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)))), (((ugly mouth, ugly eyes, missing teeth, crooked teeth, close up, cropped, out of frame))), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9f74d1e-9ae9-4862-1d8f-bfc6006ce700/width=450/78571",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "URHK|U-:tl4.X9IU%gIo9uIU^*s:~pX8afjF",
            "meta": {
                "Size": "512x768",
                "seed": 3476255948,
                "Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                "steps": 20,
                "prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 10,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7afe2a-b880-4aed-5038-1cfb97cd6400/width=450/78570",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UXIXNxIp^*RP~qt7X8RQtSofWCV@%Mt7s.WB",
            "meta": {
                "Size": "512x768",
                "seed": 631217432,
                "Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                "steps": 50,
                "prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress, (beaming smile:1.5)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 10,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f47dccfa-cb73-4ac1-3cdc-f744ae416600/width=450/78573",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UKH1lC4:57~p0Lo}tRX9Os-p?H$%9ZX9oz9a",
            "meta": {
                "Size": "512x768",
                "seed": 4246862420,
                "Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                "steps": 50,
                "prompt": "alexandradaddario, Style-Empire, 1girl, corset, cinematic, (portrait), sideface, foreshortening, blonde_hair, breasts, cleavage, full_body, high_heels, long_hair, solo, depth_of_field, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), ((high ornamented dress)), detailed light, HDR, Empire_dress, (beaming smile:1.5)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 10,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "blurry, deformed face, deformed hands, deformed fingers, ugly, bad anatomy, extra fingers, extra hands, deformed eyes, logo, text"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a93053c-639c-4e6e-12d6-3b8bf9892900/width=450/78574",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "URJj-x%L~pNHxrIVWoNF_MW.^*xaE2bY-p?H",
            "meta": {
                "Size": "512x768",
                "seed": 2212764579,
                "Model": "SD_15_CGI_Realism_NSFW_protogenX53",
                "steps": 50,
                "prompt": "photo of alexandradaddario, fantasy style waist shot portrait of a woman as Yennefer from the Witcher, highly detailed, photorealism, digital painting, artstation, concept art, sharp focus, illustration, best quality, 4k, art by artgerm and greg rutkowski and alphonse mucham, (purple eyes)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "e3cda540bf",
                        "name": "SD_15_CGI_Realism_NSFW_protogenX53",
                        "type": "model"
                    }
                ],
                "Model hash": "e3cda540bf",
                "negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d95a5f-503d-4e8b-2238-b6af1aee6f00/width=450/78572",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UEGuBt9G02^*K6kBI;-pGakCD*EM~pay$*NH",
            "meta": {
                "Size": "512x768",
                "seed": 645004437,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 60,
                "prompt": "ultra realistic photo portrait of (alexandradaddario:1.2) cosmic energy, colorful, painting burst, beautiful symmetrical face, nonchalant kind look, realistic round eyes, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, dreamy magical atmosphere, art by artgerm and greg rutkowski and alphonse mucha, 4k, 8k",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 8,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d36064cb-46bc-479f-70f9-06285afdb800/width=450/78569",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "ULHw.I0#0e%g0fwb=|V[E2xu%Nxu~CRjIUWX",
            "meta": {
                "Size": "512x768",
                "seed": 1399202559,
                "Model": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                "steps": 60,
                "prompt": "masterpiece, highest_quality, 1girl, ((wolf_ears)), black_hair, short_hair, crop_top, looking at viewers, grin, sun_light, depth_of_field, nature, outdoors, realistic, photo_\\(medium\\), photorealistic, (ultra-detailed:1.2), detailed_light, HDR, extremely_detailed, High_Detail, Sharp_focus, dramatic, wolf_girl, vertical_pupil, (alexandradaddario:1.2), (beaming smile)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "13dfc9921f",
                        "name": "SD_15_CGI_Artistic_NSFW_dreamshaper",
                        "type": "model"
                    }
                ],
                "Model hash": "13dfc9921f",
                "negativePrompt": "canvas frame, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623fa9e1-b141-4ae6-dc2b-9ab905c2b100/width=450/78567",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UIE.IbRj9t-oW;%LRj%L9[jb~CELD*%2NHWV",
            "meta": {
                "Size": "512x768",
                "seed": 3514446850,
                "Model": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
                "steps": 60,
                "prompt": "photo of  alexandradaddario, (((front to camera))), detailed european face, smiling, (((steampunk style close))), ((steampunk city on the background)), RAW, analog style, ultra detailed photograph, cinematic lighting, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes, portrait from the waist up",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 6.5,
                "resources": [
                    {
                        "hash": "df9d99e035",
                        "name": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
                        "type": "model"
                    }
                ],
                "Model hash": "df9d99e035",
                "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, (((two women)))"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30311cdd-cd1f-486f-5911-34d2c82d9200/width=450/78566",
            "nsfw": false,
            "width": 768,
            "height": 768,
            "hash": "UIH10#xY01Rj}]NInmNH9GWU-:of,@$$J,xZ",
            "meta": {
                "Size": "768x768",
                "seed": 1038421266,
                "Model": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
                "steps": 80,
                "prompt": "full body portrait of a gorgeous young alexandradaddario, A highly detailed and hyper realistic lisa frank, trending on artstation, butterflies, floral, sharp focus, studio photo, intricate details, highly detailed, by Tvera and wlop and artgerm, alberto seveso and geo2099 style",
                "sampler": "DPM++ SDE Karras",
                "cfgScale": 7.5,
                "resources": [
                    {
                        "hash": "df9d99e035",
                        "name": "SD_15_Photoreal_NSFW_uberrealisticdreamyp",
                        "type": "model"
                    }
                ],
                "Model hash": "df9d99e035",
                "negativePrompt": "ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56acfc35-306a-4c73-cd9b-f46f50e69900/width=450/78565",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UCKJ=90000?b#E9Z56?b_N-9ELRP4TxuX7n%",
            "meta": {
                "Size": "512x768",
                "seed": 2528623291,
                "Model": "SD_15_CGI_Realism_NSFW_GTMv3",
                "steps": 50,
                "prompt": "ultra realistic photo portrait of (alexandradaddario:1.2), cosmic energy, colorful, painting burst, beautiful symmetrical face, nonchalant kind look, realistic round eyes, tone mapped, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, dreamy magical atmosphere, art by artgerm and greg rutkowski and alphonse mucha, 4k, 8k, (((pink hair))), (((realistic pupils)))",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 9.5,
                "resources": [
                    {
                        "hash": "f8ad2aafb5",
                        "name": "SD_15_CGI_Realism_NSFW_GTMv3",
                        "type": "model"
                    }
                ],
                "Model hash": "f8ad2aafb5",
                "negativePrompt": "frame, border, ugly, fat, overweight, (long neck), bad quality, error, blurry, blurred, high contrast, ((dyed hair)), two heads, multiple heads, two faces, multiple faces, multiple people, group of people"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769af708-d9c7-4d77-c1a0-609277de1700/width=450/78564",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "U8G8Q40h1z~BEL?Hx@MdjD#lIURQIn%1?G02",
            "meta": {
                "Size": "512x768",
                "seed": 1272371582,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 60,
                "prompt": "photo of alexandradaddario, Environmental picture of a highly detailed of a 50s style pinup waitress on a dinner, (beautiful face:1.15), perfect sensual body, wearing waitress uniform, boots, dynamic pose, in gta v, stephen bliss, unreal engine, fantasy art by greg rutkowski, loish, rhads, ferdinand knab, makoto shinkai and lois van baarle, artgerm, pixar, ilya kuvshinov, rossdraws, tom bagshaw, extremely detailed, intricate, hyper detailed, illustration, soft lighting, (specular lighting:1.4), hyperfocus, tonemapping, sharp focus, hyper detailed, detailed eyes, eyes focus, ultra realistic, 8k, Nikon Z FX",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "amputation, asian, bad anatomy, b&w, black and white, blur, blurred, bad art, blurry, censored, cut heads, cross-eye, deformed, deformed fingers, deformed hands, disconnected limbs, disfigured, distorted hands, double heads, double hands, doubled face, extra arms, extra heads, extra hands, extra limbs, extra legs, extra fingers, floating limbs, grainy, jpeg artifacts, long body, long neck, malformed hands, missing hands, missing limb, mutation, mutated, obese, out of focus, out of frame, oversaturated, poorly drawn face, poorly drawn feet, poorly drawn hands, sepia, text, tiling, totem heads, ugly, watermarked, weird eyes, text, watermark."
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fab6ce0-1b44-4d16-3271-9e6fff582a00/width=450/78563",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UKLDiC--I,xF8^?Zx@oek:WTInE2~on~n%M|",
            "meta": {
                "Size": "512x768",
                "seed": 716481089,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 80,
                "prompt": "photo of alexandradaddario, ultra realistic, 8k, Nikon Z FX, sexy woman, beautiful, caucasian, (blonde:1.2), pensive, alluring, medium breasts, glamorous pose, full length portrait, sheer white gown, gold necklace, 8k, pale red lips, natural lighting, soft lighting, highly detailed, forest background",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, text, tattoo, low res, low quality, normal quality, artifacts, signature, watermark, username, blurry"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fde124c-54eb-4231-f79e-1f125cdc4900/width=450/78562",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "ULK,$,~BNZS10KRjI.R%4.-ptRM}~pX8IWM{",
            "meta": {
                "Size": "512x768",
                "seed": 3080123451,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 80,
                "prompt": "photo of alexandradaddario, ultra realistic, 8k, Nikon Z FX, sexy woman, beautiful, caucasian, (shining golden blond hair:1.2), pensive, alluring, medium breasts, glamorous pose, full length portrait, sheer white gown, gold necklace, 8k, pale red lips, natural lighting, soft lighting, highly detailed, forest background, hourglass figure, fit, large breasts",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, text, tattoo, low res, low quality, normal quality, artifacts, signature, watermark, username, blurry, buff, muscular, athletic"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a47018b0-e5be-429c-9062-dcc8c1119400/width=450/78561",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UJF~KxS4.S-U_N%g.9aeTKxu-pE1_3o1=|Io",
            "meta": {
                "Size": "512x768",
                "seed": 3653120721,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 100,
                "prompt": "photo of (alexandradaddario), greek gladiator, woman, 30 year old, photo, full body in frame, (intricate details:1.2), (ancient greek armor:1.3), (pigtails:1.1), angry face, damaged dirty armor, epic realistic, bloodied face, (natural skin texture:1.1), ancient greece, (soaking wet of blood:1.2), bare dirty feet, gladiator arena background, (rain:1.3), dirt, high detailed skin, (wild hair:1.2), realistic skin details, look away, photorealism, (masterpiece:1.1), stunning, hdr, 8k, insane details, accurate anatomy, sharp focus, hdr, cinematic scene, (highly detailed eyes:1.2)",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, ugly eyes, crooked teeth, (out of frame:1.3), worst quality, low quality, jpeg artifacts, mutilated, (extra fingers:1.2), (mutated hands:1.2), poorly drawn hands, poorly drawn face, (duplicate:1.2), (mutation:1.1), bad anatomy, extra limbs, (cloned face:1.1), (missing arms:1.1), (missing legs:1.1), extra arms, extra legs, too many fingers, long neck, bad anatomy, (strabismus:1.3)"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a99ef7-c4b5-4a47-c139-5cc3f3b00b00/width=450/78560",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UMF5y@004:~W4.xt-pNHIo%2aeM{4oxuxaV@",
            "meta": {
                "Size": "512x768",
                "seed": 4017444893,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 100,
                "prompt": "photo of alexandradaddario, a woman cosplaying Cirilla Fiona Elen Riannon in the Death Stranding location, 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, slate atmospher",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "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"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d2714f7-8dd2-4db1-8378-016c9af46900/width=450/78559",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UHFP20_3GwIp_4%NELIU%#M{W=ae-padMxRj",
            "meta": {
                "Size": "512x768",
                "seed": 2268605783,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 100,
                "prompt": "a photo of alexandradaddario, a portrait of adead sexy woman, dressed as bloodrayne, ((soaking wet of a blood)), redhead, freckles teacher is sitting, slate atmosphere, cinematic, dimmed colors, dark shot, muted colors, film grainy, lut, insane details, intricate details, hyperdetailed",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "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"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5233a11-10b0-42c5-201c-4df51646d900/width=450/78558",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UEFYS+%1.8~V%%IoE,S55sod%gWrTeaK~WR+",
            "meta": {
                "Size": "512x768",
                "seed": 2120923683,
                "Model": "SD_15_Photoreal_NSFW_deliberate_v11",
                "steps": 100,
                "prompt": "photo of alexandradaddario, modelshoot style, (extremely detailed 8k wallpaper),a medium shot photo of a sexy female soldier, American ERDL Lowland CAMO, Intricate, High Detail, dramatic, elite military forces real world, fantastic location, battle environment, rugged harsh situation soldier, action shot, skin pores, very dark lighting, heavy shadows, detailed, detailed face, (vibrant, photo realistic, realistic, dramatic, dark, sharp focus, 8k), (weathered greasy dirty damaged old worn military soldier outfit:1.3),",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "d8691b4d16",
                        "name": "SD_15_Photoreal_NSFW_deliberate_v11",
                        "type": "model"
                    }
                ],
                "Model hash": "d8691b4d16",
                "negativePrompt": "lazy eyes, bad eyes, Marijuana eyes, heroin eyes, (3d render), (blender model), (fat), ((((ugly)))), (((duplicate))), ((morbid)), ((mutilated)), (((tranny))), (((trans))), (((trannsexual))), (hermaphrodite), [out of frame], (((extra fingers))), mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, nude, naked"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b151aaf4-f24c-4843-a5ae-1756f592a500/width=450/78557",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UIG[$e~q00niiwWVIoD%E2D%IAoz?wxar=%M",
            "meta": {
                "Size": "512x768",
                "seed": 1999712545,
                "Model": "SD_15_CGI_Realism_NSFW_protogenX53",
                "steps": 50,
                "prompt": "photo of alexandradaddario, portrait of a beautiful women, big breasts, ((nun)), modelshoot style, (extremely detailed CG unity 8k wallpaper), full shot body photo of the most beautiful artwork in the world, professional majestic oil painting by Ed Blinkey, Atey Ghailan, Studio Ghibli, by Jeremy Mann, Greg Manchess, Antonio Moro, trending on ArtStation, trending on CGSociety, Intricate, High Detail, Sharp focus, dramatic, photorealistic painting art by midjourney and greg rutkowski, ((nsfw))",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "e3cda540bf",
                        "name": "SD_15_CGI_Realism_NSFW_protogenX53",
                        "type": "model"
                    }
                ],
                "Model hash": "e3cda540bf",
                "negativePrompt": "freckles,penis, large_breasts, medium_breasts, mature_woman, bad anatomy, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        },
        {
            "url": "https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b2ba992-ebdc-42e8-5226-e1f3ba45d300/width=450/78556",
            "nsfw": false,
            "width": 512,
            "height": 768,
            "hash": "UGF~8I_3t,?u_NNI57%g?v%L^j%MX.bbRQM|",
            "meta": {
                "Size": "512x768",
                "seed": 719024782,
                "Model": "SD_15_CGI_Realism_NSFW_protogenX53",
                "steps": 50,
                "prompt": "photo of alexandradaddario, fantasy style waist shot portrait of a woman as Yennefer from the Witcher, highly detailed, photorealism, digital painting, artstation, concept art, sharp focus, illustration, best quality, 4k, art by artgerm and greg rutkowski and alphonse mucham",
                "sampler": "DPM++ 2M Karras",
                "cfgScale": 7,
                "resources": [
                    {
                        "hash": "e3cda540bf",
                        "name": "SD_15_CGI_Realism_NSFW_protogenX53",
                        "type": "model"
                    }
                ],
                "Model hash": "e3cda540bf",
                "negativePrompt": "canvas frame, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)),((extra limbs)),((close up)),((b&w)), wierd colors, blurry, (((duplicate))), ((morbid)), ((mutilated)), [out of frame], extra fingers, mutated hands, ((poorly drawn hands)), ((poorly drawn face)), (((mutation))), (((deformed))), ((ugly)), blurry, ((bad anatomy)), (((bad proportions))), ((extra limbs)), cloned face, (((disfigured))), out of frame, ugly, extra limbs, (bad anatomy), gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), mutated hands, (fused fingers), (too many fingers), (((long neck))), Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render"
            },
            "generationProcess": "txt2img",
            "needsReview": false,
            "tags": []
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/8299"
}