File size: 29,980 Bytes
61b4700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
Link:https://civitai.com/models/147143/grabbing-breasts-from-behind
Version:v1
Base Model:SD 1.5
Keywords:bgrab
--------DESCRIPTION---------

Images are often messed up. SD can't deal with hands, some may come out ridiculous funny or nightmare fuel.
Some images above are generated using lora control extension. ( means this lora only effect 80% of the process. You can try for yourself.)
----------------------------
-----ABOUT THIS VERSION-----

first test version. dataset is limited.
----------------------------
------PREVIEWS METADATA-----
img1:
 Prompt:young woman, bgrab, young man breasts grab, nipples, beach ocean, smile <lora:bgrab-000014:1>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img2:
 Prompt:Augustyna from Poland, short bob-cut [violet-black:.3] hair, young woman, bgrab, young man breasts grab, nipples, beach ocean, island, coconut trees, smile <lora:bgrab-000014:1>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img3:
 Prompt:Layla from Australia, medium (shoulder-length:1.2) pigtails [nearly black:.3] hair, young woman, bgrab, young man breasts grab, nipples, beach ocean, smile <lora:bgrab-000014:1>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img4:
 Prompt:Sofia from Portugal, long updo [maroon:.4] hair, young woman, bgrab, young man breasts grab, nipples, soccer field in stadium, crowded cheering <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img5:
 Prompt:Margarida from Portugal, long (waist-length:1.2) messy [burgundy:.4] hair, young woman, bgrab, young man grabbing breasts, nipples, (performing on stage:1.2), piano, dancers, tuxedo <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img6:
 Prompt:Nancy from England, long windblown [golden-brown:.3] hair, young woman, bgrab, young man grabbing breasts, nipples, (in conference room meeting with coleges:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img7:
 Prompt:Harriet from England, medium (shoulder-length:1.2) slicked-back sandy-blonde hair, young woman, bgrab, (young man examine passenger:1.1) grabbing breasts, nipples, (in an airport security checkpoint:1.4) (airplanes in background:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img8:
 Prompt:Ellie from England, long twintails caramel hair, young woman, bgrab, (young doctor examine patient:1.2) grabbing breasts, nipples, (in a hospital with patients:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img9:
 Prompt:Giulia from Italy, (short-cut:1.2) twintails mocca hair, young woman, bgrab, young man grabbing breasts, nipples, (performing on stage:1.2), piano, dancers, tuxedo <lora:bgrab-000010:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23

img10:
 Prompt:Ellie from England, medium (chin-length:1.2) curly chestnut hair, young woman, bgrab, young man breasts grab, nipples, soccer field in stadium <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo
 Negative Prompt:ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms
 Size:512x512, Sampler:DPM++ 2M Karras, Steps:24, CFG:7, Clip Skip:0, Model:epicrealism_naturalSin, Model Hash:bff4610d23


----------------------------


------ENTIRE LINK JSON------
{
  "id": 147143,
  "name": "grabbing breasts from behind",
  "description": "<p>Images are often messed up. SD can't deal with hands, some may come out ridiculous funny or nightmare fuel.</p><p>Some images above are generated using lora control extension. (&lt;lora:bgrab-000014:1@0.8, 0@0.81&gt; means this lora only effect 80% of the process. You can try for yourself.)</p>",
  "type": "LORA",
  "poi": false,
  "nsfw": true,
  "allowNoCredit": true,
  "allowCommercialUse": "None",
  "allowDerivatives": true,
  "allowDifferentLicense": true,
  "stats": {
    "downloadCount": 198,
    "favoriteCount": 49,
    "commentCount": 0,
    "ratingCount": 0,
    "rating": 0
  },
  "creator": {
    "username": "RoyD",
    "image": "https://cdn.discordapp.com/avatars/1050936012236390420/326f7b6b59d0934cc7d3f137332db05b.png"
  },
  "tags": [
    "nude",
    "poses",
    "woman",
    "breasts",
    "grabbing breasts"
  ],
  "modelVersions": [
    {
      "id": 164052,
      "modelId": 147143,
      "name": "v1",
      "createdAt": "2023-09-17T13:49:48.093Z",
      "updatedAt": "2023-09-17T14:43:28.922Z",
      "trainedWords": [
        "bgrab"
      ],
      "trainingStatus": null,
      "trainingDetails": null,
      "baseModel": "SD 1.5",
      "baseModelType": null,
      "earlyAccessTimeFrame": 0,
      "description": "<p>first test version. dataset is limited.</p>",
      "vaeId": null,
      "stats": {
        "downloadCount": 198,
        "ratingCount": 0,
        "rating": 0
      },
      "files": [
        {
          "id": 124003,
          "sizeKB": 53078.0390625,
          "name": "bgrab-000014.safetensors",
          "type": "Model",
          "metadata": {
            "fp": null,
            "size": null,
            "format": "SafeTensor"
          },
          "pickleScanResult": "Success",
          "pickleScanMessage": "No Pickle imports",
          "virusScanResult": "Success",
          "virusScanMessage": null,
          "scannedAt": "2023-09-17T13:55:53.982Z",
          "hashes": {
            "AutoV1": "CB634F0B",
            "AutoV2": "E52D3C1C33",
            "SHA256": "E52D3C1C33E0E50F3808B31CFBBCB148AB855A896462257CC5EFF54AD3E80501",
            "CRC32": "5A7DB379",
            "BLAKE3": "52F44C05D69F32C04EE9D0E73E9FDD5DCAD8A8D07D12C6846FD8D2916641BD49"
          },
          "downloadUrl": "https://civitai.com/api/download/models/164052",
          "primary": true
        }
      ],
      "images": [
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad4e4d9a-d6ac-4165-9e65-375ce4b66bf7/width=450/2546603.jpeg",
          "nsfw": "X",
          "width": 768,
          "height": 768,
          "hash": "UJM6;o00%~-:*08_axWp%hIosmR*?HMxMwM|",
          "type": "image",
          "metadata": {
            "hash": "UJM6;o00%~-:*08_axWp%hIosmR*?HMxMwM|",
            "size": 729374,
            "width": 768,
            "height": 768
          },
          "meta": {
            "Size": "512x512",
            "seed": 2638480452,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "young woman, bgrab, young man breasts grab, nipples, beach ocean, smile <lora:bgrab-000014:1>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "Hires prompt": "\"young woman, bgrab, young man breasts grab, nipples, beach ocean",
            "bgrab-000014": "1>\"",
            "\"bgrab-000014": "15644bafce50\"",
            "Hires upscale": "1.5",
            "Hires upscaler": "4x_NMKD-Superscale-SP_178000_G",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "Denoising strength": "0.3"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb5656e5-2482-4dff-81e9-29ef5617be36/width=450/2546607.jpeg",
          "nsfw": "Mature",
          "width": 768,
          "height": 768,
          "hash": "URI=Ge.T%$-=pdkYI9jFp0IUMwMx%MjYMwjE",
          "type": "image",
          "metadata": {
            "hash": "URI=Ge.T%$-=pdkYI9jFp0IUMwMx%MjYMwjE",
            "size": 815570,
            "width": 768,
            "height": 768
          },
          "meta": {
            "Size": "512x512",
            "seed": 2698851610,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Augustyna from Poland, short bob-cut [violet-black:.3] hair, young woman, bgrab, young man breasts grab, nipples, beach ocean, island, coconut trees, smile <lora:bgrab-000014:1>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "Hires prompt": "\"young woman, bgrab, young man breasts grab, nipples, beach ocean, island, coconut trees",
            "bgrab-000014": "1> \"",
            "\"bgrab-000014": "15644bafce50\"",
            "Hires upscale": "1.5",
            "Hires upscaler": "4x_NMKD-Superscale-SP_178000_G",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "ADetailer model": "face_yolov8n.pt",
            "CC_declone_seed": "3264499940",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "ADetailer version": "23.9.2",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,Latin America,South Asia,East Asia\"",
            "Denoising strength": "0.3",
            "ADetailer mask blur": "4",
            "ADetailer confidence": "0.3",
            "CloneCleaner enabled": "True",
            "ADetailer dilate/erode": "4",
            "ADetailer inpaint padding": "32",
            "ADetailer denoising strength": "0.4",
            "ADetailer inpaint only masked": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/065765cb-a4a5-459b-97c2-c5248c9dad68/width=450/2546620.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UkKKQX~qyD%Mtl%Mt7t7bcRjafNGxuWVRjoz",
          "type": "image",
          "metadata": {
            "hash": "UkKKQX~qyD%Mtl%Mt7t7bcRjafNGxuWVRjoz",
            "size": 352819,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 4137016596,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Layla from Australia, medium (shoulder-length:1.2) pigtails [nearly black:.3] hair, young woman, bgrab, young man breasts grab, nipples, beach ocean, smile <lora:bgrab-000014:1>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "163695302",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,Latin America,South Asia,East Asia\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce1f0106-13aa-4791-8388-f50518905001/width=450/2546711.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UDH16=^%K*~A0g9aIoE2Eg?GxaNH-7R-IoWU",
          "type": "image",
          "metadata": {
            "hash": "UDH16=^%K*~A0g9aIoE2Eg?GxaNH-7R-IoWU",
            "size": 382560,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 3307731173,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Sofia from Portugal, long updo [maroon:.4] hair, young woman, bgrab, young man breasts grab, nipples, soccer field in stadium, crowded cheering <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "2926443164",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6535ad-8481-498e-9f82-aaea5f53cf5c/width=450/2546820.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UHGj,0Vr1$-U0%nitRE2E2kDIpWV}pt7v}X8",
          "type": "image",
          "metadata": {
            "hash": "UHGj,0Vr1$-U0%nitRE2E2kDIpWV}pt7v}X8",
            "size": 354811,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 1632583066,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Margarida from Portugal, long (waist-length:1.2) messy [burgundy:.4] hair, young woman, bgrab, young man grabbing breasts, nipples, (performing on stage:1.2), piano, dancers, tuxedo <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "3282968691",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca10eac7-5f50-4f9e-975f-845db2558d56/width=450/2546856.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UMKKQVITpyn4_NM{?ba#D%M{M{IU-Tac9FWA",
          "type": "image",
          "metadata": {
            "hash": "UMKKQVITpyn4_NM{?ba#D%M{M{IU-Tac9FWA",
            "size": 384384,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 3706639309,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Nancy from England, long windblown [golden-brown:.3] hair, young woman, bgrab, young man grabbing breasts, nipples, (in conference room meeting with coleges:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "1216546560",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc638a6-9938-4b96-8d23-536faca28c7a/width=450/2547148.jpeg",
          "nsfw": "X",
          "width": 512,
          "height": 512,
          "hash": "UUHK@K%2KkIT_4%M%MV@o}x]xZs:%2xuIUR*",
          "type": "image",
          "metadata": {
            "hash": "UUHK@K%2KkIT_4%M%MV@o}x]xZs:%2xuIUR*",
            "size": 369279,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 46882058,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Harriet from England, medium (shoulder-length:1.2) slicked-back sandy-blonde hair, young woman, bgrab, (young man examine passenger:1.1) grabbing breasts, nipples, (in an airport security checkpoint:1.4) (airplanes in background:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "2541927012",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/414b1a7b-06b7-4eec-bd7b-c60f1d9e8a6d/width=450/2547259.jpeg",
          "nsfw": "X",
          "width": 512,
          "height": 512,
          "hash": "UNJtC-D%.TRPO@RP-:Rk4nkCM{ofMw%MIAbc",
          "type": "image",
          "metadata": {
            "hash": "UNJtC-D%.TRPO@RP-:Rk4nkCM{ofMw%MIAbc",
            "size": 349868,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 1454096088,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Ellie from England, long twintails caramel hair, young woman, bgrab, (young doctor examine patient:1.2) grabbing breasts, nipples, (in a hospital with patients:1.2) <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "2590623218",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca33f11c-5d5a-498b-9740-b28f13455de4/width=450/2547272.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UHIp}34TGaRO.m8__2VsNGMx-;IV=|a}s:IU",
          "type": "image",
          "metadata": {
            "hash": "UHIp}34TGaRO.m8__2VsNGMx-;IV=|a}s:IU",
            "size": 360947,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 2021686488,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Giulia from Italy, (short-cut:1.2) twintails mocca hair, young woman, bgrab, young man grabbing breasts, nipples, (performing on stage:1.2), piano, dancers, tuxedo <lora:bgrab-000010:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000010": "5386d664dd08\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "337969355",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        },
        {
          "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db782955-afb4-4106-b887-bcc6a4418db0/width=450/2547275.jpeg",
          "nsfw": "Mature",
          "width": 512,
          "height": 512,
          "hash": "UBGRC#9Y*0NGKlE1-qs9ImM{9tRixZRPVsxZ",
          "type": "image",
          "metadata": {
            "hash": "UBGRC#9Y*0NGKlE1-qs9ImM{9tRixZRPVsxZ",
            "size": 376685,
            "width": 512,
            "height": 512
          },
          "meta": {
            "Size": "512x512",
            "seed": 2984216653,
            "Model": "epicrealism_naturalSin",
            "steps": 24,
            "hashes": {
              "model": "bff4610d23"
            },
            "prompt": "Ellie from England, medium (chin-length:1.2) curly chestnut hair, young woman, bgrab, young man breasts grab, nipples, soccer field in stadium <lora:bgrab-000014:1@0.8, 0@0.81>, raw photo",
            "Version": "v1.6.0",
            "sampler": "DPM++ 2M Karras",
            "cfgScale": 7,
            "CC_gender": "female",
            "resources": [
              {
                "hash": "bff4610d23",
                "name": "epicrealism_naturalSin",
                "type": "model"
              }
            ],
            "Model hash": "bff4610d23",
            "\"bgrab-000014": "15644bafce50\"",
            "negativePrompt": "ugly, morbid, CGI, 3d, render, sketch, cartoon, illustration, painting, drawing, anime, worst quality, low quality, lowres, text, poorly drawn, blurry, mutation, deformed, bad anatomy, bad proportions, disfigured, malformed, extra fingers, extra arms",
            "CC_declone_seed": "4051364375",
            "CC_insert_start": "True",
            "CC_use_main_seed": "True",
            "CC_declone_weight": "1",
            "CC_exclude_regions": "\"MENA,Sub-Saharan Africa,South Asia,East Asia,Latin America\"",
            "CloneCleaner enabled": "True"
          }
        }
      ],
      "downloadUrl": "https://civitai.com/api/download/models/164052"
    }
  ]
}
----------------------------