File size: 31,306 Bytes
053f27d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
{
    "id": 771458,
    "modelId": 18927,
    "name": "XL/Pony - v1.2",
    "createdAt": "2024-08-26T16:56:03.698Z",
    "updatedAt": "2024-08-26T17:28:53.832Z",
    "status": "Published",
    "publishedAt": "2024-08-26T17:27:59.251Z",
    "trainedWords": [],
    "trainingStatus": null,
    "trainingDetails": null,
    "baseModel": "Pony",
    "baseModelType": "Standard",
    "earlyAccessEndsAt": null,
    "earlyAccessConfig": null,
    "description": null,
    "air": "urn:air:pony:checkpoint:civitai:18927@771458",
    "stats": {
        "downloadCount": 206,
        "ratingCount": 0,
        "rating": 0,
        "thumbsUpCount": 35
    },
    "model": {
        "name": "Sweet-mix",
        "type": "Checkpoint",
        "nsfw": false,
        "poi": false,
        "description": "<h2 id=\"sweet-mix-elxl3m6fh\"><strong>Sweet-mix</strong></h2><p><strong>Sweet-mix</strong> is a text-to-image Stable Diffusion model that is mostly focused on the anime art style. The model itself is a merge of multiple other models, as i don't have neither the time, nor the hardware to train a model. Sweet-mix can be used for both SFW and NSFW images. I think my model is pretty nice, so feel free to give it a try.</p><p></p><h3 id=\"must-haves-for-great-image-generation-like-in-the-images:-rqagnjxig\">MUST-HAVES FOR GREAT IMAGE GENERATION LIKE IN THE IMAGES:</h3><p><strong>This negative prompt:</strong><em> (score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers</em></p><p>Clip skip: 2</p><p>VAE: <a target=\"_blank\" rel=\"ugc\" href=\"https://civitai.com/models/199948?modelVersionId=224985\">FlatpieceXL</a></p><p><em>And a great imagination :)</em></p><p></p><h2 id=\"tensor.art-link:-sweet-mix-xl-v1.1-or-tensor.art-(free-online-generation)-w6qf0bl1s\"><em>Tensor.art link: </em><a target=\"_blank\" rel=\"ugc\" href=\"https://tensor.art/models/758526069814017389\">Sweet-mix - XL - v1.1 | Tensor.Art</a> <em>(free online generation)</em></h2><p></p><h3 id=\"models-that-went-into-this-merge:-pohzhh8rg\">Models that went into this merge:</h3><p><em>SD-XL line-up:</em></p><ul><li><p>AnimaPencilXL-v5.0 (introduced in v1.0)</p></li><li><p>Pony (introduced in v1.0)</p></li><li><p>mugenmalumix-v4.2 (introduced in v1.0)</p></li><li><p>hassakuXLhentai-v1.3 (introduced in v1.0)</p></li><li><p>susamixPony-v2.0 (introduced in v1.1)</p></li><li><p>waiANINSFWPONYXL-v6.0 (introduced in v1.1)</p></li><li><p>malaAnimeMixNSFW-v6.0 (introduced in v1.1)</p></li><li><p>animixv9xlAnimetvMix_animixv9xlV25REV (wtf is this name) (introduced in v1.1)</p></li><li><p>cashmoneyAnime_v30 (introduced in v1.2)</p></li><li><p>pixivponyepitamix_v10 (introduced in v1.2)</p></li><li><p>Lora for better feet (introduced in v1.2)</p><p></p></li></ul><p><em>SD-1.5 Normal line-up:</em></p><ul><li><p>Anything-v4.5</p></li><li><p>AbyssOrangeMix 3</p></li><li><p>Protogen</p></li><li><p>CitrineDreamMix (probably)</p></li><li><p>Peachmixs</p></li><li><p>Sardonyx-Blend (introduced in v1.1)</p></li><li><p>Meinahentai (introduced in v1.2)</p></li><li><p>IvoryOrangemix (introduced in v1.3)</p></li><li><p>MixPROV4 (introduced in v1.4)</p></li><li><p>Daintymixhentaimodel (introduced in v1.4)</p></li><li><p>Jasminiquemix (introduced in v1.5)</p></li><li><p>Sirenmix (introduced in v1.6)</p></li><li><p>bbmixluci (introduced in v1.6)</p></li><li><p>Sardonyx-Blend Redux (introduced in v1.6)</p></li><li><p>IceRealistic (introduced in v1.6)</p></li><li><p>Another blend i made consisting of multiple nsfw models (introduced in v1.7)</p></li><li><p>Calico Mix (introduced in v1.9)</p></li><li><p>Baka diffusion (introduced in v2.1)</p></li></ul><p></p><p><em>SD-1.5 Flat line-up:</em></p><ul><li><p>Sweet-mix v1.7 (introduced in v1.8-flat)</p></li><li><p>ACMAR G Mix (introduced in v1.8-flat)</p></li><li><p>GOTTA MIX (introduced in v1.8-flat)</p></li><li><p>Anylora screencap (introduced in v2.0-flat)</p></li><li><p>RaenaMix (introduced in v2.2-flat)</p></li><li><p>GCM_WhiteAnime (introduced in v2.2-flat)</p></li><li><p>BrightMix (introduced in v2.2-flat)</p></li></ul>",
        "tags": [
            "anime",
            "landscapes",
            "female",
            "colorful",
            "general purpose",
            "digital art",
            "highly detailed",
            "base model",
            "asian",
            "naked",
            "model",
            "nudes",
            "paintings",
            "woman",
            "illustration",
            "sex",
            "breasts",
            "2d",
            "artistic",
            "beautiful",
            "cute",
            "digital illustration",
            "faces",
            "fantasy",
            "girls",
            "hentai",
            "long hair",
            "portraits",
            "women"
        ],
        "allowNoCredit": true,
        "allowCommercialUse": [
            "Image",
            "RentCivit",
            "Rent"
        ],
        "allowDerivatives": true,
        "allowDifferentLicense": true
    },
    "files": [
        {
            "id": 684914,
            "sizeKB": 6775430.376953125,
            "name": "sweetMix_xlPonyV12.safetensors",
            "type": "Model",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2024-08-26T17:17:18.731Z",
            "metadata": {
                "format": "SafeTensor",
                "size": "pruned",
                "fp": "fp16"
            },
            "hashes": {
                "AutoV1": "69260D1B",
                "AutoV2": "072F628D7E",
                "SHA256": "072F628D7ED90391BC78B54D5504E05A10287CF7EB7EBB79E9CB41B6E0150E7D",
                "CRC32": "83FDDAF9",
                "BLAKE3": "D3E87F47FEFD0C01608FD9E8A2329AA500F5BCBB61548ED76F7A4859560FFC88",
                "AutoV3": "216C280D13AF"
            },
            "primary": true,
            "downloadUrl": "https://civitai.com/api/download/models/771458"
        },
        {
            "id": 173492,
            "sizeKB": 163411.263671875,
            "name": "flatpiece.xl.vae.safetensors",
            "type": "VAE",
            "pickleScanResult": "Success",
            "pickleScanMessage": "No Pickle imports",
            "virusScanResult": "Success",
            "virusScanMessage": null,
            "scannedAt": "2023-11-14T14:25:51.424Z",
            "metadata": {
                "format": "SafeTensor",
                "size": null,
                "fp": null
            },
            "hashes": {
                "AutoV1": "031B21F6",
                "AutoV2": "74BD301605",
                "SHA256": "74BD3016056B53EEFFCADB05A90FD64330ADDCE131F4B218F8E8862131478820",
                "CRC32": "B260AA04",
                "BLAKE3": "B90AA2D143AE9975A4608C30073E1D015A36E008CEC2063A2EF8B3005648EA88",
                "AutoV3": "4CD177CEFF71"
            },
            "primary": false,
            "downloadUrl": "https://civitai.com/api/download/models/771458?type=VAE&format=SafeTensor"
        }
    ],
    "images": [
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7fe57b1-035f-4f55-a6cf-9c389697a0c7/width=450/26267330.jpeg",
            "nsfwLevel": 4,
            "width": 1792,
            "height": 2688,
            "hash": "UNJ*}8?^7$tSGIIVNLRj0Ms8D*Io#=S$M|xa",
            "type": "image",
            "metadata": {
                "hash": "UNJ*}8?^7$tSGIIVNLRj0Ms8D*Io#=S$M|xa",
                "size": 4696253,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "ENSD": "31337",
                "Size": "896x1344",
                "seed": 3110258934,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1girl,  armpit crease, bare shoulders, barefoot, ocean, bikini, blush, breasts, choker, collarbone, colored inner hair, double bun, (feet, foot focus:1.1), frills, grey hair, hair bun, hair ornament, hairclip, innertube, knees together feet apart, looking at viewer, medium hair, multicolored hair, purple eyes, soles, solo, swim ring, swimsuit, (toenails, toes:1.1), water, wet, x hair ornament, large breasts, curvy, smile, closed mouth, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "Euler a",
                "cfgScale": 6,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Automatic",
                "Hires upscaler": "4x-UltraSharp",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.05",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a00314-16d2-4d75-afa9-5e57c5585cae/width=450/26267304.jpeg",
            "nsfwLevel": 1,
            "width": 1792,
            "height": 2688,
            "hash": "U9FjQvr=03PX5HI=^%$f0ks+g$Otx[tRIno0",
            "type": "image",
            "metadata": {
                "hash": "U9FjQvr=03PX5HI=^%$f0ks+g$Otx[tRIno0",
                "size": 3000254,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 1500148171,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": ", 1girl, ahoge, aqua nails, bare legs, braid, colored inner hair, drill hair, fingernails, full body, heart, heart hands, long hair, looking at viewer, maid, maid headdress, multicolored hair, nail polish, purple eyes, purple hair, solo, streaked hair, transparent background, twin drills, two-tone hair, virtual youtuber, wrist cuffs, blue background, black borders, thighs, curvy, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.5",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823876ed-8b25-48fa-b24b-ff9fb36c6791/width=450/26267303.jpeg",
            "nsfwLevel": 4,
            "width": 1792,
            "height": 2688,
            "hash": "UgM$SaxF}=j]=xR+RjxD:%xZ={bGW:R*bvkC",
            "type": "image",
            "metadata": {
                "hash": "UgM$SaxF}=j]=xR+RjxD:%xZ={bGW:R*bvkC",
                "size": 3010924,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 3870550603,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1girl, animal ears, bare shoulders, black hair, black leotard, blush, bow, bowtie, breasts, cleavage, detached collar, eyebrows visible through hair, fake animal ears, flying sweatdrops, gloves, gradient hair, green eyes, large breasts, leotard, multicolored hair, open mouth, orange background, pantyhose, playboy bunny, rabbit ears, rabbit tail, red bow, red bowtie, solo, strapless, tail, two-tone hair, white border, white gloves, wrist cuffs, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.5",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f49e893-cc2c-4ac4-8141-fef5d117feba/width=450/26267299.jpeg",
            "nsfwLevel": 4,
            "width": 1792,
            "height": 2688,
            "hash": "UNJIL%uP7MRRA3RhRhIA0KrCvyxu4:xtrWT0",
            "type": "image",
            "metadata": {
                "hash": "UNJIL%uP7MRRA3RhRhIA0KrCvyxu4:xtrWT0",
                "size": 4712874,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 3586332978,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1girl, beach, bikini, bracelet, cloud, cloudy sky, flower, hair flower, hair ornament, hand in own hair, jewelry, leaning back, long hair, looking at viewer, one eye closed, palm tree, pink hair, sitting, sky, smile, solo, string bikini, swimsuit, tree, waist, water, blue eyes, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers, censor, censored",
                "Denoising strength": "0.35",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a9f859-1fe5-4c0c-8aeb-56b11852b77c/width=450/26267307.jpeg",
            "nsfwLevel": 4,
            "width": 1792,
            "height": 2688,
            "hash": "UNGSAo9G1S~WObbc9yWBR;xZ9bS3?akCjEoz",
            "type": "image",
            "metadata": {
                "hash": "UNGSAo9G1S~WObbc9yWBR;xZ9bS3?akCjEoz",
                "size": 3765867,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 2495230861,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1girl, alternate costume, bare shoulders, black gloves, blonde hair, blue background, blue eyes, blush, breasts, china dress, chinese clothes, dress, elbow gloves, eyebrows visible through hair, gloves, large breasts, long hair, looking at viewer, no panties, pelvic curtain, smile, solo, thighhighs, finger on lips, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.35",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40113428-33ea-457b-8d72-4419cbf50460/width=450/26267308.jpeg",
            "nsfwLevel": 8,
            "width": 1792,
            "height": 2688,
            "hash": "UWP?m;E2b_-=^+xubHtR~Wt7ofM{ofRjxuRP",
            "type": "image",
            "metadata": {
                "hash": "UWP?m;E2b_-=^+xubHtR~Wt7ofM{ofRjxuRP",
                "size": 2476986,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 695484641,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": ", 1girl, bed sheet, black hairband, black thighhighs,  blue eyes, blush, bow hairband, breasts, covering own mouth, crossed arms, full-face blush, full body, ghost, grey hair, hair between eyes, hairband, hug, looking at viewer, medium breasts, medium hair, nude, on bed, sidelocks, simple background, solo, spanked, sweat, thighhighs, top-down bottom-up, v-shaped eyebrows, white background, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.3",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ebf7db8-def1-48dd-a922-cfa8dc21dc82/width=450/26267312.jpeg",
            "nsfwLevel": 16,
            "width": 1792,
            "height": 2688,
            "hash": "UGNJkCNH7N_2CAWXGHxu00bHMyW?Wsxa-UIV",
            "type": "image",
            "metadata": {
                "hash": "UGNJkCNH7N_2CAWXGHxu00bHMyW?Wsxa-UIV",
                "size": 3781024,
                "width": 1792,
                "height": 2688
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "896x1344",
                "seed": 2340569487,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1boy, 1girl, (bed:1.2), black panties, breasts, breasts out, dress, feet, footjob, hat, hospital bed, medium breasts, medium hair, nipples, no bra, nurse, nurse cap, open mouth, panties, penis, pink dress, pink hat, purple eyes, red hair, short sleeves, sitting, solo focus, spread legs, feet, toes, two-footed footjob, underwear, girl on top, mature female, large breasts, cum, cum on feet, shooting cum, penis, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers, censor, censored",
                "Denoising strength": "0.45",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4282a62-df9f-40f0-9ccc-5b651ddc7e68/width=450/26267310.jpeg",
            "nsfwLevel": 16,
            "width": 2048,
            "height": 2048,
            "hash": "UONS:1%g9u*0OqE1SPIV0z8_Vrxu-oIARi%M",
            "type": "image",
            "metadata": {
                "hash": "UONS:1%g9u*0OqE1SPIV0z8_Vrxu-oIARi%M",
                "size": 2837909,
                "width": 2048,
                "height": 2048
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "1024x1024",
                "seed": 2516872024,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1boy, 1girl, barefoot, bed, blonde hair, breasts, brown choker, censored, choker, completely nude, cum, cum in mouth, cum on tongue, fellatio, hair bun, hetero, kneeling, large breasts, licking, licking penis, male pubic hair, mature female, mole, mole under eye, mosaic censoring, navel, nipples, nude, on bed, open mouth, oral, penis, pillow, pubic hair, short hair, single hair bun, smile, solo focus, standing, teeth, testicles, tongue, tongue out, upper teeth only, yellow eyes, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers",
                "Denoising strength": "0.3",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4795e8ba-013d-4fac-b2c5-457ffcd285f4/width=450/26267321.jpeg",
            "nsfwLevel": 16,
            "width": 1024,
            "height": 1024,
            "hash": "UkRovyof.Txux[a|Wrj[M{ayoMoL%gayV[of",
            "type": "image",
            "metadata": {
                "hash": "UkRovyof.Txux[a|Wrj[M{ayoMoL%gayV[of",
                "size": 745528,
                "width": 1024,
                "height": 1024
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "1024x1024",
                "seed": 759015663,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": ", 1boy, 1girl, blush, bouncing breasts, breasts, closed eyes, collarbone, completely nude, cowgirl position, drooling, ecstasy, girl on top, hair bun, hetero, large breasts, motion lines, mouth drool, nipples, nude, open mouth, blonde hair, bun, pov, sex, short hair, simple background, single side bun, solo focus, straddling, sweat, teeth, tongue, tongue out, uncensored, upper teeth only, white background, yellow eyes, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers, censor, censored",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        },
        {
            "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed49ed0b-e9f3-49ee-8d44-9fef3c7a69d3/width=450/26267326.jpeg",
            "nsfwLevel": 8,
            "width": 2048,
            "height": 2048,
            "hash": "UIJt#W_NNEI:TeIn4:NFIo~V%hoyx]OE$*Mx",
            "type": "image",
            "metadata": {
                "hash": "UIJt#W_NNEI:TeIn4:NFIo~V%hoyx]OE$*Mx",
                "size": 3767979,
                "width": 2048,
                "height": 2048
            },
            "meta": {
                "VAE": "flatpiecexlVAE_baseonA1579.safetensors",
                "Size": "1024x1024",
                "seed": 759015663,
                "Model": "E1.fp16",
                "steps": 30,
                "hashes": {
                    "vae": "74bd301605",
                    "model": "072f628d7e"
                },
                "prompt": "1girl, teacher, no panties, black skirt, desk, on desk, pointer, smile, closed mouth, wink, glasses, brown hair, green eyes, spread legs, large breasts, curvy, thighhighs, window, score_9_up, score_8_up, masterpiece, best quality",
                "Version": "1.10.1",
                "sampler": "DPM++ 2M SDE",
                "cfgScale": 7,
                "clipSkip": 2,
                "resources": [
                    {
                        "hash": "072f628d7e",
                        "name": "E1.fp16",
                        "type": "model"
                    }
                ],
                "Model hash": "072f628d7e",
                "Hires steps": "15",
                "Hires upscale": "2",
                "Hypertile VAE": "True",
                "Schedule type": "Karras",
                "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
                "negativePrompt": "(score_4,score_3,score_2,score_1:1.3),ugly, bad feet, bad hands, bad art, ugly artstyle, bad anatomy, bad fingers, censor, censored",
                "Denoising strength": "0.35",
                "Downcast alphas_cumprod": "True"
            },
            "availability": "Public",
            "hasMeta": true,
            "onSite": false
        }
    ],
    "downloadUrl": "https://civitai.com/api/download/models/771458",
    "creator": {
        "username": "Manseo",
        "image": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b47b8aed-a05c-4334-07e4-30496c78bc00/width=96/Manseo.jpeg"
    },
    "extensions": {
        "sd_civitai_helper": {
            "version": "1.8.11",
            "last_update": 1724717653,
            "skeleton_file": false
        }
    }
}