File size: 37,146 Bytes
30754bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
{
    "id": 252914,
    "modelId": 4384,
    "name": "8 LCM",
    "createdAt": "2023-12-06T20:51:56.493Z",
    "updatedAt": "2024-01-18T15:45:13.651Z",
    "status": "Published",
    "publishedAt": "2023-12-06T21:31:32.438Z",
    "trainedWords": [],
    "trainingStatus": null,
    "trainingDetails": null,
    "baseModel": "SD 1.5 LCM",
    "baseModelType": "Standard",
    "earlyAccessTimeFrame": 0,
    "description": "<!--\nLCM version. Use it with 5-15 steps, ~2 cfg. IT WORKS ONLY WITH LCM SAMPLER (to get it on Auto1111 you currently need a plugin).\n\nBeing a distilled model it has lower quality compared to the base one. However it's MUCH faster and perfect for video and real time applications.\n\nComparison against V7 LCM distilled by the authors of the LCM paper: https://civitai.com/posts/951513\n-->",
    "stats": {
        "downloadCount": 7241,
        "ratingCount": 20,
        "rating": 4.9
    },
    "model": {
        "name": "DreamShaper",
        "type": "Checkpoint",
        "nsfw": false,
        "poi": false,
        "description": "<!--\nDreamShaper - V\u221e!Please check out my other base models, including SDXL ones!Check the version description below (bottom right) for more info and add a \u2764\ufe0f to receive future updates.\nDo you like what I do? Consider supporting me on Patreon \ud83c\udd7f\ufe0f to get exclusive tips and tutorials, or feel free to buy me a coffee \u2615\n\ud83c\udf9f\ufe0f Commissions on Ko-Fi\n\n\n\nJoin my Discord ServerFor LCM read the version description.\n\n\n\nAvailable on the following websites with GPU acceleration:\n\n* Mage.space\n\n* Sinkin.ai\n\n* RandomSeed\n\n* AnimeMaker.ai\n\n* Rendernet.ai\n\n* https://tensor.art/u/600303455797521413\n\n\nLive demo available on HuggingFace (CPU is slow but free).\n\nNew Negative Embedding for this: Bad Dream.\n\n\nMessage from the authorHello hello, my fellow AI Art lovers. Version 8 just released. Did you like the cover with the \u221e symbol? This version holds a special meaning for me.\n\nDreamShaper started as a model to have an alternative to MidJourney in the open source world. I didn't like how MJ was handled back when I started and how closed it was and still is, as well as the lack of freedom it gives to users compared to SD. Look at all the tools we have now from TIs to LoRA, from ControlNet to Latent Couple. We can do anything. The purpose of DreamShaper has always been to make \"a better Stable Diffusion\", a model capable of doing everything on its own, to weave dreams. \nWith SDXL (and, of course, DreamShaper XL \ud83d\ude09) just released, I think the \"swiss knife\" type of model is closer then ever. That model architecture is big and heavy enough to accomplish that the pretty easily. But what about all the resources built on top of SD1.5? Or all the users that don't have 10GB of vram? It might just be a bit too early to let go of DreamShaper. \n\nNot before one. Last. Push. \n\nAnd here it is, I hope you enjoy. And thank you for all the support you've given me in the recent months.\n\nPS: the primary goal is still towards art and illustrations. Being good at everything comes second.\n\n\nSuggested settings:\n- I had CLIP skip 2 on some pics, the model works with that too. \n- I have ENSD set to 31337, in case you need to reproduce some results, but it doesn't guarantee it. \n- All of them had highres.fix or img2img at higher resolution. Some even have ADetailer. Careful with that tho, as it tends to make all faces look the same.\n- I don't use \"restore faces\".\n\nFor old versions:\n- Versions >4 require no LoRA for anime style. For version 3 I suggest to use one of these LoRA networks at 0.35 weight: \n-- https://civitai.com/models/4219 (the girls with glasses or if it says `wanostyle`)\n-- https://huggingface.co/closertodeath/dpepmkmp/blob/main/last.pt (if it says `mksk style`)\n-- https://civitai.com/models/4982/anime-screencap-style-lora (not used for any example but works great).\n\nLCMBeing a distilled model it has lower quality compared to the base one. However it's MUCH faster and perfect for video and real time applications.\n\nUse it with 5-15 steps, ~2 cfg. IT WORKS ONLY WITH LCM SAMPLER (as of December 2023, Auto1111 requires an external plugin for it).\n\nComparison with V7 LCM https://civitai.com/posts/951513\n\nNOTES\n\n* Version 8 focuses on improving what V7 started. Might be harder to do photorealism compared to realism focused models, as it might be hard to do anime compared to anime focused models, but it can do both pretty well if you're skilled enough. Check the examples!\n\n* Version 7 improves lora support, NSFW and realism. If you're interested in \"absolute\" realism, try AbsoluteReality.\n\n* Version 6 adds more lora support and more style in general. It should also be better at generating directly at 1024 height (but be careful with it). 6.x are all improvements.\n\n* Version 5 is the best at photorealism and has noise offset.\n\n* Version 4 is much better with anime (can do them with no LoRA) and booru tags. IT might be harder to control if you're used to caption style, so you might still want to use version 3.31.\n\n* V4 is also better with eyes at lower resolutions. Overall is like a \"fix\" of V3 and shouldn't be too much different.\n\n* Results of version 3.32 \"clip fix\" will vary from the examples (produced on 3.31, which I personally prefer).\n\n* I get no money from any generative service, but you can buy me a coffee.\n\n* You should use 3.32 for mixing, so the clip error doesn't spread.\n\n* Inpainting models are only for inpaint and outpaint, not txt2img or mixing. \n\n\nOriginal v1 description: \nAfter a lot of tests I'm finally releasing my mix model. This started as a model to make good portraits that do not look like cg or photos with heavy filters, but more like actual paintings. The result is a model capable of doing portraits like I wanted, but also great backgrounds and anime-style characters. Below you can find some suggestions, including LoRA networks to make anime style images. \n\nI hope you'll enjoy it as much as I do.\n\n\nOfficial HF repository: https://huggingface.co/Lykon/DreamShaper\n-->",
        "tags": [
            "anime",
            "landscapes",
            "3d",
            "photorealistic",
            "inpainting",
            "digital art",
            "scifi",
            "base model",
            "fantasy art",
            "art style",
            "paintings",
            "woman",
            "illustration",
            "2d",
            "digital illustration",
            "fantasy",
            "girls",
            "portraits",
            "realistic",
            "video game"
        ],
        "allowNoCredit": true,
        "allowCommercialUse": "Rent",
        "allowDerivatives": true,
        "allowDifferentLicense": true
    },
    "files": [
        {
            "id": 196006,
            "sizeKB": 2083793.9375,
            "name": "dreamshaper_8LCM.safetensors",
            "type": "Model",
            "metadata": {
                "fp": "fp16",
                "size": "pruned",
                "format": "SafeTensor"
            },
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-12-06T21:01:51.555Z",
            "hashes": {
                "AutoV1": "71D93F27",
                "AutoV2": "A4F3E1526C",
                "SHA256": "A4F3E1526C5DC4FCBE342F5C410D83AE202C7A415FCEFCBB92E0F93FCD0A87C3",
                "CRC32": "0388D7BE",
                "BLAKE3": "01D7E8575977F7418878E320C9B66CA64452CF623D6D71746EEDCF671F5F24F3",
                "AutoV3": "4B56DC7D33247DB5C508CF548B1127EBC899642FB765A67A190CA805E5F23422"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/252914"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80abd19c-f9df-4f85-a9ed-6a3f12e1a337/width=450/4258565.jpeg",
            "nsfw": "Soft",
            "width": 768,
            "height": 1344,
            "hash": "U6BWPd0L00_3?^ad9Gt75UnN$z%Mu4w^MdI=",
            "type": "image",
            "metadata": {
                "hash": "U6BWPd0L00_3?^ad9Gt75UnN$z%Mu4w^MdI=",
                "size": 1990673,
                "width": 768,
                "height": 1344
            },
            "meta": {
                "Size": "512x896",
                "seed": 554464395,
                "Model": "DreamShaper8_LCM",
                "steps": 15,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "8k portrait of beautiful cyborg with brown hair, intricate, elegant, highly detailed, majestic, digital photography, art by artgerm and ruan jia and greg rutkowski surreal painting gold butterfly filigree, broken glass, (masterpiece, sidelighting, finely detailed beautiful eyes: 1.2), hdr, (detailed background window to a new dimension, plants and flowers:0.7) <lora:more_details:0.45>",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "resources": [
                    {
                        "name": "more_details",
                        "type": "lora",
                        "weight": 0.45
                    },
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "negativePrompt": "BadDream, FastNegativeV2, signature",
                "ADetailer model": "mediapipe_face_mesh_eyes_only",
                "ADetailer prompt": "\"In Casey Baugh's evocative style, art of a beautiful young girl cyborg with long brown hair, futuristic, scifi, intricate, elegant, highly detailed, majestic, Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, greg rutkowski, surreal gold filigree, broken glass, (masterpiece, sidelighting",
                "(UnrealisticDream": "1.3), FastNegativeV2\"",
                "Denoising strength": "0.5",
                "ADetailer mask blur": "5",
                "ADetailer model 2nd": "hand_yolov8n.pt",
                "ADetailer confidence": "0.2",
                "ADetailer prompt 2nd": "female hand",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "ADetailer denoising strength": "0.28",
                "ADetailer inpaint only masked": "True",
                "ADetailer negative prompt 2nd": "\"BadDream",
                "finely detailed beautiful eyes": "1.2), hdr, realistic painting, natural skin, textured skin, closed mouth, crystal eyes, butterfly filigree, chest armor, eye makeup, robot joints, long hair moved by the wind, window facing to another world, Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul, award winning art\""
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c089ecc-774d-4788-a206-a787c74ac667/width=450/4258587.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1536,
            "hash": "U6A0tB-oD*0L~pE10KD*xYW=M{%1%M-:9GM{",
            "type": "image",
            "metadata": {
                "hash": "U6A0tB-oD*0L~pE10KD*xYW=M{%1%M-:9GM{",
                "size": 2389774,
                "width": 1024,
                "height": 1536
            },
            "meta": {
                "Size": "512x768",
                "seed": 1650465323,
                "Model": "DreamShaper8_LCM",
                "steps": 10,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "black humanoid made of rock, upper body, barechested, male,  ((masterpiece, best quality)),  <lora:more_details:0.3>, cracked skin, white electricity coming through cracks, muscular male, (dragonborn:0.6), white hair\noutdoors, detailed background <lora:dragonborn_offset:0.6> <lora:r1ge - AnimeRage:1> <lora:crackedFractured_final:1.2>\n, depth of field",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "clipSkip": 2,
                "\"BadDream": "758aac443515",
                "resources": [
                    {
                        "name": "more_details",
                        "type": "lora",
                        "weight": 0.3
                    },
                    {
                        "name": "dragonborn_offset",
                        "type": "lora",
                        "weight": 0.6
                    },
                    {
                        "name": "crackedFractured_final",
                        "type": "lora",
                        "weight": 1.2
                    },
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "\"more_details": "3b8aa1d351ef",
                "Hires upscale": "2",
                "Hires upscaler": "8x_NMKD-Superscale_150000_G",
                "negativePrompt": "BadDream, UnrealisticDream, (orange:1.01)",
                "ADetailer model": "mediapipe_face_mesh_eyes_only",
                "ADetailer steps": "2",
                "UnrealisticDream": "a77451e7ea07\"",
                "r1ge - AnimeRage": "d4fd87d54db1",
                "ADetailer version": "23.10.1",
                "dragonborn_offset": "35d2c1e89ddb",
                "Denoising strength": "0.45",
                "ADetailer CFG scale": "2.0",
                "ADetailer mask blur": "6",
                "ADetailer confidence": "0.2",
                "ADetailer dilate/erode": "4",
                "crackedFractured_final": "37a7cea146ca\"",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream, UnrealisticDream, orange\"",
                "ADetailer denoising strength": "0.45",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2411cffb-1989-4179-973c-188f9903422f/width=450/4258601.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1664,
            "hash": "UgG8fu%LslRj~Bt6xus:?HofWBs:-;ofRjWV",
            "type": "image",
            "metadata": {
                "hash": "UgG8fu%LslRj~Bt6xus:?HofWBs:-;ofRjWV",
                "size": 2965718,
                "width": 1024,
                "height": 1664
            },
            "meta": {
                "Size": "512x832",
                "seed": 5775717,
                "Model": "DreamShaper8_LCM",
                "steps": 15,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "(masterpiece), (extremely intricate:1.3), (realistic photo:1.2), portrait of a girl, the most beautiful in the world, (medieval armor), (metal reflections:1.1), upper body, outdoors, intense sunlight, far away castle, professional photograph of a stunning woman detailed, sharp focus, dramatic, award winning, cinematic lighting,  volumetrics dtx, (film grain, blurry background, blurry foreground, bokeh, depth of field, sunset, motion blur:1.3), chainmail",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "negativePrompt": "BadDream, (UnrealisticDream:1.3)",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "2",
                "ADetailer prompt": "\"photo of a blonde girl, (film grain)\"",
                "(UnrealisticDream": "1.3)\"",
                "Denoising strength": "0.4",
                "ADetailer CFG scale": "2.0",
                "ADetailer mask blur": "4",
                "ADetailer model 2nd": "mediapipe_face_mesh_eyes_only",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "ADetailer denoising strength": "0.1",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer negative prompt 2nd": "\"BadDream",
                "ADetailer use separate CFG scale": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd19aef1-6eed-477c-8b0c-6a003b5b4145/width=450/4258602.jpeg",
            "nsfw": "None",
            "width": 1544,
            "height": 1120,
            "hash": "U7ATl@s:00EKtSjFIU9Z4nxtxaIV~qR*D%%1",
            "type": "image",
            "metadata": {
                "hash": "U7ATl@s:00EKtSjFIU9Z4nxtxaIV~qR*D%%1",
                "size": 2946424,
                "width": 1544,
                "height": 1120
            },
            "meta": {
                "Size": "704x512",
                "seed": 3944324357,
                "Model": "DreamShaper8_LCM",
                "steps": 12,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "portrait, action pose, slow motion, (old male human wizard:1.2) old male human wizard wearing yellow and black robes (majestic evoker cloth armor:1.2), (wrinkles, steampunk), (archmage robes, runic patterns:1.2), (insanely detailed, bloom:1.5), (analog:1.2), (high sharpness), (detailed pupils:1.1), (painting:1.1), (digital painting:1), detailed face and eyes, Masterpiece, best quality, (highly detailed photo:1.1), 8k, photorealistic, very long straight white and grey hair, grey streaks, ecstatic, (60-year old Austrian male:1.1), sharp, (older body:1.1), stocky, realistic, real shadow 3d, (highest quality), (concept art, 4k), (wizard labratory in backgound:1.2), by Michelangelo and Alessandro Casagrande and Greg Rutkowski and Sally Mann and jeremy mann and sandra chevrier and maciej kuciara, inspired by (arnold schwarzenegger:1.001) and (Dolph Lundgren:1.001) and (Albert Einstien:1.001)",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "\"BadDream": "758aac443515",
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "Hires upscale": "2.2",
                "Hires upscaler": "Latent (bicubic antialiased)",
                "negativePrompt": "BadDream, (UnrealisticDream:1.2)",
                "ADetailer model": "mediapipe_face_mesh_eyes_only",
                "UnrealisticDream": "a77451e7ea07\"",
                "(UnrealisticDream": "1.3)\"",
                "ADetailer version": "23.10.1",
                "Denoising strength": "0.55",
                "ADetailer mask blur": "5",
                "ADetailer confidence": "0.2",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "ADetailer denoising strength": "0.25",
                "ADetailer inpaint only masked": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb9efd4-4d69-45c5-b1af-7a066f6d44fd/width=450/4258603.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1664,
            "hash": "UJD,Q64n-:Rj_NIUM{ofxuWVxZIoo#IUj]M{",
            "type": "image",
            "metadata": {
                "hash": "UJD,Q64n-:Rj_NIUM{ofxuWVxZIoo#IUj]M{",
                "size": 2982769,
                "width": 1024,
                "height": 1664
            },
            "meta": {
                "Size": "512x832",
                "seed": 951655291,
                "Model": "DreamShaper8_LCM",
                "steps": 10,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "cgmech, (realistic)\nsolo, white mecha robot, cape, science fiction, torn clothes, glowing, standing, robot joints, mecha, armor, cowboy shot, (floating cape), intense sunlight, silver dragonborn, outdoors, landscape, nature\n, ((masterpiece, best quality)),  <lora:cgmechmix_offset:1><lora:more_details:0.3>  <lora:nijiMecha:0.5><lora:dragonborn_offset:0.7>\n, volumetrics dtx, (film grain, blurry background, blurry foreground, bokeh, depth of field, motion blur:1.3)",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "clipSkip": 2,
                "\"BadDream": "758aac443515",
                "nijiMecha": "492d6878f85a",
                "resources": [
                    {
                        "name": "cgmechmix_offset",
                        "type": "lora",
                        "weight": 1
                    },
                    {
                        "name": "more_details",
                        "type": "lora",
                        "weight": 0.3
                    },
                    {
                        "name": "nijiMecha",
                        "type": "lora",
                        "weight": 0.5
                    },
                    {
                        "name": "dragonborn_offset",
                        "type": "lora",
                        "weight": 0.7
                    },
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "more_details": "3b8aa1d351ef",
                "Hires upscale": "2",
                "FastNegativeV2": "a7465e7cc2a2\"",
                "Hires upscaler": "8x_NMKD-Superscale_150000_G",
                "negativePrompt": "BadDream, FastNegativeV2",
                "\"cgmechmix_offset": "5e66c6a56945",
                "dragonborn_offset": "35d2c1e89ddb\"",
                "Denoising strength": "0.4"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9498cbca-e533-4a1a-9970-e36c1ef31199/width=450/4258604.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1280,
            "hash": "UoK^dZNG%j%Mn*O?%1k8%0oyxUoI%Nxat7V[",
            "type": "image",
            "metadata": {
                "hash": "UoK^dZNG%j%Mn*O?%1k8%0oyxUoI%Nxat7V[",
                "size": 2370329,
                "width": 1024,
                "height": 1280
            },
            "meta": {
                "Size": "512x640",
                "seed": 1547547181,
                "Model": "DreamShaper8_LCM",
                "steps": 10,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "(8k, best quality, masterpiece:1.2),(best quality:1.0), (ultra highres:1.0), (watercolor:1.3), traditional media, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait, extremely luminous bright design, pastel colors, (ink:1.3), autumn lights",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2.5,
                "clipSkip": 2,
                "\"BadDream": "758aac443515\"",
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "Hires upscale": "2",
                "Hires upscaler": "Latent",
                "negativePrompt": "BadDream",
                "Denoising strength": "0.6"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c88bed42-a3f7-4f9b-9c10-4df446a3a4a8/width=450/4258605.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1408,
            "hash": "UAFPgF?w008^009b$T-T-U%3Mdxt%dt8kDbv",
            "type": "image",
            "metadata": {
                "hash": "UAFPgF?w008^009b$T-T-U%3Mdxt%dt8kDbv",
                "size": 2417852,
                "width": 1024,
                "height": 1408
            },
            "meta": {
                "Size": "512x704",
                "seed": 2067885436,
                "Model": "DreamShaper8_LCM",
                "steps": 10,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "(anime coloring, anime screencap, ghibli, mappa, anime style:1.4), 1girl, hatsune miku, white gown, angel, angel wings, golden halo, dark background, upper body, (closed mouth:1.2), looking at viewer, arms behind back, blue theme, stars, starry night",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2,
                "clipSkip": 2,
                "\"BadDream": "758aac443515",
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "(closed mouth": "1.2), looking at viewer, arms behind back, blue theme, stars, starry night\"",
                "Hires upscale": "2",
                "FastNegativeV2": "a7465e7cc2a2\"",
                "Hires upscaler": "8x_NMKD-Superscale_150000_G",
                "negativePrompt": "BadDream, FastNegativeV2",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "2",
                "ADetailer prompt": "\"(anime coloring, anime screencap, ghibli, mappa, anime style), 1girl, hatsune miku, white gown, angel, angel wings, golden halo, dark background, upper body",
                "(UnrealisticDream": "1.3)\"",
                "ADetailer version": "23.10.1",
                "Denoising strength": "0.4",
                "ADetailer CFG scale": "2.0",
                "ADetailer mask blur": "4",
                "ADetailer model 2nd": "mediapipe_face_mesh_eyes_only",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "4",
                "ADetailer mask blur 2nd": "4",
                "ADetailer confidence 2nd": "0.3",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream, FastNegativeV2\"",
                "ADetailer dilate/erode 2nd": "4",
                "ADetailer denoising strength": "0.4",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer inpaint padding 2nd": "32",
                "ADetailer negative prompt 2nd": "\"BadDream",
                "ADetailer denoising strength 2nd": "0.3",
                "ADetailer use separate CFG scale": "True",
                "ADetailer inpaint only masked 2nd": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebbe2f05-9d8b-4812-9a4e-a718b1f14fc7/width=450/4258606.jpeg",
            "nsfw": "Mature",
            "width": 1024,
            "height": 1536,
            "hash": "UFECUl4oFy~pkroLxvNHNdIU%2IUjYV@aeWA",
            "type": "image",
            "metadata": {
                "hash": "UFECUl4oFy~pkroLxvNHNdIU%2IUjYV@aeWA",
                "size": 2020422,
                "width": 1024,
                "height": 1536
            },
            "meta": {
                "Size": "512x768",
                "seed": 1221160287,
                "Model": "DreamShaper8_LCM",
                "steps": 15,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "film grain and (medium full shot:1.2) and 8K HD RAW photo of one of the most beautiful swedish woman from instagram and (Selfie pussy in a beautiful bedroom) and (legs apart and m legs showing pussy) and (sitting) and completely nude with no clothes on and looking contemptuously at the audience, mirror selfie, blonde short hair\n, volumetrics dtx, (film grain, blurry background, depth of field, motion blur)",
                "sampler": "LCM Test",
                "cfgScale": 1.8,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "depth of field": "1.3)\"",
                "negativePrompt": "BadDream, (UnrealisticDream:1.3)",
                "ADetailer model": "face_yolov8n.pt",
                "ADetailer steps": "2",
                "ADetailer prompt": "\"(realistic photo), face of (Ana de Armas and Charlize Theron)",
                "(UnrealisticDream": "1.3)\"",
                "Denoising strength": "0.45",
                "ADetailer CFG scale": "2.0",
                "ADetailer mask blur": "6",
                "ADetailer model 2nd": "hand_yolov8n.pt",
                "ADetailer confidence": "0.2",
                "ADetailer prompt 2nd": "\"woman's hand, iphone apple logo\"",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "1.3) and (medium full shot": "1.2) and 8K HD RAW photo of one of the most beautiful swedish woman from instagram,  blonde short hairm skin pores\\n, volumetrics dtx, (film grain, blurry background",
                "ADetailer denoising strength": "0.45",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer negative prompt 2nd": "\"BadDream",
                "ADetailer use separate CFG scale": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c22f80d-1978-4f75-9673-c72a6e9ef134/width=450/4258607.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1664,
            "hash": "U89t1ADhnz~W-pI;IUxv0KNLIVS$pcrV^+t5",
            "type": "image",
            "metadata": {
                "hash": "U89t1ADhnz~W-pI;IUxv0KNLIVS$pcrV^+t5",
                "size": 2448412,
                "width": 1024,
                "height": 1664
            },
            "meta": {
                "Size": "512x832",
                "seed": 5775694,
                "Model": "DreamShaper8_LCM",
                "steps": 12,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, (masterpiece), ((streets)), (detailed face:1.2), (glowing blue eyes:1.1) <lora:FilmVelvia3:0.4>  <lora:more_details:0.6>",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 2.5,
                "clipSkip": 2,
                "\"BadDream": "758aac443515",
                "resources": [
                    {
                        "name": "FilmVelvia3",
                        "type": "lora",
                        "weight": 0.4
                    },
                    {
                        "name": "more_details",
                        "type": "lora",
                        "weight": 0.6
                    },
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "2",
                "\"more_details": "3b8aa1d351ef\"",
                "Hires upscale": "2",
                "Hires upscaler": "8x_NMKD-Superscale_150000_G",
                "negativePrompt": "BadDream, (UnrealisticDream:1.3)",
                "ADetailer model": "mediapipe_face_mesh_eyes_only",
                "ADetailer steps": "2",
                "UnrealisticDream": "a77451e7ea07\"",
                "(UnrealisticDream": "1.3)\"",
                "ADetailer version": "23.10.1",
                "Denoising strength": "0.4",
                "ADetailer CFG scale": "2.0",
                "ADetailer mask blur": "4",
                "ADetailer confidence": "0.3",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "ADetailer denoising strength": "0.1",
                "ADetailer use separate steps": "True",
                "ADetailer inpaint only masked": "True",
                "ADetailer use separate CFG scale": "True"
            }
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1960fa3-9418-46c4-a590-466d7ccd391b/width=450/4258619.jpeg",
            "nsfw": "None",
            "width": 1024,
            "height": 1536,
            "hash": "U8ATl]KhO,?uKi~Vx?o}yDkX#QV?%gNHog?b",
            "type": "image",
            "metadata": {
                "hash": "U8ATl]KhO,?uKi~Vx?o}yDkX#QV?%gNHog?b",
                "size": 2448715,
                "width": 1024,
                "height": 1536
            },
            "meta": {
                "Size": "512x768",
                "seed": 3889919804,
                "Model": "DreamShaper8_LCM",
                "steps": 10,
                "hashes": {
                    "model": "a4f3e1526c"
                },
                "prompt": "fashion photography portrait of indian girl with blue hair, in lush jungle with flowers, 3d render, cgi, symetrical, octane render, 35mm, bokeh, 9:16, (intricate details:1.12), hdr, (intricate details, hyperdetailed:1.15), (natural skin texture, hyperrealism, soft light, sharp:1.2), detailed, sunlight passing through foliage, india",
                "Version": "v1.6.1",
                "sampler": "LCM Test",
                "cfgScale": 3,
                "clipSkip": 2,
                "\"BadDream": "758aac443515",
                "resources": [
                    {
                        "hash": "a4f3e1526c",
                        "name": "DreamShaper8_LCM",
                        "type": "model"
                    }
                ],
                "Model hash": "a4f3e1526c",
                "Hires steps": "3",
                "Hires upscale": "2",
                "Hires upscaler": "8x_NMKD-Superscale_150000_G",
                "negativePrompt": "BadDream, UnrealisticDream",
                "ADetailer model": "mediapipe_face_mesh_eyes_only",
                "UnrealisticDream": "a77451e7ea07\"",
                "(UnrealisticDream": "1.3)\"",
                "ADetailer version": "23.10.1",
                "Denoising strength": "0.4",
                "ADetailer mask blur": "5",
                "ADetailer confidence": "0.2",
                "ADetailer dilate/erode": "4",
                "ADetailer inpaint padding": "0",
                "ADetailer negative prompt": "\"BadDream",
                "ADetailer denoising strength": "0.25",
                "ADetailer inpaint only masked": "True"
            }
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/252914",
    "creator": {
        "username": "Lykon",
        "image": "https://cdn.discordapp.com/avatars/180327464155742208/59254be18ccd627daf138d053327485d.png"
    },
    "extensions": {
        "sd_civitai_helper": {
            "version": "1.8.1",
            "last_update": 1706241917,
            "skeleton_file": false
        }
    }
}