{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## e621.net/e6ai.net JSON to `.txt` tags\n", "----\n", "\n", "This Python script is designed to process JSON files found within a specified directory and its subdirectories. Each JSON file is expected to contain data related to image posts, particularly sourced from online platforms such as image boards. The script parses these JSON files, extracts relevant information such as image URL, ratings, and tags, and generates caption files (`.txt`) based on this data.\n", "\n", "Here's a breakdown of what the script does:\n", "\n", "1. **Ignoring Tags**: The script defines a list of tags to be ignored during processing, such as \"hi res\", \"shaded\", etc.\n", "\n", "2. **Processing Files**: The `process_file` function is responsible for processing each JSON file. It reads the JSON data, extracts the URL of the image file, determines its rating, and extracts tags associated with the image.\n", "\n", "3. **Generating Caption File**: For each image, a caption file is generated with the same name as the image file but with a .txt extension. The rating of the image is written first, followed by processed tags.\n", "\n", "4. **Processing Tags**: Tags are processed to replace underscores with spaces and to handle special cases such as artist tags. Ignored tags are filtered out." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# Define tags to be ignored using regular expressions for exact matching\n", "ignored_tags = [r\"\\bblizzard entertainment\\b\", r\"\\bwarcraft\\b\",\n", " r\"(?:\\d{4})|(?:\\d+:\\d+)\",\n", " r\"\\bdetailed\\b\", r\"\\bwidescreen\\b\", r\"\\b4k\\b\",\n", " r\"\\babsurd res\\b\", r\"\\bhi res\\b\", r\"\\bshaded\\b\", r\"\\bdetailed\\b\",\n", " r\"\\btagme\\b\",\n", " r\"\\bdota\\b\",\n", " r\"\\bcreative commons\\b\", r\"\\bcc-by-nc-nd\\b\",\n", " r\"\\bsquare enix\\b\", r\"\\bfinal fantasy xiv\\b\", r\"\\bfinal fantasy\\b\",\n", " r\"\\bmythological canine\\b\", r\"\\basian mythology\\b\", r\"\\bmythological scalie\\b\",\n", " r\"\\bancient pokemon\\b\", r\"\\bmythological creature\\b\", r\"\\blegendary pokemon\\b\",\n", " r\"\\bfelis\\b\", r\"\\bfelid\\b\",\n", " r\"\\bsega\\b\",\n", " r\"\\bhasbro\\b\",\n", " r\"\\bzootopia\\b\",\n", " r\"\\bfive nights at freddy's\\b\",\n", " r\"\\beeveelution\\b\",\n", " r\"\\bdisney\\b\",\n", " r\"\\bmammal\\b\", r\"\\bcanis\\b\", r\"\\bcanine\\b\", r\"\\bcanid\\b\",\n", " r\"\\bdigimon\\b\", r\"\\bbandai namco\\b\",\n", " r\"\\bpokemon (species)\\b\",\n", " r\"\\bpal (species)\\b\",\n", " r\"\\bpokemon\\b\", r\"\\bnintendo\\b\",\n", " r\"\\\\bby conditional dnp\\\\b\",\n", " r\"\\\\bconditional dnp\\\\b\",\n", " r\"\\\\bconditional_dnp\\\\b\",\n", " r\"\\\\bby\\\\s+conditional\\\\s+dnp\\\\b\",\n", " r\"\\bgeneration\\s+\\d+\\s+pokemon\\b\",\n", "]" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
Processing file: E:\\training_dir\\35749.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\\u001b[0m\u001b[1;36m35749.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\cafef2e56850cb1b53f1e340b2ae0791.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anus, backlighting, black claws, black nose, black pawpads, black pussy, butt, │\n",
"│ cheek tuft, claws, day, ears up, facial tuft, female, fence, feral, flower, fluffy, fur, genitals, glistening, │\n",
"│ glistening genitalia, grass, green eyes, grey body, grey fur, inner ear fluff, light, long snout, looking at │\n",
"│ viewer, mouth closed, multicolored body, multicolored fur, outside, pawpads, pink anus, plant, presenting, │\n",
"│ presenting hindquarters, pussy, raised tail, rock, shrub, smile, snout, solo, spread legs, spreading, sunlight, │\n",
"│ three-quarter view, tuft, white body, white fur, y anus, blp, wolf, hi res, lighting │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\cafef2e56850cb1b53f1e340b2ae0791.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anus, backlighting, black claws, black nose, black pawpads, black pussy, butt, │\n",
"│ cheek tuft, claws, day, ears up, facial tuft, female, fence, feral, flower, fluffy, fur, genitals, glistening, │\n",
"│ glistening genitalia, grass, green eyes, grey body, grey fur, inner ear fluff, light, long snout, looking at │\n",
"│ viewer, mouth closed, multicolored body, multicolored fur, outside, pawpads, pink anus, plant, presenting, │\n",
"│ presenting hindquarters, pussy, raised tail, rock, shrub, smile, snout, solo, spread legs, spreading, sunlight, │\n",
"│ three-quarter view, tuft, white body, white fur, y anus, blp, wolf, hi res, lighting │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\35751.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\\u001b[0m\u001b[1;36m35751.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\33d67069c54b96e76baa8133be1bdbc3.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anthro, anus, black body, black claws, black fur, black hair, black nose, black │\n",
"│ pussy, breasts, butt, cheek tuft, claws, day, digitigrade, ears back, facial tuft, female, flower, fur, │\n",
"│ genitals, glowing, grass, green eyes, grey body, grey fur, hair, inner ear fluff, light, looking at viewer, │\n",
"│ looking back, looking back at viewer, lying, mouth closed, multicolored body, multicolored fur, on front, │\n",
"│ outside, pawpads, pink anus, pink pawpads, pivoted ears, plant, presenting, presenting hindquarters, pussy, │\n",
"│ raised tail, shrub, side boob, snow, solo, solo focus, spring, sunlight, three-quarter view, tree, tuft, white │\n",
"│ body, white fur, white hair, y anus, blp, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\33d67069c54b96e76baa8133be1bdbc3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anthro, anus, black body, black claws, black fur, black hair, black nose, black │\n",
"│ pussy, breasts, butt, cheek tuft, claws, day, digitigrade, ears back, facial tuft, female, flower, fur, │\n",
"│ genitals, glowing, grass, green eyes, grey body, grey fur, hair, inner ear fluff, light, looking at viewer, │\n",
"│ looking back, looking back at viewer, lying, mouth closed, multicolored body, multicolored fur, on front, │\n",
"│ outside, pawpads, pink anus, pink pawpads, pivoted ears, plant, presenting, presenting hindquarters, pussy, │\n",
"│ raised tail, shrub, side boob, snow, solo, solo focus, spring, sunlight, three-quarter view, tree, tuft, white │\n",
"│ body, white fur, white hair, y anus, blp, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\infinite_anal_beads\\1169667.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\infinite_anal_beads\\\u001b[0m\u001b[1;36m1169667.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\infinite_anal_beads\\5c3125b98e535f3eac0b5eeb1dac433d.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ abdominal bulge, all the way through, ambiguous threading, anal, anal bead pull, anal beads, anal beads in │\n",
"│ mouth, anal masturbation, anal penetration, anthro, ass to mouth, deep penetration, erection, eyewear, fur, │\n",
"│ genitals, glasses, grey background, hooves, horn, long anal beads, male, masturbating while penetrated, │\n",
"│ masturbation, neck bulge, nude, object in throat, oral, oral masturbation, oral penetration, penetration, │\n",
"│ penile, penile masturbation, penis, sex toy, sex toy fellatio, simple background, solo, threaded by beads, │\n",
"│ threaded by object, threaded by rope, threaded by sex toy, toying self, by dunstanmarshall, tommy │\n",
"│ \\(ssinister\\), antelope, bovid, gazelle, hi res, monochrome │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\infinite_anal_beads\\5c3125b98e535f3eac0b5eeb1dac433d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ abdominal bulge, all the way through, ambiguous threading, anal, anal bead pull, anal beads, anal beads in │\n",
"│ mouth, anal masturbation, anal penetration, anthro, ass to mouth, deep penetration, erection, eyewear, fur, │\n",
"│ genitals, glasses, grey background, hooves, horn, long anal beads, male, masturbating while penetrated, │\n",
"│ masturbation, neck bulge, nude, object in throat, oral, oral masturbation, oral penetration, penetration, │\n",
"│ penile, penile masturbation, penis, sex toy, sex toy fellatio, simple background, solo, threaded by beads, │\n",
"│ threaded by object, threaded by rope, threaded by sex toy, toying self, by dunstanmarshall, tommy │\n",
"│ \\(ssinister\\), antelope, bovid, gazelle, hi res, monochrome │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\infinite_anal_beads\\158177.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\infinite_anal_beads\\\u001b[0m\u001b[1;36m158177.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\infinite_anal_beads\\2c30f9d3c6643e9123adede6686e7995.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, all the way through, ambiguous threading, anal, anal beads, anthro, anus, backsack, balls, bodily │\n",
"│ fluids, butt, collar, cum, deep penetration, ear piercing, erection, extreme penetration, femboy, furgonomics, │\n",
"│ furry-specific piercing, genital fluids, genital piercing, genitals, guiche piercing, hooves, long anal beads, │\n",
"│ looking at viewer, looking back, looking back at viewer, male, nude, penetration, penis, penis piercing, │\n",
"│ piercing, prince albert piercing, raised tail, sex toy, simple background, solo, tail, tail piercing, text, │\n",
"│ threaded by beads, threaded by object, threaded by sex toy, tongue, white background, by ecmajor, santiago sara │\n",
"│ \\(ecmajor\\), camelid, guanaco, black and white, greyscale, monochrome, traditional media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\infinite_anal_beads\\2c30f9d3c6643e9123adede6686e7995.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, all the way through, ambiguous threading, anal, anal beads, anthro, anus, backsack, balls, bodily │\n",
"│ fluids, butt, collar, cum, deep penetration, ear piercing, erection, extreme penetration, femboy, furgonomics, │\n",
"│ furry-specific piercing, genital fluids, genital piercing, genitals, guiche piercing, hooves, long anal beads, │\n",
"│ looking at viewer, looking back, looking back at viewer, male, nude, penetration, penis, penis piercing, │\n",
"│ piercing, prince albert piercing, raised tail, sex toy, simple background, solo, tail, tail piercing, text, │\n",
"│ threaded by beads, threaded by object, threaded by sex toy, tongue, white background, by ecmajor, santiago sara │\n",
"│ \\(ecmajor\\), camelid, guanaco, black and white, greyscale, monochrome, traditional media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\infinite_anal_beads\\2682136.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\infinite_anal_beads\\\u001b[0m\u001b[1;36m2682136.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\infinite_anal_beads\\0fec4d98b576ed20c5969411156452f2.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all the way through, anal, anal beads, anal beads in mouth, anal penetration, anthro, anus, blue eyes, butt, │\n",
"│ deep penetration, dialogue, female, freckled butt, freckles, genitals, holding object, horn, infinite anal │\n",
"│ beads, kneeling, long anal beads, oral, oral penetration, oral threading, orange body, penetration, pussy, │\n",
"│ question mark, sex toy, simple background, solo, speech bubble, text, threaded by beads, threaded by object, │\n",
"│ threaded by sex toy, white background, by borvar, spoons \\(hunterkenchov\\), kobold, reptile, scalie, english │\n",
"│ text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\infinite_anal_beads\\0fec4d98b576ed20c5969411156452f2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all the way through, anal, anal beads, anal beads in mouth, anal penetration, anthro, anus, blue eyes, butt, │\n",
"│ deep penetration, dialogue, female, freckled butt, freckles, genitals, holding object, horn, infinite anal │\n",
"│ beads, kneeling, long anal beads, oral, oral penetration, oral threading, orange body, penetration, pussy, │\n",
"│ question mark, sex toy, simple background, solo, speech bubble, text, threaded by beads, threaded by object, │\n",
"│ threaded by sex toy, white background, by borvar, spoons \\(hunterkenchov\\), kobold, reptile, scalie, english │\n",
"│ text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\1013414.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m1013414.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\77ffac2de31de585b776b165a3afada6.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 toes, ambiguous gender, anus, backsack, balls, bestiality, blush, bodily fluids, butt, claws, cum, cum in │\n",
"│ pussy, cum inside, duo focus, erection, faceless character, faceless human, faceless male, feet, female, female │\n",
"│ on human, female penetrated, feral, feral penetrated, from front position, fur, genital fluids, genitals, │\n",
"│ group, hair, hindpaw, human on feral, human penetrating, human penetrating feral, humanoid genitalia, humanoid │\n",
"│ penis, interspecies, larger female, larger feral, lying, male, male/female, male on feral, male penetrating, │\n",
"│ male penetrating female, missionary position, nude, on back, open mouth, pawpads, paws, penetration, penile, │\n",
"│ penile penetration, penis, penis in pussy, perineum, plump labia, pussy, sex, size difference, smaller human, │\n",
"│ smaller male, soles, text, toe claws, toes, tongue, tongue out, vaginal, vaginal penetration, by lonbluewolf, │\n",
"│ mark trail, tom davis, bear, human, english text, monochrome, purple and white │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\77ffac2de31de585b776b165a3afada6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 toes, ambiguous gender, anus, backsack, balls, bestiality, blush, bodily fluids, butt, claws, cum, cum in │\n",
"│ pussy, cum inside, duo focus, erection, faceless character, faceless human, faceless male, feet, female, female │\n",
"│ on human, female penetrated, feral, feral penetrated, from front position, fur, genital fluids, genitals, │\n",
"│ group, hair, hindpaw, human on feral, human penetrating, human penetrating feral, humanoid genitalia, humanoid │\n",
"│ penis, interspecies, larger female, larger feral, lying, male, male/female, male on feral, male penetrating, │\n",
"│ male penetrating female, missionary position, nude, on back, open mouth, pawpads, paws, penetration, penile, │\n",
"│ penile penetration, penis, penis in pussy, perineum, plump labia, pussy, sex, size difference, smaller human, │\n",
"│ smaller male, soles, text, toe claws, toes, tongue, tongue out, vaginal, vaginal penetration, by lonbluewolf, │\n",
"│ mark trail, tom davis, bear, human, english text, monochrome, purple and white │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\1194850.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m1194850.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\6b4a9c072bf572bf4e74f5cca4ce662c.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 2 fingers, 3 toes, 5 fingers, animal genitalia, balls, bestiality, big dom small sub, black body, black hair, │\n",
"│ black scales, blush, bodily fluids, bottomless, cage, caged, captured, castle, cave, claws, cloaca, cloaca │\n",
"│ juice, cloacal, cloacal masturbation, cloacal penetration, clothed, clothing, coin, crouching, crown, dildo, │\n",
"│ dildo in cloaca, dildo sitting, dominant, dominant female, dominant feral, drawing, duo, erection, fangs, feet, │\n",
"│ female, female on human, female penetrated, feral, feral dominating human, feral penetrated, fingers, foreskin, │\n",
"│ genital fluids, genitals, gentle giant, gold \\(metal\\), gold coin, gold jewelry, hair, half-closed eyes, │\n",
"│ headgear, heart symbol, horizontal cloaca, human on feral, human penetrating, human penetrating feral, humanoid │\n",
"│ genitalia, humanoid hands, humanoid penis, inside, interspecies, jewelry, kidnapping, larger female, larger │\n",
"│ feral, larger penetrated, licking, male, male/female, male on feral, male penetrating, male penetrating female, │\n",
"│ masturbation, narrowed eyes, nude, open mouth, oral, oversized fellatio, oversized oral, partially retracted │\n",
"│ foreskin, penetration, penile, penis, penis lick, rope, saliva, scales, sex, sex toy, sex toy in cloaca, sex │\n",
"│ toy insertion, size difference, smaller human, smaller male, stalactite, tail, teeth, toes, tongue, tongue out, │\n",
"│ toying self, treasure, by etheross, european mythology, mythology, dragon, human, mythological creature, │\n",
"│ mythological scalie, scalie, western dragon, wyvern, absurd res, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\6b4a9c072bf572bf4e74f5cca4ce662c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 2 fingers, 3 toes, 5 fingers, animal genitalia, balls, bestiality, big dom small sub, black body, black hair, │\n",
"│ black scales, blush, bodily fluids, bottomless, cage, caged, captured, castle, cave, claws, cloaca, cloaca │\n",
"│ juice, cloacal, cloacal masturbation, cloacal penetration, clothed, clothing, coin, crouching, crown, dildo, │\n",
"│ dildo in cloaca, dildo sitting, dominant, dominant female, dominant feral, drawing, duo, erection, fangs, feet, │\n",
"│ female, female on human, female penetrated, feral, feral dominating human, feral penetrated, fingers, foreskin, │\n",
"│ genital fluids, genitals, gentle giant, gold \\(metal\\), gold coin, gold jewelry, hair, half-closed eyes, │\n",
"│ headgear, heart symbol, horizontal cloaca, human on feral, human penetrating, human penetrating feral, humanoid │\n",
"│ genitalia, humanoid hands, humanoid penis, inside, interspecies, jewelry, kidnapping, larger female, larger │\n",
"│ feral, larger penetrated, licking, male, male/female, male on feral, male penetrating, male penetrating female, │\n",
"│ masturbation, narrowed eyes, nude, open mouth, oral, oversized fellatio, oversized oral, partially retracted │\n",
"│ foreskin, penetration, penile, penis, penis lick, rope, saliva, scales, sex, sex toy, sex toy in cloaca, sex │\n",
"│ toy insertion, size difference, smaller human, smaller male, stalactite, tail, teeth, toes, tongue, tongue out, │\n",
"│ toying self, treasure, by etheross, european mythology, mythology, dragon, human, mythological creature, │\n",
"│ mythological scalie, scalie, western dragon, wyvern, absurd res, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\1553931.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m1553931.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\77cb287b6fe285b456ff8277a44a72ec.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, barefoot, bed, big butt, blue eyes, boxers \\(clothing\\), breasts, brown hair, butt, claws, clothed, │\n",
"│ clothed/nude, clothed male nude female, clothing, cuddling, daww, digitigrade, duo, fangs, feet, female, female │\n",
"│ on human, fluffy, fluffy hair, fur, furniture, glowing, glowing eyes, grey hair, hair, hindpaw, human on │\n",
"│ anthro, human on anthro romance, interspecies, larger anthro, larger female, love, male, male/female, male │\n",
"│ human, male on anthro, mane, mostly nude, muscular, muscular male, muzzle scabs, nude, nude female, on bed, │\n",
"│ patreon logo, patreon username, pawpads, paws, romantic, romantic couple, sharp teeth, size difference, smaller │\n",
"│ human, smaller male, smile, teeth, text, toe claws, toes, underwear, by patto, mythology, patreon, eleniel, │\n",
"│ keven, human, mythological creature, were, werecanid, werecanine, werewolf, wolf, english text, hi res, url │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\77cb287b6fe285b456ff8277a44a72ec.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, barefoot, bed, big butt, blue eyes, boxers \\(clothing\\), breasts, brown hair, butt, claws, clothed, │\n",
"│ clothed/nude, clothed male nude female, clothing, cuddling, daww, digitigrade, duo, fangs, feet, female, female │\n",
"│ on human, fluffy, fluffy hair, fur, furniture, glowing, glowing eyes, grey hair, hair, hindpaw, human on │\n",
"│ anthro, human on anthro romance, interspecies, larger anthro, larger female, love, male, male/female, male │\n",
"│ human, male on anthro, mane, mostly nude, muscular, muscular male, muzzle scabs, nude, nude female, on bed, │\n",
"│ patreon logo, patreon username, pawpads, paws, romantic, romantic couple, sharp teeth, size difference, smaller │\n",
"│ human, smaller male, smile, teeth, text, toe claws, toes, underwear, by patto, mythology, patreon, eleniel, │\n",
"│ keven, human, mythological creature, were, werecanid, werecanine, werewolf, wolf, english text, hi res, url │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\1613334.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m1613334.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\33fa579ebe18c6f5010c87b2711a1729.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big breasts, big penis, breasts, claws, duo, erection, faceless character, faceless human, faceless │\n",
"│ male, fellatio, female, female on human, genitals, hair, hand on leg, horn, human on anthro, humanoid │\n",
"│ genitalia, humanoid penis, interspecies, larger female, long tongue, male, male/female, male on anthro, │\n",
"│ membrane \\(anatomy\\), membranous wings, nude, oral, penile, penis, scales, sex, size difference, smaller male, │\n",
"│ tail, tongue, tongue out, tonguejob, white body, white scales, wings, by zaggatar, european mythology, │\n",
"│ mythology, selen \\(elisonous\\), dragon, human, mythological creature, mythological scalie, reptile, scalie, │\n",
"│ western dragon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\33fa579ebe18c6f5010c87b2711a1729.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big breasts, big penis, breasts, claws, duo, erection, faceless character, faceless human, faceless │\n",
"│ male, fellatio, female, female on human, genitals, hair, hand on leg, horn, human on anthro, humanoid │\n",
"│ genitalia, humanoid penis, interspecies, larger female, long tongue, male, male/female, male on anthro, │\n",
"│ membrane \\(anatomy\\), membranous wings, nude, oral, penile, penis, scales, sex, size difference, smaller male, │\n",
"│ tail, tongue, tongue out, tonguejob, white body, white scales, wings, by zaggatar, european mythology, │\n",
"│ mythology, selen \\(elisonous\\), dragon, human, mythological creature, mythological scalie, reptile, scalie, │\n",
"│ western dragon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\1920366.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m1920366.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\e7c801abf1716f639c27596735098df2.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, anthro, anthro penetrated, barefoot, beard, bed, bedroom, big breasts, biped, black inner pussy, black │\n",
"│ nipples, black pussy, blue eyes, blush, bodily fluids, breasts, caressing, claws, cum, cum in pussy, cum │\n",
"│ inside, duo, eyes closed, facial hair, feet, female, female on human, female penetrated, fireplace, from front │\n",
"│ position, fur, furniture, genital fluids, genitals, hair, hand holding, human on anthro, human penetrating, │\n",
"│ human penetrating anthro, humanoid genitalia, humanoid penis, humanoid pussy, indoor nudity, indoor sex, │\n",
"│ inside, interspecies, larger anthro, larger female, larger penetrated, looking pleasured, love, lying, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating female, missionary position, multicolored body, │\n",
"│ multicolored fur, multicolored pussy, multicolored tail, nipples, nude, on back, open mouth, orgasm, │\n",
"│ passionate, paws, penetration, penile, penile penetration, penis, penis in pussy, pillow, pussy, raised leg, │\n",
"│ romantic, romantic ambiance, romantic couple, sex, short hair, size difference, small dom big sub, smaller │\n",
"│ human, smaller male, spread legs, spreading, stubble, tail, teeth, thick thighs, toes, two tone pussy, vaginal, │\n",
"│ vaginal fluids, vaginal penetration, white body, white fur, by merrunz, mythology, eleniel, keven, human, │\n",
"│ mythological creature, were, werecanid, werecanine, werewolf, wolf, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\e7c801abf1716f639c27596735098df2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, anthro, anthro penetrated, barefoot, beard, bed, bedroom, big breasts, biped, black inner pussy, black │\n",
"│ nipples, black pussy, blue eyes, blush, bodily fluids, breasts, caressing, claws, cum, cum in pussy, cum │\n",
"│ inside, duo, eyes closed, facial hair, feet, female, female on human, female penetrated, fireplace, from front │\n",
"│ position, fur, furniture, genital fluids, genitals, hair, hand holding, human on anthro, human penetrating, │\n",
"│ human penetrating anthro, humanoid genitalia, humanoid penis, humanoid pussy, indoor nudity, indoor sex, │\n",
"│ inside, interspecies, larger anthro, larger female, larger penetrated, looking pleasured, love, lying, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating female, missionary position, multicolored body, │\n",
"│ multicolored fur, multicolored pussy, multicolored tail, nipples, nude, on back, open mouth, orgasm, │\n",
"│ passionate, paws, penetration, penile, penile penetration, penis, penis in pussy, pillow, pussy, raised leg, │\n",
"│ romantic, romantic ambiance, romantic couple, sex, short hair, size difference, small dom big sub, smaller │\n",
"│ human, smaller male, spread legs, spreading, stubble, tail, teeth, thick thighs, toes, two tone pussy, vaginal, │\n",
"│ vaginal fluids, vaginal penetration, white body, white fur, by merrunz, mythology, eleniel, keven, human, │\n",
"│ mythological creature, were, werecanid, werecanine, werewolf, wolf, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2191915.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2191915.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\d10167fff40766d27205601e5b5823fb.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ belly, belly squish, bestiality, biped, blush, bodily fluids, brown hair, cum, cum in pussy, cum in uterus, cum │\n",
"│ inside, death by snu snu, duo, embrace, erection, eyes closed, fangs, female, female on human, female on top, │\n",
"│ female penetrated, feral, feral penetrated, from front position, genital fluids, genitals, hair, horn, hug, │\n",
"│ human on feral, human penetrating, human penetrating female, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, internal, interspecies, larger female, larger feral, larger penetrated, looking pleasured, │\n",
"│ lying, male, male/female, male on feral, male penetrating, male penetrating female, male penetrating feral, │\n",
"│ membrane \\(anatomy\\), membranous wings, narrowed eyes, on back, on top, open mouth, orgasm, paws, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, pussy, reverse missionary position, rock, saliva, sex, short │\n",
"│ hair, size difference, smaller human, smaller male, spread legs, spread wings, spreading, squish, tail, │\n",
"│ tailbutt, teeth, uterus, vaginal, vaginal penetration, wings, by conditional dnp, by pikajota, european │\n",
"│ mythology, mythology, blue dragoness \\(pikajota\\), dragon, human, mythological creature, mythological scalie, │\n",
"│ scalie, western dragon, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\d10167fff40766d27205601e5b5823fb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ belly, belly squish, bestiality, biped, blush, bodily fluids, brown hair, cum, cum in pussy, cum in uterus, cum │\n",
"│ inside, death by snu snu, duo, embrace, erection, eyes closed, fangs, female, female on human, female on top, │\n",
"│ female penetrated, feral, feral penetrated, from front position, genital fluids, genitals, hair, horn, hug, │\n",
"│ human on feral, human penetrating, human penetrating female, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, internal, interspecies, larger female, larger feral, larger penetrated, looking pleasured, │\n",
"│ lying, male, male/female, male on feral, male penetrating, male penetrating female, male penetrating feral, │\n",
"│ membrane \\(anatomy\\), membranous wings, narrowed eyes, on back, on top, open mouth, orgasm, paws, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, pussy, reverse missionary position, rock, saliva, sex, short │\n",
"│ hair, size difference, smaller human, smaller male, spread legs, spread wings, spreading, squish, tail, │\n",
"│ tailbutt, teeth, uterus, vaginal, vaginal penetration, wings, by conditional dnp, by pikajota, european │\n",
"│ mythology, mythology, blue dragoness \\(pikajota\\), dragon, human, mythological creature, mythological scalie, │\n",
"│ scalie, western dragon, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2338143.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2338143.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\1be1bcf3ca0aad56749dd400f90de209.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, animal genitalia, animal penis, anthro, anthro on anthro, balls, big penis, blonde hair, bodily │\n",
"│ fluids, breasts, chest tuft, child, cum, cum on leg, cum on navel, cumshot, dark nipples, darkened genitalia, │\n",
"│ darkened penis, darkened pussy, ejaculation, equine genitalia, equine penis, erection, eyes closed, female, │\n",
"│ genital fluids, genitals, group, group sex, hair, handjob, kiss on lips, kissing, larger female, long penis, │\n",
"│ looking pleasured, male, male/female, masturbation, medium breasts, mmf, mmf threesome, nipples, nude, older │\n",
"│ female, one eye closed, orgasm, penile, penile masturbation, penis, purple background, pussy, sex, simple │\n",
"│ background, sitting, size difference, small but hung, smaller male, threesome, trio, tuft, young, young anthro, │\n",
"│ younger male, by iztli, andrew doorbell, jimmy doorbell, jolene doorbell, equid, equine, horse, digital media │\n",
"│ \\(artwork\\), hi res, incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), │\n",
"│ parent \\(lore\\), parent and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\1be1bcf3ca0aad56749dd400f90de209.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, animal genitalia, animal penis, anthro, anthro on anthro, balls, big penis, blonde hair, bodily │\n",
"│ fluids, breasts, chest tuft, child, cum, cum on leg, cum on navel, cumshot, dark nipples, darkened genitalia, │\n",
"│ darkened penis, darkened pussy, ejaculation, equine genitalia, equine penis, erection, eyes closed, female, │\n",
"│ genital fluids, genitals, group, group sex, hair, handjob, kiss on lips, kissing, larger female, long penis, │\n",
"│ looking pleasured, male, male/female, masturbation, medium breasts, mmf, mmf threesome, nipples, nude, older │\n",
"│ female, one eye closed, orgasm, penile, penile masturbation, penis, purple background, pussy, sex, simple │\n",
"│ background, sitting, size difference, small but hung, smaller male, threesome, trio, tuft, young, young anthro, │\n",
"│ younger male, by iztli, andrew doorbell, jimmy doorbell, jolene doorbell, equid, equine, horse, digital media │\n",
"│ \\(artwork\\), hi res, incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), │\n",
"│ parent \\(lore\\), parent and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2341532.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2341532.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\723798b786586fcc334ec73fceb65c6a.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, 621 \\(number\\), accessory, anthro, anthro penetrated, arm on leg, arm on thigh, barn, bell, bell │\n",
"│ collar, belt, bent arm, bent legs, bent over, big breasts, blush, bodily fluids, body part in mouth, │\n",
"│ bottomwear, bottomwear down, bow \\(feature\\), bow accessory, bow ribbon, breasts, breath, butt, butt from the │\n",
"│ front, carving, chalk, chalkboard, clothed, clothed/nude, clothed male nude female, clothing, cloven hooves, │\n",
"│ collar, container, cowbell, crate, denim, denim bottomwear, denim clothing, digit ring, drooling, duo, │\n",
"│ erection, extended arm, faceless character, faceless human, faceless male, fellatio, female, female on human, │\n",
"│ female penetrated, finger ring, fingers, floor, footwear, freckles, furgonomics, genital fluids, genitals, │\n",
"│ glistening, glistening body, gold ring, green eyes, half-closed eyes, hand on another's head, hand on head, │\n",
"│ hand on knee, hand on leg, hand on own knee, hand on own leg, hanging breasts, hay, hay bale, head grab, heart │\n",
"│ symbol, height assist, holding knee, holding leg, hooves, horizontal pupils, horn, human on anthro, human │\n",
"│ penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, husband and wife, information board, │\n",
"│ inside, interspecies, jeans, jewelry, knock-kneed, larger female, larger penetrated, legwear, light bulb, love │\n",
"│ carving, male, male/female, male on anthro, male penetrating, male penetrating female, married couple, narrowed │\n",
"│ eyes, nipples, nude, on box, on container, on crate, onomatopoeia, oral, oral penetration, outstretched arm, │\n",
"│ pants, pants down, partially clothed, penetration, penile, penile penetration, penis, penis in mouth, │\n",
"│ plantigrade, pupils, pussy juice puddle, ribbons, ring, ring \\(jewelry\\), saliva, sex, shirt, side view, size │\n",
"│ difference, smaller male, socks, sound effects, standing, standing sex, tail, tail accessory, tail bow, tail │\n",
"│ ribbon, tail tuft, text, tongue, tongue out, topwear, tuft, vaginal fluids, wedding ring, white clothing, white │\n",
"│ horn, white shirt, white topwear, wood, wood floor, by photonoko, bovid, bovine, cattle, human, absurd res, │\n",
"│ digital media \\(artwork\\), digital painting \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\723798b786586fcc334ec73fceb65c6a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, 621 \\(number\\), accessory, anthro, anthro penetrated, arm on leg, arm on thigh, barn, bell, bell │\n",
"│ collar, belt, bent arm, bent legs, bent over, big breasts, blush, bodily fluids, body part in mouth, │\n",
"│ bottomwear, bottomwear down, bow \\(feature\\), bow accessory, bow ribbon, breasts, breath, butt, butt from the │\n",
"│ front, carving, chalk, chalkboard, clothed, clothed/nude, clothed male nude female, clothing, cloven hooves, │\n",
"│ collar, container, cowbell, crate, denim, denim bottomwear, denim clothing, digit ring, drooling, duo, │\n",
"│ erection, extended arm, faceless character, faceless human, faceless male, fellatio, female, female on human, │\n",
"│ female penetrated, finger ring, fingers, floor, footwear, freckles, furgonomics, genital fluids, genitals, │\n",
"│ glistening, glistening body, gold ring, green eyes, half-closed eyes, hand on another's head, hand on head, │\n",
"│ hand on knee, hand on leg, hand on own knee, hand on own leg, hanging breasts, hay, hay bale, head grab, heart │\n",
"│ symbol, height assist, holding knee, holding leg, hooves, horizontal pupils, horn, human on anthro, human │\n",
"│ penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, husband and wife, information board, │\n",
"│ inside, interspecies, jeans, jewelry, knock-kneed, larger female, larger penetrated, legwear, light bulb, love │\n",
"│ carving, male, male/female, male on anthro, male penetrating, male penetrating female, married couple, narrowed │\n",
"│ eyes, nipples, nude, on box, on container, on crate, onomatopoeia, oral, oral penetration, outstretched arm, │\n",
"│ pants, pants down, partially clothed, penetration, penile, penile penetration, penis, penis in mouth, │\n",
"│ plantigrade, pupils, pussy juice puddle, ribbons, ring, ring \\(jewelry\\), saliva, sex, shirt, side view, size │\n",
"│ difference, smaller male, socks, sound effects, standing, standing sex, tail, tail accessory, tail bow, tail │\n",
"│ ribbon, tail tuft, text, tongue, tongue out, topwear, tuft, vaginal fluids, wedding ring, white clothing, white │\n",
"│ horn, white shirt, white topwear, wood, wood floor, by photonoko, bovid, bovine, cattle, human, absurd res, │\n",
"│ digital media \\(artwork\\), digital painting \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2341534.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2341534.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\f6045c5d589fe4df20d12a37e9a28673.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, 621 \\(number\\), accessory, anthro, anthro penetrated, arm on leg, arm on thigh, barn, bell, bell │\n",
"│ collar, belt, bent arm, bent legs, bent over, big breasts, blush, bodily fluids, body part in mouth, │\n",
"│ bottomwear, bottomwear down, bow \\(feature\\), bow accessory, bow ribbon, breasts, breath, butt, butt from the │\n",
"│ front, carving, chalk, chalkboard, clothed, clothed/nude, clothed male nude female, clothing, cloven hooves, │\n",
"│ collar, container, cowbell, crate, cum, cum in mouth, cum inside, denim, denim bottomwear, denim clothing, │\n",
"│ digit ring, drinking, drinking cum, drooling, duo, ejaculation, erection, extended arm, eyes closed, faceless │\n",
"│ character, faceless human, faceless male, fellatio, female, female on human, female penetrated, finger ring, │\n",
"│ fingers, floor, footwear, freckles, furgonomics, genital fluids, genitals, glistening, glistening body, gold │\n",
"│ ring, hand on another's head, hand on head, hand on knee, hand on leg, hand on own knee, hand on own leg, │\n",
"│ hanging breasts, hay, hay bale, head grab, heart symbol, height assist, holding knee, holding leg, hooves, │\n",
"│ horn, human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, │\n",
"│ information board, inside, interspecies, jeans, jewelry, knock-kneed, larger anthro, larger female, larger │\n",
"│ penetrated, legwear, light bulb, love carving, male, male/female, male on anthro, male penetrating, male │\n",
"│ penetrating female, married couple, nipples, nude, nude female, on box, on container, on crate, onomatopoeia, │\n",
"│ oral, oral penetration, orgasm, outstretched arm, pants, pants down, partially clothed, penetration, penile, │\n",
"│ penile penetration, penis, penis in mouth, plantigrade, pussy juice puddle, ribbons, ring, ring \\(jewelry\\), │\n",
"│ saliva, sex, shirt, side view, size difference, smaller human, smaller male, socks, sound effects, standing, │\n",
"│ standing sex, swallowing, tail, tail accessory, tail bow, tail ribbon, tail tuft, text, tongue, tongue out, │\n",
"│ topwear, tuft, vaginal fluids, wedding ring, white clothing, white horn, white shirt, white topwear, wood, wood │\n",
"│ floor, by photonoko, bovid, bovine, cattle, human, absurd res, digital media \\(artwork\\), digital painting │\n",
"│ \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\f6045c5d589fe4df20d12a37e9a28673.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, 621 \\(number\\), accessory, anthro, anthro penetrated, arm on leg, arm on thigh, barn, bell, bell │\n",
"│ collar, belt, bent arm, bent legs, bent over, big breasts, blush, bodily fluids, body part in mouth, │\n",
"│ bottomwear, bottomwear down, bow \\(feature\\), bow accessory, bow ribbon, breasts, breath, butt, butt from the │\n",
"│ front, carving, chalk, chalkboard, clothed, clothed/nude, clothed male nude female, clothing, cloven hooves, │\n",
"│ collar, container, cowbell, crate, cum, cum in mouth, cum inside, denim, denim bottomwear, denim clothing, │\n",
"│ digit ring, drinking, drinking cum, drooling, duo, ejaculation, erection, extended arm, eyes closed, faceless │\n",
"│ character, faceless human, faceless male, fellatio, female, female on human, female penetrated, finger ring, │\n",
"│ fingers, floor, footwear, freckles, furgonomics, genital fluids, genitals, glistening, glistening body, gold │\n",
"│ ring, hand on another's head, hand on head, hand on knee, hand on leg, hand on own knee, hand on own leg, │\n",
"│ hanging breasts, hay, hay bale, head grab, heart symbol, height assist, holding knee, holding leg, hooves, │\n",
"│ horn, human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, │\n",
"│ information board, inside, interspecies, jeans, jewelry, knock-kneed, larger anthro, larger female, larger │\n",
"│ penetrated, legwear, light bulb, love carving, male, male/female, male on anthro, male penetrating, male │\n",
"│ penetrating female, married couple, nipples, nude, nude female, on box, on container, on crate, onomatopoeia, │\n",
"│ oral, oral penetration, orgasm, outstretched arm, pants, pants down, partially clothed, penetration, penile, │\n",
"│ penile penetration, penis, penis in mouth, plantigrade, pussy juice puddle, ribbons, ring, ring \\(jewelry\\), │\n",
"│ saliva, sex, shirt, side view, size difference, smaller human, smaller male, socks, sound effects, standing, │\n",
"│ standing sex, swallowing, tail, tail accessory, tail bow, tail ribbon, tail tuft, text, tongue, tongue out, │\n",
"│ topwear, tuft, vaginal fluids, wedding ring, white clothing, white horn, white shirt, white topwear, wood, wood │\n",
"│ floor, by photonoko, bovid, bovine, cattle, human, absurd res, digital media \\(artwork\\), digital painting │\n",
"│ \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2374401.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2374401.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\3fccd16c0aaa38bb5e173f51650c003c.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, biped, black border, blush, bodily fluids, border, breasts, brown hair, cervical │\n",
"│ penetration, claws, cum, cum in uterus, cum inside, dialogue, digitigrade, dominant, dominant female, duo, │\n",
"│ embrace, erection, extreme french kiss, eyes closed, face in breasts, female, female on human, female on top, │\n",
"│ female penetrated, french kissing, from front position, furniture, genital fluids, genitals, gentle femdom, │\n",
"│ green eyes, hair, head between breasts, head crest, head in mouth, heart symbol, horn, hug, hugging during sex, │\n",
"│ human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, insemination │\n",
"│ request, internal, interspecies, kissing, kissing during sex, larger anthro, larger female, larger penetrated, │\n",
"│ looking pleasured, male, male/female, male on anthro, male on bottom, male penetrating, male penetrating │\n",
"│ female, mastery position, on bottom, on top, orgasm, paws, penetration, penile, penile penetration, penis, │\n",
"│ penis in pussy, power bottom, pussy, pussy juice on leg, pussy juice puddle, red body, sex, sharp teeth, size │\n",
"│ difference, size play, smaller human, smaller male, smile, spread legs, spreading, tail, tailbutt, teeth, text, │\n",
"│ toe claws, uterus, vaginal, vaginal fluids, vaginal penetration, by conditional dnp, by pikajota, angels with │\n",
"│ scaly wings, mythology, anna \\(angels with scaly wings\\), dragon, human, mythological creature, mythological │\n",
"│ scalie, reptile, scalie, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\3fccd16c0aaa38bb5e173f51650c003c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, biped, black border, blush, bodily fluids, border, breasts, brown hair, cervical │\n",
"│ penetration, claws, cum, cum in uterus, cum inside, dialogue, digitigrade, dominant, dominant female, duo, │\n",
"│ embrace, erection, extreme french kiss, eyes closed, face in breasts, female, female on human, female on top, │\n",
"│ female penetrated, french kissing, from front position, furniture, genital fluids, genitals, gentle femdom, │\n",
"│ green eyes, hair, head between breasts, head crest, head in mouth, heart symbol, horn, hug, hugging during sex, │\n",
"│ human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid penis, insemination │\n",
"│ request, internal, interspecies, kissing, kissing during sex, larger anthro, larger female, larger penetrated, │\n",
"│ looking pleasured, male, male/female, male on anthro, male on bottom, male penetrating, male penetrating │\n",
"│ female, mastery position, on bottom, on top, orgasm, paws, penetration, penile, penile penetration, penis, │\n",
"│ penis in pussy, power bottom, pussy, pussy juice on leg, pussy juice puddle, red body, sex, sharp teeth, size │\n",
"│ difference, size play, smaller human, smaller male, smile, spread legs, spreading, tail, tailbutt, teeth, text, │\n",
"│ toe claws, uterus, vaginal, vaginal fluids, vaginal penetration, by conditional dnp, by pikajota, angels with │\n",
"│ scaly wings, mythology, anna \\(angels with scaly wings\\), dragon, human, mythological creature, mythological │\n",
"│ scalie, reptile, scalie, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2578465.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2578465.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\83b966c52cfc9d7a8596f09816be5ea2.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ amazon position, balls, bestiality, big dom small sub, biped, blush, bodily fluids, cervical penetration, │\n",
"│ claws, cum, cum in pussy, cum in uterus, cum inside, dominant, dominant female, dominant feral, drooling, duo, │\n",
"│ ejaculation, female, female on human, female on top, female penetrated, feral, feral dominating human, feral │\n",
"│ dominating male, feral penetrated, from front position, genital fluids, genitals, happy, human on feral, human │\n",
"│ penetrating, human penetrating feral, humanoid genitalia, humanoid penis, internal, interspecies, larger │\n",
"│ female, larger feral, larger penetrated, looking back, looking pleasured, lying, male, male/female, male on │\n",
"│ feral, male penetrating, male penetrating female, male penetrating feral, on back, on top, open mouth, paws, │\n",
"│ penetration, penile, penile penetration, penis, penis in pussy, pinned, pussy, reverse missionary position, │\n",
"│ saliva, saliva on tongue, sex, sharp teeth, size difference, smaller human, smaller male, submissive, │\n",
"│ submissive human, submissive male, tail, tailbutt, teeth, text, toe claws, uterus, vaginal, vaginal fluids, │\n",
"│ vaginal penetration, by conditional dnp, by pikajota, capcom, monster hunter, fanged wyvern, human, odogaron, │\n",
"│ reptile, scalie, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\83b966c52cfc9d7a8596f09816be5ea2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ amazon position, balls, bestiality, big dom small sub, biped, blush, bodily fluids, cervical penetration, │\n",
"│ claws, cum, cum in pussy, cum in uterus, cum inside, dominant, dominant female, dominant feral, drooling, duo, │\n",
"│ ejaculation, female, female on human, female on top, female penetrated, feral, feral dominating human, feral │\n",
"│ dominating male, feral penetrated, from front position, genital fluids, genitals, happy, human on feral, human │\n",
"│ penetrating, human penetrating feral, humanoid genitalia, humanoid penis, internal, interspecies, larger │\n",
"│ female, larger feral, larger penetrated, looking back, looking pleasured, lying, male, male/female, male on │\n",
"│ feral, male penetrating, male penetrating female, male penetrating feral, on back, on top, open mouth, paws, │\n",
"│ penetration, penile, penile penetration, penis, penis in pussy, pinned, pussy, reverse missionary position, │\n",
"│ saliva, saliva on tongue, sex, sharp teeth, size difference, smaller human, smaller male, submissive, │\n",
"│ submissive human, submissive male, tail, tailbutt, teeth, text, toe claws, uterus, vaginal, vaginal fluids, │\n",
"│ vaginal penetration, by conditional dnp, by pikajota, capcom, monster hunter, fanged wyvern, human, odogaron, │\n",
"│ reptile, scalie, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2640899.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2640899.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\ae8642e8a1b755b81b88b2f667ce2057.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, abs, afternoon, ahoge, anthro, areola, bangs, bench, big breasts, blush, bodily fluids, bottomwear, │\n",
"│ bottomwear down, breast grab, breast squeeze, breast squish, breasts, breath, brick wall, brown hair, building, │\n",
"│ claws, clothed, clothing, clothing aside, contact onomatopoeia, denim, denim bottomwear, denim clothing, │\n",
"│ dialogue, duo focus, exhibitionism, eye contact, eyebrow through hair, eyebrows, female, female on human, │\n",
"│ fence, fingering, fingering partner, fingers, freckles, french kissing, genital fluids, genitals, group, hair, │\n",
"│ half-closed eyes, hand on breast, handjob, heart symbol, huge breasts, human on anthro, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, jacket, jeans, kemono, kissing, larger female, leaf, long hair, long sleeves, │\n",
"│ looking at another, looking pleasured, male, male/female, male on anthro, moan, muscular, muscular anthro, │\n",
"│ muscular female, mutual masturbation, narrowed eyes, nipples, on bench, onomatopoeia, outdoor nudity, outside, │\n",
"│ outside sex, pale skin, panties, panties aside, panting, pants, pants down, partially clothed, penile, penis, │\n",
"│ plant, precum, pubes, public, public nudity, public sex, purple body, purple skin, pussy, romantic, romantic │\n",
"│ ambiance, saliva, sex, sitting, size difference, smaller male, sound effects, spread legs, spreading, │\n",
"│ squeezing, squish, stealth sex, sweat, text, tongue, topwear, torn bottomwear, torn clothing, translucent, │\n",
"│ translucent hair, tree, underwear, underwear aside, vaginal, vaginal fingering, vaginal fluids, wall │\n",
"│ \\(structure\\), yellow sclera, by sskomu, deltarune, mythology, undertale \\(series\\), catti \\(deltarune\\), kris │\n",
"│ \\(deltarune\\), noelle holiday, susie \\(deltarune\\), dinosaur, dragon, human, mythological creature, │\n",
"│ mythological scalie, reptile, scalie, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\ae8642e8a1b755b81b88b2f667ce2057.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, abs, afternoon, ahoge, anthro, areola, bangs, bench, big breasts, blush, bodily fluids, bottomwear, │\n",
"│ bottomwear down, breast grab, breast squeeze, breast squish, breasts, breath, brick wall, brown hair, building, │\n",
"│ claws, clothed, clothing, clothing aside, contact onomatopoeia, denim, denim bottomwear, denim clothing, │\n",
"│ dialogue, duo focus, exhibitionism, eye contact, eyebrow through hair, eyebrows, female, female on human, │\n",
"│ fence, fingering, fingering partner, fingers, freckles, french kissing, genital fluids, genitals, group, hair, │\n",
"│ half-closed eyes, hand on breast, handjob, heart symbol, huge breasts, human on anthro, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, jacket, jeans, kemono, kissing, larger female, leaf, long hair, long sleeves, │\n",
"│ looking at another, looking pleasured, male, male/female, male on anthro, moan, muscular, muscular anthro, │\n",
"│ muscular female, mutual masturbation, narrowed eyes, nipples, on bench, onomatopoeia, outdoor nudity, outside, │\n",
"│ outside sex, pale skin, panties, panties aside, panting, pants, pants down, partially clothed, penile, penis, │\n",
"│ plant, precum, pubes, public, public nudity, public sex, purple body, purple skin, pussy, romantic, romantic │\n",
"│ ambiance, saliva, sex, sitting, size difference, smaller male, sound effects, spread legs, spreading, │\n",
"│ squeezing, squish, stealth sex, sweat, text, tongue, topwear, torn bottomwear, torn clothing, translucent, │\n",
"│ translucent hair, tree, underwear, underwear aside, vaginal, vaginal fingering, vaginal fluids, wall │\n",
"│ \\(structure\\), yellow sclera, by sskomu, deltarune, mythology, undertale \\(series\\), catti \\(deltarune\\), kris │\n",
"│ \\(deltarune\\), noelle holiday, susie \\(deltarune\\), dinosaur, dragon, human, mythological creature, │\n",
"│ mythological scalie, reptile, scalie, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2660794.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2660794.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\51d9fb30cdeb76614d8063dea88f732a.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ ambiguous penetration, anthro, areola, armwear, balls, bed, being watched, big breasts, bodily fluids, breasts, │\n",
"│ camera, cheek tuft, claws, clothed, clothing, collar, cuckquean, cum, cum inside, dominant, dominant female, │\n",
"│ ear piercing, ear ring, elbow gloves, facial tuft, female, from front position, furniture, genital fluids, │\n",
"│ genitals, gloves, group, handwear, horn, in heat, interspecies, larger anthro, larger female, legwear, looking │\n",
"│ at another, looking pleasured, lying, male, male/female, missionary position, mostly nude, nipple piercing, │\n",
"│ nipples, nude, on back, on bed, orgasm, orgasm face, pawpads, penetration, piercing, pink areola, pink nipples, │\n",
"│ profanity, recording, ring piercing, sex, sharp teeth, size difference, smaller male, spiked collar, spikes, │\n",
"│ spread legs, spreading, stockings, sweat, teeth, text, tuft, by hermit moth, helluva boss, mythology, loona │\n",
"│ \\(helluva boss\\), millie \\(helluva boss\\), moxxie \\(helluva boss\\), demon, hellhound, imp, mythological │\n",
"│ creature, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\51d9fb30cdeb76614d8063dea88f732a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ ambiguous penetration, anthro, areola, armwear, balls, bed, being watched, big breasts, bodily fluids, breasts, │\n",
"│ camera, cheek tuft, claws, clothed, clothing, collar, cuckquean, cum, cum inside, dominant, dominant female, │\n",
"│ ear piercing, ear ring, elbow gloves, facial tuft, female, from front position, furniture, genital fluids, │\n",
"│ genitals, gloves, group, handwear, horn, in heat, interspecies, larger anthro, larger female, legwear, looking │\n",
"│ at another, looking pleasured, lying, male, male/female, missionary position, mostly nude, nipple piercing, │\n",
"│ nipples, nude, on back, on bed, orgasm, orgasm face, pawpads, penetration, piercing, pink areola, pink nipples, │\n",
"│ profanity, recording, ring piercing, sex, sharp teeth, size difference, smaller male, spiked collar, spikes, │\n",
"│ spread legs, spreading, stockings, sweat, teeth, text, tuft, by hermit moth, helluva boss, mythology, loona │\n",
"│ \\(helluva boss\\), millie \\(helluva boss\\), moxxie \\(helluva boss\\), demon, hellhound, imp, mythological │\n",
"│ creature, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2739650.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2739650.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\47a4ea1edeb61dddbbe02a34afd7845e.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, animal genitalia, animal penis, anthro, anthro on feral, anthro penetrated, balls, bestiality, blurred │\n",
"│ foreground, blush, bodily fluids, bottomless, bouncing breasts, breasts, breath, canon x oc, chair position, │\n",
"│ cheek tuft, choker, claws, clitoral hood, clitoris, clothed, clothing, countershade torso, countershading, cum, │\n",
"│ cum drip, cum in pussy, cum inside, cum on balls, cum on penis, digitigrade, dripping, duo, erection, │\n",
"│ eyelashes, eyes closed, facial tuft, feet, female, female on feral, female on top, female penetrated, feral, │\n",
"│ feral penetrating, feral penetrating anthro, feral penetrating female, finger claws, forest, from behind │\n",
"│ position, front view, genital fluids, genitals, grabbing both legs, grabbing both thighs, grass, heart symbol, │\n",
"│ interspecies, jewelry, knot, larger female, leaking cum, looking at another, male, male/female, male on anthro, │\n",
"│ male on bottom, male penetrating, male penetrating female, mostly nude, multi tail, necklace, nipples, on │\n",
"│ bottom, on top, outside, outside sex, pawpads, penetration, penile, penile penetration, penis, penis in pussy, │\n",
"│ plant, pokephilia, pussy, reverse cowgirl position, sex, size difference, smaller male, smile, spread legs, │\n",
"│ spreading, tail, toe claws, toes, tree, tuft, vaginal, vaginal penetration, veil, by castitas, ember │\n",
"│ \\(elitetheespeon\\), fan character, maid marian, fox, red fox, true fox, vulpix, crossover, digital media │\n",
"│ \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\47a4ea1edeb61dddbbe02a34afd7845e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, animal genitalia, animal penis, anthro, anthro on feral, anthro penetrated, balls, bestiality, blurred │\n",
"│ foreground, blush, bodily fluids, bottomless, bouncing breasts, breasts, breath, canon x oc, chair position, │\n",
"│ cheek tuft, choker, claws, clitoral hood, clitoris, clothed, clothing, countershade torso, countershading, cum, │\n",
"│ cum drip, cum in pussy, cum inside, cum on balls, cum on penis, digitigrade, dripping, duo, erection, │\n",
"│ eyelashes, eyes closed, facial tuft, feet, female, female on feral, female on top, female penetrated, feral, │\n",
"│ feral penetrating, feral penetrating anthro, feral penetrating female, finger claws, forest, from behind │\n",
"│ position, front view, genital fluids, genitals, grabbing both legs, grabbing both thighs, grass, heart symbol, │\n",
"│ interspecies, jewelry, knot, larger female, leaking cum, looking at another, male, male/female, male on anthro, │\n",
"│ male on bottom, male penetrating, male penetrating female, mostly nude, multi tail, necklace, nipples, on │\n",
"│ bottom, on top, outside, outside sex, pawpads, penetration, penile, penile penetration, penis, penis in pussy, │\n",
"│ plant, pokephilia, pussy, reverse cowgirl position, sex, size difference, smaller male, smile, spread legs, │\n",
"│ spreading, tail, toe claws, toes, tree, tuft, vaginal, vaginal penetration, veil, by castitas, ember │\n",
"│ \\(elitetheespeon\\), fan character, maid marian, fox, red fox, true fox, vulpix, crossover, digital media │\n",
"│ \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2790955.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2790955.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\d77577987ad546a3dd3f23559c0fb31e.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anus, bestiality, big penis, blonde hair, blush, clothing, cowboy hat, │\n",
"│ dominant, dominant female, duo, equine anus, equine genitalia, equine pussy, faceless character, faceless male, │\n",
"│ female, female on human, female on top, female penetrated, feral, feral penetrated, genitals, hair, hat, │\n",
"│ headgear, headwear, huge penis, human on feral, human penetrating, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, larger female, larger feral, larger on top, larger penetrated, leg markings, │\n",
"│ lying, male, male/female, male on bottom, male on feral, male penetrating, male penetrating female, markings, │\n",
"│ nipples, on back, on bottom, on top, penetration, penile, penile penetration, penis, penis in pussy, puffy │\n",
"│ anus, pussy, quadruped, reverse cowgirl position, sex, simple background, size difference, smaller human, │\n",
"│ smaller male, smile, socks \\(marking\\), tail, tail pull, teats, udders, vaginal, vaginal penetration, by │\n",
"│ etheross, dreamworks, spirit: stallion of the cimarron, esperanza \\(cimarron\\), equid, equine, horse, human, │\n",
"│ absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\d77577987ad546a3dd3f23559c0fb31e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, animal pussy, anus, bestiality, big penis, blonde hair, blush, clothing, cowboy hat, │\n",
"│ dominant, dominant female, duo, equine anus, equine genitalia, equine pussy, faceless character, faceless male, │\n",
"│ female, female on human, female on top, female penetrated, feral, feral penetrated, genitals, hair, hat, │\n",
"│ headgear, headwear, huge penis, human on feral, human penetrating, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, larger female, larger feral, larger on top, larger penetrated, leg markings, │\n",
"│ lying, male, male/female, male on bottom, male on feral, male penetrating, male penetrating female, markings, │\n",
"│ nipples, on back, on bottom, on top, penetration, penile, penile penetration, penis, penis in pussy, puffy │\n",
"│ anus, pussy, quadruped, reverse cowgirl position, sex, simple background, size difference, smaller human, │\n",
"│ smaller male, smile, socks \\(marking\\), tail, tail pull, teats, udders, vaginal, vaginal penetration, by │\n",
"│ etheross, dreamworks, spirit: stallion of the cimarron, esperanza \\(cimarron\\), equid, equine, horse, human, │\n",
"│ absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2826390.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2826390.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\a850be8d4471839f9a2073be2d822075.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ adult on young, age difference, animal genitalia, animal penis, anthro, apron, apron only, bad parenting, │\n",
"│ balls, big breasts, big penis, bottomless, bottomless male, breasts, clothed, clothing, dialogue, duo, equine │\n",
"│ genitalia, equine penis, erection under shirt, fellatio, female, femboy, genitals, huge breasts, larger female, │\n",
"│ long penis, male, male/female, mature female, mommy kink, mostly nude, nipple outline, nipples, older female, │\n",
"│ oral, oral penetration, penetration, penile, penis, penis in mouth, sex, shota, side boob, size difference, │\n",
"│ small but hung, smaller male, son penetrating mother, stated incest, text, young, young anthro, younger male, │\n",
"│ by itsymitsy, amma \\(itsymitsy\\), francis \\(itsymitsy\\), equid, equine, horse, english text, hi res, lol │\n",
"│ comments, incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent │\n",
"│ \\(lore\\), parent and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\a850be8d4471839f9a2073be2d822075.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ adult on young, age difference, animal genitalia, animal penis, anthro, apron, apron only, bad parenting, │\n",
"│ balls, big breasts, big penis, bottomless, bottomless male, breasts, clothed, clothing, dialogue, duo, equine │\n",
"│ genitalia, equine penis, erection under shirt, fellatio, female, femboy, genitals, huge breasts, larger female, │\n",
"│ long penis, male, male/female, mature female, mommy kink, mostly nude, nipple outline, nipples, older female, │\n",
"│ oral, oral penetration, penetration, penile, penis, penis in mouth, sex, shota, side boob, size difference, │\n",
"│ small but hung, smaller male, son penetrating mother, stated incest, text, young, young anthro, younger male, │\n",
"│ by itsymitsy, amma \\(itsymitsy\\), francis \\(itsymitsy\\), equid, equine, horse, english text, hi res, lol │\n",
"│ comments, incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent │\n",
"│ \\(lore\\), parent and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\2983775.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m2983775.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\db0bae08c98686aa2dde17aa70d90fa1.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ balls, bestiality, blush, cunnilingus, duo, eyes closed, feathered wings, feathers, female, feral, foreskin, │\n",
"│ genitals, hand on chest, human on feral, humanoid genitalia, humanoid penis, interspecies, larger female, │\n",
"│ looking pleasured, lying, male, male/female, male on feral, nude, on back, oral, penis, pussy, sex, size │\n",
"│ difference, smile, spreading, tail, urethra, vaginal, wings, by imgonnaloveyou, mythology, zephyr \\(dragon\\), │\n",
"│ dragon, human, mythological creature, mythological scalie, scalie, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\db0bae08c98686aa2dde17aa70d90fa1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ balls, bestiality, blush, cunnilingus, duo, eyes closed, feathered wings, feathers, female, feral, foreskin, │\n",
"│ genitals, hand on chest, human on feral, humanoid genitalia, humanoid penis, interspecies, larger female, │\n",
"│ looking pleasured, lying, male, male/female, male on feral, nude, on back, oral, penis, pussy, sex, size │\n",
"│ difference, smile, spreading, tail, urethra, vaginal, wings, by imgonnaloveyou, mythology, zephyr \\(dragon\\), │\n",
"│ dragon, human, mythological creature, mythological scalie, scalie, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3029676.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3029676.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\804b439aa5ff807b801344a842d363fa.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrating, big breasts, big butt, bodily fluids, breast squish, breasts, butt, butt from the │\n",
"│ front, clenched teeth, cum request, death by snu snu, dirty talk, dominant, dominant female, duo, eyebrows, │\n",
"│ eyes closed, female, female on top, female penetrated, from front position, fucked silly, good boy, huge │\n",
"│ breasts, imminent orgasm, impregnation request, insemination request, larger female, looking pleasured, lying, │\n",
"│ male, male/female, male penetrating, male penetrating female, muscular, muscular female, nude, obscured │\n",
"│ penetration, obscured sex, on back, on top, penetration, pinned, power bottom, questionable consent, raised │\n",
"│ eyebrows, requesting, reverse missionary position, scrunchy face, sex, size difference, smaller male, squish, │\n",
"│ sweat, tail, teeth, text, thrusting, tion, by tzarvolver, avian, blaziken, charizard, reptile, scalie, english │\n",
"│ text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\804b439aa5ff807b801344a842d363fa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrating, big breasts, big butt, bodily fluids, breast squish, breasts, butt, butt from the │\n",
"│ front, clenched teeth, cum request, death by snu snu, dirty talk, dominant, dominant female, duo, eyebrows, │\n",
"│ eyes closed, female, female on top, female penetrated, from front position, fucked silly, good boy, huge │\n",
"│ breasts, imminent orgasm, impregnation request, insemination request, larger female, looking pleasured, lying, │\n",
"│ male, male/female, male penetrating, male penetrating female, muscular, muscular female, nude, obscured │\n",
"│ penetration, obscured sex, on back, on top, penetration, pinned, power bottom, questionable consent, raised │\n",
"│ eyebrows, requesting, reverse missionary position, scrunchy face, sex, size difference, smaller male, squish, │\n",
"│ sweat, tail, teeth, text, thrusting, tion, by tzarvolver, avian, blaziken, charizard, reptile, scalie, english │\n",
"│ text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3086055.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3086055.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\05e4fc62ceba7bdc5ace81b3a2f704e3.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ against surface, against wall, alley, anthro, anthro penetrated, areola, beard, big breasts, big dom small sub, │\n",
"│ black areola, black nipples, black nose, black pussy, blue eyes, blush, bodily fluids, bottomwear, bottomwear │\n",
"│ down, breasts, caressing, city, claws, clothed, clothing, dark nipples, dominant, dominant female, duo, facial │\n",
"│ hair, fangs, female, female on human, female on top, female penetrated, from front position, fur, genital │\n",
"│ fluids, genitals, grey body, grey fur, hair, hand on head, human on anthro, human penetrating, human │\n",
"│ penetrating anthro, interspecies, larger anthro, larger female, larger penetrated, looking at another, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating female, mane, medieval, navel, nipples, nude, │\n",
"│ nude female, on top, outdoor nudity, outside, outside sex, pants, pants down, partially clothed, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, public, public nudity, public sex, pussy, red hair, sex, │\n",
"│ sign, size difference, smaller male, smile, smiling at viewer, standing, standing sex, teeth, vaginal, vaginal │\n",
"│ fluids, vaginal penetration, by merrunz, mythology, eleniel, keven, human, mythological creature, were, │\n",
"│ werecanid, werecanine, werewolf, wolf, absurd res, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\05e4fc62ceba7bdc5ace81b3a2f704e3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ against surface, against wall, alley, anthro, anthro penetrated, areola, beard, big breasts, big dom small sub, │\n",
"│ black areola, black nipples, black nose, black pussy, blue eyes, blush, bodily fluids, bottomwear, bottomwear │\n",
"│ down, breasts, caressing, city, claws, clothed, clothing, dark nipples, dominant, dominant female, duo, facial │\n",
"│ hair, fangs, female, female on human, female on top, female penetrated, from front position, fur, genital │\n",
"│ fluids, genitals, grey body, grey fur, hair, hand on head, human on anthro, human penetrating, human │\n",
"│ penetrating anthro, interspecies, larger anthro, larger female, larger penetrated, looking at another, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating female, mane, medieval, navel, nipples, nude, │\n",
"│ nude female, on top, outdoor nudity, outside, outside sex, pants, pants down, partially clothed, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, public, public nudity, public sex, pussy, red hair, sex, │\n",
"│ sign, size difference, smaller male, smile, smiling at viewer, standing, standing sex, teeth, vaginal, vaginal │\n",
"│ fluids, vaginal penetration, by merrunz, mythology, eleniel, keven, human, mythological creature, were, │\n",
"│ werecanid, werecanine, werewolf, wolf, absurd res, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3292537.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3292537.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\6dc9b66f133f688f3c9e781bbf3585a9.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big butt, breasts, butt, clothing, dominant, dominant female, duo, eyeliner, female, freckles, human on │\n",
"│ anthro, interspecies, larger anthro, larger female, legwear, lifted, lifting, long tail, makeup, male, │\n",
"│ male/female, pokemorph, pokephilia, size difference, smaller human, smaller male, stockings, tail, taller │\n",
"│ anthro, text, thick thighs, wide hips, by claweddrip, human, mewtwo, english text, hi res, restricted palette │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\6dc9b66f133f688f3c9e781bbf3585a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big butt, breasts, butt, clothing, dominant, dominant female, duo, eyeliner, female, freckles, human on │\n",
"│ anthro, interspecies, larger anthro, larger female, legwear, lifted, lifting, long tail, makeup, male, │\n",
"│ male/female, pokemorph, pokephilia, size difference, smaller human, smaller male, stockings, tail, taller │\n",
"│ anthro, text, thick thighs, wide hips, by claweddrip, human, mewtwo, english text, hi res, restricted palette │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\336644.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m336644.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\f5e5198b3407d5dbefc6e40d6f09731b.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, accessory, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
"│ penetrating anthro, areola, arm tuft, bed, belly, biceps, big breasts, big ears, biped, bodily fluids, breasts, │\n",
"│ cheek tuft, clenched teeth, colored nails, crotch tuft, curvy figure, deep penetration, duo, elbow tuft, │\n",
"│ embrace, erection, eyebrows, eyelashes, eyes closed, facial tuft, female, female penetrated, fingers, from │\n",
"│ front position, fur, furgonomics, furniture, genitals, glistening, glistening body, glistening breasts, │\n",
"│ glistening genitalia, glistening pussy, glistening scales, gold \\(metal\\), gold jewelry, grey body, grey fur, │\n",
"│ grey hair, grey horn, grey scales, grey tail, hair, hair accessory, hair ring, hanging breasts, horn, inner ear │\n",
"│ fluff, innie pussy, interspecies, jewelry, kemono, larger female, larger penetrated, light, long ears, long │\n",
"│ hair, looking pleasured, lying, male, male/female, male penetrating, male penetrating female, mature anthro, │\n",
"│ mature female, missionary position, multicolored body, multicolored fur, multicolored scales, muscular, │\n",
"│ muscular female, muscular male, nails, necklace, nipples, nude, on back, on bed, open mouth, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, pink penis, pink tongue, plump labia, pubic mound, pussy, │\n",
"│ ring, scales, sex, shadow, sheath, short hair, silver \\(metal\\), silver jewelry, silver necklace, size │\n",
"│ difference, small dom big sub, smaller male, snout, spread legs, spreading, sweat, tail, tail accessory, tail │\n",
"│ jewelry, tail ring, tailband, teeth, thick tail, thick thighs, tongue, tuft, two tone body, two tone fur, two │\n",
"│ tone scales, upside down, vaginal, vaginal penetration, voluptuous, white areola, white belly, white body, │\n",
"│ white fur, white hair, white nails, white nipples, white pussy, white scales, white sheath, wide hips, by │\n",
"│ kikurage, mythology, neelam, dragon, mythological creature, mythological scalie, scalie, wingless dragon, wolf, │\n",
"│ digital media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\f5e5198b3407d5dbefc6e40d6f09731b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, accessory, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
"│ penetrating anthro, areola, arm tuft, bed, belly, biceps, big breasts, big ears, biped, bodily fluids, breasts, │\n",
"│ cheek tuft, clenched teeth, colored nails, crotch tuft, curvy figure, deep penetration, duo, elbow tuft, │\n",
"│ embrace, erection, eyebrows, eyelashes, eyes closed, facial tuft, female, female penetrated, fingers, from │\n",
"│ front position, fur, furgonomics, furniture, genitals, glistening, glistening body, glistening breasts, │\n",
"│ glistening genitalia, glistening pussy, glistening scales, gold \\(metal\\), gold jewelry, grey body, grey fur, │\n",
"│ grey hair, grey horn, grey scales, grey tail, hair, hair accessory, hair ring, hanging breasts, horn, inner ear │\n",
"│ fluff, innie pussy, interspecies, jewelry, kemono, larger female, larger penetrated, light, long ears, long │\n",
"│ hair, looking pleasured, lying, male, male/female, male penetrating, male penetrating female, mature anthro, │\n",
"│ mature female, missionary position, multicolored body, multicolored fur, multicolored scales, muscular, │\n",
"│ muscular female, muscular male, nails, necklace, nipples, nude, on back, on bed, open mouth, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, pink penis, pink tongue, plump labia, pubic mound, pussy, │\n",
"│ ring, scales, sex, shadow, sheath, short hair, silver \\(metal\\), silver jewelry, silver necklace, size │\n",
"│ difference, small dom big sub, smaller male, snout, spread legs, spreading, sweat, tail, tail accessory, tail │\n",
"│ jewelry, tail ring, tailband, teeth, thick tail, thick thighs, tongue, tuft, two tone body, two tone fur, two │\n",
"│ tone scales, upside down, vaginal, vaginal penetration, voluptuous, white areola, white belly, white body, │\n",
"│ white fur, white hair, white nails, white nipples, white pussy, white scales, white sheath, wide hips, by │\n",
"│ kikurage, mythology, neelam, dragon, mythological creature, mythological scalie, scalie, wingless dragon, wolf, │\n",
"│ digital media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3368724.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3368724.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\1e8d8d85dc1fde358a10b9e5773a4454.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, bestiality, bestiality kiss, biped, blush, bodily fluids, butt, claws, clothed, clothed feral, │\n",
"│ clothing, cum, cum from pussy, cum in pussy, cum inside, doggystyle, dominant, dominant female, dominant feral, │\n",
"│ duo, embrace, erection, extreme french kiss, female, female on human, female penetrated, feral, feral │\n",
"│ dominating human, feral penetrated, french kissing, from behind position, genital fluids, genitals, happy, hug, │\n",
"│ human on feral, human penetrating, human penetrating female, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, hypnosis, interspecies, kissing, larger female, larger feral, larger penetrated, leaking cum, │\n",
"│ lingerie, lingerie on feral, long neck, looking pleasured, male, male/female, male on feral, male penetrating, │\n",
"│ male penetrating female, male penetrating feral, membrane \\(anatomy\\), membranous wings, mind control, narrowed │\n",
"│ eyes, orgasm, paws, penetration, penile, penile penetration, penis, penis in pussy, perching position, pussy, │\n",
"│ romantic, saliva, scales, sex, size difference, smaller human, smaller male, smile, submissive, submissive │\n",
"│ male, tail, tailbutt, text, tongue, tongue out, vaginal, vaginal fluids, vaginal penetration, wings, by │\n",
"│ conditional dnp, by pikajota, european mythology, mythology, dragon, human, lizard, mythological creature, │\n",
"│ mythological scalie, reptile, scalie, western dragon, english text, hi res, monochrome, sketch │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\1e8d8d85dc1fde358a10b9e5773a4454.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, bestiality, bestiality kiss, biped, blush, bodily fluids, butt, claws, clothed, clothed feral, │\n",
"│ clothing, cum, cum from pussy, cum in pussy, cum inside, doggystyle, dominant, dominant female, dominant feral, │\n",
"│ duo, embrace, erection, extreme french kiss, female, female on human, female penetrated, feral, feral │\n",
"│ dominating human, feral penetrated, french kissing, from behind position, genital fluids, genitals, happy, hug, │\n",
"│ human on feral, human penetrating, human penetrating female, human penetrating feral, humanoid genitalia, │\n",
"│ humanoid penis, hypnosis, interspecies, kissing, larger female, larger feral, larger penetrated, leaking cum, │\n",
"│ lingerie, lingerie on feral, long neck, looking pleasured, male, male/female, male on feral, male penetrating, │\n",
"│ male penetrating female, male penetrating feral, membrane \\(anatomy\\), membranous wings, mind control, narrowed │\n",
"│ eyes, orgasm, paws, penetration, penile, penile penetration, penis, penis in pussy, perching position, pussy, │\n",
"│ romantic, saliva, scales, sex, size difference, smaller human, smaller male, smile, submissive, submissive │\n",
"│ male, tail, tailbutt, text, tongue, tongue out, vaginal, vaginal fluids, vaginal penetration, wings, by │\n",
"│ conditional dnp, by pikajota, european mythology, mythology, dragon, human, lizard, mythological creature, │\n",
"│ mythological scalie, reptile, scalie, western dragon, english text, hi res, monochrome, sketch │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3459227.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3459227.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\6bd2024adbedf7216115e2a0c860b7f5.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ angry, anthro, areola, big areola, big breasts, big nipples, black sclera, blush, bodily fluids, breast grab, │\n",
"│ breasts, clothed, clothing, countershading, cross-popping vein, dark body, dark skin, duo, emanata, exclamation │\n",
"│ point, female, freckled face, freckles, genitals, hand on breast, holding breast, huge areola, huge breasts, │\n",
"│ huge nipples, larger female, male, male/female, multicolored body, navel, nipples, nude, nude female, puffy │\n",
"│ areola, puffy nipples, pussy, simple background, size difference, smaller male, sweat, tan body, text, thick │\n",
"│ thighs, translucent, translucent wings, two tone body, white background, wide hips, wings, yellow body, by │\n",
"│ claweddrip, arthropod, bee, human, hymenopteran, insect, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\6bd2024adbedf7216115e2a0c860b7f5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ angry, anthro, areola, big areola, big breasts, big nipples, black sclera, blush, bodily fluids, breast grab, │\n",
"│ breasts, clothed, clothing, countershading, cross-popping vein, dark body, dark skin, duo, emanata, exclamation │\n",
"│ point, female, freckled face, freckles, genitals, hand on breast, holding breast, huge areola, huge breasts, │\n",
"│ huge nipples, larger female, male, male/female, multicolored body, navel, nipples, nude, nude female, puffy │\n",
"│ areola, puffy nipples, pussy, simple background, size difference, smaller male, sweat, tan body, text, thick │\n",
"│ thighs, translucent, translucent wings, two tone body, white background, wide hips, wings, yellow body, by │\n",
"│ claweddrip, arthropod, bee, human, hymenopteran, insect, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3679020.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3679020.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\33cc14f51a92e9a3c2b54c6eef412260.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ assertive, balls, bestiality, big penis, black body, black scales, bridle, claws, cowgirl position, dominant, │\n",
"│ dominant female, duo, erection, female, female on human, female on top, female penetrated, feral, feral │\n",
"│ penetrated, from front position, genitals, hair, harness, horn, human on feral, human penetrating, human │\n",
"│ penetrating feral, humanoid genitalia, humanoid penis, interspecies, larger female, larger feral, lying, male, │\n",
"│ male/female, male on feral, male penetrating, male penetrating female, membrane \\(anatomy\\), membranous wings, │\n",
"│ mount/rider relations, nude, on back, on bottom, on top, penetration, penile, penile penetration, penis, penis │\n",
"│ in pussy, pinned, pinned to ground, purple eyes, pussy, reins, saddle, scales, sex, size difference, smaller │\n",
"│ human, smaller male, spread eagle, tail, toe claws, vaginal, vaginal penetration, wing claws, wings, yellow │\n",
"│ body, yellow scales, by etheross, european mythology, mythology, dragon, human, mythological creature, │\n",
"│ mythological scalie, scalie, western dragon, wyvern, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\33cc14f51a92e9a3c2b54c6eef412260.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ assertive, balls, bestiality, big penis, black body, black scales, bridle, claws, cowgirl position, dominant, │\n",
"│ dominant female, duo, erection, female, female on human, female on top, female penetrated, feral, feral │\n",
"│ penetrated, from front position, genitals, hair, harness, horn, human on feral, human penetrating, human │\n",
"│ penetrating feral, humanoid genitalia, humanoid penis, interspecies, larger female, larger feral, lying, male, │\n",
"│ male/female, male on feral, male penetrating, male penetrating female, membrane \\(anatomy\\), membranous wings, │\n",
"│ mount/rider relations, nude, on back, on bottom, on top, penetration, penile, penile penetration, penis, penis │\n",
"│ in pussy, pinned, pinned to ground, purple eyes, pussy, reins, saddle, scales, sex, size difference, smaller │\n",
"│ human, smaller male, spread eagle, tail, toe claws, vaginal, vaginal penetration, wing claws, wings, yellow │\n",
"│ body, yellow scales, by etheross, european mythology, mythology, dragon, human, mythological creature, │\n",
"│ mythological scalie, scalie, western dragon, wyvern, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3691413.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3691413.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\3ae5c79d5bfdf190ebfb7a63f58b4ba0.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, areola, big breasts, biped, black body, black fur, blue eyes, bodily fluids, │\n",
"│ breasts, butt, clothed, clothed/nude, clothed male nude female, clothing, countershading, cowgirl position, │\n",
"│ cum, cum from pussy, cum in pussy, cum inside, dialogue, dominant, dominant female, duo, female, female │\n",
"│ dominating male, female on human, female on top, female penetrated, from front position, fur, genital fluids, │\n",
"│ genitals, head grab, heart symbol, huge breasts, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ impregnation, interspecies, interspecies impregnation, larger anthro, larger female, larger penetrated, leaking │\n",
"│ cum, licking, licking lips, licking own lips, looking pleasured, male, male/female, male on anthro, male on │\n",
"│ bottom, male penetrating, male penetrating female, mask, multicolored body, multicolored fur, navel, nipples, │\n",
"│ nude, nude female, on bottom, on top, orange body, orange fur, orgasm, ovum, pecs, penetration, penile, penile │\n",
"│ penetration, penis in pussy, pussy, self lick, sex, size difference, smaller human, smaller male, speech │\n",
"│ bubble, sperm cell, striped body, striped fur, stripes, tan areola, tan nipples, text, tongue, tongue out, │\n",
"│ vaginal, vaginal fluids, vaginal penetration, wearing mask, white body, white fur, by claweddrip, instant loss │\n",
"│ 2koma, ace \\(claweddrip\\), human, pantherine, tiger, absurd res, digital media \\(artwork\\), english text, hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\3ae5c79d5bfdf190ebfb7a63f58b4ba0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, areola, big breasts, biped, black body, black fur, blue eyes, bodily fluids, │\n",
"│ breasts, butt, clothed, clothed/nude, clothed male nude female, clothing, countershading, cowgirl position, │\n",
"│ cum, cum from pussy, cum in pussy, cum inside, dialogue, dominant, dominant female, duo, female, female │\n",
"│ dominating male, female on human, female on top, female penetrated, from front position, fur, genital fluids, │\n",
"│ genitals, head grab, heart symbol, huge breasts, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ impregnation, interspecies, interspecies impregnation, larger anthro, larger female, larger penetrated, leaking │\n",
"│ cum, licking, licking lips, licking own lips, looking pleasured, male, male/female, male on anthro, male on │\n",
"│ bottom, male penetrating, male penetrating female, mask, multicolored body, multicolored fur, navel, nipples, │\n",
"│ nude, nude female, on bottom, on top, orange body, orange fur, orgasm, ovum, pecs, penetration, penile, penile │\n",
"│ penetration, penis in pussy, pussy, self lick, sex, size difference, smaller human, smaller male, speech │\n",
"│ bubble, sperm cell, striped body, striped fur, stripes, tan areola, tan nipples, text, tongue, tongue out, │\n",
"│ vaginal, vaginal fluids, vaginal penetration, wearing mask, white body, white fur, by claweddrip, instant loss │\n",
"│ 2koma, ace \\(claweddrip\\), human, pantherine, tiger, absurd res, digital media \\(artwork\\), english text, hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3776188.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3776188.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\d5833812a02417c146379f4180cda2c5.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ ambiguous penetration, anthro, anthro focus, anthro penetrated, antlers, balls, balls deep, bell, big butt, │\n",
"│ bodily fluids, brown body, brown fur, butt, clothing, cum, cum inside, dark body, dark skin, dialogue, duo, ear │\n",
"│ piercing, ear ring, facial piercing, female, female focus, female on human, female penetrated, fur, genital │\n",
"│ fluids, genitals, heart symbol, horn, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ interspecies, larger female, leaking cum, legwear, looking pleasured, male, male/female, male penetrating, male │\n",
"│ penetrating female, mostly nude, nose piercing, nose ring, orgasm, penetration, penile, penile penetration, │\n",
"│ piercing, power bottom, ring piercing, septum piercing, septum ring, sex, simple background, size difference, │\n",
"│ small waist, smaller male, solo focus, stated heterosexuality, stated sexuality, tail, text, wide hips, by │\n",
"│ claweddrip, ace \\(claweddrip\\), feya, deer, human, new world deer, reindeer, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\d5833812a02417c146379f4180cda2c5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ ambiguous penetration, anthro, anthro focus, anthro penetrated, antlers, balls, balls deep, bell, big butt, │\n",
"│ bodily fluids, brown body, brown fur, butt, clothing, cum, cum inside, dark body, dark skin, dialogue, duo, ear │\n",
"│ piercing, ear ring, facial piercing, female, female focus, female on human, female penetrated, fur, genital │\n",
"│ fluids, genitals, heart symbol, horn, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ interspecies, larger female, leaking cum, legwear, looking pleasured, male, male/female, male penetrating, male │\n",
"│ penetrating female, mostly nude, nose piercing, nose ring, orgasm, penetration, penile, penile penetration, │\n",
"│ piercing, power bottom, ring piercing, septum piercing, septum ring, sex, simple background, size difference, │\n",
"│ small waist, smaller male, solo focus, stated heterosexuality, stated sexuality, tail, text, wide hips, by │\n",
"│ claweddrip, ace \\(claweddrip\\), feya, deer, human, new world deer, reindeer, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3811693.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3811693.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\3a45e4340a1fa1ff33f1aa3a7d6025f9.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, areola, balls, big breasts, blue body, blush, bodily fluids, breasts, butt, clothed, │\n",
"│ clothing, dark body, dark skin, dialogue, dripping, duo, female, female on human, footwear, footwear only, │\n",
"│ genital fluids, genitals, heart symbol, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ interspecies, larger female, long tongue, looking pleasured, male, male/female, male on anthro, male │\n",
"│ penetrating anthro, mostly nude, multicolored body, navel, nipples, outside, penetration, penis, pink areola, │\n",
"│ pink nipples, pink pussy, pokephilia, pussy, saliva, saliva drip, sex, shaking, shoes, shoes only, size │\n",
"│ difference, smaller male, sweat, sweatdrop, text, thigh highs only, tongue, tongue out, trembling, two tone │\n",
"│ body, vaginal, vaginal fluids, vaginal penetration, yellow body, by claweddrip, amphibian, greninja, human, │\n",
"│ absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\3a45e4340a1fa1ff33f1aa3a7d6025f9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, areola, balls, big breasts, blue body, blush, bodily fluids, breasts, butt, clothed, │\n",
"│ clothing, dark body, dark skin, dialogue, dripping, duo, female, female on human, footwear, footwear only, │\n",
"│ genital fluids, genitals, heart symbol, human on anthro, human penetrating, human penetrating anthro, │\n",
"│ interspecies, larger female, long tongue, looking pleasured, male, male/female, male on anthro, male │\n",
"│ penetrating anthro, mostly nude, multicolored body, navel, nipples, outside, penetration, penis, pink areola, │\n",
"│ pink nipples, pink pussy, pokephilia, pussy, saliva, saliva drip, sex, shaking, shoes, shoes only, size │\n",
"│ difference, smaller male, sweat, sweatdrop, text, thigh highs only, tongue, tongue out, trembling, two tone │\n",
"│ body, vaginal, vaginal fluids, vaginal penetration, yellow body, by claweddrip, amphibian, greninja, human, │\n",
"│ absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3868169.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3868169.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\be9552f57ca40352dad1ba52e5e1d449.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big breasts, blush, bodily fluids, bone, bone in mouth, bottomless, bra, breasts, clothed, clothing, │\n",
"│ countershade torso, countershading, curled tail, dark body, dark skin, duo, eyebrow piercing, facial piercing, │\n",
"│ female, fur, genital fluids, genitals, heart symbol, huge breasts, larger anthro, larger female, male, │\n",
"│ male/female, nose piercing, nose ring, piercing, pussy, ring piercing, size difference, smaller human, smaller │\n",
"│ male, tail, text, topwear, topwear only, underwear, vaginal fluids, yellow body, yellow fur, by claweddrip, ace │\n",
"│ \\(claweddrip\\), domestic dog, human, shiba inu, spitz, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\be9552f57ca40352dad1ba52e5e1d449.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, big breasts, blush, bodily fluids, bone, bone in mouth, bottomless, bra, breasts, clothed, clothing, │\n",
"│ countershade torso, countershading, curled tail, dark body, dark skin, duo, eyebrow piercing, facial piercing, │\n",
"│ female, fur, genital fluids, genitals, heart symbol, huge breasts, larger anthro, larger female, male, │\n",
"│ male/female, nose piercing, nose ring, piercing, pussy, ring piercing, size difference, smaller human, smaller │\n",
"│ male, tail, text, topwear, topwear only, underwear, vaginal fluids, yellow body, yellow fur, by claweddrip, ace │\n",
"│ \\(claweddrip\\), domestic dog, human, shiba inu, spitz, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3928942.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3928942.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\4e0fe98dced4040172575fb1992eb038.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, balls, big breasts, blush, border, breasts, brown body, brown fur, butt, dialogue, │\n",
"│ digitigrade, dominant, dominant female, duo, female, female on human, female penetrated, from front position, │\n",
"│ fur, genitals, green eyes, grey background, heart symbol, human on anthro, human penetrating, human penetrating │\n",
"│ anthro, implied group sex, interspecies, larger anthro, larger female, larger penetrated, looking at viewer, │\n",
"│ looking back, male, male/female, male on anthro, male penetrating, male penetrating female, mask, multicolored │\n",
"│ body, multicolored fur, orange body, orange fur, penetration, raised tail, rear view, sex, simple background, │\n",
"│ size difference, smaller human, smaller male, standing, standing sex, step pose, tail, talking to viewer, text, │\n",
"│ vaginal, vaginal penetration, white body, white border, white fur, by claweddrip, ace \\(claweddrip\\), rio maria │\n",
"│ fara-ferro, human, wolf, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\4e0fe98dced4040172575fb1992eb038.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, balls, big breasts, blush, border, breasts, brown body, brown fur, butt, dialogue, │\n",
"│ digitigrade, dominant, dominant female, duo, female, female on human, female penetrated, from front position, │\n",
"│ fur, genitals, green eyes, grey background, heart symbol, human on anthro, human penetrating, human penetrating │\n",
"│ anthro, implied group sex, interspecies, larger anthro, larger female, larger penetrated, looking at viewer, │\n",
"│ looking back, male, male/female, male on anthro, male penetrating, male penetrating female, mask, multicolored │\n",
"│ body, multicolored fur, orange body, orange fur, penetration, raised tail, rear view, sex, simple background, │\n",
"│ size difference, smaller human, smaller male, standing, standing sex, step pose, tail, talking to viewer, text, │\n",
"│ vaginal, vaginal penetration, white body, white border, white fur, by claweddrip, ace \\(claweddrip\\), rio maria │\n",
"│ fara-ferro, human, wolf, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\3934638.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m3934638.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\041814eb4013836a14f4254d60510a7d.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ accessory, ambiguous penetration, animal genitalia, animal penis, anvil position, armband, balls, balls deep, │\n",
"│ bedroom eyes, bestiality, black body, black fur, blue hair, blush, bodily fluids, breasts, butt, caught, │\n",
"│ collar, cum, cum in pussy, cum inside, cum overflow, cum splatter, digitigrade, drooling, duo, excessive cum, │\n",
"│ excessive genital fluids, eyewear, faceless character, faceless feral, faceless male, female, female on bottom, │\n",
"│ female on feral, female penetrated, feral, feral on top, feral penetrating, feral penetrating female, feral │\n",
"│ penetrating human, from behind position, from front position, fur, genital fluids, genitals, glasses, hair, │\n",
"│ headband, human focus, human on bottom, human on feral, human penetrated, interspecies, knot root, knotting, │\n",
"│ larger female, larger human, larger penetrated, leaking cum, legs up, looking at viewer, looking pleasured, │\n",
"│ lying, male, male/female, male on human, male on top, male penetrating, male penetrating female, male │\n",
"│ penetrating human, medium breasts, missionary position, mounting, multicolored hair, narrowed eyes, nipples, │\n",
"│ not furry focus, on back, on bottom, on model, on top, penetration, penile, penile penetration, penis, penis in │\n",
"│ pussy, pokephilia, red hair, saliva, saliva string, seductive, sex, shaking, shocked, size difference, skinny, │\n",
"│ smaller feral, smaller male, solo focus, spread legs, spreading, sweat, sweatdrop, thick thighs, trembling, two │\n",
"│ tone hair, vaginal, vaginal penetration, wide hips, by chikaretsu, human, umbreon, absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\041814eb4013836a14f4254d60510a7d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ accessory, ambiguous penetration, animal genitalia, animal penis, anvil position, armband, balls, balls deep, │\n",
"│ bedroom eyes, bestiality, black body, black fur, blue hair, blush, bodily fluids, breasts, butt, caught, │\n",
"│ collar, cum, cum in pussy, cum inside, cum overflow, cum splatter, digitigrade, drooling, duo, excessive cum, │\n",
"│ excessive genital fluids, eyewear, faceless character, faceless feral, faceless male, female, female on bottom, │\n",
"│ female on feral, female penetrated, feral, feral on top, feral penetrating, feral penetrating female, feral │\n",
"│ penetrating human, from behind position, from front position, fur, genital fluids, genitals, glasses, hair, │\n",
"│ headband, human focus, human on bottom, human on feral, human penetrated, interspecies, knot root, knotting, │\n",
"│ larger female, larger human, larger penetrated, leaking cum, legs up, looking at viewer, looking pleasured, │\n",
"│ lying, male, male/female, male on human, male on top, male penetrating, male penetrating female, male │\n",
"│ penetrating human, medium breasts, missionary position, mounting, multicolored hair, narrowed eyes, nipples, │\n",
"│ not furry focus, on back, on bottom, on model, on top, penetration, penile, penile penetration, penis, penis in │\n",
"│ pussy, pokephilia, red hair, saliva, saliva string, seductive, sex, shaking, shocked, size difference, skinny, │\n",
"│ smaller feral, smaller male, solo focus, spread legs, spreading, sweat, sweatdrop, thick thighs, trembling, two │\n",
"│ tone hair, vaginal, vaginal penetration, wide hips, by chikaretsu, human, umbreon, absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4001821.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4001821.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\99fb532d579e97bcc0e0559fe9b7017a.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, 5 fingers, amazon position, ankle tuft, anthro, anthro focus, anthro penetrated, anus, areola, arm │\n",
"│ tuft, balls, bedroom eyes, big areola, big breasts, big dom small sub, black areola, black nipples, black nose, │\n",
"│ blue eyes, bodily fluids, breasts, butt, calf tuft, cheek tuft, chest tuft, claws, cum, cum from pussy, cum in │\n",
"│ pussy, cum inside, dark nipples, dominant, dominant anthro, dominant female, duo, elbow tuft, facial tuft, │\n",
"│ fangs, feet, female, female anthro, female focus, female on human, female on top, female penetrated, fingers, │\n",
"│ foot tuft, fur, genital fluids, genitals, grey body, grey fur, hand holding, human on anthro, human │\n",
"│ penetrating, human penetrating anthro, human penetrating female, interspecies, larger anthro, larger female, │\n",
"│ larger penetrated, leaking cum, leg tuft, looking pleasured, male, male/female, male human, male on anthro, │\n",
"│ male on bottom, male penetrating, male penetrating anthro, male penetrating female, narrowed eyes, nipples, │\n",
"│ nude, on bottom, on top, orgasm, outdoor nudity, outside, outside sex, penetration, penile, penile penetration, │\n",
"│ penis in pussy, perineum, pussy, seductive, sex, size difference, smaller human, smaller male, smile, soles, │\n",
"│ solo focus, submissive, submissive human, submissive male, tail, teeth, toes, tongue, tuft, vaginal, vaginal │\n",
"│ fluids, vaginal penetration, y anus, by pinktaco, mythology, eleniel, keven, human, mythological creature, │\n",
"│ were, werecanid, werecanine, werewolf, wolf, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\99fb532d579e97bcc0e0559fe9b7017a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 toes, 5 fingers, amazon position, ankle tuft, anthro, anthro focus, anthro penetrated, anus, areola, arm │\n",
"│ tuft, balls, bedroom eyes, big areola, big breasts, big dom small sub, black areola, black nipples, black nose, │\n",
"│ blue eyes, bodily fluids, breasts, butt, calf tuft, cheek tuft, chest tuft, claws, cum, cum from pussy, cum in │\n",
"│ pussy, cum inside, dark nipples, dominant, dominant anthro, dominant female, duo, elbow tuft, facial tuft, │\n",
"│ fangs, feet, female, female anthro, female focus, female on human, female on top, female penetrated, fingers, │\n",
"│ foot tuft, fur, genital fluids, genitals, grey body, grey fur, hand holding, human on anthro, human │\n",
"│ penetrating, human penetrating anthro, human penetrating female, interspecies, larger anthro, larger female, │\n",
"│ larger penetrated, leaking cum, leg tuft, looking pleasured, male, male/female, male human, male on anthro, │\n",
"│ male on bottom, male penetrating, male penetrating anthro, male penetrating female, narrowed eyes, nipples, │\n",
"│ nude, on bottom, on top, orgasm, outdoor nudity, outside, outside sex, penetration, penile, penile penetration, │\n",
"│ penis in pussy, perineum, pussy, seductive, sex, size difference, smaller human, smaller male, smile, soles, │\n",
"│ solo focus, submissive, submissive human, submissive male, tail, teeth, toes, tongue, tuft, vaginal, vaginal │\n",
"│ fluids, vaginal penetration, y anus, by pinktaco, mythology, eleniel, keven, human, mythological creature, │\n",
"│ were, werecanid, werecanine, werewolf, wolf, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4037424.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4037424.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\0a76a6614f7ae528b52d41aa0c2d4888.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, anthro, anthro on feral, anthro penetrated, ass up, ball, baseball \\(ball\\), bdsm, bestiality, black │\n",
"│ nose, breasts, claws, collar, doggystyle, doghouse, dominant, dominant feral, dominant male, duo, ear piercing, │\n",
"│ ear ring, eye roll, feet, female, female on feral, female penetrated, feral, feral dominating anthro, feral │\n",
"│ penetrating, feral penetrating anthro, feral penetrating female, from behind position, gag, gagged, │\n",
"│ intraspecies, intraspecies bestiality, larger anthro, larger female, larger penetrated, leash, leash in mouth, │\n",
"│ leash pull, male, male/female, male penetrating, male penetrating female, mating grip, mounting, nude, object │\n",
"│ in mouth, outside, paws, penetration, petplay, piercing, ring gag, ring piercing, roleplay, rounded back, sex, │\n",
"│ size difference, small dom big sub, smaller feral, smaller male, submissive, submissive anthro, submissive │\n",
"│ female, toes, tongue, tongue out, tongue piercing, by conditional dnp, by jotun22, giana, dobermann, domestic │\n",
"│ dog, pinscher, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\0a76a6614f7ae528b52d41aa0c2d4888.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ all fours, anthro, anthro on feral, anthro penetrated, ass up, ball, baseball \\(ball\\), bdsm, bestiality, black │\n",
"│ nose, breasts, claws, collar, doggystyle, doghouse, dominant, dominant feral, dominant male, duo, ear piercing, │\n",
"│ ear ring, eye roll, feet, female, female on feral, female penetrated, feral, feral dominating anthro, feral │\n",
"│ penetrating, feral penetrating anthro, feral penetrating female, from behind position, gag, gagged, │\n",
"│ intraspecies, intraspecies bestiality, larger anthro, larger female, larger penetrated, leash, leash in mouth, │\n",
"│ leash pull, male, male/female, male penetrating, male penetrating female, mating grip, mounting, nude, object │\n",
"│ in mouth, outside, paws, penetration, petplay, piercing, ring gag, ring piercing, roleplay, rounded back, sex, │\n",
"│ size difference, small dom big sub, smaller feral, smaller male, submissive, submissive anthro, submissive │\n",
"│ female, toes, tongue, tongue out, tongue piercing, by conditional dnp, by jotun22, giana, dobermann, domestic │\n",
"│ dog, pinscher, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4069014.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4069014.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\4cbd7446744ab5612e3c21130366d7b7.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anus, areola, aroused, bedroom eyes, bent over, big breasts, biped, blush, bodily fluids, breasts, │\n",
"│ bulge, butt, choker, clothing, dripping, duo, faceless character, faceless human, female, female on human, │\n",
"│ fishnet clothing, fishnet legwear, genital fluids, genitals, heart symbol, human on anthro, interspecies, │\n",
"│ jewelry, larger anthro, larger female, legwear, male, master, narrowed eyes, necklace, nipple piercing, │\n",
"│ nipples, piercing, pink areola, pink nipples, pussy, pussy juice drip, seductive, size difference, smaller │\n",
"│ human, smaller male, tail, tongue, vaginal fluids, wide hips, by claweddrip, human, reptile, salazzle, scalie, │\n",
"│ digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\4cbd7446744ab5612e3c21130366d7b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anus, areola, aroused, bedroom eyes, bent over, big breasts, biped, blush, bodily fluids, breasts, │\n",
"│ bulge, butt, choker, clothing, dripping, duo, faceless character, faceless human, female, female on human, │\n",
"│ fishnet clothing, fishnet legwear, genital fluids, genitals, heart symbol, human on anthro, interspecies, │\n",
"│ jewelry, larger anthro, larger female, legwear, male, master, narrowed eyes, necklace, nipple piercing, │\n",
"│ nipples, piercing, pink areola, pink nipples, pussy, pussy juice drip, seductive, size difference, smaller │\n",
"│ human, smaller male, tail, tongue, vaginal fluids, wide hips, by claweddrip, human, reptile, salazzle, scalie, │\n",
"│ digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4084900.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4084900.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\c0b53a5e8857e0e6a131f1b158d85929.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthrofied, areola, armwear, bedroom eyes, big breasts, black claws, black sclera, blue eyes, blush, │\n",
"│ breasts, bridal gauntlets, chest tuft, claws, clothing, digimorph, digiphilia, duo, eyewear, female, female on │\n",
"│ human, fingers, fur, genitals, glasses, interspecies, larger anthro, larger female, legwear, male, male/female, │\n",
"│ mostly nude, multicolored body, multicolored fur, narrowed eyes, navel, neck tuft, nipples, pince-nez, pink │\n",
"│ areola, pink nipples, presenting, presenting breasts, presenting pussy, pussy, seductive, size difference, │\n",
"│ smaller human, smaller male, standing, sunglasses, tail, tall, text, tongue, tuft, two tone body, two tone fur, │\n",
"│ white body, white fur, wide hips, yellow body, yellow fur, by claweddrip, bandai namco, ace \\(claweddrip\\), │\n",
"│ digi \\(yourdigimongirl\\), human, renamon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\c0b53a5e8857e0e6a131f1b158d85929.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthrofied, areola, armwear, bedroom eyes, big breasts, black claws, black sclera, blue eyes, blush, │\n",
"│ breasts, bridal gauntlets, chest tuft, claws, clothing, digimorph, digiphilia, duo, eyewear, female, female on │\n",
"│ human, fingers, fur, genitals, glasses, interspecies, larger anthro, larger female, legwear, male, male/female, │\n",
"│ mostly nude, multicolored body, multicolored fur, narrowed eyes, navel, neck tuft, nipples, pince-nez, pink │\n",
"│ areola, pink nipples, presenting, presenting breasts, presenting pussy, pussy, seductive, size difference, │\n",
"│ smaller human, smaller male, standing, sunglasses, tail, tall, text, tongue, tuft, two tone body, two tone fur, │\n",
"│ white body, white fur, wide hips, yellow body, yellow fur, by claweddrip, bandai namco, ace \\(claweddrip\\), │\n",
"│ digi \\(yourdigimongirl\\), human, renamon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4091823.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4091823.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\a56a93309d17856c9b090d827aec4a0b.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 2 finger fingering, all fours, anthro, anthro on feral, anus, bestiality, blep, blush, butt, duo, erection, │\n",
"│ featureless chest, female, female on top, feral, fingering, fingering partner, flat chested, genitals, gentle │\n",
"│ giant, hand on pussy, horn, interspecies, larger female, looking back, lying, male, male/female, male on feral, │\n",
"│ nature, on back, on top, outside, penis, plant, pussy, raised tail, scales, sex, size difference, smaller male, │\n",
"│ smile, spread pussy, spreading, tail, tail anus, tailbutt, tongue, tongue out, tree, vaginal, vaginal │\n",
"│ fingering, yellow body, yellow eyes, yellow scales, by yakovlev-vad, mythology, dragon, fox, mythological │\n",
"│ creature, mythological scalie, scalie, wingless dragon, digital media \\(artwork\\), lol comments │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\a56a93309d17856c9b090d827aec4a0b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 2 finger fingering, all fours, anthro, anthro on feral, anus, bestiality, blep, blush, butt, duo, erection, │\n",
"│ featureless chest, female, female on top, feral, fingering, fingering partner, flat chested, genitals, gentle │\n",
"│ giant, hand on pussy, horn, interspecies, larger female, looking back, lying, male, male/female, male on feral, │\n",
"│ nature, on back, on top, outside, penis, plant, pussy, raised tail, scales, sex, size difference, smaller male, │\n",
"│ smile, spread pussy, spreading, tail, tail anus, tailbutt, tongue, tongue out, tree, vaginal, vaginal │\n",
"│ fingering, yellow body, yellow eyes, yellow scales, by yakovlev-vad, mythology, dragon, fox, mythological │\n",
"│ creature, mythological scalie, scalie, wingless dragon, digital media \\(artwork\\), lol comments │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4096304.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4096304.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\ebf12a45b0ee318ce21aef5a7856863e.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, bent over, big breasts, blush, bodily fluids, body blush, bottomwear, breasts, butt, clothed, clothing, │\n",
"│ crossgender, cybernetics, dark body, dark skin, dialogue, duo, female, fully clothed, fur, genitals, heart │\n",
"│ symbol, human on anthro, interspecies, larger anthro, larger female, machine, male, male/female, male on │\n",
"│ anthro, mtf crossgender, nude, panties, panties down, pants, partially clothed, plump labia, pussy, pussy │\n",
"│ blush, rear view, shirt, size difference, smaller human, smaller male, speech bubble, sweat, sweaty butt, text, │\n",
"│ topwear, underwear, underwear down, white body, white fur, by claweddrip, ace \\(claweddrip\\), creutzfeldt, │\n",
"│ cyborg, human, hybrid, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\ebf12a45b0ee318ce21aef5a7856863e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, bent over, big breasts, blush, bodily fluids, body blush, bottomwear, breasts, butt, clothed, clothing, │\n",
"│ crossgender, cybernetics, dark body, dark skin, dialogue, duo, female, fully clothed, fur, genitals, heart │\n",
"│ symbol, human on anthro, interspecies, larger anthro, larger female, machine, male, male/female, male on │\n",
"│ anthro, mtf crossgender, nude, panties, panties down, pants, partially clothed, plump labia, pussy, pussy │\n",
"│ blush, rear view, shirt, size difference, smaller human, smaller male, speech bubble, sweat, sweaty butt, text, │\n",
"│ topwear, underwear, underwear down, white body, white fur, by claweddrip, ace \\(claweddrip\\), creutzfeldt, │\n",
"│ cyborg, human, hybrid, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4144993.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4144993.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\917dfa5e0fdf1bac88ebaa1fabdd0c41.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, anus, big breasts, big butt, biped, breasts, broken bone, brown body, brown fur, │\n",
"│ butt, butt tuft, clothing, cross-popping vein, dialogue, discarded clothing, dominant, dominant female, duo, │\n",
"│ faceless character, faceless human, faceless male, female, female on human, female penetrated, food, fur, │\n",
"│ genitals, heart symbol, honey \\(food\\), human on anthro, human penetrating, human penetrating anthro, human │\n",
"│ penetrating female, interspecies, larger anthro, larger female, larger penetrated, looking pleasured, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, penetration, │\n",
"│ penile, penile penetration, penis in pussy, power bottom, pussy, questionable consent, rear view, red eyes, │\n",
"│ sex, size difference, smaller human, smaller male, tail, tan body, tan fur, text, tuft, vaginal, vaginal │\n",
"│ penetration, by claweddrip, ace \\(claweddrip\\), bear, human, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\917dfa5e0fdf1bac88ebaa1fabdd0c41.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro penetrated, anus, big breasts, big butt, biped, breasts, broken bone, brown body, brown fur, │\n",
"│ butt, butt tuft, clothing, cross-popping vein, dialogue, discarded clothing, dominant, dominant female, duo, │\n",
"│ faceless character, faceless human, faceless male, female, female on human, female penetrated, food, fur, │\n",
"│ genitals, heart symbol, honey \\(food\\), human on anthro, human penetrating, human penetrating anthro, human │\n",
"│ penetrating female, interspecies, larger anthro, larger female, larger penetrated, looking pleasured, male, │\n",
"│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, penetration, │\n",
"│ penile, penile penetration, penis in pussy, power bottom, pussy, questionable consent, rear view, red eyes, │\n",
"│ sex, size difference, smaller human, smaller male, tail, tan body, tan fur, text, tuft, vaginal, vaginal │\n",
"│ penetration, by claweddrip, ace \\(claweddrip\\), bear, human, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4222226.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4222226.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\d63f54f87510b274e2e61ab83c5b0cb4.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 toes, ahegao, animal genitalia, animal penis, announcing orgasm, anthro, anthro on anthro, anthro penetrated, │\n",
"│ anthro penetrating, anthro penetrating anthro, armwear, barefoot, big breasts, big butt, blue body, blush, │\n",
"│ bodily fluids, bottomwear, breasts, butt, casual sex, clothed, clothed sex, clothing, collar, cum, cum from │\n",
"│ penis, cum from pussy, cum in pussy, cum inside, cum on pants, cum splatter, cum string, dialogue, dominant, │\n",
"│ dominant female, ejaculation, elbow gloves, elevator, exhibitionism, eyewear, feet, female, female penetrated, │\n",
"│ from behind position, fucked silly, fur, genital fluids, genitals, glasses, gloves, good boy, handwear, happy, │\n",
"│ happy sex, heart symbol, hip grab, huge breasts, knot, knotting, larger female, leaking cum, leaking pussy, │\n",
"│ legwear, looking at another, looking at partner, looking back, looking pleasured, male, male/female, male │\n",
"│ penetrating, male penetrating anthro, male penetrating female, miniskirt, nipple outline, no underwear, open │\n",
"│ mouth, orgasm, pants, penetration, penile, penile penetration, penis, penis in pussy, pince-nez, public, public │\n",
"│ sex, pussy, raised tail, scarf, sex, shirt, size difference, skirt, small waist, smaller male, standing, │\n",
"│ standing sex, submissive, submissive male, tail, text, thick thighs, thigh highs, throbbing, throbbing penis, │\n",
"│ toes, tongue, tongue out, topwear, unzipped, unzipped pants, vaginal, vaginal penetration, wide hips, yellow │\n",
"│ body, zipper, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\), lucario, renamon, │\n",
"│ english text │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\d63f54f87510b274e2e61ab83c5b0cb4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 toes, ahegao, animal genitalia, animal penis, announcing orgasm, anthro, anthro on anthro, anthro penetrated, │\n",
"│ anthro penetrating, anthro penetrating anthro, armwear, barefoot, big breasts, big butt, blue body, blush, │\n",
"│ bodily fluids, bottomwear, breasts, butt, casual sex, clothed, clothed sex, clothing, collar, cum, cum from │\n",
"│ penis, cum from pussy, cum in pussy, cum inside, cum on pants, cum splatter, cum string, dialogue, dominant, │\n",
"│ dominant female, ejaculation, elbow gloves, elevator, exhibitionism, eyewear, feet, female, female penetrated, │\n",
"│ from behind position, fucked silly, fur, genital fluids, genitals, glasses, gloves, good boy, handwear, happy, │\n",
"│ happy sex, heart symbol, hip grab, huge breasts, knot, knotting, larger female, leaking cum, leaking pussy, │\n",
"│ legwear, looking at another, looking at partner, looking back, looking pleasured, male, male/female, male │\n",
"│ penetrating, male penetrating anthro, male penetrating female, miniskirt, nipple outline, no underwear, open │\n",
"│ mouth, orgasm, pants, penetration, penile, penile penetration, penis, penis in pussy, pince-nez, public, public │\n",
"│ sex, pussy, raised tail, scarf, sex, shirt, size difference, skirt, small waist, smaller male, standing, │\n",
"│ standing sex, submissive, submissive male, tail, text, thick thighs, thigh highs, throbbing, throbbing penis, │\n",
"│ toes, tongue, tongue out, topwear, unzipped, unzipped pants, vaginal, vaginal penetration, wide hips, yellow │\n",
"│ body, zipper, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\), lucario, renamon, │\n",
"│ english text │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4271004.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4271004.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\bdc8b19ea99270d8feb6baa4449c103d.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro on anthro, big breasts, blush, breasts, duo, ear piercing, ear ring, explicitly stated consent, │\n",
"│ female, fur, furgonomics, genitals, hair, impregnation request, larger female, looking at another, male, │\n",
"│ male/female, markings, mommy kink, motion lines, nipple piercing, nipples, nude, nude female, piercing, pink │\n",
"│ nipples, ponytail, pubes, pussy, requesting, ring piercing, shaking, simple background, size difference, │\n",
"│ smaller male, spots, spotted body, spotted fur, surprise, text, by claweddrip, ace \\(claweddrip\\), alexandra │\n",
"│ \\(velocitycat\\), fluffy ace, cheetah, feline, pantherine, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\bdc8b19ea99270d8feb6baa4449c103d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro on anthro, big breasts, blush, breasts, duo, ear piercing, ear ring, explicitly stated consent, │\n",
"│ female, fur, furgonomics, genitals, hair, impregnation request, larger female, looking at another, male, │\n",
"│ male/female, markings, mommy kink, motion lines, nipple piercing, nipples, nude, nude female, piercing, pink │\n",
"│ nipples, ponytail, pubes, pussy, requesting, ring piercing, shaking, simple background, size difference, │\n",
"│ smaller male, spots, spotted body, spotted fur, surprise, text, by claweddrip, ace \\(claweddrip\\), alexandra │\n",
"│ \\(velocitycat\\), fluffy ace, cheetah, feline, pantherine, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4288965.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4288965.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\e0f0e18aa0cb3b58ff47884814e61634.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anus, areola, arm warmers, armwear, beach, beach bar, being watched, bent over, big breasts, bikini, │\n",
"│ bikini bottom, bikini top, blush, bodily fluids, breasts, butt, clothing, cunnilingus, dialogue, elbow gloves, │\n",
"│ eyewear, female, female/female, fur, genital fluids, genitals, glasses, gloves, handwear, hanging breasts, │\n",
"│ heart symbol, huge breasts, larger female, legwear, looking at another, looking at partner, looking back, male, │\n",
"│ micro bikini, multi tail, multicolored body, multicolored fur, nipples, oral, pince-nez, pink areola, pink │\n",
"│ nipples, public, public nudity, public sex, pussy, seaside, service height, sex, size difference, small waist, │\n",
"│ smaller female, standing, sweat, swimwear, tail, thick thighs, thigh highs, vaginal, vaginal fluids, wide hips, │\n",
"│ worship, yellow body, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\), kyubimon, │\n",
"│ renamon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\e0f0e18aa0cb3b58ff47884814e61634.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anus, areola, arm warmers, armwear, beach, beach bar, being watched, bent over, big breasts, bikini, │\n",
"│ bikini bottom, bikini top, blush, bodily fluids, breasts, butt, clothing, cunnilingus, dialogue, elbow gloves, │\n",
"│ eyewear, female, female/female, fur, genital fluids, genitals, glasses, gloves, handwear, hanging breasts, │\n",
"│ heart symbol, huge breasts, larger female, legwear, looking at another, looking at partner, looking back, male, │\n",
"│ micro bikini, multi tail, multicolored body, multicolored fur, nipples, oral, pince-nez, pink areola, pink │\n",
"│ nipples, public, public nudity, public sex, pussy, seaside, service height, sex, size difference, small waist, │\n",
"│ smaller female, standing, sweat, swimwear, tail, thick thighs, thigh highs, vaginal, vaginal fluids, wide hips, │\n",
"│ worship, yellow body, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\), kyubimon, │\n",
"│ renamon, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4311816.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4311816.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\a7e27809fb2ac72a7a2aeb986ea01edf.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ after kiss, anthro, anthro penetrated, asphyxiation, big breasts, bodily fluids, bone, breasts, brown body, │\n",
"│ brown fur, brown hair, choking, clenched teeth, clothing, cowgirl position, dominant, dominant female, female, │\n",
"│ female on human, female penetrated, from front position, fur, hair, heart eyes, heart symbol, human on anthro, │\n",
"│ human penetrating, human penetrating anthro, human penetrating female, interspecies, larger anthro, larger │\n",
"│ female, larger penetrated, legwear, male, male/female, male on anthro, male penetrating, male penetrating │\n",
"│ anthro, male penetrating female, on bottom, on top, penetration, saliva, saliva string, sex, size difference, │\n",
"│ skull, skull head, smaller human, smaller male, submissive, submissive male, sweat, teeth, thigh highs, by │\n",
"│ claweddrip, scp foundation, d-class, mal0, human, absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\a7e27809fb2ac72a7a2aeb986ea01edf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ after kiss, anthro, anthro penetrated, asphyxiation, big breasts, bodily fluids, bone, breasts, brown body, │\n",
"│ brown fur, brown hair, choking, clenched teeth, clothing, cowgirl position, dominant, dominant female, female, │\n",
"│ female on human, female penetrated, from front position, fur, hair, heart eyes, heart symbol, human on anthro, │\n",
"│ human penetrating, human penetrating anthro, human penetrating female, interspecies, larger anthro, larger │\n",
"│ female, larger penetrated, legwear, male, male/female, male on anthro, male penetrating, male penetrating │\n",
"│ anthro, male penetrating female, on bottom, on top, penetration, saliva, saliva string, sex, size difference, │\n",
"│ skull, skull head, smaller human, smaller male, submissive, submissive male, sweat, teeth, thigh highs, by │\n",
"│ claweddrip, scp foundation, d-class, mal0, human, absurd res, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4447321.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4447321.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\32202fc2addd585ec7d0aa33196b36ef.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, anthro, anthro penetrated, balls, balls deep, bed, between thighs, biped, black clothing, │\n",
"│ black hair, black panties, black underwear, bodily fluids, breasts, butt, cigarette holder, cloaca, cloacal, │\n",
"│ cloacal penetration, clock, clothing, clothing around legs, dark body, dialogue, distracted sex, dominant, │\n",
"│ dominant anthro, dominant female, duo, electronics, erection, eyelashes, faceless character, faceless male, │\n",
"│ featureless breasts, female, female on human, female penetrated, from front position, furniture, genitals, │\n",
"│ grabbing waist, hair, headgear, headphones, headset, horn, human on anthro, human penetrating, human │\n",
"│ penetrating anthro, human penetrating female, human pet, interspecies, larger anthro, larger female, larger │\n",
"│ penetrated, lying, lying on bed, male, male/female, male on anthro, male penetrating, male penetrating anthro, │\n",
"│ male penetrating female, medium breasts, missionary position, mommy kink, mostly nude, multicolored body, │\n",
"│ necktie, necktie only, nude, on back, on bed, onomatopoeia, open mouth, panties, panties around legs, │\n",
"│ penetration, penile, penile penetration, penis, penis in cloaca, phone call, pointed tail, profanity, red eyes, │\n",
"│ red horn, red toe claws, sex, sex slave, size difference, smaller human, smaller male, smoke, smoke from mouth, │\n",
"│ smoking, smoking during sex, sound effects, sweat, tail, talking to another, talking to partner, text, thick │\n",
"│ thighs, two tone body, underwear, underwear around legs, watch, wings, wristwatch, by etheross, by feral │\n",
"│ frenzy, bluetooth, european mythology, mythology, dragon, human, mythological creature, mythological scalie, │\n",
"│ scalie, western dragon, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\32202fc2addd585ec7d0aa33196b36ef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ animal genitalia, anthro, anthro penetrated, balls, balls deep, bed, between thighs, biped, black clothing, │\n",
"│ black hair, black panties, black underwear, bodily fluids, breasts, butt, cigarette holder, cloaca, cloacal, │\n",
"│ cloacal penetration, clock, clothing, clothing around legs, dark body, dialogue, distracted sex, dominant, │\n",
"│ dominant anthro, dominant female, duo, electronics, erection, eyelashes, faceless character, faceless male, │\n",
"│ featureless breasts, female, female on human, female penetrated, from front position, furniture, genitals, │\n",
"│ grabbing waist, hair, headgear, headphones, headset, horn, human on anthro, human penetrating, human │\n",
"│ penetrating anthro, human penetrating female, human pet, interspecies, larger anthro, larger female, larger │\n",
"│ penetrated, lying, lying on bed, male, male/female, male on anthro, male penetrating, male penetrating anthro, │\n",
"│ male penetrating female, medium breasts, missionary position, mommy kink, mostly nude, multicolored body, │\n",
"│ necktie, necktie only, nude, on back, on bed, onomatopoeia, open mouth, panties, panties around legs, │\n",
"│ penetration, penile, penile penetration, penis, penis in cloaca, phone call, pointed tail, profanity, red eyes, │\n",
"│ red horn, red toe claws, sex, sex slave, size difference, smaller human, smaller male, smoke, smoke from mouth, │\n",
"│ smoking, smoking during sex, sound effects, sweat, tail, talking to another, talking to partner, text, thick │\n",
"│ thighs, two tone body, underwear, underwear around legs, watch, wings, wristwatch, by etheross, by feral │\n",
"│ frenzy, bluetooth, european mythology, mythology, dragon, human, mythological creature, mythological scalie, │\n",
"│ scalie, western dragon, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4451736.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4451736.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\bf409f24589762150e27d26a48ddfb13.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, areola, barbell piercing, bedroom eyes, blush, bottomwear, breasts, clothing, dialogue, duo, ear bell, │\n",
"│ ear piercing, ear ring, eyebrow piercing, facial piercing, female, female on human, fur, genitals, happy, heart │\n",
"│ symbol, human on anthro, interspecies, larger female, legwear, male, multicolored body, narrowed eyes, nipple │\n",
"│ dip, nipple piercing, nipples, pants, piercing, pussy, ring piercing, seductive, shirt, size difference, │\n",
"│ smaller male, tail, text, thigh highs, tongue, tongue out, topwear, two tone body, by claweddrip, deer, human, │\n",
"│ new world deer, reindeer, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\bf409f24589762150e27d26a48ddfb13.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, areola, barbell piercing, bedroom eyes, blush, bottomwear, breasts, clothing, dialogue, duo, ear bell, │\n",
"│ ear piercing, ear ring, eyebrow piercing, facial piercing, female, female on human, fur, genitals, happy, heart │\n",
"│ symbol, human on anthro, interspecies, larger female, legwear, male, multicolored body, narrowed eyes, nipple │\n",
"│ dip, nipple piercing, nipples, pants, piercing, pussy, ring piercing, seductive, shirt, size difference, │\n",
"│ smaller male, tail, text, thigh highs, tongue, tongue out, topwear, two tone body, by claweddrip, deer, human, │\n",
"│ new world deer, reindeer, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4457222.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4457222.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\09eaef7c8e23552676389a929bf9acc3.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, anthro, areola, arm support, belly, big breasts, biped, black nose, bottomwear, breast fondling, │\n",
"│ breast play, breasts, chain accessory, cheek tuft, chest tuft, clothed, clothing, dominant, dominant female, │\n",
"│ duo, ear piercing, facial tuft, female, female focus, fingers, fluffy, fluffy tail, fondling, fur, green eyes, │\n",
"│ hair, hand on breast, hand on hip, hip tuft, industrial piercing, inner ear fluff, inside, kabedon, larger │\n",
"│ female, leaning on elbow, leaning on wall, lidded eyes, looking at another, looking at partner, male, │\n",
"│ male/female, markings, medium breasts, nipple fetish, nipple piercing, nipple play, nipples, open bottomwear, │\n",
"│ open clothing, open pants, open shirt, open topwear, panties, pants, piercing, pink areola, pink hair, pink │\n",
"│ nipples, shirt, size difference, smile, spots, spotted body, tail, topwear, tuft, underwear, white belly, white │\n",
"│ clothing, white panties, white underwear, window, by spuydjeks, yakeera \\(hoofen\\), hyena, spotted hyena, hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\09eaef7c8e23552676389a929bf9acc3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, anthro, areola, arm support, belly, big breasts, biped, black nose, bottomwear, breast fondling, │\n",
"│ breast play, breasts, chain accessory, cheek tuft, chest tuft, clothed, clothing, dominant, dominant female, │\n",
"│ duo, ear piercing, facial tuft, female, female focus, fingers, fluffy, fluffy tail, fondling, fur, green eyes, │\n",
"│ hair, hand on breast, hand on hip, hip tuft, industrial piercing, inner ear fluff, inside, kabedon, larger │\n",
"│ female, leaning on elbow, leaning on wall, lidded eyes, looking at another, looking at partner, male, │\n",
"│ male/female, markings, medium breasts, nipple fetish, nipple piercing, nipple play, nipples, open bottomwear, │\n",
"│ open clothing, open pants, open shirt, open topwear, panties, pants, piercing, pink areola, pink hair, pink │\n",
"│ nipples, shirt, size difference, smile, spots, spotted body, tail, topwear, tuft, underwear, white belly, white │\n",
"│ clothing, white panties, white underwear, window, by spuydjeks, yakeera \\(hoofen\\), hyena, spotted hyena, hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4494998.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4494998.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\911fb426b767682744ad13de53a7fb2d.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro focus, anthro penetrated, antler jewelry, antlers, arm tuft, balls, bdsm, bell, bell collar, big │\n",
"│ breasts, big butt, biped, blush, blush lines, bodily fluids, bondage, bound, box, breasts, brown body, brown │\n",
"│ fur, butt, collar, container, cookie, cowgirl position, cum request, cup, dialogue, dominant, dominant female, │\n",
"│ duo, ear piercing, ear ring, emanata, erection, eyebrows, eyelashes, faceless character, faceless human, │\n",
"│ faceless male, facial piercing, female, female focus, female on human, female on top, female penetrated, fist, │\n",
"│ food, from front position, fur, genital fluids, genitals, gift bow, gift box, glass, glass container, glass │\n",
"│ cup, glowing, glowing markings, gold \\(metal\\), gold tooth, gradient background, green eyes, half-closed eyes, │\n",
"│ heart \\(marking\\), heart symbol, hearts around head, horn, huge breasts, human on anthro, human penetrating, │\n",
"│ human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, imminent orgasm, │\n",
"│ insemination request, interspecies, jingle bell, jingle bell armband, jingle bell collar, jingle bell legband, │\n",
"│ larger female, leg markings, looking pleasured, male, male/female, male on anthro, male on bottom, male │\n",
"│ penetrating, male penetrating anthro, male penetrating female, markings, milk, mitten hands, multicolored body, │\n",
"│ multicolored fur, narrowed eyes, neck tuft, nose piercing, nose ring, nude, on bottom, on top, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, piercing, platter, plump labia, pussy, ring piercing, scut │\n",
"│ tail, sex, short tail, shoulder tuft, simple background, size difference, smaller male, solo focus, submissive, │\n",
"│ submissive male, sweat, sweaty butt, sweaty legs, sweaty thighs, tail, thigh markings, thrusting, tongue, │\n",
"│ tongue out, tuft, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white tail, by │\n",
"│ claweddrip, ace \\(claweddrip\\), feya, deer, human, digital drawing \\(artwork\\), digital media \\(artwork\\), hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\911fb426b767682744ad13de53a7fb2d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anthro, anthro focus, anthro penetrated, antler jewelry, antlers, arm tuft, balls, bdsm, bell, bell collar, big │\n",
"│ breasts, big butt, biped, blush, blush lines, bodily fluids, bondage, bound, box, breasts, brown body, brown │\n",
"│ fur, butt, collar, container, cookie, cowgirl position, cum request, cup, dialogue, dominant, dominant female, │\n",
"│ duo, ear piercing, ear ring, emanata, erection, eyebrows, eyelashes, faceless character, faceless human, │\n",
"│ faceless male, facial piercing, female, female focus, female on human, female on top, female penetrated, fist, │\n",
"│ food, from front position, fur, genital fluids, genitals, gift bow, gift box, glass, glass container, glass │\n",
"│ cup, glowing, glowing markings, gold \\(metal\\), gold tooth, gradient background, green eyes, half-closed eyes, │\n",
"│ heart \\(marking\\), heart symbol, hearts around head, horn, huge breasts, human on anthro, human penetrating, │\n",
"│ human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, imminent orgasm, │\n",
"│ insemination request, interspecies, jingle bell, jingle bell armband, jingle bell collar, jingle bell legband, │\n",
"│ larger female, leg markings, looking pleasured, male, male/female, male on anthro, male on bottom, male │\n",
"│ penetrating, male penetrating anthro, male penetrating female, markings, milk, mitten hands, multicolored body, │\n",
"│ multicolored fur, narrowed eyes, neck tuft, nose piercing, nose ring, nude, on bottom, on top, penetration, │\n",
"│ penile, penile penetration, penis, penis in pussy, piercing, platter, plump labia, pussy, ring piercing, scut │\n",
"│ tail, sex, short tail, shoulder tuft, simple background, size difference, smaller male, solo focus, submissive, │\n",
"│ submissive male, sweat, sweaty butt, sweaty legs, sweaty thighs, tail, thigh markings, thrusting, tongue, │\n",
"│ tongue out, tuft, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white tail, by │\n",
"│ claweddrip, ace \\(claweddrip\\), feya, deer, human, digital drawing \\(artwork\\), digital media \\(artwork\\), hi │\n",
"│ res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\4670711.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m4670711.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\f13128e01ef6a44c1ee37c25745e6b7d.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 fingers, 3 toes, against surface, against wall, announcing orgasm, anthro, anthro on anthro, aroused, │\n",
"│ athletic, athletic anthro, athletic female, back muscles, barrel, big dom small sub, big ears, biped, black │\n",
"│ body, black ears, black eyebrows, black fur, black inner ear, black nose, black stripes, black tail, blue │\n",
"│ scarf, blue sky, bodily fluids, breast size difference, breasts, breath, bubble butt, butt, butt grab, carrying │\n",
"│ another, carrying partner, cheek tuft, claws, cunnilingus, curling toes, cutaway, day, derp eyes, dialogue, │\n",
"│ dominant, dominant female, drooling, duo, ejaculation, explicitly stated consent, eyebrows, face hugging, face │\n",
"│ mounting, facial tuft, feet, female, female/female, female anthro, female orgasm, finger claws, fingers, │\n",
"│ fluffy, fluffy tail, fucked silly, fur, genital fluids, genitals, grey body, grey ears, grey fur, grey tail, │\n",
"│ hand on butt, head grab, heart eyes, heart symbol, interspecies, larger anthro, larger female, larger on top, │\n",
"│ leg wrap, licked silly, lift job, lifting, light, looking pleasured, markings, medium breasts, moan, mommy │\n",
"│ kink, mostly nude, mostly nude anthro, mostly nude female, motion blur, multicolored body, multicolored ears, │\n",
"│ multicolored fur, narrowed eyes, nude, nude anthro, nude female, obscured cunnilingus, obscured oral, obscured │\n",
"│ vaginal, one eye half-closed, oral, orange body, orange ears, orange fur, orange tail, orgasm, orgasm face, │\n",
"│ outside, panting, pink pussy, profanity, pussy, pussy ejaculation, pussy juice on pussy, red eyes, saliva, │\n",
"│ saliva on tongue, scarf, scarf only, sex, shadow, size difference, sky, small breasts, small waist, smaller │\n",
"│ anthro, smaller female, snout, soles, speech bubble, standing, striped body, striped fur, striped markings, │\n",
"│ striped tail, stripes, stuttering, sweat, sweaty face, tail, tail markings, tail motion, tailwag, talking to │\n",
"│ another, talking to partner, text, toe claws, toes, tongue, tongue out, tuft, two tone ears, two tone inner │\n",
"│ ear, two tone tail, vaginal, vaginal fluids, vaginal orgasm, white body, white fur, white inner ear, white │\n",
"│ pussy, white text, by nahnah21, dreamworks, kung fu panda, master tigress, zhen \\(kung fu panda\\), corsac fox, │\n",
"│ fox, pantherine, tiger, true fox, absurd res, artist name, digital media \\(artwork\\), english text, hi res, │\n",
"│ lighting │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\f13128e01ef6a44c1ee37c25745e6b7d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 fingers, 3 toes, against surface, against wall, announcing orgasm, anthro, anthro on anthro, aroused, │\n",
"│ athletic, athletic anthro, athletic female, back muscles, barrel, big dom small sub, big ears, biped, black │\n",
"│ body, black ears, black eyebrows, black fur, black inner ear, black nose, black stripes, black tail, blue │\n",
"│ scarf, blue sky, bodily fluids, breast size difference, breasts, breath, bubble butt, butt, butt grab, carrying │\n",
"│ another, carrying partner, cheek tuft, claws, cunnilingus, curling toes, cutaway, day, derp eyes, dialogue, │\n",
"│ dominant, dominant female, drooling, duo, ejaculation, explicitly stated consent, eyebrows, face hugging, face │\n",
"│ mounting, facial tuft, feet, female, female/female, female anthro, female orgasm, finger claws, fingers, │\n",
"│ fluffy, fluffy tail, fucked silly, fur, genital fluids, genitals, grey body, grey ears, grey fur, grey tail, │\n",
"│ hand on butt, head grab, heart eyes, heart symbol, interspecies, larger anthro, larger female, larger on top, │\n",
"│ leg wrap, licked silly, lift job, lifting, light, looking pleasured, markings, medium breasts, moan, mommy │\n",
"│ kink, mostly nude, mostly nude anthro, mostly nude female, motion blur, multicolored body, multicolored ears, │\n",
"│ multicolored fur, narrowed eyes, nude, nude anthro, nude female, obscured cunnilingus, obscured oral, obscured │\n",
"│ vaginal, one eye half-closed, oral, orange body, orange ears, orange fur, orange tail, orgasm, orgasm face, │\n",
"│ outside, panting, pink pussy, profanity, pussy, pussy ejaculation, pussy juice on pussy, red eyes, saliva, │\n",
"│ saliva on tongue, scarf, scarf only, sex, shadow, size difference, sky, small breasts, small waist, smaller │\n",
"│ anthro, smaller female, snout, soles, speech bubble, standing, striped body, striped fur, striped markings, │\n",
"│ striped tail, stripes, stuttering, sweat, sweaty face, tail, tail markings, tail motion, tailwag, talking to │\n",
"│ another, talking to partner, text, toe claws, toes, tongue, tongue out, tuft, two tone ears, two tone inner │\n",
"│ ear, two tone tail, vaginal, vaginal fluids, vaginal orgasm, white body, white fur, white inner ear, white │\n",
"│ pussy, white text, by nahnah21, dreamworks, kung fu panda, master tigress, zhen \\(kung fu panda\\), corsac fox, │\n",
"│ fox, pantherine, tiger, true fox, absurd res, artist name, digital media \\(artwork\\), english text, hi res, │\n",
"│ lighting │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\larger_female_smaller_male\\626617.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\larger_female_smaller_male\\\u001b[0m\u001b[1;36m626617.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\larger_female_smaller_male\\53b74e51b969b6c9147c6f96464d94b7.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anatomically correct, anatomically correct genitalia, anatomically correct penis, animal genitalia, animal │\n",
"│ penis, animal pussy, anthro, anthro on feral, anthro penetrated, ascot, bandanna, bdsm, bestiality, biped, │\n",
"│ bodily fluids, bondage, bound, breasts, breeding stand, cervical contact, cervix, clothing, collar, cum, cum in │\n",
"│ pussy, cum in uterus, cum inside, cutaway, dominant, dominant feral, dominant male, duo, ejaculation, erection, │\n",
"│ female, female on bottom, female on feral, female penetrated, feral, feral dominating anthro, feral │\n",
"│ penetrating, feral penetrating anthro, from behind position, fuck bench, fully bound, fur, genital fluids, │\n",
"│ genitals, internal, intraspecies, intraspecies bestiality, kerchief, knot, knotting, larger anthro, larger │\n",
"│ female, larger penetrated, looking pleasured, male, male/female, male dominating female, male on anthro, male │\n",
"│ on top, male penetrating, male penetrating female, mounting, muzzle \\(object\\), muzzled, neckerchief, nude, on │\n",
"│ bottom, on top, orgasm, penetration, penile, penile penetration, penis, penis in pussy, pussy, quadruped, │\n",
"│ restraints, sex, side view, simple background, size difference, smaller feral, smaller male, smaller on top, │\n",
"│ submissive, submissive anthro, submissive female, tongue, tongue out, uterus, vaginal, vaginal knotting, │\n",
"│ vaginal penetration, vein, veiny penis, white body, white fur, by conditional dnp, by xenoforge, dizfoley, │\n",
"│ border collie, collie, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\larger_female_smaller_male\\53b74e51b969b6c9147c6f96464d94b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anatomically correct, anatomically correct genitalia, anatomically correct penis, animal genitalia, animal │\n",
"│ penis, animal pussy, anthro, anthro on feral, anthro penetrated, ascot, bandanna, bdsm, bestiality, biped, │\n",
"│ bodily fluids, bondage, bound, breasts, breeding stand, cervical contact, cervix, clothing, collar, cum, cum in │\n",
"│ pussy, cum in uterus, cum inside, cutaway, dominant, dominant feral, dominant male, duo, ejaculation, erection, │\n",
"│ female, female on bottom, female on feral, female penetrated, feral, feral dominating anthro, feral │\n",
"│ penetrating, feral penetrating anthro, from behind position, fuck bench, fully bound, fur, genital fluids, │\n",
"│ genitals, internal, intraspecies, intraspecies bestiality, kerchief, knot, knotting, larger anthro, larger │\n",
"│ female, larger penetrated, looking pleasured, male, male/female, male dominating female, male on anthro, male │\n",
"│ on top, male penetrating, male penetrating female, mounting, muzzle \\(object\\), muzzled, neckerchief, nude, on │\n",
"│ bottom, on top, orgasm, penetration, penile, penile penetration, penis, penis in pussy, pussy, quadruped, │\n",
"│ restraints, sex, side view, simple background, size difference, smaller feral, smaller male, smaller on top, │\n",
"│ submissive, submissive anthro, submissive female, tongue, tongue out, uterus, vaginal, vaginal knotting, │\n",
"│ vaginal penetration, vein, veiny penis, white body, white fur, by conditional dnp, by xenoforge, dizfoley, │\n",
"│ border collie, collie, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\1720961.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m1720961.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\1f74758696b00f9f6509e30638165f8a.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anal, animal genitalia, anthro, anthro on feral, anus, anus lick, armor, barefoot, bestiality, boots, butt, │\n",
"│ claws, clothed, clothing, day, duo, erection, fangs, feet, feral, footwear, genital slit, genitals, green body, │\n",
"│ green skin, gums, handjob, horn, licking, long teeth, male, male/male, male penetrated, male penetrating, male │\n",
"│ penetrating male, narrowed eyes, nose to anus, nude, open mouth, oral, outside, penetration, penile, penis, │\n",
"│ presenting, presenting anus, presenting hindquarters, presenting penis, pupils, reach around, rimming, rusty │\n",
"│ trombone, sex, sharp teeth, size difference, slit pupils, small dom big sub, smile, squint, standing, tail, │\n",
"│ teeth, thick thighs, toe claws, tongue, tongue out, warrior, yellow eyes, by lizardlars, capcom, monster │\n",
"│ hunter, mythology, spitey, bird wyvern, dragon, gendrome, monster, mythological creature, mythological scalie, │\n",
"│ scalie, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\1f74758696b00f9f6509e30638165f8a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anal, animal genitalia, anthro, anthro on feral, anus, anus lick, armor, barefoot, bestiality, boots, butt, │\n",
"│ claws, clothed, clothing, day, duo, erection, fangs, feet, feral, footwear, genital slit, genitals, green body, │\n",
"│ green skin, gums, handjob, horn, licking, long teeth, male, male/male, male penetrated, male penetrating, male │\n",
"│ penetrating male, narrowed eyes, nose to anus, nude, open mouth, oral, outside, penetration, penile, penis, │\n",
"│ presenting, presenting anus, presenting hindquarters, presenting penis, pupils, reach around, rimming, rusty │\n",
"│ trombone, sex, sharp teeth, size difference, slit pupils, small dom big sub, smile, squint, standing, tail, │\n",
"│ teeth, thick thighs, toe claws, tongue, tongue out, warrior, yellow eyes, by lizardlars, capcom, monster │\n",
"│ hunter, mythology, spitey, bird wyvern, dragon, gendrome, monster, mythological creature, mythological scalie, │\n",
"│ scalie, digital media \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\1804465.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m1804465.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\b44444d30315fbe61e0b9c3a8ecc35d9.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 toes, accessory, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n",
"│ anthro penetrating anthro, armband, balls, bedroom eyes, belly, big dom small sub, biped, bracelet, butt, │\n",
"│ claws, cock ring, collar, dominant, dominant male, duo, erection, feet, genitals, grin, hair, horn, humanoid │\n",
"│ genitalia, humanoid penis, jewelry, larger male, larger penetrated, leash, leashed top, male, male/male, male │\n",
"│ on bottom, male on top, male penetrated, male penetrating, male penetrating male, musclegut, muscular, narrowed │\n",
"│ eyes, navel, nude, on bottom, on top, overweight, overweight anthro, overweight male, overweight penetrated, │\n",
"│ penetration, penile, penile penetration, penis, penis accessory, penis in ass, penis jewelry, power bottom, │\n",
"│ reverse cowgirl position, seductive, sex, shell, size difference, slightly chubby, smaller male, smile, smirk, │\n",
"│ smoke, smoke from nose, spiked armband, spiked bracelet, spiked collar, spiked shell, spikes, spikes │\n",
"│ \\(anatomy\\), submissive, submissive male, submissive top, teeth, toe claws, toes, white balls, wide eyed, │\n",
"│ yellow balls, yellow body, by braeburned, mario bros, bowser, green yoshi, koopa, scalie, yoshi, digital media │\n",
"│ \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\b44444d30315fbe61e0b9c3a8ecc35d9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 toes, accessory, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n",
"│ anthro penetrating anthro, armband, balls, bedroom eyes, belly, big dom small sub, biped, bracelet, butt, │\n",
"│ claws, cock ring, collar, dominant, dominant male, duo, erection, feet, genitals, grin, hair, horn, humanoid │\n",
"│ genitalia, humanoid penis, jewelry, larger male, larger penetrated, leash, leashed top, male, male/male, male │\n",
"│ on bottom, male on top, male penetrated, male penetrating, male penetrating male, musclegut, muscular, narrowed │\n",
"│ eyes, navel, nude, on bottom, on top, overweight, overweight anthro, overweight male, overweight penetrated, │\n",
"│ penetration, penile, penile penetration, penis, penis accessory, penis in ass, penis jewelry, power bottom, │\n",
"│ reverse cowgirl position, seductive, sex, shell, size difference, slightly chubby, smaller male, smile, smirk, │\n",
"│ smoke, smoke from nose, spiked armband, spiked bracelet, spiked collar, spiked shell, spikes, spikes │\n",
"│ \\(anatomy\\), submissive, submissive male, submissive top, teeth, toe claws, toes, white balls, wide eyed, │\n",
"│ yellow balls, yellow body, by braeburned, mario bros, bowser, green yoshi, koopa, scalie, yoshi, digital media │\n",
"│ \\(artwork\\), hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\2355600.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m2355600.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\5d871ace49742230410ec103b4c46bcf.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 fingers, age difference, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, │\n",
"│ anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, black nose, blue clothing, blue │\n",
"│ topwear, bodily fluids, bottomwear, bottomwear down, boxers \\(clothing\\), clothed, clothed sex, clothing, cum, │\n",
"│ cum while penetrated, cumshot, dominant, dominant young, duo, ejaculation, erection, fingers, from behind │\n",
"│ position, fur, genital fluids, genitals, grey body, grey ears, grey fur, grey tail, hand on arm, hand on penis, │\n",
"│ intraspecies, knot, male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, │\n",
"│ multicolored clothing, older penetrated, open mouth, pants, pants down, partially clothed, penetration, penile, │\n",
"│ penile masturbation, penis, red clothing, sex, simple background, size difference, small dom big sub, tail, │\n",
"│ teeth, tongue, topwear, underwear, yellow clothing, young, young anthro, younger dom older sub, by harmarist, │\n",
"│ sheath and knife, alex \\(harmarist\\), will \\(harmarist\\), wolf, brother \\(lore\\), brothers \\(lore\\), incest │\n",
"│ \\(lore\\), sibling \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\5d871ace49742230410ec103b4c46bcf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 4 fingers, age difference, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, │\n",
"│ anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, black nose, blue clothing, blue │\n",
"│ topwear, bodily fluids, bottomwear, bottomwear down, boxers \\(clothing\\), clothed, clothed sex, clothing, cum, │\n",
"│ cum while penetrated, cumshot, dominant, dominant young, duo, ejaculation, erection, fingers, from behind │\n",
"│ position, fur, genital fluids, genitals, grey body, grey ears, grey fur, grey tail, hand on arm, hand on penis, │\n",
"│ intraspecies, knot, male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, │\n",
"│ multicolored clothing, older penetrated, open mouth, pants, pants down, partially clothed, penetration, penile, │\n",
"│ penile masturbation, penis, red clothing, sex, simple background, size difference, small dom big sub, tail, │\n",
"│ teeth, tongue, topwear, underwear, yellow clothing, young, young anthro, younger dom older sub, by harmarist, │\n",
"│ sheath and knife, alex \\(harmarist\\), will \\(harmarist\\), wolf, brother \\(lore\\), brothers \\(lore\\), incest │\n",
"│ \\(lore\\), sibling \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\2430387.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m2430387.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\9d6db5d3612c867db85544bed1e07917.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, anal, anal penetration, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro │\n",
"│ penetrating, anthro penetrating anthro, assisted sex, balls, bent over, biped, black hair, blush, dominant, │\n",
"│ erection, eyes closed, foreskin, genitals, group, hair, hand on back, horn, horn grab, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, larger male, larger penetrated, leaning, leaning forward, looking pleasured, │\n",
"│ male, male/male, male penetrated, male penetrating, male penetrating male, nervous, nude, older male, older │\n",
"│ penetrated, penetration, penile, penile penetration, penis, penis in ass, sauna, sex, shota, size difference, │\n",
"│ small dom big sub, smaller male, smile, young, young anthro, younger dom older sub, younger male, by iztli, │\n",
"│ deer, domestic dog, equid, equine, horse, weimaraner, digital media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\9d6db5d3612c867db85544bed1e07917.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, anal, anal penetration, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro │\n",
"│ penetrating, anthro penetrating anthro, assisted sex, balls, bent over, biped, black hair, blush, dominant, │\n",
"│ erection, eyes closed, foreskin, genitals, group, hair, hand on back, horn, horn grab, humanoid genitalia, │\n",
"│ humanoid penis, interspecies, larger male, larger penetrated, leaning, leaning forward, looking pleasured, │\n",
"│ male, male/male, male penetrated, male penetrating, male penetrating male, nervous, nude, older male, older │\n",
"│ penetrated, penetration, penile, penile penetration, penis, penis in ass, sauna, sex, shota, size difference, │\n",
"│ small dom big sub, smaller male, smile, young, young anthro, younger dom older sub, younger male, by iztli, │\n",
"│ deer, domestic dog, equid, equine, horse, weimaraner, digital media \\(artwork\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\244854.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m244854.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\94b8f124ba80c4a925fa9982d171ea45.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ against surface, against wall, alcohol, alley, anal, anthro, anus, anus lick, backsack, balls, beverage, │\n",
"│ biceps, big butt, big muscles, big penis, black penis, blush, bottomless, bottomwear, butt, clothed, clothed │\n",
"│ sex, clothing, drunk, duo, ear piercing, erection, eyes closed, eyewear, food, foreskin, from behind position, │\n",
"│ fur, genitals, glasses, graffiti, handjob, humanoid genitalia, humanoid penis, licking, looking back, male, │\n",
"│ male/male, male penetrated, male penetrating, male penetrating male, muscular, muscular male, oral, pants, │\n",
"│ penetration, penile, penis, piercing, reach around, rimming, rusty trombone, sex, shirt, size difference, small │\n",
"│ dom big sub, substance intoxication, sunglasses, tank top, thick penis, tongue, tongue out, topwear, vein, by │\n",
"│ vamplust, vamp \\(character\\), bat, wolf, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\94b8f124ba80c4a925fa9982d171ea45.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ against surface, against wall, alcohol, alley, anal, anthro, anus, anus lick, backsack, balls, beverage, │\n",
"│ biceps, big butt, big muscles, big penis, black penis, blush, bottomless, bottomwear, butt, clothed, clothed │\n",
"│ sex, clothing, drunk, duo, ear piercing, erection, eyes closed, eyewear, food, foreskin, from behind position, │\n",
"│ fur, genitals, glasses, graffiti, handjob, humanoid genitalia, humanoid penis, licking, looking back, male, │\n",
"│ male/male, male penetrated, male penetrating, male penetrating male, muscular, muscular male, oral, pants, │\n",
"│ penetration, penile, penis, piercing, reach around, rimming, rusty trombone, sex, shirt, size difference, small │\n",
"│ dom big sub, substance intoxication, sunglasses, tank top, thick penis, tongue, tongue out, topwear, vein, by │\n",
"│ vamplust, vamp \\(character\\), bat, wolf, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\2515398.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m2515398.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\c4d49d6451493a92e5a1c11d409ac2ff.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, ahegao, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n",
"│ penetrating, anthro penetrating anthro, ball size difference, balls, big butt, big penis, blush, bodily fluids, │\n",
"│ bouncing balls, butt, cum, cum in ass, cum inside, duo, from behind position, genital fluids, genitals, heart │\n",
"│ symbol, larger male, larger penetrated, looking pleasured, male, male/male, male penetrated, male penetrating, │\n",
"│ male penetrating male, older male, older penetrated, penetration, penile, penile penetration, penis, penis in │\n",
"│ ass, penis size difference, perching position, perineum, red balls, red penis, red perineum, same evolution │\n",
"│ group, sex, size difference, small but hung, small dom big sub, small penis, smaller male, white balls, white │\n",
"│ penis, young, young anthro, younger dom older sub, younger male, by kyurisawa, cinderace, scorbunny │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\c4d49d6451493a92e5a1c11d409ac2ff.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ age difference, ahegao, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n",
"│ penetrating, anthro penetrating anthro, ball size difference, balls, big butt, big penis, blush, bodily fluids, │\n",
"│ bouncing balls, butt, cum, cum in ass, cum inside, duo, from behind position, genital fluids, genitals, heart │\n",
"│ symbol, larger male, larger penetrated, looking pleasured, male, male/male, male penetrated, male penetrating, │\n",
"│ male penetrating male, older male, older penetrated, penetration, penile, penile penetration, penis, penis in │\n",
"│ ass, penis size difference, perching position, perineum, red balls, red penis, red perineum, same evolution │\n",
"│ group, sex, size difference, small but hung, small dom big sub, small penis, smaller male, white balls, white │\n",
"│ penis, young, young anthro, younger dom older sub, younger male, by kyurisawa, cinderace, scorbunny │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\2592239.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m2592239.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\5077aa6ee772c261095b29394a0669e9.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 fingers, 3 toes, after orgasm, after sex, age difference, anal, animal genitalia, animal penis, anthro, │\n",
"│ anthro on anthro, anus, backsack, ball tuft, balls, big butt, black anus, black body, black fur, blue balls, │\n",
"│ blue body, blue fur, blush, bodily fluids, butt, cum, cum from ass, cum in ass, cum inside, cum on penis, cum │\n",
"│ string, darkened anus, dialogue, dirty talk, dominant, dominant young, duo, explicitly stated consent, feet, │\n",
"│ fingers, fur, genital fluids, genitals, hand spike, hands together, knot, larger anthro, larger male, leaking │\n",
"│ cum, male, male/male, male on bottom, male on top, nude, on bottom, on top, pawpads, penis, pink anus, pink │\n",
"│ pawpads, pink penis, rear view, size difference, small dom big sub, smaller anthro, smaller male, speech │\n",
"│ bubble, spikes, spikes \\(anatomy\\), step pose, text, thick thighs, toes, tuft, young, young anthro, young male, │\n",
"│ younger dom older sub, by atrolux, lucario, riolu, absurd res, digital media \\(artwork\\), english text, hi res, │\n",
"│ brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), sibling \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\5077aa6ee772c261095b29394a0669e9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 3 fingers, 3 toes, after orgasm, after sex, age difference, anal, animal genitalia, animal penis, anthro, │\n",
"│ anthro on anthro, anus, backsack, ball tuft, balls, big butt, black anus, black body, black fur, blue balls, │\n",
"│ blue body, blue fur, blush, bodily fluids, butt, cum, cum from ass, cum in ass, cum inside, cum on penis, cum │\n",
"│ string, darkened anus, dialogue, dirty talk, dominant, dominant young, duo, explicitly stated consent, feet, │\n",
"│ fingers, fur, genital fluids, genitals, hand spike, hands together, knot, larger anthro, larger male, leaking │\n",
"│ cum, male, male/male, male on bottom, male on top, nude, on bottom, on top, pawpads, penis, pink anus, pink │\n",
"│ pawpads, pink penis, rear view, size difference, small dom big sub, smaller anthro, smaller male, speech │\n",
"│ bubble, spikes, spikes \\(anatomy\\), step pose, text, thick thighs, toes, tuft, young, young anthro, young male, │\n",
"│ younger dom older sub, by atrolux, lucario, riolu, absurd res, digital media \\(artwork\\), english text, hi res, │\n",
"│ brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), sibling \\(lore\\) │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\3076234.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m3076234.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\3921714d089b1455757c576141c7292f.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ accessory, anal, anthro, anthro on anthro, anus, backsack, balls, bodily fluids, butt, butt size difference, │\n",
"│ cum, cum on ground, cumshot, duo, ejaculation, erection, eyes closed, furgonomics, genital fluids, genitals, │\n",
"│ handjob, horn, horn accessory, male, male/male, motion lines, motion outline, nude, open mouth, oral, penile, │\n",
"│ penis, perineum, reach around, rimming, rusty trombone, sex, size difference, small dom big sub, tail, tail │\n",
"│ tug, tongue, tongue out, by sonsasu, brill \\(sonsasu\\), sakyubasu, thash, kobold, reptile, scalie, hi res, │\n",
"│ monochrome, sketch │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\3921714d089b1455757c576141c7292f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ accessory, anal, anthro, anthro on anthro, anus, backsack, balls, bodily fluids, butt, butt size difference, │\n",
"│ cum, cum on ground, cumshot, duo, ejaculation, erection, eyes closed, furgonomics, genital fluids, genitals, │\n",
"│ handjob, horn, horn accessory, male, male/male, motion lines, motion outline, nude, open mouth, oral, penile, │\n",
"│ penis, perineum, reach around, rimming, rusty trombone, sex, size difference, small dom big sub, tail, tail │\n",
"│ tug, tongue, tongue out, by sonsasu, brill \\(sonsasu\\), sakyubasu, thash, kobold, reptile, scalie, hi res, │\n",
"│ monochrome, sketch │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\3648186.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m3648186.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\358ea29b18dbf81d37d00e06b0923be7.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
"│ penetrating anthro, anus, balls, big power bottom, biped, bodily fluids, butt, butt grab, claws, dialogue, │\n",
"│ dominant, dominant anthro, dominant male, duo, erection, fingers, genital fluids, genitals, glans, hand on │\n",
"│ butt, heel claw, humanoid genitalia, humanoid penis, larger anthro, larger male, larger penetrated, male, │\n",
"│ male/male, male penetrated, male penetrating, male penetrating male, membrane \\(anatomy\\), membranous wings, │\n",
"│ muscular, muscular anthro, muscular bottom, muscular dom, muscular male, nude, nude anthro, nude male, open │\n",
"│ mouth, penetration, penile, penile penetration, penis, penis in ass, penis size difference, perineum, pink │\n",
"│ glans, pink penis, plantigrade, power bottom, precum, purple claws, red body, red scales, scales, sex, sharp │\n",
"│ teeth, size difference, small dom big sub, small top big bottom, smaller anthro, smaller male, speech bubble, │\n",
"│ submissive, submissive anthro, submissive male, submissive top, tail, teeth, text, toe claws, white penis, │\n",
"│ wings, by sellon, asian mythology, bakugan, east asian mythology, european mythology, mythology, kenny │\n",
"│ \\(drago555\\), leonidas \\(bakugan\\), dragon, eastern dragon, mythological creature, mythological scalie, scalie, │\n",
"│ western dragon, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\358ea29b18dbf81d37d00e06b0923be7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ 5 fingers, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
"│ penetrating anthro, anus, balls, big power bottom, biped, bodily fluids, butt, butt grab, claws, dialogue, │\n",
"│ dominant, dominant anthro, dominant male, duo, erection, fingers, genital fluids, genitals, glans, hand on │\n",
"│ butt, heel claw, humanoid genitalia, humanoid penis, larger anthro, larger male, larger penetrated, male, │\n",
"│ male/male, male penetrated, male penetrating, male penetrating male, membrane \\(anatomy\\), membranous wings, │\n",
"│ muscular, muscular anthro, muscular bottom, muscular dom, muscular male, nude, nude anthro, nude male, open │\n",
"│ mouth, penetration, penile, penile penetration, penis, penis in ass, penis size difference, perineum, pink │\n",
"│ glans, pink penis, plantigrade, power bottom, precum, purple claws, red body, red scales, scales, sex, sharp │\n",
"│ teeth, size difference, small dom big sub, small top big bottom, smaller anthro, smaller male, speech bubble, │\n",
"│ submissive, submissive anthro, submissive male, submissive top, tail, teeth, text, toe claws, white penis, │\n",
"│ wings, by sellon, asian mythology, bakugan, east asian mythology, european mythology, mythology, kenny │\n",
"│ \\(drago555\\), leonidas \\(bakugan\\), dragon, eastern dragon, mythological creature, mythological scalie, scalie, │\n",
"│ western dragon, digital media \\(artwork\\), english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\4101603.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m4101603.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\be23c2768521f37ed000ec587104e01b.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ abs, all fours, anal, anthro, armor, ball size difference, balls, biceps, big balls, big butt, big muscles, big │\n",
"│ pecs, big penis, blush, body armor, boots, bottomless, brown body, brown fur, bubble butt, butt, clothed, │\n",
"│ clothing, dialogue, erection, fellatio, footwear, fur, genitals, good boy, grey body, grey fur, group, handjob, │\n",
"│ headgear, helmet, huge butt, huge pecs, humanoid genitalia, humanoid penis, male, male/male, mostly nude, │\n",
"│ muscle size difference, muscular, muscular anthro, muscular bottom, muscular legs, muscular male, muscular sub, │\n",
"│ nude, oral, outside, pecs, penile, penis, reach around, rimming, rusty trombone, scar, scars all over, sex, │\n",
"│ size difference, small dom big sub, small top big bottom, solo focus, speech bubble, submissive, text, trio, │\n",
"│ two doms one sub, vein, veiny muscles, veiny penis, by zourik, elden ring, fromsoftware, anonymous character, │\n",
"│ blaidd \\(elden ring\\), dobermann, domestic dog, pinscher, wolf, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\be23c2768521f37ed000ec587104e01b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ abs, all fours, anal, anthro, armor, ball size difference, balls, biceps, big balls, big butt, big muscles, big │\n",
"│ pecs, big penis, blush, body armor, boots, bottomless, brown body, brown fur, bubble butt, butt, clothed, │\n",
"│ clothing, dialogue, erection, fellatio, footwear, fur, genitals, good boy, grey body, grey fur, group, handjob, │\n",
"│ headgear, helmet, huge butt, huge pecs, humanoid genitalia, humanoid penis, male, male/male, mostly nude, │\n",
"│ muscle size difference, muscular, muscular anthro, muscular bottom, muscular legs, muscular male, muscular sub, │\n",
"│ nude, oral, outside, pecs, penile, penis, reach around, rimming, rusty trombone, scar, scars all over, sex, │\n",
"│ size difference, small dom big sub, small top big bottom, solo focus, speech bubble, submissive, text, trio, │\n",
"│ two doms one sub, vein, veiny muscles, veiny penis, by zourik, elden ring, fromsoftware, anonymous character, │\n",
"│ blaidd \\(elden ring\\), dobermann, domestic dog, pinscher, wolf, absurd res, english text, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"Processing file: E:\\training_dir\\small_dom_big_sub\\637357.json\n", "\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\small_dom_big_sub\\\u001b[0m\u001b[1;36m637357.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃ E:\\training_dir\\small_dom_big_sub\\898b7653d3684bd1b579a034f081ef97.txt ┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anal, animal genitalia, anthro, anthro on feral, anus, balls, bestiality, bodily fluids, bound, candle, chain, │\n",
"│ claws, cuff \\(restraint\\), digitigrade, duo, erection, feral, foreskin, genital slit, genitals, handjob, horn, │\n",
"│ humanoid genitalia, humanoid penis, looking back, male, male/male, male on feral, male penetrated, male │\n",
"│ penetrating, male penetrating male, membrane \\(anatomy\\), membranous wings, muscular, nude, oral, outside, │\n",
"│ partially retracted foreskin, penetration, penile, penis, penis tip, plantigrade, reach around, restraints, │\n",
"│ rimming, rusty trombone, saliva, sex, shackles, size difference, small dom big sub, tail, wings, by │\n",
"│ somniferous, mythology, firondraak, dragon, mythological creature, mythological scalie, scalie, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
"
\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\small_dom_big_sub\\898b7653d3684bd1b579a034f081ef97.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
"│ anal, animal genitalia, anthro, anthro on feral, anus, balls, bestiality, bodily fluids, bound, candle, chain, │\n",
"│ claws, cuff \\(restraint\\), digitigrade, duo, erection, feral, foreskin, genital slit, genitals, handjob, horn, │\n",
"│ humanoid genitalia, humanoid penis, looking back, male, male/male, male on feral, male penetrated, male │\n",
"│ penetrating, male penetrating male, membrane \\(anatomy\\), membranous wings, muscular, nude, oral, outside, │\n",
"│ partially retracted foreskin, penetration, penile, penis, penis tip, plantigrade, reach around, restraints, │\n",
"│ rimming, rusty trombone, saliva, sex, shackles, size difference, small dom big sub, tail, wings, by │\n",
"│ somniferous, mythology, firondraak, dragon, mythological creature, mythological scalie, scalie, hi res │\n",
"└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import os\n",
"import glob\n",
"import re\n",
"import json\n",
"from rich.console import Console\n",
"from rich.table import Table\n",
"\n",
"console = Console()\n",
"\n",
"\n",
"# Function to check if a tag should be ignored based on the ignored_tags list\n",
"def should_ignore_tag(tag):\n",
" for ignored_tag_pattern in ignored_tags:\n",
" pattern = re.compile(ignored_tag_pattern, re.VERBOSE | re.IGNORECASE)\n",
" if re.search(pattern, tag):\n",
" return True\n",
" return False\n",
"\n",
"\n",
"# Function to process tags and determine if they should be ignored\n",
"def process_tags(tags_dict):\n",
" processed_tags = []\n",
" for category, tags_list in tags_dict.items():\n",
" category_tags = []\n",
" if category == \"artist\":\n",
" category_tags = [\n",
" f\"by {tag.replace('_', ' ').replace(' (artist)', '')}\"\n",
" for tag in tags_list\n",
" if tag\n",
" ]\n",
" else:\n",
" for tag in tags_list:\n",
" tag = tag.replace(\"_\", \" \")\n",
" # Escape unescaped parentheses\n",
" tag = re.sub(r\"(?