File size: 46,403 Bytes
a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 8570452 a198d38 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 |
{
"modelspec.architecture": "stable-diffusion-xl-v1-base/lora",
"modelspec.date": "2024-03-10T00:34:29",
"modelspec.implementation": "https://github.com/Stability-AI/generative-models",
"modelspec.prediction_type": "epsilon",
"modelspec.resolution": "1024x1024",
"modelspec.sai_model_spec": "1.0.0",
"modelspec.title": "last",
"ss_adaptive_noise_scale": null,
"ss_base_model_version": "sdxl_base_v1-0",
"ss_batch_size_per_device": 4,
"ss_bucket_info": {
"buckets": {
"0": {
"count": 2,
"resolution": [
256,
1024
]
},
"1": {
"count": 68,
"resolution": [
736,
1024
]
},
"2": {
"count": 5,
"resolution": [
800,
1024
]
},
"3": {
"count": 18,
"resolution": [
864,
1024
]
},
"4": {
"count": 1,
"resolution": [
1024,
256
]
},
"5": {
"count": 1,
"resolution": [
1024,
512
]
},
"6": {
"count": 16,
"resolution": [
1024,
576
]
},
"7": {
"count": 73,
"resolution": [
1024,
736
]
},
"8": {
"count": 2,
"resolution": [
1024,
800
]
},
"9": {
"count": 14,
"resolution": [
1024,
864
]
}
},
"mean_img_ar_error": 0.008600546733861921
},
"ss_bucket_no_upscale": false,
"ss_cache_latents": true,
"ss_caption_dropout_every_n_epochs": 0,
"ss_caption_dropout_rate": 0.0,
"ss_caption_tag_dropout_rate": 0.0,
"ss_clip_skip": null,
"ss_color_aug": false,
"ss_dataset_dirs": {
"1_dagasi": {
"img_count": 200,
"n_repeats": 1
}
},
"ss_debiased_estimation": false,
"ss_enable_bucket": true,
"ss_epoch": 134,
"ss_face_crop_aug_range": null,
"ss_flip_aug": false,
"ss_full_fp16": false,
"ss_gradient_accumulation_steps": 12,
"ss_gradient_checkpointing": true,
"ss_ip_noise_gamma": null,
"ss_keep_tokens": 1,
"ss_learning_rate": 0.0001,
"ss_lowram": false,
"ss_lr_scheduler": "cosine",
"ss_lr_warmup_steps": 0,
"ss_max_bucket_reso": 1024,
"ss_max_grad_norm": 1.0,
"ss_max_token_length": null,
"ss_max_train_steps": 400,
"ss_min_bucket_reso": 256,
"ss_min_snr_gamma": null,
"ss_mixed_precision": "fp16",
"ss_multires_noise_discount": 0.1,
"ss_multires_noise_iterations": 10,
"ss_network_alpha": 4.0,
"ss_network_args": {
"algo": "locon",
"block_alphas": "0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625",
"block_dims": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8",
"conv_alpha": "4",
"conv_dim": "256",
"dropout": 0.0,
"module_dropout": "0",
"preset": "full",
"rank_dropout": "0",
"rank_dropout_scale": "False",
"train_norm": "False",
"use_scalar": "False",
"use_tucker": "False"
},
"ss_network_dim": 8,
"ss_network_dropout": 0.0,
"ss_network_module": "lycoris.kohya",
"ss_new_sd_model_hash": "IsADirectory",
"ss_noise_offset": null,
"ss_num_batches_per_epoch": 28,
"ss_num_epochs": 134,
"ss_num_reg_images": 0,
"ss_num_train_images": 200,
"ss_optimizer": "torch.optim.adamw.AdamW",
"ss_output_name": "last",
"ss_prior_loss_weight": 1.0,
"ss_random_crop": false,
"ss_reg_dataset_dirs": {},
"ss_resolution": "(1024, 1024)",
"ss_scale_weight_norms": 1.0,
"ss_sd_model_hash": "IsADirectory",
"ss_sd_model_name": "",
"ss_sd_scripts_commit_hash": "dbb70c299d7f1ce19024cb93a73f397503aa3dcb",
"ss_seed": 4170511379,
"ss_session_id": 2934946849,
"ss_shuffle_caption": true,
"ss_steps": 400,
"ss_tag_frequency": {
"1_dagasi": {
"2 missing limbs": 4,
"2 penises": 2,
"2 tails": 3,
"3 fingers": 2,
"3 prostate": 1,
"3 toes": 5,
"4 fingers": 5,
"4 missing limbs": 13,
"4 toes": 5,
"5 fingers": 2,
"808 \\(hi-fi rush\\)": 5,
"abdominal bulge": 5,
"absol": 1,
"accessory": 4,
"adolescent": 1,
"adopted \\(lore\\)": 2,
"adoptive mother \\(lore\\)": 2,
"adult male": 2,
"adult on baby": 1,
"adult on child": 1,
"adult on young": 7,
"after anal": 3,
"after fellatio": 1,
"after oral": 3,
"after orgasm": 2,
"after rape": 2,
"after sex": 12,
"after transformation": 1,
"after vaginal": 4,
"afterglow": 1,
"afterimage": 1,
"age difference": 28,
"aged down": 1,
"ahegao": 15,
"all fours": 3,
"alolan form": 3,
"alolan vulpix": 3,
"alternate version at source": 1,
"amazon position": 1,
"ambiguous gender": 31,
"ambiguous on bottom": 1,
"ambiguous on feral": 1,
"ambiguous penetration": 3,
"ambiguous pov": 3,
"ambiguous rimming female": 1,
"amputee": 4,
"amy rose": 1,
"anal": 51,
"anal fingering": 12,
"anal grip": 1,
"anal juice": 19,
"anal knotting": 1,
"anal orgasm": 12,
"anal penetration": 41,
"anatomically correct": 1,
"anatomically correct anus": 1,
"angry": 1,
"animal crossing": 2,
"animal genitalia": 34,
"animal penis": 32,
"animal plushie": 1,
"animal pool toy": 1,
"animal pussy": 1,
"animal swim ring": 1,
"ankha \\(animal crossing\\)": 1,
"anthro": 131,
"anthro focus": 6,
"anthro on anthro": 17,
"anthro on feral": 4,
"anthro penetrated": 55,
"anthro penetrating": 16,
"anthro penetrating anthro": 14,
"anthro penetrating feral": 1,
"anthro pov": 1,
"anthrofied": 1,
"anus": 93,
"anus outline": 1,
"apron": 1,
"arbok": 1,
"areola": 18,
"areola slip": 2,
"arm grab": 4,
"arms tied": 1,
"armwear": 1,
"arthropod": 1,
"asriel dreemurr": 2,
"ass up": 7,
"assisted exposure": 6,
"assisted rape": 1,
"assisted sex": 3,
"aura": 1,
"baby": 1,
"back-tie bikini": 3,
"back-tie clothing": 3,
"back-tie swimwear": 3,
"backsack": 15,
"ball fondling": 1,
"ball nuzzling": 1,
"ball size difference": 1,
"balls": 76,
"balls deep": 15,
"balls touching": 1,
"bandai namco": 1,
"bangs": 1,
"bare breasts": 1,
"bare chest": 1,
"bareback": 1,
"barefoot": 3,
"barely visible anus": 1,
"basket position": 1,
"bat": 1,
"bath": 1,
"bathing": 1,
"bdsm": 4,
"beach": 5,
"beach chair": 1,
"bed": 8,
"bedding": 4,
"bedding background": 4,
"bedroom eyes": 14,
"bee": 1,
"being watched": 5,
"bell": 2,
"belly": 1,
"belly markings": 1,
"belt buckle": 1,
"bent over": 4,
"berry": 3,
"bestiality": 43,
"big anus": 1,
"big balls": 26,
"big breasts": 12,
"big butt": 13,
"big dom small sub": 4,
"big eyes": 1,
"big knot": 2,
"big penis": 35,
"bikini": 9,
"bikini aside": 2,
"bikini bottom": 2,
"bikini bottom aside": 1,
"bikini top": 2,
"biped": 20,
"bisexual": 2,
"bisexual train": 1,
"bite": 1,
"black accessory": 1,
"black balls": 2,
"black belt": 1,
"black bikini": 2,
"black body": 20,
"black clothing": 5,
"black dildo": 1,
"black ears": 1,
"black eyes": 1,
"black fingerless gloves": 1,
"black fur": 15,
"black gloves": 1,
"black hair": 1,
"black handwear": 1,
"black legwear": 2,
"black nose": 9,
"black outline": 1,
"black perineum": 2,
"black pouch": 1,
"black sclera": 5,
"black stirrup socks": 1,
"black stripes": 1,
"black swimwear": 2,
"black tail": 1,
"black thigh highs": 1,
"blackmail": 1,
"blathine \\(genshin impact\\)": 2,
"blep": 2,
"block": 1,
"blonde hair": 4,
"blue anus": 2,
"blue balls": 14,
"blue body": 25,
"blue bottomwear": 1,
"blue clothing": 1,
"blue ears": 1,
"blue eyes": 13,
"blue fur": 19,
"blue hair": 2,
"blue pants": 1,
"blue pawpads": 1,
"blue perineum": 6,
"blue shirt": 1,
"blue skin": 2,
"blue sky": 1,
"blue tail": 1,
"blue topwear": 1,
"blue uniform": 1,
"blurred background": 1,
"blush": 171,
"blush lines": 8,
"bob cut": 1,
"bodily fluids": 197,
"body blush": 4,
"bondage": 4,
"boss monster \\(undertale\\)": 2,
"bottomless": 7,
"bottomless male": 2,
"bottomwear": 8,
"bottomwear around one leg": 1,
"bottomwear down": 6,
"bottomwear pull": 2,
"bouncing belly": 1,
"bouncing breasts": 2,
"bouncing penis": 1,
"bound": 7,
"bovid": 6,
"bovine": 1,
"bow ribbon": 2,
"bow tie": 2,
"box": 1,
"box bondage": 4,
"bra": 1,
"braixen": 5,
"brand new animal": 3,
"break in": 1,
"breast grab": 3,
"breast play": 2,
"breast squish": 1,
"breast suck": 2,
"breastfeeding": 1,
"breasts": 54,
"breasts apart": 1,
"breasts frottage": 1,
"breath": 3,
"brown balls": 2,
"brown body": 27,
"brown breasts": 1,
"brown ears": 1,
"brown eyes": 3,
"brown fur": 25,
"brown hair": 8,
"brown penis": 2,
"brown tail": 1,
"buckteeth": 2,
"bulge": 1,
"bulletin board": 1,
"buneary": 2,
"bunzo bunny": 1,
"butt": 82,
"butt blush": 1,
"butt focus": 1,
"butt grab": 7,
"butt slap": 2,
"buttplug": 1,
"buttplug tail": 1,
"calyrex": 1,
"camel toe": 4,
"canine": 58,
"canine genitalia": 24,
"canine penis": 24,
"capcom": 2,
"cape": 1,
"caprine": 5,
"cat-bee \\(poppy playtime\\)": 1,
"cattle": 1,
"caught": 1,
"cellphone": 2,
"cervine": 1,
"chai \\(hi-fi rush\\)": 4,
"chair": 3,
"chair position": 1,
"chalk": 1,
"chalkboard": 4,
"changed \\(video game\\)": 7,
"chao \\(sonic\\)": 1,
"chara \\(undertale\\)": 1,
"charizard": 1,
"chat": 2,
"cheek tuft": 3,
"cheese the chao": 1,
"chest tuft": 5,
"child": 15,
"child on child": 4,
"child penetrated": 2,
"chital": 1,
"cinderace": 19,
"classroom": 5,
"claws": 4,
"clenched teeth": 5,
"clitoral": 1,
"clitoral winking": 2,
"clitoris": 21,
"cloaca": 1,
"cloacal": 1,
"cloacal penetration": 1,
"clock": 1,
"clothed": 43,
"clothed male nude female": 2,
"clothed nude": 3,
"clothed sex": 1,
"clothing": 57,
"clothing around one leg": 4,
"clothing aside": 6,
"clothing lift": 5,
"clothing pull": 2,
"cloud": 2,
"coiling": 1,
"collaborative": 1,
"collaborative fellatio": 1,
"collaborative sex": 1,
"collar": 2,
"colored": 1,
"colored edge bikini": 1,
"comparing": 1,
"comparing penis": 1,
"computer mouse": 1,
"condom": 13,
"condom in mouth": 2,
"condom wrapper": 2,
"confusion": 1,
"container": 1,
"contour smear": 5,
"costume": 2,
"countershade face": 2,
"countershade feet": 1,
"countershade fur": 2,
"countershade genitalia": 1,
"countershade legs": 1,
"countershade neck": 1,
"countershade pussy": 1,
"countershade tail": 1,
"countershade torso": 2,
"countershading": 28,
"covering": 2,
"covering mouth": 2,
"covering own mouth": 1,
"covering self": 1,
"cowgirl position": 3,
"cradle position": 1,
"cradling": 1,
"crayon": 1,
"cream the rabbit": 7,
"critical hit": 1,
"crossdressing": 1,
"crossed legs": 2,
"crossgender": 1,
"crotch tuft": 1,
"crowd": 3,
"crying": 26,
"cum": 97,
"cum covered": 1,
"cum drip": 38,
"cum everywhere": 1,
"cum from ass": 22,
"cum from mouth": 5,
"cum from nose": 4,
"cum from pussy": 50,
"cum heart": 1,
"cum in ass": 35,
"cum in clothing": 1,
"cum in hair": 2,
"cum in mouth": 15,
"cum in nose": 4,
"cum in panties": 1,
"cum in pussy": 67,
"cum in underwear": 1,
"cum inflation": 3,
"cum inside": 93,
"cum meter": 1,
"cum on back": 1,
"cum on balls": 9,
"cum on belly": 2,
"cum on body": 12,
"cum on breasts": 1,
"cum on butt": 5,
"cum on chest": 3,
"cum on face": 17,
"cum on face mask": 1,
"cum on feet": 2,
"cum on fur": 1,
"cum on ground": 1,
"cum on hand": 1,
"cum on leg": 4,
"cum on own face": 1,
"cum on penis": 9,
"cum on perineum": 2,
"cum on self": 3,
"cum on tail": 1,
"cum on tongue": 4,
"cum on towel": 1,
"cum on toy": 1,
"cum overflow": 13,
"cum splatter": 9,
"cum string": 6,
"cum under clothes": 1,
"cum while penetrated": 15,
"cumshot": 10,
"cunnilingus": 1,
"curling toes": 3,
"curvy figure": 1,
"cutaway": 4,
"cute fangs": 7,
"cybernetics": 4,
"cyborg": 4,
"cyd \\(animal crossing\\)": 1,
"dagasi": 200,
"dated": 4,
"daww": 2,
"day": 2,
"daycare": 1,
"deep penetration": 7,
"deep rimming": 1,
"deep throat": 7,
"deer": 1,
"demon": 2,
"desk": 4,
"dessert": 1,
"detailed": 1,
"detailed background": 15,
"detailed food": 1,
"digimon": 1,
"digimon \\(species\\)": 1,
"digital media \\(artwork\\)": 78,
"digital painting \\(artwork\\)": 1,
"digitigrade": 3,
"dildo": 2,
"dildo in ass": 1,
"dildo in pussy": 1,
"dildo insertion": 2,
"dipstick ears": 1,
"dipstick tail": 2,
"direction lines": 4,
"disability": 7,
"discarded clothing": 1,
"disembodied hand": 3,
"disembodied penis": 2,
"disney": 7,
"distorted contour": 5,
"dizzy \\(animal crossing\\)": 1,
"dock \\(anatomy\\)": 1,
"doggystyle": 7,
"domestic cat": 6,
"domestic dog": 2,
"dominant": 9,
"dominant anthro": 2,
"dominant female": 4,
"dominant human": 1,
"dominant male": 5,
"dominant pov": 1,
"double anal": 2,
"double dildo": 1,
"double penetration": 19,
"double vaginal": 1,
"dr. eggman": 1,
"dragon": 3,
"drawing": 2,
"dress": 2,
"dress shirt": 1,
"dripping": 42,
"drooling": 41,
"duo": 102,
"duo focus": 5,
"ear blush": 1,
"ear piercing": 1,
"ear ring": 1,
"eating": 3,
"eating food": 1,
"eevee": 10,
"ejaculation": 34,
"ejaculation while penetrated": 1,
"ekans": 1,
"elbow gloves": 1,
"electronics": 3,
"elephant": 1,
"elephantid": 1,
"elphane \\(genshin impact\\)": 1,
"emanata": 5,
"embarrassed": 7,
"embrace": 3,
"enamored": 1,
"english text": 8,
"equid": 4,
"equine": 3,
"equine anus": 2,
"equine genitalia": 5,
"equine penis": 4,
"equine pussy": 1,
"erect nipples": 3,
"erect nipples under clothes": 1,
"erection": 66,
"espeon": 11,
"eulipotyphlan": 2,
"evil grin": 1,
"evolutionary family": 3,
"excessive cum": 7,
"excessive genital fluids": 9,
"excessive pussy juice": 2,
"excessive sweat": 2,
"exhibitionism": 7,
"expansion": 1,
"exposed": 2,
"exposed breasts": 3,
"eye contact": 1,
"eye roll": 7,
"eyebrow through hair": 2,
"eyebrows": 19,
"eyelashes": 2,
"eyes closed": 7,
"eyewear": 3,
"eyewear only": 2,
"face fucking": 1,
"faceless ambiguous": 2,
"faceless anthro": 1,
"faceless character": 60,
"faceless female": 2,
"faceless human": 29,
"faceless male": 56,
"facial markings": 2,
"facial tuft": 3,
"fake ears": 1,
"fake ears": 1,
"fake tail": 1,
"fangs": 17,
"feet": 28,
"feirune": 1,
"felid": 30,
"feline": 13,
"felis": 6,
"fellatio": 15,
"felyne": 2,
"female": 155,
"female \\(lore\\)": 6,
"female ambiguous": 6,
"female female": 1,
"female feral": 14,
"female focus": 42,
"female on anthro": 2,
"female on bottom": 1,
"female on human": 46,
"female on top": 3,
"female penetrated": 93,
"female penetrating": 2,
"female penetrating female": 1,
"female penetrating male": 1,
"female raped": 3,
"female rimming male": 1,
"feral": 66,
"feral bondage": 2,
"feral focus": 12,
"feral on feral": 2,
"feral penetrated": 35,
"feral penetrating": 4,
"feral penetrating anthro": 2,
"feral penetrating feral": 2,
"feral raped": 1,
"filled condom": 5,
"fin": 2,
"finger claws": 1,
"fingering": 17,
"fingering partner": 8,
"fingerless gloves": 1,
"fingernails": 1,
"fingers": 27,
"first person view": 53,
"fish hooking": 1,
"flaccid": 2,
"flareon": 6,
"flat chested": 12,
"fleshlight position": 1,
"floppy ears": 6,
"floragato": 4,
"flower": 2,
"fluffy": 3,
"fluffy tail": 2,
"fondling": 1,
"food": 6,
"foot fetish": 1,
"foot on balls": 1,
"foot play": 1,
"footjob": 1,
"footwear": 8,
"footwear only": 1,
"forced": 36,
"forced exposure": 2,
"forced oral": 4,
"forced orgasm": 1,
"forced prostitution": 5,
"forced undressing": 1,
"foreplay": 1,
"foreskin": 18,
"foursome": 3,
"fox": 31,
"frill \\(anatomy\\)": 2,
"frisk \\(undertale\\)": 3,
"from behind position": 27,
"from front position": 28,
"front view": 6,
"frottage": 1,
"frown": 4,
"fruit": 2,
"ftm crossgender": 1,
"fucked silly": 43,
"full-length portrait": 1,
"fully bound": 1,
"fully clothed": 2,
"fur": 120,
"fur tuft": 1,
"furniture": 14,
"galarian form": 3,
"galarian ponyta": 3,
"gameplay mechanics": 5,
"gangbang": 2,
"gaping": 17,
"gaping anus": 7,
"gaping pussy": 13,
"gaping urethra": 1,
"gardevoir": 7,
"gender reveal": 1,
"gender symbol": 1,
"generation 9": 12,
"gengar": 1,
"genital expansion": 1,
"genital fluids": 165,
"genital slit": 1,
"genitals": 177,
"genshin impact": 2,
"girly": 8,
"giving flower": 1,
"glaceon": 16,
"glans": 3,
"glasses": 3,
"glasses only": 2,
"glistening": 44,
"glistening balls": 2,
"glistening body": 42,
"glistening clothing": 2,
"glistening eyes": 1,
"glistening fur": 5,
"glistening genitalia": 3,
"glistening glans": 1,
"glistening penis": 2,
"glistening pussy": 2,
"glistening skin": 1,
"glistening thighs": 1,
"glory balls": 1,
"gloves": 9,
"gloves \\(marking\\)": 1,
"goat": 2,
"goo creature": 8,
"goo transformation": 1,
"goodra": 1,
"grabbing both legs": 1,
"grabbing both thighs": 1,
"grabbing sheets": 1,
"grass": 6,
"green body": 7,
"green eyes": 12,
"green fur": 7,
"green necktie": 1,
"grey body": 10,
"grey clothing": 1,
"grey fur": 9,
"grey hair": 1,
"grey jacket": 1,
"grey tail": 2,
"grey topwear": 1,
"grin": 5,
"groping from behind": 1,
"group": 81,
"group sex": 21,
"gui": 1,
"guilmon": 1,
"gynomorph": 3,
"gynomorph \\(lore\\)": 2,
"gynomorph male": 3,
"gynomorph penetrated": 2,
"hair": 40,
"hair accessory": 4,
"hair bow": 2,
"hair over eyes": 1,
"hair ribbon": 2,
"half-closed eyes": 7,
"half-erect": 3,
"hand in pocket": 1,
"hand on back": 1,
"hand on breast": 3,
"hand on butt": 13,
"hand on head": 5,
"hand on hip": 1,
"hand on knee": 1,
"hand on leg": 3,
"hand on own butt": 1,
"hand on thigh": 2,
"hand under clothing": 1,
"handjob": 7,
"handjob from behind": 1,
"handjob while penetrating": 1,
"hands behind head": 2,
"hands on ears": 1,
"hands on legs": 1,
"hands on own ears": 1,
"hands on thighs": 1,
"hands-free": 8,
"handwear": 9,
"hanging breasts": 1,
"happy": 18,
"happy sex": 7,
"happy slave": 5,
"harem": 1,
"haruka \\(dagasi\\)": 2,
"hat": 2,
"haunter": 1,
"head back": 1,
"head fin": 2,
"head grab": 1,
"head markings": 2,
"head pat": 1,
"head tuft": 1,
"headgear": 2,
"headwear": 2,
"health bar": 1,
"heart catchlight": 1,
"heart eyes": 61,
"heart pupils": 4,
"heart symbol": 78,
"heavy blush": 1,
"hedgehog": 2,
"held by legs": 1,
"hellhound": 1,
"helluva boss": 1,
"hemipenes": 2,
"herbivore \\(mh\\)": 1,
"hi-fi rush": 5,
"hindpaw": 4,
"hip grab": 1,
"hisuian form": 1,
"hisuian typhlosion": 1,
"holding arm": 1,
"holding body": 1,
"holding both ears": 1,
"holding both legs": 1,
"holding both thighs": 1,
"holding cellphone": 1,
"holding crotch": 1,
"holding flower": 1,
"holding food": 1,
"holding menu": 2,
"holding object": 11,
"holding partner": 12,
"holding phone": 1,
"holding smartphone": 1,
"holding toy": 1,
"holding waist": 1,
"honey \\(food\\)": 1,
"hoodie": 2,
"hoopa": 26,
"hoopa \\(confined\\)": 3,
"horizontal cloaca": 1,
"horizontal pupils": 1,
"horn": 5,
"horse": 1,
"hug": 1,
"huge balls": 1,
"huge breasts": 1,
"huge penetration": 1,
"huge penis": 7,
"human": 77,
"human on anthro": 28,
"human on feral": 38,
"human on humanoid": 3,
"human on robot": 1,
"human penetrating": 55,
"human penetrating anthro": 20,
"human penetrating female": 28,
"human penetrating feral": 30,
"human penetrating humanoid": 1,
"human pov": 15,
"human rape": 1,
"humanoid": 17,
"humanoid genitalia": 42,
"humanoid hands": 3,
"humanoid on anthro": 1,
"humanoid penetrated": 1,
"humanoid penis": 38,
"humanoid pointy ears": 1,
"humiliation": 3,
"hybrid": 1,
"hymen": 1,
"hymenopteran": 1,
"hypnosis": 4,
"hypnosis sex": 1,
"hypnotic eyes": 1,
"ice cream": 1,
"imminent anal": 2,
"imminent rape": 5,
"imminent sex": 9,
"implied rape": 1,
"impmon": 1,
"in heat": 1,
"inanimate object": 1,
"incest \\(lore\\)": 1,
"inflatable": 1,
"inflated belly": 1,
"inflation": 3,
"information board": 1,
"inner ear fluff": 7,
"inner tube": 1,
"insect": 1,
"inside": 8,
"internal": 5,
"internal anal": 1,
"intersex": 3,
"intersex male": 3,
"intersex penetrated": 2,
"interspecies": 85,
"intimidation": 1,
"invalid tag": 1,
"inverted nipples": 1,
"inviting": 1,
"iris": 1,
"irrumatio": 4,
"isabelle \\(animal crossing\\)": 1,
"it'll never fit": 1,
"jacket": 1,
"jacket lift": 1,
"jacket only": 1,
"japanese text": 25,
"jolteon": 5,
"judy hopps": 7,
"kemono": 27,
"kirlia": 1,
"kiss on lips": 2,
"kissing": 3,
"knee highs": 2,
"knee socks": 2,
"kneeling": 3,
"knot": 28,
"knot sitting": 2,
"knotting": 1,
"kohaku \\(dagasi\\)": 8,
"lactating": 4,
"lagomorph": 28,
"large penetration": 8,
"larger anthro": 2,
"larger female": 1,
"larger human": 17,
"larger male": 25,
"larger rape": 1,
"lay on back": 3,
"leafeon": 11,
"leaking": 2,
"leaking anus": 2,
"leaking cum": 64,
"leaking pre": 2,
"leaking precum": 2,
"leg grab": 8,
"leg markings": 1,
"legendary": 27,
"legends arceus": 1,
"leggings": 1,
"legs above head": 1,
"legs up": 4,
"legwear": 7,
"leopard": 2,
"leporid": 22,
"level number": 2,
"level up": 1,
"licking": 4,
"light body": 2,
"light fur": 2,
"lin \\(changed\\)": 7,
"lineup": 3,
"livestream": 2,
"livestreaming": 1,
"living condom": 1,
"living toy": 2,
"lol comments": 1,
"loli": 48,
"loli penetrated": 13,
"long ears": 11,
"long eyelashes": 1,
"long hair": 1,
"long image": 3,
"long penis": 1,
"looking aside": 1,
"looking at another": 6,
"looking at butt": 1,
"looking at genitalia": 6,
"looking at partner": 1,
"looking at penis": 6,
"looking at porn": 1,
"looking at viewer": 36,
"looking back": 29,
"looking back at viewer": 4,
"looking pleasured": 76,
"looking up": 1,
"loona \\(helluva boss\\)": 1,
"lop ears": 1,
"lopunny": 23,
"love": 1,
"love ball": 2,
"love pillow": 5,
"low-angle view": 1,
"lucario": 34,
"lucky pierre": 1,
"lying": 38,
"lying on another": 1,
"lying on bed": 1,
"lynian": 2,
"maaa": 1,
"machine": 9,
"made in abyss": 4,
"male": 163,
"male \\(lore\\)": 2,
"male ambiguous": 6,
"male female": 120,
"male focus": 4,
"male humanoid": 12,
"male male": 29,
"male on anthro": 9,
"male on bottom": 2,
"male on feral": 29,
"male on human": 2,
"male on humanoid": 1,
"male on top": 1,
"male penetrated": 20,
"male penetrating": 108,
"male penetrating anthro": 30,
"male penetrating cub": 4,
"male penetrating female": 92,
"male penetrating feral": 12,
"male penetrating gynomorph": 2,
"male penetrating humanoid": 1,
"male penetrating intersex": 2,
"male penetrating male": 15,
"male pov": 29,
"male rape": 2,
"male raped": 2,
"male raping female": 2,
"male raping male": 1,
"male rimming female": 1,
"male squirting": 1,
"male symbol": 1,
"mareep": 1,
"marie itami": 1,
"marine": 2,
"markings": 12,
"mask": 5,
"mask \\(marking\\)": 1,
"master": 1,
"mastery position": 1,
"masturbation": 2,
"mating press": 1,
"mature anthro": 3,
"mature female": 3,
"medial ring": 1,
"medium breasts": 8,
"meinya": 1,
"melting": 1,
"melusine \\(genshin impact\\)": 2,
"membrane \\(anatomy\\)": 2,
"membranous frill": 2,
"menu": 3,
"meowscarada": 7,
"messy": 4,
"michiru kagemori": 3,
"micro bikini": 1,
"mihoyo": 2,
"miles prower": 8,
"milk": 1,
"milking cum": 1,
"mind break": 1,
"mind control": 6,
"mink": 1,
"miriku \\(dagasi\\)": 1,
"missing lower body": 3,
"missing penis": 2,
"missionary position": 10,
"mitty": 1,
"mmf threesome": 1,
"moan": 1,
"molestation": 1,
"mollusk": 1,
"mommy long legs": 1,
"momo \\(dagasi\\)": 20,
"monotone hair": 1,
"monster hunter": 2,
"monster hunter stories 2 wings of ruin": 1,
"mooning": 1,
"mostly nude": 4,
"mother \\(lore\\)": 3,
"mother and child \\(lore\\)": 3,
"mother and son \\(lore\\)": 3,
"motion lines": 24,
"motion outline": 2,
"motor vehicle": 1,
"mouth hold": 2,
"mtf crossgender": 1,
"multi genitalia": 2,
"multi penis": 2,
"multi tail": 7,
"multicolored body": 8,
"multicolored clothing": 3,
"multicolored ears": 1,
"multicolored fur": 8,
"multicolored shirt": 3,
"multicolored topwear": 3,
"multiple orgasms": 1,
"musk": 7,
"musk clouds": 1,
"mustelid": 1,
"musteline": 1,
"mythological canine": 1,
"mythological creature": 5,
"mythological equine": 1,
"mythological scalie": 3,
"mythology": 5,
"nails": 1,
"nanab berry": 1,
"nanachi": 4,
"narehate": 4,
"narrowed eyes": 38,
"navel": 12,
"neck bulge": 1,
"neck frill": 1,
"neck-tie bikini": 1,
"neck-tie clothing": 1,
"neck-tie swimwear": 1,
"necktie": 1,
"nervous": 1,
"nick wilde": 6,
"nipple fetish": 3,
"nipple outline": 7,
"nipple play": 3,
"nipple slip": 1,
"nipple suck": 1,
"nipples": 50,
"nom": 1,
"non-euclidean sex": 14,
"not furry": 3,
"notched ear": 1,
"note": 1,
"nude": 52,
"nude female": 3,
"nursing handjob": 1,
"object in ass": 1,
"object in mouth": 2,
"oblivious": 1,
"older anthro": 2,
"older dom younger sub": 1,
"older female": 4,
"older male": 15,
"older on cub": 1,
"older on young": 1,
"older penetrated": 1,
"on back": 29,
"on bed": 4,
"on bedding": 1,
"on bottom": 7,
"on desk": 2,
"on front": 7,
"on ground": 1,
"on lap": 2,
"on model": 8,
"on side": 1,
"on table": 2,
"on top": 8,
"onomatopoeia": 2,
"open mouth": 74,
"open smile": 1,
"oral": 23,
"oral invitation": 2,
"oral penetration": 14,
"oral while penetrating": 1,
"oran berry": 1,
"orange balls": 1,
"orange body": 9,
"orange fur": 9,
"orange pawpads": 1,
"orgasm": 66,
"orgasm face": 18,
"orgy": 1,
"outline": 1,
"outside": 18,
"overstimulation": 1,
"palico": 2,
"panicking": 1,
"pantherine": 13,
"panties": 11,
"panties around one leg": 4,
"panties aside": 1,
"panties down": 6,
"panting": 1,
"pants": 8,
"pants around one leg": 1,
"pants down": 6,
"pants pull": 2,
"pantsing": 1,
"parallel sex": 3,
"parallel speed lines": 1,
"parent \\(lore\\)": 3,
"parent and child \\(lore\\)": 3,
"parent and son \\(lore\\)": 3,
"pasties": 1,
"pattern bikini": 1,
"pattern clothing": 6,
"pattern dress": 1,
"pattern shirt": 3,
"pattern swimwear": 1,
"pattern topwear": 4,
"patterned fur": 1,
"pawpads": 28,
"paws": 21,
"pecha berry": 1,
"peeping": 1,
"penetrable sex toy": 1,
"penetrating pov": 13,
"penetrating while penetrated": 1,
"penetration": 123,
"penile": 111,
"penile penetration": 92,
"penile squirting": 1,
"penis": 128,
"penis awe": 2,
"penis backwards": 1,
"penis base": 3,
"penis blush": 1,
"penis expansion": 1,
"penis in ass": 25,
"penis in face": 1,
"penis in mouth": 7,
"penis in pussy": 67,
"penis lick": 2,
"penis milking": 1,
"penis on face": 2,
"penis size difference": 2,
"penis worship": 3,
"perineum": 17,
"perro-kun": 7,
"petting": 2,
"phone": 3,
"photo": 1,
"piercing": 2,
"pikachu": 7,
"pillow": 5,
"pink anus": 3,
"pink areola": 5,
"pink aura": 4,
"pink body": 6,
"pink eyes": 5,
"pink fur": 3,
"pink glans": 1,
"pink hair": 18,
"pink inner ear": 1,
"pink nipples": 9,
"pink pawpads": 2,
"pink penis": 12,
"pink pussy": 6,
"pink spots": 1,
"pinniped": 1,
"pivoted ears": 1,
"plant": 9,
"plug \\(sex toy\\)": 1,
"plump labia": 18,
"plushie": 5,
"pockets": 1,
"pointer": 1,
"pokeball": 3,
"pokeball condom": 1,
"pokeball symbol": 1,
"pokemorph": 6,
"police uniform": 4,
"ponyta": 1,
"pool": 1,
"pool toy": 1,
"poppy playtime": 2,
"pornography": 1,
"portal": 34,
"portal amputation": 14,
"portal penis": 5,
"portal ring": 39,
"portal sex": 10,
"portrait": 2,
"poster": 1,
"pov hands": 2,
"power bottom": 1,
"precum": 17,
"precum drip": 4,
"precum squirt": 1,
"presenting": 15,
"presenting anus": 8,
"presenting hindquarters": 10,
"presenting partner": 2,
"presenting pussy": 6,
"prices": 2,
"primarina": 1,
"proboscidean": 1,
"proboscis \\(anatomy\\)": 1,
"prone bone": 1,
"prostate": 5,
"prostate orgasm": 4,
"prostate stimulation": 4,
"prostate with heart": 3,
"prosthetic": 2,
"prosthetic arm": 2,
"prosthetic limb": 2,
"prostitution": 15,
"public": 11,
"public exposure": 5,
"public humiliation": 3,
"public nudity": 3,
"public sex": 4,
"public use": 8,
"puckered anus": 1,
"puffy anus": 8,
"pull out": 1,
"pulling pants down": 1,
"pupils": 6,
"puro \\(changed\\)": 4,
"purple body": 4,
"purple eyes": 6,
"purple fur": 2,
"purple theme": 1,
"pussy": 119,
"pussy blush": 2,
"pussy ejaculation": 17,
"pussy ejaculation while penetrated": 8,
"pussy juice leaking": 2,
"pussy juice on penis": 10,
"pussy juice on tongue": 1,
"pussy juice string": 2,
"quadruped": 25,
"quadruple amputee": 3,
"quadruple amputee portal": 9,
"question mark": 2,
"questionable consent": 21,
"rabbit": 17,
"raboot": 1,
"raccoon dog": 3,
"raised clothing": 1,
"raised eyebrows": 1,
"raised inner eyebrows": 1,
"raised shirt": 1,
"raised tail": 9,
"raised topwear": 1,
"ralts": 1,
"rape": 26,
"rating_explicit": 191,
"rating_questionable": 6,
"rating_safe": 3,
"reach around": 1,
"rear view": 23,
"reclining": 1,
"recording": 1,
"red balls": 6,
"red blush": 1,
"red body": 7,
"red clothing": 2,
"red dress": 1,
"red eyes": 26,
"red fox": 6,
"red fur": 6,
"red hat": 1,
"red headwear": 1,
"red penis": 2,
"red perineum": 1,
"red sclera": 3,
"reddened butt": 1,
"reg \\(made in abyss\\)": 4,
"regional form \\(\\)": 7,
"renamon": 1,
"reptile": 1,
"restrained": 12,
"restrained arms": 1,
"restraints": 1,
"retracted foreskin": 6,
"reverse bunny costume": 1,
"reverse cowgirl position": 1,
"reverse forced oral": 1,
"reverse missionary position": 4,
"ribbons": 2,
"ridiculous fit": 1,
"riko \\(made in abyss\\)": 4,
"rimming": 3,
"rimming male": 1,
"ring piercing": 1,
"riolu": 3,
"robot": 5,
"rodent": 1,
"romantic": 3,
"romantic couple": 3,
"rouge the bat": 1,
"rough sex": 4,
"ruined reputation": 1,
"safe sex": 5,
"saliva": 70,
"saliva on penis": 5,
"saliva on tongue": 8,
"saliva string": 17,
"salivasweat": 1,
"sand": 1,
"sandwich \\(food\\)": 1,
"satisfied": 1,
"scalie": 5,
"scar": 1,
"scared": 1,
"scarf": 1,
"school": 5,
"school desk": 1,
"scorbunny": 1,
"scut tail": 3,
"sea": 1,
"seashell": 1,
"seaside": 5,
"seductive": 15,
"sega": 10,
"semi-anthro": 2,
"serpentine": 1,
"sex": 135,
"sex box": 5,
"sex education": 6,
"sex in car": 1,
"sex on the beach": 1,
"sex toy": 6,
"sex toy in ass": 1,
"sex toy in pussy": 1,
"sex toy insertion": 2,
"sexual abuse": 1,
"sexual barrier device": 13,
"sexual harassment": 1,
"shadow the hedgehog": 1,
"shaking": 16,
"sharing dildo": 1,
"sharing sex toy": 1,
"sharpedo": 1,
"sheath": 1,
"shell": 1,
"shih tzu": 1,
"shinx": 2,
"shiny": 1,
"shirt": 7,
"shirt lift": 3,
"shocked": 2,
"shoes": 3,
"short hair": 1,
"short tail": 3,
"shota": 26,
"shoulder blades": 1,
"shy": 1,
"side boob": 2,
"side view": 2,
"side-tie bikini": 2,
"side-tie clothing": 4,
"side-tie swimwear": 4,
"simple background": 12,
"simulated amputation": 12,
"simultaneous orgasms": 9,
"sitting": 7,
"sitting on lap": 1,
"size difference": 47,
"skimpy": 5,
"skimpy bikini": 3,
"skimpy bottomwear": 3,
"skimpy swimwear": 3,
"skimpy topwear": 3,
"skinny": 1,
"sky": 2,
"slap": 2,
"slightly chubby": 3,
"slightly chubby female": 1,
"slime": 1,
"sling bikini": 1,
"slit": 1,
"slit pupils": 1,
"small breasts": 17,
"small but hung": 7,
"small dom big sub": 1,
"small waist": 1,
"small wings": 1,
"smaller ambiguous": 1,
"smaller anthro": 2,
"smaller female": 26,
"smaller feral": 17,
"smaller humanoid": 1,
"smaller male": 6,
"smaller penetrated": 18,
"smaller raped": 1,
"smartphone": 1,
"smile": 26,
"snake": 1,
"snot": 1,
"snout": 2,
"snow leopard": 5,
"so i'm a spider so what": 1,
"socks": 4,
"socks \\(marking\\)": 1,
"soles": 16,
"solo": 11,
"solo focus": 80,
"son \\(lore\\)": 3,
"sonic the hedgehog": 2,
"sonic the hedgehog \\(series\\)": 10,
"sound effects": 2,
"spank marks": 3,
"spanking": 2,
"spasm": 1,
"spectrier": 1,
"speed lines": 1,
"spiked collar": 1,
"spikes": 1,
"spiral eyes": 8,
"spiral pupils": 1,
"spitroast": 7,
"spots": 2,
"spotted body": 1,
"spotted fur": 1,
"spotted markings": 2,
"spotted tail": 1,
"spread anus": 7,
"spread butt": 6,
"spread legs": 50,
"spread pussy": 18,
"spreading": 70,
"sprigatito": 3,
"squish": 1,
"standing": 1,
"star": 1,
"star eyes": 1,
"star polygon": 1,
"star print": 1,
"stare": 1,
"steam": 5,
"steamy breath": 1,
"stirrup socks": 1,
"streaming": 7,
"stretched pussy": 12,
"string bikini": 2,
"string bow": 1,
"striped bikini": 1,
"striped bikini bottom": 1,
"striped body": 1,
"striped clothing": 6,
"striped markings": 1,
"striped shirt": 3,
"striped swimwear": 1,
"striped tail": 1,
"striped topwear": 4,
"stripes": 9,
"stuck": 7,
"student": 4,
"studio trigger": 3,
"submerged": 1,
"submissive": 4,
"submissive anthro": 3,
"submissive female": 2,
"submissive male": 3,
"sucking": 3,
"suds": 1,
"surprise": 3,
"surprised expression": 1,
"suspension": 1,
"sweat": 114,
"sweatdrop": 10,
"sweaty anus": 1,
"sweaty balls": 2,
"sweaty body": 1,
"sweaty breasts": 1,
"sweaty butt": 2,
"sweaty face": 1,
"sweaty genitalia": 3,
"sweaty penis": 2,
"swim ring": 1,
"swimming pool": 1,
"swimwear": 10,
"swimwear aside": 3,
"switch": 1,
"sylveon": 17,
"symbol": 1,
"symbol-shaped pupils": 3,
"synchro machine": 1,
"table": 6,
"table lotus position": 1,
"tablecloth": 1,
"tail": 84,
"tail anus": 1,
"tail aside": 1,
"tail bite": 1,
"tail fetish": 1,
"tail fin": 1,
"tail grab": 4,
"tail hug": 2,
"tail in ass": 1,
"tail in mouth": 3,
"tail insertion": 1,
"tail markings": 5,
"tail nom": 1,
"tail orb": 1,
"tail play": 1,
"tail pull": 1,
"tail sex": 1,
"tail tuft": 1,
"take your pick": 8,
"taking turns": 1,
"tall image": 2,
"tan balls": 2,
"tan body": 11,
"tan countershading": 1,
"tan fur": 10,
"tan inner ear fluff": 1,
"tan penis": 2,
"tank top": 1,
"tanuki": 3,
"tapering penis": 1,
"teacher": 3,
"teacher and student": 3,
"tears": 101,
"tears of joy": 2,
"tears of pleasure": 11,
"technical incest": 4,
"teddy bear": 2,
"teeth": 39,
"text": 42,
"thick penis": 13,
"thick tail": 1,
"thick thighs": 12,
"thigh grab": 3,
"thigh highs": 2,
"thigh sex": 1,
"thinking with portals": 25,
"third party collage": 2,
"third-party edit": 3,
"thought bubble": 1,
"three-quarter portrait": 1,
"three-quarter view": 2,
"threesome": 8,
"throat swabbing": 4,
"throbbing penis": 1,
"through wall": 6,
"thrusting": 4,
"thumb in ass": 11,
"tied bikini": 1,
"tied clothing": 1,
"tiger": 8,
"tight fit": 17,
"time stop": 3,
"toddler": 1,
"toes": 17,
"tongue": 82,
"tongue out": 50,
"toony": 1,
"topwear": 12,
"toriel": 4,
"torn clothing": 1,
"torogao": 7,
"torso grab": 1,
"toy": 3,
"toy block": 1,
"toy dog": 1,
"toying partner": 2,
"toying self": 1,
"track jacket": 1,
"train position": 1,
"trance": 1,
"transformation": 1,
"translucent": 2,
"translucent hair": 2,
"tree": 1,
"tree stump": 1,
"tremble spikes": 1,
"trembling": 14,
"triangle bikini": 1,
"trio": 16,
"triple penetration": 1,
"true fox": 6,
"true musteline": 1,
"trunk \\(anatomy\\)": 1,
"trunk play": 1,
"trunk sex": 1,
"tsukino \\(monster hunter stories\\)": 1,
"tuft": 15,
"twitching": 1,
"two tone body": 4,
"two tone clothing": 3,
"two tone fur": 4,
"two tone shirt": 3,
"two tone tail": 1,
"two tone topwear": 3,
"two-footed footjob": 1,
"umbreon": 9,
"under boob": 5,
"undertale": 5,
"undertale \\(series\\)": 5,
"underwater": 1,
"underwear": 14,
"underwear around one leg": 4,
"underwear aside": 2,
"underwear down": 6,
"undressing": 1,
"unicorn": 1,
"uniform": 4,
"unusual pupils": 3,
"uraeus": 1,
"urethra": 6,
"used like a toy": 2,
"vaginal": 91,
"vaginal fingering": 3,
"vaginal fluids": 115,
"vaginal grip": 1,
"vaginal masturbation": 1,
"vaginal orgasm": 2,
"vaginal penetration": 87,
"vaginal tugging": 2,
"vaporeon": 8,
"vehicle": 1,
"vein": 16,
"veiny penis": 11,
"vest": 1,
"vibrator": 2,
"voluptuous": 1,
"vulpix": 8,
"wacan berry": 1,
"wailord": 1,
"waist grab": 2,
"water": 3,
"wearing condom": 8,
"wearing glasses": 2,
"wearing mask": 3,
"wet": 1,
"wet anus": 8,
"white anus": 1,
"white balls": 3,
"white body": 30,
"white clothing": 3,
"white dress shirt": 1,
"white eyes": 1,
"white fur": 26,
"white gloves": 1,
"white hair": 5,
"white handwear": 1,
"white panties": 1,
"white pawpads": 1,
"white penis": 1,
"white perineum": 3,
"white pupils": 1,
"white tail": 2,
"white underwear": 2,
"wide eyed": 5,
"wide hips": 8,
"wide image": 1,
"wide waist": 1,
"wings": 1,
"wingull": 1,
"worm's-eye view": 1,
"wrist grab": 3,
"yellow balls": 1,
"yellow body": 11,
"yellow clothing": 4,
"yellow eyes": 4,
"yellow fur": 8,
"yellow inner ear": 1,
"yellow panties": 2,
"yellow penis": 1,
"yellow perineum": 1,
"yellow sclera": 3,
"yellow shirt": 2,
"yellow topwear": 2,
"yellow underwear": 2,
"young": 73,
"young anthro": 66,
"young female": 42,
"young feral": 2,
"young human": 8,
"young humanoid": 3,
"young male": 20,
"young on young": 9,
"young penetrated": 20,
"young penetrating": 6,
"younger anthro": 2,
"younger female": 15,
"younger human": 1,
"younger male": 8,
"younger penetrated": 6,
"yuki \\(dagasi\\)": 5,
"zeraora": 1,
"zootopia": 7,
"zoroark": 1,
"zorua": 4
}
},
"ss_text_encoder_lr": 0.0001,
"ss_todo_factor": 2.0,
"ss_todo_max_downsample": 2,
"ss_total_batch_size": 96,
"ss_training_comment": null,
"ss_training_finished_at": 1710030869.9936364,
"ss_training_started_at": 1710006468.0440755,
"ss_unet_lr": 0.0001,
"ss_v2": false,
"ss_zero_terminal_snr": false,
"sshs_legacy_hash": "e597cef8",
"sshs_model_hash": "d764993e862974499fa56bf59fa727727a231a8c6a665feb573ebfe2db5ef588"
} |