File size: 32,634 Bytes
94eb497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "id": 294890,
    "name": "Nekoda style (for pony XL)",
    "description": null,
    "type": "LORA",
    "poi": false,
    "nsfw": false,
    "allowNoCredit": true,
    "allowCommercialUse": "RentCivit",
    "allowDerivatives": true,
    "allowDifferentLicense": true,
    "stats": {
        "downloadCount": 105,
        "favoriteCount": 15,
        "commentCount": 6,
        "ratingCount": 1,
        "rating": 5,
        "tippedAmountCount": 72288
    },
    "creator": {
        "username": "bakariso",
        "image": null
    },
    "tags": [
        "anime",
        "style",
        "2d",
        "artstyle",
        "hentai",
        "feet"
    ],
    "modelVersions": [
        {
            "id": 331376,
            "modelId": 294890,
            "name": "pony-v1",
            "createdAt": "2024-02-06T10:56:00.159Z",
            "updatedAt": "2024-02-06T11:01:30.285Z",
            "status": "Published",
            "publishedAt": "2024-02-06T11:01:30.283Z",
            "trainedWords": [
                "score_9, source_anime"
            ],
            "trainingStatus": null,
            "trainingDetails": null,
            "baseModel": "SDXL 1.0",
            "baseModelType": null,
            "earlyAccessTimeFrame": 0,
            "description": null,
            "vaeId": null,
            "stats": {
                "downloadCount": 108,
                "ratingCount": 1,
                "rating": 5
            },
            "files": [
                {
                    "id": 262664,
                    "sizeKB": 223119.12109375,
                    "name": "nekoda_pony_v1-000008.safetensors",
                    "type": "Model",
                    "metadata": {
                        "fp": null,
                        "size": null,
                        "format": "SafeTensor"
                    },
                    "pickleScanResult": "Success",
                    "pickleScanMessage": "No Pickle imports",
                    "virusScanResult": "Success",
                    "virusScanMessage": null,
                    "scannedAt": "2024-02-06T11:00:44.209Z",
                    "hashes": {
                        "AutoV1": "679A3D06",
                        "AutoV2": "8C22386545",
                        "SHA256": "8C223865452F0A7BBD929A74FCFADA57C3FB9086C587F61AFD1ED8EC5C6883B8",
                        "CRC32": "989403B8",
                        "BLAKE3": "52CA319B985128F9C17F84634DBD4B8F53F8258F243FDB126A488C8B422F902E",
                        "AutoV3": "D196CD9E03EA679F7593E2438DE0D6954C6294431165F6F0BBCDF2E7B7BBFE32"
                    },
                    "downloadUrl": "https://civitai.com/api/download/models/331376",
                    "primary": true
                }
            ],
            "images": [
                {
                    "id": 6322731,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e246f6-8a09-420d-be41-742900693f78/width=450/6322731.jpeg",
                    "nsfw": "None",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UQLypQt8xo-U$na$ImocrVe-yXbc~AWASjSi",
                    "type": "image",
                    "metadata": {
                        "hash": "UQLypQt8xo-U$na$ImocrVe-yXbc~AWASjSi",
                        "size": 2717186,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 2352458257,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, alcohol, alternate costume, blurry, blurry background, blush, bowl, closed mouth, depth of field, floral background, flower, flower knot, hair over one eye, holding, holding bowl, hood, hood up, japanese clothes, kimono, long sleeves, looking at viewer, petals, pink eyes, red flower, reflection, sake, short hair, smile, solo, uchikake, upper body, white kimono\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322737,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e02feb1-dca6-494a-acc6-1614626e56d2/width=450/6322737.jpeg",
                    "nsfw": "Soft",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UDN+n-%%0N%3mcBCCQyD4UTJ0KMyBEa1m,id",
                    "type": "image",
                    "metadata": {
                        "hash": "UDN+n-%%0N%3mcBCCQyD4UTJ0KMyBEa1m,id",
                        "size": 2874843,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 53051948,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, cowboy shot, yae miko, animal ears, blush, breasts, cloud, cloudy sky, covering mouth, day, dress, hair between eyes, hair ornament, hand up, long hair, long sleeves, looking at viewer, nail polish, pink hair, pink nails, purple eyes, smug, sitting, sky, solo, very long hair, white dress\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322751,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/058df0e3-59e0-4d61-8e40-1d3ae380cd79/width=450/6322751.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UBN9naBo01.T8#KkD%=X00rXyT-Wzm9[J4Ql",
                    "type": "image",
                    "metadata": {
                        "hash": "UBN9naBo01.T8#KkD%=X00rXyT-Wzm9[J4Ql",
                        "size": 2477299,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 88833323,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, score_8_up, score_7_up, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, animal ears, bare legs, barefoot, blush, breasts, cloud, cloudy sky, covering mouth, crossed legs, day, dress, feet, foot focus, foreshortening, from below, full body, hair between eyes, hair ornament, hand up, long hair, long sleeves, looking at viewer, nail polish, pink hair, pink nails, purple eyes, sitting, sky, soles, solo, toenail polish, toenails, toes, very long hair, white dress\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "Variation seed": "3735233837",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Variation seed strength": "0.1",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322754,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f1cf73b-a2ce-4646-a869-e940b1364c37/width=450/6322754.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UINJ8|$+v1.8qF.9%~I957Nf?vj;,KM|iIn#",
                    "type": "image",
                    "metadata": {
                        "hash": "UINJ8|$+v1.8qF.9%~I957Nf?vj;,KM|iIn#",
                        "size": 2309537,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 3524543115,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, score_8_up, score_7_up, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, :o, rem \\(re:zero\\), petite, ass, blue eyes, blue hair, breasts, collar, couch, feet, female focus, hair ornament, indoors, lantern, leg grab, looking at viewer, looking back, maid headdress, white panties, panties under pantyhose, white pantyhose, cameltoe, plant, solo, underwear, cum on feet, annoyed\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "Variation seed": "3215341147",
                        "negativePrompt": "pussy, worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Variation seed strength": "0.1",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322746,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9b4a41-6b40-40f5-b9d9-e945e6abd170/width=450/6322746.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UENmHE~q#4~p7$Mx-.xE9Et6W*Vr4qn$H?Ip",
                    "type": "image",
                    "metadata": {
                        "hash": "UENmHE~q#4~p7$Mx-.xE9Et6W*Vr4qn$H?Ip",
                        "size": 2456488,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 2455579811,
                        "Model": "autismmixSDXL_autismmixDPO",
                        "steps": 30,
                        "hashes": {
                            "model": "d3ee23d452"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, :o, rem \\(re:zero\\), petite, penis, 1boy, footjob, male pov, blue eyes, blue hair, breasts, collar, couch, feet, hair ornament, indoors, looking at viewer, maid headdress, white pantyhose, plant, solo, cum on feet, annoyed, leaking cum, cum explosion\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "d3ee23d452",
                                "name": "autismmixSDXL_autismmixDPO",
                                "type": "model"
                            }
                        ],
                        "Model hash": "d3ee23d452",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322753,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1e52ef8-6ae4-48ec-84ed-a09a0b0b2e7a/width=450/6322753.jpeg",
                    "nsfw": "Mature",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UNIhBVx[Ot~WTy^+W=OY4TR*-;w{4.MxxZtR",
                    "type": "image",
                    "metadata": {
                        "hash": "UNIhBVx[Ot~WTy^+W=OY4TR*-;w{4.MxxZtR",
                        "size": 2221343,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 3488229247,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, score_8_up, score_7_up, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, animal ears, black hair, black thighhighs, blush, bottle, breasts, brown eyes, closed mouth, extra ears, feet, gloves, hair ribbon, head tilt, holding, holding bottle, indoors, large breasts, long hair, looking at viewer, military, military uniform, mole, mole under eye, no shoes, pouring, ribbon, sitting, smile, soles, solo, swept bangs, thighhighs, toes, uniform, white ribbon\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322756,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c858e959-56aa-4382-b20c-4fd299d57f7f/width=450/6322756.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UUI|zl-pr=x[0#tR%K$$9c$%obV?~qS~bvt6",
                    "type": "image",
                    "metadata": {
                        "hash": "UUI|zl-pr=x[0#tR%K$$9c$%obV?~qS~bvt6",
                        "size": 2265851,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 3250507877,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, animal ear fluff, animal ears, black bra, black hair, black panties, black thighhighs, blush, bow, bow panties, bra, breasts, cameltoe, cat ears, cat girl, cleft of venus, closed mouth, collar, embarrassed, feet, foot focus, foot up, garter straps, greek toe, green eyes, legs up, long hair, low twintails, lying, multicolored hair, navel, no shoes, on back, panties, see-through, soles, solo, streaked hair, thighhighs, toenails, toes, twintails, underwear, white hair\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322749,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c28b8f77-57e4-412d-b80c-2dff3b18193f/width=450/6322749.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UHLWkuOY0y^+9D0KEM9E009F%hv~~W%2.8ni",
                    "type": "image",
                    "metadata": {
                        "hash": "UHLWkuOY0y^+9D0KEM9E009F%hv~~W%2.8ni",
                        "size": 2166546,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 1747160293,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\nrating_explicit, 1girl, holo \\(spice and wolf\\), smell, blush, solo, looking at viewer, foreshortening, sitting, sweatdrop, sweat, steaming body, open mouth, skirt, parted lips, chair, feet, soles, feet focus, naughty face, white pantyhose\n<lora:nekoda_pony_v1-000008:0.8>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322745,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f0e0567-01a8-4e49-8fab-b8a89e1f4a38/width=450/6322745.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UVH-ihOYrDWY?wxaVqV?I]oLNFNG9us:bbNI",
                    "type": "image",
                    "metadata": {
                        "hash": "UVH-ihOYrDWY?wxaVqV?I]oLNFNG9us:bbNI",
                        "size": 2912321,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 3356387704,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, score_8_up, score_7_up, best quality, masterpiece, uncensored, source_anime\nBREAK\n1girl, black bodysuit, blue eyes, blue nails, blue sky, bodysuit, breast curtain, breasts, chinese clothes, closed mouth, cloud, detached sleeves, earrings, flower knot, full body, gold trim, hair ornament, hair over one eye, high heels, hip vent, jewelry, large breasts, legs, looking at viewer, nail polish, single earring, sitting, sky, tassel, tassel earrings, thighs, toeless footwear, toenail polish, toenails, toes\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome, source_furry, source_pony, source_cartoon",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                },
                {
                    "id": 6322747,
                    "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3f617f6-017f-4a52-a92f-f876969c9c98/width=450/6322747.jpeg",
                    "nsfw": "X",
                    "width": 1248,
                    "height": 1824,
                    "hash": "UBLM-dWALNRk0Ut7X.of00IpDhs;55IU}kR*",
                    "type": "image",
                    "metadata": {
                        "hash": "UBLM-dWALNRk0Ut7X.of00IpDhs;55IU}kR*",
                        "size": 2811882,
                        "width": 1248,
                        "height": 1824
                    },
                    "availability": "Public",
                    "meta": {
                        "VAE": "sdxl-vae-fp16-fix.safetensors",
                        "ENSD": "31337",
                        "Size": "832x1216",
                        "seed": 4238007524,
                        "Model": "ponyDiffusionV6XL_v6",
                        "steps": 30,
                        "hashes": {
                            "model": "67ab2fd8ec"
                        },
                        "prompt": "score_9, best quality, masterpiece, uncensored, source_anime\nBREAK\na picture of ahri \\(league of legends\\) being fucked, ((ahri \\(league of legends\\))), league of legends, yellow eyes, black hair, 1girl, fox girl, kitsune,\n1boy, defeat, lying, on back, sex, hetero, vaginal, missionary, medium breasts, nipples, embarrassed, scared, ryona, injury, bruise, cuts, scratches, skindentation, pussy, clitoris, torn clothes,\npov, cum in pussy, outdoors, uncensored, detailed, highres, absurdres , torn clothes\n<lora:nekoda_pony_v1-000008:1>",
                        "Version": "v1.7.0-311-g6869d958",
                        "sampler": "Euler a",
                        "VAE hash": "303be0f79a",
                        "cfgScale": 7,
                        "resources": [
                            {
                                "hash": "67ab2fd8ec",
                                "name": "ponyDiffusionV6XL_v6",
                                "type": "model"
                            }
                        ],
                        "Model hash": "67ab2fd8ec",
                        "Hires steps": "18",
                        "Hires upscale": "1.5",
                        "Hires upscaler": "4x-AnimeSharp",
                        "negativePrompt": "worst quality, low quality, simple background, white background, covered navel, thick thighs, realistic, sketch, normal quality, jpeg artifacts, muscular, depth of field, blurry, bloom, messy drawing, amateur drawing, fewer digits, extra digits, greyscale, monochrome",
                        "Denoising strength": "0.5",
                        "\"nekoda_pony_v1-000008": "d196cd9e03ea\"",
                        "Downcast alphas_cumprod": "True",
                        "Old prompt editing timelines": "True"
                    }
                }
            ],
            "downloadUrl": "https://civitai.com/api/download/models/331376"
        }
    ]
}