{ "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\\anal_beads_in_ass\\1300374.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m1300374.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\28cee8b5602853039c8df57b4923d46c.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ amber eyes, anal, anal beads, anal beads in ass, anal juice, anal penetration, animal genitalia, animal pussy,  │\n",
       "│   anthro, anus, big breasts, big butt, big clitoris, big teats, biped, black anus, black border, black pussy,   │\n",
       "│   bodily fluids, border, breasts, breasts and teats, butt, cervix, clitoral winking, clitoris, crotch teats,    │\n",
       "│ curvy figure, enlarged clitoral glans, equine genitalia, equine pussy, female, gaping, gaping pussy, genitals,  │\n",
       "│ hair, half-closed eyes, horn, huge butt, inverted nipples, lactating, long hair, long neck, looking at viewer,  │\n",
       "│ milk, multi breast, narrowed eyes, nipples, nude, object in ass, orange eyes, penetration, pink clitoris, plump │\n",
       "│    labia, presenting, presenting anus, presenting pussy, presenting teats, puffy anus, puffy nipples, pussy,    │\n",
       "│   raised tail, rear view, sex toy, sex toy in ass, sex toy insertion, side boob, sitting, smile, solo, tail,    │\n",
       "│  teats, thick thighs, urethra, voluptuous, wide hips, by r-mk, mythology, baat, dragon, mythological creature,  │\n",
       "│                     mythological scalie, reptile, scalie, digital media \\(artwork\\), hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\28cee8b5602853039c8df57b4923d46c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ amber eyes, anal, anal beads, anal beads in ass, anal juice, anal penetration, animal genitalia, animal pussy, │\n", "│ anthro, anus, big breasts, big butt, big clitoris, big teats, biped, black anus, black border, black pussy, │\n", "│ bodily fluids, border, breasts, breasts and teats, butt, cervix, clitoral winking, clitoris, crotch teats, │\n", "│ curvy figure, enlarged clitoral glans, equine genitalia, equine pussy, female, gaping, gaping pussy, genitals, │\n", "│ hair, half-closed eyes, horn, huge butt, inverted nipples, lactating, long hair, long neck, looking at viewer, │\n", "│ milk, multi breast, narrowed eyes, nipples, nude, object in ass, orange eyes, penetration, pink clitoris, plump │\n", "│ labia, presenting, presenting anus, presenting pussy, presenting teats, puffy anus, puffy nipples, pussy, │\n", "│ raised tail, rear view, sex toy, sex toy in ass, sex toy insertion, side boob, sitting, smile, solo, tail, │\n", "│ teats, thick thighs, urethra, voluptuous, wide hips, by r-mk, mythology, baat, dragon, mythological creature, │\n", "│ mythological scalie, reptile, scalie, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\1307329.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m1307329.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\c9144d05076eb7d1a1ac097654717d3e.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal beads, anal beads in ass, anal penetration, anthro, bodily fluids, female, fur, genital fluids,    │\n",
       "│ genitals, hair, humanoid genitalia, humanoid pussy, object in ass, open mouth, penetration, pokeball, pokeball  │\n",
       "│ anal beads, pokeball insertion, pokeball sex toy, pokemorph, pussy, sex toy, sex toy in ass, sex toy insertion, │\n",
       "│    solo, spread legs, spreading, standard pokeball, tongue, tongue out, vaginal fluids, by eto ya, glaceon,     │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\c9144d05076eb7d1a1ac097654717d3e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, anthro, bodily fluids, female, fur, genital fluids, │\n", "│ genitals, hair, humanoid genitalia, humanoid pussy, object in ass, open mouth, penetration, pokeball, pokeball │\n", "│ anal beads, pokeball insertion, pokeball sex toy, pokemorph, pussy, sex toy, sex toy in ass, sex toy insertion, │\n", "│ solo, spread legs, spreading, standard pokeball, tongue, tongue out, vaginal fluids, by eto ya, glaceon, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\1530325.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m1530325.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\32034b94a991257bd291d12c7e2c4b44.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│       4 fingers, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal       │\n",
       "│      penetration, anthro, anthro penetrated, anus, backsack, balls, bedroom eyes, big anus, big butt, blue      │\n",
       "│  background, blue eyes, blush, bodily fluids, butt, butt focus, dripping, easter anal beads, easter egg, egg,   │\n",
       "│    feet, fingers, fur, genitals, girly, glistening, glistening body, gradient background, half-closed eyes,     │\n",
       "│  holidays, huge anal beads, looking at viewer, looking back, looking back at viewer, looking pleasured, lying,  │\n",
       "│ male, male penetrated, masturbation, narrowed eyes, nipples, nude, object in ass, on side, one eye closed, open │\n",
       "│    mouth, penetration, perineum, raised tail, seductive, sex toy, sex toy in ass, sex toy insertion, simple     │\n",
       "│ background, smile, solo, tail, teeth, toes, tongue, toying self, by rajii, easter, lagomorph, leporid, rabbit,  │\n",
       "│                                            digital media \\(artwork\\)                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\32034b94a991257bd291d12c7e2c4b44.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal │\n", "│ penetration, anthro, anthro penetrated, anus, backsack, balls, bedroom eyes, big anus, big butt, blue │\n", "│ background, blue eyes, blush, bodily fluids, butt, butt focus, dripping, easter anal beads, easter egg, egg, │\n", "│ feet, fingers, fur, genitals, girly, glistening, glistening body, gradient background, half-closed eyes, │\n", "│ holidays, huge anal beads, looking at viewer, looking back, looking back at viewer, looking pleasured, lying, │\n", "│ male, male penetrated, masturbation, narrowed eyes, nipples, nude, object in ass, on side, one eye closed, open │\n", "│ mouth, penetration, perineum, raised tail, seductive, sex toy, sex toy in ass, sex toy insertion, simple │\n", "│ background, smile, solo, tail, teeth, toes, tongue, toying self, by rajii, easter, lagomorph, leporid, rabbit, │\n", "│ digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\1574752.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m1574752.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\a76aabf39f276c334af3e55977619100.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ahegao, anal, anal beads, anal beads in ass, anal penetration, anthro, anthro on anthro, backsack, balls,    │\n",
       "│  biped, black balls, black body, black fur, bodily fluids, collar, cum, cum in ass, cum in goo, cum in mouth,   │\n",
       "│     cum inside, fellatio, fluffy, fur, gas mask, genital fluids, genitals, group, group sex, latex, looking     │\n",
       "│   pleasured, male, male/male, mask, object in ass, oral, penetration, penile, penis, sex, sex toy, sex toy in   │\n",
       "│  ass, sex toy insertion, spitroast, threesome, trio, white balls, by saku1saya, changed \\(video game\\), dr. k   │\n",
       "│                  \\(changed\\), lin \\(changed\\), puro \\(changed\\), goo creature, monster, hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\a76aabf39f276c334af3e55977619100.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal beads, anal beads in ass, anal penetration, anthro, anthro on anthro, backsack, balls, │\n", "│ biped, black balls, black body, black fur, bodily fluids, collar, cum, cum in ass, cum in goo, cum in mouth, │\n", "│ cum inside, fellatio, fluffy, fur, gas mask, genital fluids, genitals, group, group sex, latex, looking │\n", "│ pleasured, male, male/male, mask, object in ass, oral, penetration, penile, penis, sex, sex toy, sex toy in │\n", "│ ass, sex toy insertion, spitroast, threesome, trio, white balls, by saku1saya, changed \\(video game\\), dr. k │\n", "│ \\(changed\\), lin \\(changed\\), puro \\(changed\\), goo creature, monster, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2136120.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2136120.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\407c41f883fa19d0f80cdf64735950ca.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     69 \\(number\\), ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal     │\n",
       "│    penetration, anal tugging, anthro, anthro penetrated, anus, behind the counter, bodily fluids, butt, cash    │\n",
       "│     register, clothed, clothing, clothing lift, dialogue, disembodied hand, distracted, dress, dress lift,      │\n",
       "│   ejaculation, erect tail, exhibitionism, eye through hair, eyebrows, fail, female, female/ambiguous, female    │\n",
       "│    focus, female penetrated, fur, genital fluids, genitals, group, hair, huge anal beads, huge penetration,     │\n",
       "│    inconvenient tail, inside, large penetration, looking at another, lube, male, motion lines, no underwear,    │\n",
       "│ object in ass, open mouth, open smile, orgasm, penetration, public, public sex, pussy, pussy ejaculation, pussy │\n",
       "│ ejaculation while penetrated, raised eyebrow, raised tail, rear view, rolled up sleeves, sex, sex toy, sex toy  │\n",
       "│   in ass, sex toy insertion, shaking, smile, solo focus, speech bubble, standing, stealth sex, surprise sex,    │\n",
       "│    sweat, sweatdrop, tail, tail under skirt, tail upskirt, text, thick thighs, toying partner, translucent,     │\n",
       "│ translucent hair, unprofessional behavior, upskirt, vaginal fluids, waiter, whiskers, by artbyyellowdog, anon,  │\n",
       "│ helia peppercats, domestic cat, feline, human, alternate version at source, digital media \\(artwork\\), english  │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\407c41f883fa19d0f80cdf64735950ca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 69 \\(number\\), ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal │\n", "│ penetration, anal tugging, anthro, anthro penetrated, anus, behind the counter, bodily fluids, butt, cash │\n", "│ register, clothed, clothing, clothing lift, dialogue, disembodied hand, distracted, dress, dress lift, │\n", "│ ejaculation, erect tail, exhibitionism, eye through hair, eyebrows, fail, female, female/ambiguous, female │\n", "│ focus, female penetrated, fur, genital fluids, genitals, group, hair, huge anal beads, huge penetration, │\n", "│ inconvenient tail, inside, large penetration, looking at another, lube, male, motion lines, no underwear, │\n", "│ object in ass, open mouth, open smile, orgasm, penetration, public, public sex, pussy, pussy ejaculation, pussy │\n", "│ ejaculation while penetrated, raised eyebrow, raised tail, rear view, rolled up sleeves, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, shaking, smile, solo focus, speech bubble, standing, stealth sex, surprise sex, │\n", "│ sweat, sweatdrop, tail, tail under skirt, tail upskirt, text, thick thighs, toying partner, translucent, │\n", "│ translucent hair, unprofessional behavior, upskirt, vaginal fluids, waiter, whiskers, by artbyyellowdog, anon, │\n", "│ helia peppercats, domestic cat, feline, human, alternate version at source, digital media \\(artwork\\), english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2279713.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2279713.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\1f72737be2bfb85666ef8718ae3ed55a.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal penetration, animal genitalia,   │\n",
       "│ animal pussy, anthro, bodily fluids, breasts, butt, cum, cum from ass, cum from pussy, cum in ass, cum in hair, │\n",
       "│  cum in pussy, cum inside, cum on butt, cum on face, cum on hand, cum on leg, cum on pussy, equine genitalia,   │\n",
       "│   equine pussy, female, genital fluids, genitals, hair, hay, hooves, licking, licking lips, licking own lips,   │\n",
       "│  looking up, lying, masturbation, nipples, object in ass, on side, penetration, pussy, self lick, sex toy, sex  │\n",
       "│   toy in ass, sex toy insertion, solo, tongue, tongue out, toying self, underhoof, by honovy, equid, equine,    │\n",
       "│                                    horse, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\1f72737be2bfb85666ef8718ae3ed55a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal penetration, animal genitalia, │\n", "│ animal pussy, anthro, bodily fluids, breasts, butt, cum, cum from ass, cum from pussy, cum in ass, cum in hair, │\n", "│ cum in pussy, cum inside, cum on butt, cum on face, cum on hand, cum on leg, cum on pussy, equine genitalia, │\n", "│ equine pussy, female, genital fluids, genitals, hair, hay, hooves, licking, licking lips, licking own lips, │\n", "│ looking up, lying, masturbation, nipples, object in ass, on side, penetration, pussy, self lick, sex toy, sex │\n", "│ toy in ass, sex toy insertion, solo, tongue, tongue out, toying self, underhoof, by honovy, equid, equine, │\n", "│ horse, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2285900.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2285900.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\cea5d7fd4559b4b3ac6bce4ebfcd27c9.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    alternate color, anal, anal beads, anal beads in ass, anal juice, anal orgasm, anal penetration, anthro,     │\n",
       "│ anthrofied, backsack, ball tuft, balls, blush, bodily fluids, breath, cum, cum bounce, cum on ground, cum while │\n",
       "│   penetrated, cumshot, ejaculation, genital fluids, genitals, girly, hands-free, humanoid genitalia, humanoid   │\n",
       "│      penis, looking pleasured, lying, male, navel, nude, object in ass, on side, one leg up, patreon logo,      │\n",
       "│  penetration, penis, perineum, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy, pokemorph,  │\n",
       "│  raised leg, sex toy, sex toy in ass, sex toy insertion, solo, sound effects, spread legs, spreading, standard  │\n",
       "│   pokeball, sweat, text, tuft, vein, veiny penis, by conditional dnp, by zackary911, patreon, fan character,    │\n",
       "│                  shooty \\(shootysylveon\\), sylveon, digital media \\(artwork\\), signature, url                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\cea5d7fd4559b4b3ac6bce4ebfcd27c9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alternate color, anal, anal beads, anal beads in ass, anal juice, anal orgasm, anal penetration, anthro, │\n", "│ anthrofied, backsack, ball tuft, balls, blush, bodily fluids, breath, cum, cum bounce, cum on ground, cum while │\n", "│ penetrated, cumshot, ejaculation, genital fluids, genitals, girly, hands-free, humanoid genitalia, humanoid │\n", "│ penis, looking pleasured, lying, male, navel, nude, object in ass, on side, one leg up, patreon logo, │\n", "│ penetration, penis, perineum, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy, pokemorph, │\n", "│ raised leg, sex toy, sex toy in ass, sex toy insertion, solo, sound effects, spread legs, spreading, standard │\n", "│ pokeball, sweat, text, tuft, vein, veiny penis, by conditional dnp, by zackary911, patreon, fan character, │\n", "│ shooty \\(shootysylveon\\), sylveon, digital media \\(artwork\\), signature, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2347655.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2347655.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\4af8db43b142d2520d471ff539729adf.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus, armwear, balls, biped,  │\n",
       "│   blush, bodily fluids, butt, clothing, countershading, crop top, cum, cum on surface, footwear, fur, genital   │\n",
       "│     fluids, genitals, girly, hair, legwear, looking at viewer, looking back, looking back at viewer, male,      │\n",
       "│   masturbation, object in ass, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern    │\n",
       "│ socks, pattern thigh highs, pattern thigh socks, penetration, pink clothing, pink footwear, pink legwear, pink  │\n",
       "│      shirt, pink socks, pink thigh highs, pink thigh socks, pink topwear, sex toy, sex toy in ass, sex toy      │\n",
       "│  insertion, shirt, socks, solo, striped armwear, striped clothing, striped footwear, striped legwear, striped   │\n",
       "│  socks, striped thigh highs, striped thigh socks, stripes, thigh highs, thigh socks, topwear, toying self, by   │\n",
       "│               valkoinen, kilow \\(kilow21\\), feline, leopardus, ocelot, digital media \\(artwork\\)                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\4af8db43b142d2520d471ff539729adf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus, armwear, balls, biped, │\n", "│ blush, bodily fluids, butt, clothing, countershading, crop top, cum, cum on surface, footwear, fur, genital │\n", "│ fluids, genitals, girly, hair, legwear, looking at viewer, looking back, looking back at viewer, male, │\n", "│ masturbation, object in ass, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern │\n", "│ socks, pattern thigh highs, pattern thigh socks, penetration, pink clothing, pink footwear, pink legwear, pink │\n", "│ shirt, pink socks, pink thigh highs, pink thigh socks, pink topwear, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shirt, socks, solo, striped armwear, striped clothing, striped footwear, striped legwear, striped │\n", "│ socks, striped thigh highs, striped thigh socks, stripes, thigh highs, thigh socks, topwear, toying self, by │\n", "│ valkoinen, kilow \\(kilow21\\), feline, leopardus, ocelot, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2366462.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2366462.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\d15f3ec32d1df70416934e25c90d05d5.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal juice string, anal orgasm, anal      │\n",
       "│    penetration, anal squirt, animal genitalia, animal penis, anthro, anus, backsack, balls, big flare, black    │\n",
       "│ balls, black penis, blush, bodily fluids, butt, cum, cum drip, cum on own penis, cum on penis, cum on self, cum │\n",
       "│   while penetrated, cumshot, curvy figure, disembodied hand, dripping, duo, ejaculation, equine anus, equine    │\n",
       "│  genitalia, equine penis, flared penis, fur, genital fluids, genitals, girly, green eyes, grey body, grey fur,  │\n",
       "│ hair, hands-free, heart symbol, long hair, looking at viewer, looking back, looking back at viewer, male, male  │\n",
       "│ penetrated, medial ring, motion lines, multicolored body, multicolored fur, multicolored penis, nude, object in │\n",
       "│  ass, onomatopoeia, patreon logo, patreon username, penetration, penis, perineum, pink penis, ponytail, puffy   │\n",
       "│   anus, pulling hair, question mark, sex toy, sex toy in ass, sex toy insertion, simple background, skull and   │\n",
       "│   crossbones, solo focus, sound effects, speech bubble, text, touching hair, two tone body, two tone fur, two   │\n",
       "│ tone penis, vein, veiny penis, white body, white butt, white fur, white hair, wide hips, by conditional dnp, by │\n",
       "│         zackary911, patreon, equid, equine, digital media \\(artwork\\), multiple images, signature, url          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\d15f3ec32d1df70416934e25c90d05d5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal juice string, anal orgasm, anal │\n", "│ penetration, anal squirt, animal genitalia, animal penis, anthro, anus, backsack, balls, big flare, black │\n", "│ balls, black penis, blush, bodily fluids, butt, cum, cum drip, cum on own penis, cum on penis, cum on self, cum │\n", "│ while penetrated, cumshot, curvy figure, disembodied hand, dripping, duo, ejaculation, equine anus, equine │\n", "│ genitalia, equine penis, flared penis, fur, genital fluids, genitals, girly, green eyes, grey body, grey fur, │\n", "│ hair, hands-free, heart symbol, long hair, looking at viewer, looking back, looking back at viewer, male, male │\n", "│ penetrated, medial ring, motion lines, multicolored body, multicolored fur, multicolored penis, nude, object in │\n", "│ ass, onomatopoeia, patreon logo, patreon username, penetration, penis, perineum, pink penis, ponytail, puffy │\n", "│ anus, pulling hair, question mark, sex toy, sex toy in ass, sex toy insertion, simple background, skull and │\n", "│ crossbones, solo focus, sound effects, speech bubble, text, touching hair, two tone body, two tone fur, two │\n", "│ tone penis, vein, veiny penis, white body, white butt, white fur, white hair, wide hips, by conditional dnp, by │\n", "│ zackary911, patreon, equid, equine, digital media \\(artwork\\), multiple images, signature, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2405966.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2405966.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\48b7038685807311108b8cef27c74c32.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, anthro penetrated, anus, balls,    │\n",
       "│ balls in underwear, bodily fluids, butt, clothing, fur, genitals, girly, hair, huge anal beads, inside, looking │\n",
       "│ at viewer, looking back, looking back at viewer, male, male penetrated, multicolored body, object in ass, open  │\n",
       "│      mouth, orange eyes, penetration, raised tail, rear view, reflection, sex toy, sex toy in ass, sex toy      │\n",
       "│   insertion, small tail, solo, spots, tail, tongue, tongue out, underwear, water, by monkeyspirit, by rajii,    │\n",
       "│                minute, bobcat, feline, lynx, collaboration, digital media \\(artwork\\), signature                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\48b7038685807311108b8cef27c74c32.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, anthro penetrated, anus, balls, │\n", "│ balls in underwear, bodily fluids, butt, clothing, fur, genitals, girly, hair, huge anal beads, inside, looking │\n", "│ at viewer, looking back, looking back at viewer, male, male penetrated, multicolored body, object in ass, open │\n", "│ mouth, orange eyes, penetration, raised tail, rear view, reflection, sex toy, sex toy in ass, sex toy │\n", "│ insertion, small tail, solo, spots, tail, tongue, tongue out, underwear, water, by monkeyspirit, by rajii, │\n", "│ minute, bobcat, feline, lynx, collaboration, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2422217.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2422217.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\de0332079fde03dd786706640dc17f59.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, anthro penetrated, anus, backsack,  │\n",
       "│  balls, bodily fluids, butt, clothing, fur, genitals, girly, hair, huge anal beads, inside, looking at viewer,  │\n",
       "│ looking back, looking back at viewer, looking pleasured, male, male penetrated, multicolored body, nude, object │\n",
       "│ in ass, open mouth, orange eyes, penetration, raised tail, rear view, reflection, sex toy, sex toy in ass, sex  │\n",
       "│  toy insertion, small tail, solo, spots, tail, water, by monkeyspirit, by rajii, minute, bobcat, feline, lynx,  │\n",
       "│                               collaboration, digital media \\(artwork\\), signature                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\de0332079fde03dd786706640dc17f59.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, anthro penetrated, anus, backsack, │\n", "│ balls, bodily fluids, butt, clothing, fur, genitals, girly, hair, huge anal beads, inside, looking at viewer, │\n", "│ looking back, looking back at viewer, looking pleasured, male, male penetrated, multicolored body, nude, object │\n", "│ in ass, open mouth, orange eyes, penetration, raised tail, rear view, reflection, sex toy, sex toy in ass, sex │\n", "│ toy insertion, small tail, solo, spots, tail, water, by monkeyspirit, by rajii, minute, bobcat, feline, lynx, │\n", "│ collaboration, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2443381.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2443381.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\399c054aca7ba72145d4f5da30d747c3.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abs, anal, anal beads, anal beads in ass, anal penetration, anthro, anthrofied, balls, big penis, black     │\n",
       "│     nipples, bodily fluids, crossgender, cum, erection, ftm crossgender, genital fluids, genitals, humanoid     │\n",
       "│ genitalia, humanoid penis, leaking, leaking cum, leaking precum, male, membrane \\(anatomy\\), membranous wings,  │\n",
       "│ muscular, muscular anthro, muscular male, nipples, object in ass, pecs, penetration, penis, pink eyes, precum,  │\n",
       "│  pupils, purple pupils, sex toy, sex toy in ass, sex toy insertion, solo, tail, thick penis, wings, by voviat,  │\n",
       "│      microsoft, minecraft, mojang, mythology, xbox game studios, jean \\(minecraft\\), dragon, ender dragon,      │\n",
       "│                           mythological creature, mythological scalie, scalie, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\399c054aca7ba72145d4f5da30d747c3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal beads, anal beads in ass, anal penetration, anthro, anthrofied, balls, big penis, black │\n", "│ nipples, bodily fluids, crossgender, cum, erection, ftm crossgender, genital fluids, genitals, humanoid │\n", "│ genitalia, humanoid penis, leaking, leaking cum, leaking precum, male, membrane \\(anatomy\\), membranous wings, │\n", "│ muscular, muscular anthro, muscular male, nipples, object in ass, pecs, penetration, penis, pink eyes, precum, │\n", "│ pupils, purple pupils, sex toy, sex toy in ass, sex toy insertion, solo, tail, thick penis, wings, by voviat, │\n", "│ microsoft, minecraft, mojang, mythology, xbox game studios, jean \\(minecraft\\), dragon, ender dragon, │\n", "│ mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2459570.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2459570.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\5463286c15ec3bd9130686164ba1de36.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anal, anal beads, anal beads in ass, anal grip, anal juice, anal penetration, anal tugging, anthro,  │\n",
       "│ anus, arched back, armwear, bent over, big breasts, big butt, blush, bodily fluids, breasts, bridal gauntlets,  │\n",
       "│    butt, clothing, countershading, curvy figure, elbow gloves, embarrassed, female, female anthro, fingers,     │\n",
       "│    genitals, gloves, hand on butt, handwear, horn, huge anal beads, huge breasts, kemono, large penetration,    │\n",
       "│ legwear, looking back, nipples, object in ass, penetration, presenting, presenting hindquarters, pussy, raised  │\n",
       "│   tail, sex toy, sex toy in ass, sex toy insertion, solo, spread butt, spreading, stockings, stretched anus,    │\n",
       "│   sweat, sweatdrop, tail, thick thighs, thigh highs, voluptuous, yellow eyes, by cervina7, mythology, miranda   │\n",
       "│                \\(heatboom\\), 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\\anal_beads_in_ass\\5463286c15ec3bd9130686164ba1de36.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal beads, anal beads in ass, anal grip, anal juice, anal penetration, anal tugging, anthro, │\n", "│ anus, arched back, armwear, bent over, big breasts, big butt, blush, bodily fluids, breasts, bridal gauntlets, │\n", "│ butt, clothing, countershading, curvy figure, elbow gloves, embarrassed, female, female anthro, fingers, │\n", "│ genitals, gloves, hand on butt, handwear, horn, huge anal beads, huge breasts, kemono, large penetration, │\n", "│ legwear, looking back, nipples, object in ass, penetration, presenting, presenting hindquarters, pussy, raised │\n", "│ tail, sex toy, sex toy in ass, sex toy insertion, solo, spread butt, spreading, stockings, stretched anus, │\n", "│ sweat, sweatdrop, tail, thick thighs, thigh highs, voluptuous, yellow eyes, by cervina7, mythology, miranda │\n", "│ \\(heatboom\\), dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2491731.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2491731.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\188bc4224f93aa15b9ee2716fd6319eb.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  all fours, ambiguous fluids, anal, anal beads, anal beads in ass, anal juice, anal penetration, anal squirt,   │\n",
       "│   anthro, anthrofied, armwear, ass up, big butt, black sclera, bodily fluids, butt, clothed, clothing, curvy    │\n",
       "│  figure, drooling, elbow gloves, exhibitionism, female, female focus, fingerless gloves, fingers, glistening,   │\n",
       "│  glistening body, glistening clothing, gloves, group, handwear, huge butt, legwear, lying, mostly nude, object  │\n",
       "│  in ass, onomatopoeia, partially clothed, penetration, pokemorph, public, saliva, sex toy, sex toy in ass, sex  │\n",
       "│  toy insertion, solo focus, sound effects, spread legs, spreading, stockings, text, thick thighs, voluptuous,   │\n",
       "│                     wide hips, by r-mk, cynde \\(r-mk\\), lagomorph, leporid, lopunny, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\188bc4224f93aa15b9ee2716fd6319eb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, ambiguous fluids, anal, anal beads, anal beads in ass, anal juice, anal penetration, anal squirt, │\n", "│ anthro, anthrofied, armwear, ass up, big butt, black sclera, bodily fluids, butt, clothed, clothing, curvy │\n", "│ figure, drooling, elbow gloves, exhibitionism, female, female focus, fingerless gloves, fingers, glistening, │\n", "│ glistening body, glistening clothing, gloves, group, handwear, huge butt, legwear, lying, mostly nude, object │\n", "│ in ass, onomatopoeia, partially clothed, penetration, pokemorph, public, saliva, sex toy, sex toy in ass, sex │\n", "│ toy insertion, solo focus, sound effects, spread legs, spreading, stockings, text, thick thighs, voluptuous, │\n", "│ wide hips, by r-mk, cynde \\(r-mk\\), lagomorph, leporid, lopunny, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2531922.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2531922.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\d8bcbbce887dc21dcc96704d5eae9514.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration, anthro, antlers, anus, arm  │\n",
       "│  support, backsack, balls, bent over, big butt, blue eyes, blush, bodily fluids, brown body, brown fur, butt,   │\n",
       "│    cum, cum while penetrated, cumshot, ejaculation, erection, fur, genital fluids, genitals, gesture, girly,    │\n",
       "│    glans, hair, hand gesture, hands-free, horn, humanoid genitalia, humanoid penis, inner ear fluff, looking    │\n",
       "│  pleasured, male, object in ass, onomatopoeia, orgasm, orgasm face, penetration, penis, penis tuck, perineum,   │\n",
       "│   pink glans, pink penis, rear view, sex toy, sex toy in ass, sex toy insertion, shaking, smile, solo, sound    │\n",
       "│     effects, standing, sweat, text, thumbs up, trembling, tuft, white balls, white hair, white perineum, by     │\n",
       "│                            inu-sama, prancer, deer, new world deer, reindeer, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\d8bcbbce887dc21dcc96704d5eae9514.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration, anthro, antlers, anus, arm │\n", "│ support, backsack, balls, bent over, big butt, blue eyes, blush, bodily fluids, brown body, brown fur, butt, │\n", "│ cum, cum while penetrated, cumshot, ejaculation, erection, fur, genital fluids, genitals, gesture, girly, │\n", "│ glans, hair, hand gesture, hands-free, horn, humanoid genitalia, humanoid penis, inner ear fluff, looking │\n", "│ pleasured, male, object in ass, onomatopoeia, orgasm, orgasm face, penetration, penis, penis tuck, perineum, │\n", "│ pink glans, pink penis, rear view, sex toy, sex toy in ass, sex toy insertion, shaking, smile, solo, sound │\n", "│ effects, standing, sweat, text, thumbs up, trembling, tuft, white balls, white hair, white perineum, by │\n", "│ inu-sama, prancer, deer, new world deer, reindeer, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2538765.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2538765.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\fa26647d82092e008b26ccd4bda81534.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      ahegao, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal      │\n",
       "│ penetration, animal genitalia, animal penis, anthro, anthro penetrated, anus, arched back, backsack, balls, big │\n",
       "│ penis, blue balls, blue body, blue fur, blue perineum, blush, bodily fluids, bouncing balls, butt, crowd, cum,  │\n",
       "│    cum on ground, cum on own penis, cum on penis, cum on self, cum while penetrated, cumshot, drooling, duo,    │\n",
       "│ ejaculation, exhibitionism, eye roll, feet, fur, genital fluids, genitals, glistening, glistening body, group,  │\n",
       "│    hands-free, heart eyes, heart symbol, knot, looking pleasured, male, male penetrated, master ball, motion    │\n",
       "│  lines, nude, object in ass, offscreen character, orgasm, orgasm face, penetration, penis, perineum, pokeball,  │\n",
       "│  pokeball anal beads, pokeball insertion, pokeball sex toy, public, public nudity, saliva, saliva string, sex   │\n",
       "│     toy, sex toy in ass, sex toy insertion, shaking, solo, stadium, tail, tail motion, tailwag, throbbing,      │\n",
       "│      throbbing balls, throbbing penis, tongue, tongue out, by wizzikt, lucario, digital media \\(artwork\\)       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\fa26647d82092e008b26ccd4bda81534.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal │\n", "│ penetration, animal genitalia, animal penis, anthro, anthro penetrated, anus, arched back, backsack, balls, big │\n", "│ penis, blue balls, blue body, blue fur, blue perineum, blush, bodily fluids, bouncing balls, butt, crowd, cum, │\n", "│ cum on ground, cum on own penis, cum on penis, cum on self, cum while penetrated, cumshot, drooling, duo, │\n", "│ ejaculation, exhibitionism, eye roll, feet, fur, genital fluids, genitals, glistening, glistening body, group, │\n", "│ hands-free, heart eyes, heart symbol, knot, looking pleasured, male, male penetrated, master ball, motion │\n", "│ lines, nude, object in ass, offscreen character, orgasm, orgasm face, penetration, penis, perineum, pokeball, │\n", "│ pokeball anal beads, pokeball insertion, pokeball sex toy, public, public nudity, saliva, saliva string, sex │\n", "│ toy, sex toy in ass, sex toy insertion, shaking, solo, stadium, tail, tail motion, tailwag, throbbing, │\n", "│ throbbing balls, throbbing penis, tongue, tongue out, by wizzikt, lucario, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2586069.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2586069.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\c87592c1b0573f38f4d4c3ab67d21399.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal orgasm, anal  │\n",
       "│    penetration, anthro, antlers, anus, backsack, balls, biped, blue antlers, blue clothing, blue horn, blue     │\n",
       "│  underwear, blush, bodily fluids, butt, claws, clenched teeth, clothed, clothing, cum, digitigrade, dripping,   │\n",
       "│ ejaculation, erection, feet, fur, genital fluids, genitals, girly, hands-free, horn, huge anal beads, humanoid  │\n",
       "│  genitalia, humanoid penis, large penetration, locker, locker room, looking pleasured, male, male anthro, male  │\n",
       "│   penetrated, masturbation, nude, object in ass, orgasm face, partially clothed, pawpads, paws, penetration,    │\n",
       "│    penis, perineum, precum, precum drip, purple anal beads, purple sex toy, sex toy, sex toy in ass, sex toy    │\n",
       "│  insertion, shaking, smile, solo, stretched anus, teeth, toe claws, toes, underwear, white body, white fur, by  │\n",
       "│                 wizzikt, orgest, deer, feline, hybrid, lynx, digital media \\(artwork\\), hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\c87592c1b0573f38f4d4c3ab67d21399.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal orgasm, anal │\n", "│ penetration, anthro, antlers, anus, backsack, balls, biped, blue antlers, blue clothing, blue horn, blue │\n", "│ underwear, blush, bodily fluids, butt, claws, clenched teeth, clothed, clothing, cum, digitigrade, dripping, │\n", "│ ejaculation, erection, feet, fur, genital fluids, genitals, girly, hands-free, horn, huge anal beads, humanoid │\n", "│ genitalia, humanoid penis, large penetration, locker, locker room, looking pleasured, male, male anthro, male │\n", "│ penetrated, masturbation, nude, object in ass, orgasm face, partially clothed, pawpads, paws, penetration, │\n", "│ penis, perineum, precum, precum drip, purple anal beads, purple sex toy, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shaking, smile, solo, stretched anus, teeth, toe claws, toes, underwear, white body, white fur, by │\n", "│ wizzikt, orgest, deer, feline, hybrid, lynx, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2636840.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2636840.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\dca693d5edb661899bcb75268b015e0b.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in ass, anal penetration, anthro, apron, apron only, balls, behind the counter,   │\n",
       "│ big penis, bodily fluids, breasts, claws, clothing, countershading, cum, cum as food, cum collecting, cum in a  │\n",
       "│   cup, cum in container, erection, excessive cum, excessive genital fluids, fucking machine, genital fluids,    │\n",
       "│   genitals, gynomorph, hair, intersex, machine, milking machine, mostly nude, mostly nude anthro, mostly nude   │\n",
       "│ gynomorph, mostly nude intersex, object in ass, orgasm, orgasm face, penetration, penile, penis, penis milking, │\n",
       "│  penis milking machine, red body, selling cum, sex toy, sex toy in ass, sex toy insertion, smile, solo, tail,   │\n",
       "│   tongue, tongue out, under table, working, by con5710, mythology, spinel \\(sepiruth\\), dragon, mythological    │\n",
       "│                                  creature, mythological scalie, scalie, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\dca693d5edb661899bcb75268b015e0b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, anthro, apron, apron only, balls, behind the counter, │\n", "│ big penis, bodily fluids, breasts, claws, clothing, countershading, cum, cum as food, cum collecting, cum in a │\n", "│ cup, cum in container, erection, excessive cum, excessive genital fluids, fucking machine, genital fluids, │\n", "│ genitals, gynomorph, hair, intersex, machine, milking machine, mostly nude, mostly nude anthro, mostly nude │\n", "│ gynomorph, mostly nude intersex, object in ass, orgasm, orgasm face, penetration, penile, penis, penis milking, │\n", "│ penis milking machine, red body, selling cum, sex toy, sex toy in ass, sex toy insertion, smile, solo, tail, │\n", "│ tongue, tongue out, under table, working, by con5710, mythology, spinel \\(sepiruth\\), dragon, mythological │\n", "│ creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2724034.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2724034.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\063e6f3ce1bd2d0ca952981657e0fe4f.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 toes, :3, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anus, bed, black nose,    │\n",
       "│  blush, butt, cute fangs, eyelashes, feet, female, feral, fur, furniture, genitals, grey eyes, holding object   │\n",
       "│  with tail, looking at viewer, looking pleasured, lying, lying on bed, object in ass, on bed, one eye closed,   │\n",
       "│  one leg up, pawpads, penetration, pussy, raised leg, sex toy, sex toy in ass, sex toy insertion, smile, solo,  │\n",
       "│ toes, white body, white fur, by kekitopu, lotion cat \\(kekitopu\\), domestic cat, feline, goo creature, digital  │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\063e6f3ce1bd2d0ca952981657e0fe4f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, :3, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anus, bed, black nose, │\n", "│ blush, butt, cute fangs, eyelashes, feet, female, feral, fur, furniture, genitals, grey eyes, holding object │\n", "│ with tail, looking at viewer, looking pleasured, lying, lying on bed, object in ass, on bed, one eye closed, │\n", "│ one leg up, pawpads, penetration, pussy, raised leg, sex toy, sex toy in ass, sex toy insertion, smile, solo, │\n", "│ toes, white body, white fur, by kekitopu, lotion cat \\(kekitopu\\), domestic cat, feline, goo creature, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2727935.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2727935.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\ada7b15678c1e9b25d3eacca960ee436.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal beads, anal beads in ass, anal penetration, anthro, anthro penetrated, balls, big breasts, black   │\n",
       "│   body, black fur, black nose, blue background, bodily fluids, breasts, butt, claws, double penetration, duo,   │\n",
       "│  erection, faceless character, faceless male, feet, female, female focus, female on human, female penetrated,   │\n",
       "│ from behind position, fur, genital fluids, genitals, hand on penis, hands between legs, huge breasts, human on  │\n",
       "│  anthro, human penetrating, human penetrating anthro, interspecies, legs together, looking at another, looking  │\n",
       "│  at partner, looking at viewer, looking back, lying, male, male/female, male on anthro, male penetrating, male  │\n",
       "│      penetrating female, nude, object in ass, on side, open mouth, open smile, penetration, penile, penile      │\n",
       "│ penetration, penis, penis grab, penis in pussy, purple eyes, pussy, pussy juice on penis, sex, sex toy, sex toy │\n",
       "│   in ass, sex toy insertion, simple background, smile, soles, solo focus, text, thick thighs, toes, vaginal,    │\n",
       "│        vaginal fluids, vaginal penetration, vein, by phallusbro, bear, black bear, human, ursine, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\ada7b15678c1e9b25d3eacca960ee436.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, anthro, anthro penetrated, balls, big breasts, black │\n", "│ body, black fur, black nose, blue background, bodily fluids, breasts, butt, claws, double penetration, duo, │\n", "│ erection, faceless character, faceless male, feet, female, female focus, female on human, female penetrated, │\n", "│ from behind position, fur, genital fluids, genitals, hand on penis, hands between legs, huge breasts, human on │\n", "│ anthro, human penetrating, human penetrating anthro, interspecies, legs together, looking at another, looking │\n", "│ at partner, looking at viewer, looking back, lying, male, male/female, male on anthro, male penetrating, male │\n", "│ penetrating female, nude, object in ass, on side, open mouth, open smile, penetration, penile, penile │\n", "│ penetration, penis, penis grab, penis in pussy, purple eyes, pussy, pussy juice on penis, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, simple background, smile, soles, solo focus, text, thick thighs, toes, vaginal, │\n", "│ vaginal fluids, vaginal penetration, vein, by phallusbro, bear, black bear, human, ursine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2737248.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2737248.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\a6c88e5d990c75dca1a95f45898f74f9.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal orgasm, anal penetration, anthro,  │\n",
       "│ balls, balls in underwear, bodily fluids, butt, clothing, crossgender, cum, darkened balls, darkened genitalia, │\n",
       "│    darkened penis, darkened perineum, ejaculation, foreskin, ftm crossgender, fur, genital fluids, genitals,    │\n",
       "│      girly, hair, hair over eye, heart symbol, horn, humanoid genitalia, humanoid penis, jockstrap, male,       │\n",
       "│  masturbation, object in ass, one eye obstructed, penetration, penis, rear view, sex toy, sex toy in ass, sex   │\n",
       "│    toy insertion, shirt, sitting, solo, sweat, tan body, tan fur, tank top, text, text on clothing, text on     │\n",
       "│  jockstrap, text on shirt, text on tank top, text on topwear, text on underwear, topwear, underwear, by ra4s,   │\n",
       "│              adventure time, cartoon network, bronwyn, bear, domestic dog, hybrid, rainicorn, url               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\a6c88e5d990c75dca1a95f45898f74f9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal orgasm, anal penetration, anthro, │\n", "│ balls, balls in underwear, bodily fluids, butt, clothing, crossgender, cum, darkened balls, darkened genitalia, │\n", "│ darkened penis, darkened perineum, ejaculation, foreskin, ftm crossgender, fur, genital fluids, genitals, │\n", "│ girly, hair, hair over eye, heart symbol, horn, humanoid genitalia, humanoid penis, jockstrap, male, │\n", "│ masturbation, object in ass, one eye obstructed, penetration, penis, rear view, sex toy, sex toy in ass, sex │\n", "│ toy insertion, shirt, sitting, solo, sweat, tan body, tan fur, tank top, text, text on clothing, text on │\n", "│ jockstrap, text on shirt, text on tank top, text on topwear, text on underwear, topwear, underwear, by ra4s, │\n", "│ adventure time, cartoon network, bronwyn, bear, domestic dog, hybrid, rainicorn, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\274443.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m274443.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\b1502830f6772047ade63fee373c8666.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ after sex, anal, anal beads, anal beads in ass, anal penetration, anthro, bdsm, bell, black nose, blush, bodily │\n",
       "│      fluids, bondage, boots, bound, breasts, chest tuft, clothing, collar, cum, cum covered, cum drip, cum      │\n",
       "│  everywhere, cum in pussy, cum inside, cum on face, cum overflow, dominant, dominant male, draining, dripping,  │\n",
       "│ excessive cum, excessive genital fluids, female, female penetrated, fluffy, fluffy tail, footwear, fur, genital │\n",
       "│  fluids, genitals, group, hair, holidays, holly \\(plant\\), legwear, looking at viewer, male, male/female, male  │\n",
       "│   penetrating, messy, navel, nipples, nude, object in ass, penetration, pink hair, plant, public use, purple    │\n",
       "│   body, purple eyes, purple fur, purple hair, pussy, sex toy, sex toy in ass, sex toy insertion, silhouette,    │\n",
       "│     sloppy seconds, solo focus, spread legs, spreading, submissive, submissive female, suspended in midair,     │\n",
       "│  suspension, tail, text, tongue, tongue out, tuft, wrists together, by wolfy-nail, christmas, jess \\(teckly\\),  │\n",
       "│                           wolf, digital media \\(artwork\\), english text, lol comments                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\b1502830f6772047ade63fee373c8666.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anal, anal beads, anal beads in ass, anal penetration, anthro, bdsm, bell, black nose, blush, bodily │\n", "│ fluids, bondage, boots, bound, breasts, chest tuft, clothing, collar, cum, cum covered, cum drip, cum │\n", "│ everywhere, cum in pussy, cum inside, cum on face, cum overflow, dominant, dominant male, draining, dripping, │\n", "│ excessive cum, excessive genital fluids, female, female penetrated, fluffy, fluffy tail, footwear, fur, genital │\n", "│ fluids, genitals, group, hair, holidays, holly \\(plant\\), legwear, looking at viewer, male, male/female, male │\n", "│ penetrating, messy, navel, nipples, nude, object in ass, penetration, pink hair, plant, public use, purple │\n", "│ body, purple eyes, purple fur, purple hair, pussy, sex toy, sex toy in ass, sex toy insertion, silhouette, │\n", "│ sloppy seconds, solo focus, spread legs, spreading, submissive, submissive female, suspended in midair, │\n", "│ suspension, tail, text, tongue, tongue out, tuft, wrists together, by wolfy-nail, christmas, jess \\(teckly\\), │\n", "│ wolf, digital media \\(artwork\\), english text, lol comments │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2772091.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2772091.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\28cfa718b72365e59018062846ef84bb.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 fingers, 4 toes, anal, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration,     │\n",
       "│ anthro, anus, backsack, balls, bodily fluids, butt, dildo shitting, drooling, feet, fingers, food, food fetish, │\n",
       "│ food play, fur, genitals, girly, licking, looking at viewer, looking back, male, masturbation, nude, object in  │\n",
       "│ ass, orange body, orange fur, outside, palm tree, pawpads, pawpsicle, penetration, perineum, pink anus, plant,  │\n",
       "│  popsicle, rear view, saliva, sex toy, sex toy in ass, sex toy insertion, sitting, solo, sweat, toes, tongue,   │\n",
       "│  tongue out, tree, white balls, white perineum, by wizzikt, nick wilde, fox, red fox, true fox, digital media   │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\28cfa718b72365e59018062846ef84bb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, anal, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration, │\n", "│ anthro, anus, backsack, balls, bodily fluids, butt, dildo shitting, drooling, feet, fingers, food, food fetish, │\n", "│ food play, fur, genitals, girly, licking, looking at viewer, looking back, male, masturbation, nude, object in │\n", "│ ass, orange body, orange fur, outside, palm tree, pawpads, pawpsicle, penetration, perineum, pink anus, plant, │\n", "│ popsicle, rear view, saliva, sex toy, sex toy in ass, sex toy insertion, sitting, solo, sweat, toes, tongue, │\n", "│ tongue out, tree, white balls, white perineum, by wizzikt, nick wilde, fox, red fox, true fox, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2776469.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2776469.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\a20412cffc2c045ba2412b663b3fcad1.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, areola, big breasts, biped,  │\n",
       "│   black nose, bottomwear, bow ribbon, breasts, clothing, collar, collar tag, eyes closed, female, fur, garter   │\n",
       "│ straps, genitals, gold \\(metal\\), gold jewelry, innie pussy, jewelry, legs up, legwear, legwear only, lingerie, │\n",
       "│  looking pleasured, masturbation, mature female, mostly nude, nipples, object in ass, orange body, orange fur,  │\n",
       "│ penetration, perineum, pussy, sex toy, sex toy in ass, sex toy insertion, solo, stockings, stockings only, tan  │\n",
       "│   perineum, topwear, white body, white fur, by mellonbun, misty \\(lewdfruit\\), domestic dog, german shepherd,   │\n",
       "│                              herding dog, pastoral dog, digital media \\(artwork\\)                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\a20412cffc2c045ba2412b663b3fcad1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, areola, big breasts, biped, │\n", "│ black nose, bottomwear, bow ribbon, breasts, clothing, collar, collar tag, eyes closed, female, fur, garter │\n", "│ straps, genitals, gold \\(metal\\), gold jewelry, innie pussy, jewelry, legs up, legwear, legwear only, lingerie, │\n", "│ looking pleasured, masturbation, mature female, mostly nude, nipples, object in ass, orange body, orange fur, │\n", "│ penetration, perineum, pussy, sex toy, sex toy in ass, sex toy insertion, solo, stockings, stockings only, tan │\n", "│ perineum, topwear, white body, white fur, by mellonbun, misty \\(lewdfruit\\), domestic dog, german shepherd, │\n", "│ herding dog, pastoral dog, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2884228.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2884228.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\98f4844c85839d60329729d26f766a65.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration, anthro,  │\n",
       "│ anthro on feral, anthro penetrating, anthro penetrating feral, anus, ball size difference, balls, bar emanata,  │\n",
       "│    bestiality, big butt, black body, black eyes, black scales, blush, bodily fluids, butt, claws, contextual    │\n",
       "│     arrow, cum, cumshot, darkened balls, darkened genitalia, directional arrow, drooling, duo, ejaculation,     │\n",
       "│ emanata, erection, eyes closed, feet, feral, feral focus, feral penetrated, finger claws, fire, genital fluids, │\n",
       "│     genitals, grey body, grey claws, grey scales, hands-free, happy, happy sex, heart symbol, iconography,      │\n",
       "│   internal, larger anthro, larger male, looking pleasured, male, male/male, male focus, male penetrated, male   │\n",
       "│  penetrating, male penetrating male, motion arrow, motion lines, motion outline, multiple positions, object in  │\n",
       "│        ass, onomatopoeia, orange body, orange scales, orgasm, penetration, penis, penis size difference,        │\n",
       "│   pictographics, pink anus, pink tongue, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy,   │\n",
       "│    precum, purple sclera, saliva, scales, sex, sex toy, sex toy in ass, sex toy insertion, size difference,     │\n",
       "│    smaller feral, smaller male, smile, solo focus, sound effects, speech bubble, spread anus, spreading, tan    │\n",
       "│ balls, tan body, tan scales, tapering penis, text, thick thighs, toes, tongue, tongue out, tremble spikes, wide │\n",
       "│          arrow, by zeta-haru, charizard, lizard, reptile, salandit, scalie, digital media \\(artwork\\)           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\98f4844c85839d60329729d26f766a65.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration, anthro, │\n", "│ anthro on feral, anthro penetrating, anthro penetrating feral, anus, ball size difference, balls, bar emanata, │\n", "│ bestiality, big butt, black body, black eyes, black scales, blush, bodily fluids, butt, claws, contextual │\n", "│ arrow, cum, cumshot, darkened balls, darkened genitalia, directional arrow, drooling, duo, ejaculation, │\n", "│ emanata, erection, eyes closed, feet, feral, feral focus, feral penetrated, finger claws, fire, genital fluids, │\n", "│ genitals, grey body, grey claws, grey scales, hands-free, happy, happy sex, heart symbol, iconography, │\n", "│ internal, larger anthro, larger male, looking pleasured, male, male/male, male focus, male penetrated, male │\n", "│ penetrating, male penetrating male, motion arrow, motion lines, motion outline, multiple positions, object in │\n", "│ ass, onomatopoeia, orange body, orange scales, orgasm, penetration, penis, penis size difference, │\n", "│ pictographics, pink anus, pink tongue, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy, │\n", "│ precum, purple sclera, saliva, scales, sex, sex toy, sex toy in ass, sex toy insertion, size difference, │\n", "│ smaller feral, smaller male, smile, solo focus, sound effects, speech bubble, spread anus, spreading, tan │\n", "│ balls, tan body, tan scales, tapering penis, text, thick thighs, toes, tongue, tongue out, tremble spikes, wide │\n", "│ arrow, by zeta-haru, charizard, lizard, reptile, salandit, scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2922867.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2922867.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\1c57a58e1cafbcb5ac14f5eb662bedb2.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal fingering, anal orgasm, anal     │\n",
       "│ penetration, anthro, anus, balls, blush, bodily fluids, butt, chastity cage, chastity device, crossgender, cum, │\n",
       "│ cum while penetrated, dripping, duo, egyptian, ejaculation, fingering, ftm crossgender, genital fluids, genital │\n",
       "│    piercing, genitals, girly, gold \\(metal\\), gold chastity cage, gold chastity device, gold jewelry, guiche    │\n",
       "│ piercing, hands-free, heart eyes, heart symbol, jewelry, looking at viewer, looking back, male, male/ambiguous, │\n",
       "│ male fingered, male focus, male penetrated, nipple chain, nipple fetish, nipple piercing, nipple play, nipples, │\n",
       "│  object in ass, one eye closed, open mouth, penetration, penis, penis piercing, piercing, precum, precum drip,  │\n",
       "│ prince albert piercing, saliva, sex toy, sex toy in ass, sex toy insertion, solo focus, tongue, tongue out, by  │\n",
       "│  wizzikt, egyptian mythology, middle eastern mythology, mythology, bast, deity, domestic cat, feline, digital   │\n",
       "│                                                media \\(artwork\\)                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\1c57a58e1cafbcb5ac14f5eb662bedb2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal fingering, anal orgasm, anal │\n", "│ penetration, anthro, anus, balls, blush, bodily fluids, butt, chastity cage, chastity device, crossgender, cum, │\n", "│ cum while penetrated, dripping, duo, egyptian, ejaculation, fingering, ftm crossgender, genital fluids, genital │\n", "│ piercing, genitals, girly, gold \\(metal\\), gold chastity cage, gold chastity device, gold jewelry, guiche │\n", "│ piercing, hands-free, heart eyes, heart symbol, jewelry, looking at viewer, looking back, male, male/ambiguous, │\n", "│ male fingered, male focus, male penetrated, nipple chain, nipple fetish, nipple piercing, nipple play, nipples, │\n", "│ object in ass, one eye closed, open mouth, penetration, penis, penis piercing, piercing, precum, precum drip, │\n", "│ prince albert piercing, saliva, sex toy, sex toy in ass, sex toy insertion, solo focus, tongue, tongue out, by │\n", "│ wizzikt, egyptian mythology, middle eastern mythology, mythology, bast, deity, domestic cat, feline, digital │\n", "│ media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\2952180.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m2952180.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\8b0191a521f26df7d0a3c78c8ae726eb.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, autofellatio, balls,    │\n",
       "│ bodily fluids, cum, cum in mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on own face, cum  │\n",
       "│    on own tongue, cum on self, cum on tongue, fur, genital fluids, genitals, horn, knot, male, masturbation,    │\n",
       "│  object in ass, oral, oral masturbation, penetration, penile, penile masturbation, penis, sex toy, sex toy in   │\n",
       "│       ass, sex toy insertion, solo, spread legs, spreading, tail, tongue, by pullmytail, mythology, wire        │\n",
       "│  \\(livepolarity\\), dragon, furred dragon, furred scalie, mythological creature, mythological scalie, reptile,   │\n",
       "│                                         scalie, wingless dragon, hi res                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\8b0191a521f26df7d0a3c78c8ae726eb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, autofellatio, balls, │\n", "│ bodily fluids, cum, cum in mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on own face, cum │\n", "│ on own tongue, cum on self, cum on tongue, fur, genital fluids, genitals, horn, knot, male, masturbation, │\n", "│ object in ass, oral, oral masturbation, penetration, penile, penile masturbation, penis, sex toy, sex toy in │\n", "│ ass, sex toy insertion, solo, spread legs, spreading, tail, tongue, by pullmytail, mythology, wire │\n", "│ \\(livepolarity\\), dragon, furred dragon, furred scalie, mythological creature, mythological scalie, reptile, │\n", "│ scalie, wingless dragon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3009301.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3009301.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\a544b7c3d3c866f7d16362a14d67e208.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration, anthro,  │\n",
       "│ anus, backsack, balls, black body, black skin, blush, bodily fluids, butt, clothed, clothing, crouching, dutch  │\n",
       "│     angle, ear piercing, genitals, girly, hair, inside, jockstrap, looking at viewer, looking back, looking     │\n",
       "│     pleasured, male, male stripper, masturbation, object in ass, partially clothed, penetration, perineum,      │\n",
       "│ piercing, pole, rear view, red body, red skin, sex toy, sex toy in ass, sex toy insertion, solo, stripper pole, │\n",
       "│ tongue, tongue out, underwear, white body, white hair, white skin, by wizzikt, cinnabar embrose, fish, marine,  │\n",
       "│                                        shark, digital media \\(artwork\\)                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\a544b7c3d3c866f7d16362a14d67e208.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration, anthro, │\n", "│ anus, backsack, balls, black body, black skin, blush, bodily fluids, butt, clothed, clothing, crouching, dutch │\n", "│ angle, ear piercing, genitals, girly, hair, inside, jockstrap, looking at viewer, looking back, looking │\n", "│ pleasured, male, male stripper, masturbation, object in ass, partially clothed, penetration, perineum, │\n", "│ piercing, pole, rear view, red body, red skin, sex toy, sex toy in ass, sex toy insertion, solo, stripper pole, │\n", "│ tongue, tongue out, underwear, white body, white hair, white skin, by wizzikt, cinnabar embrose, fish, marine, │\n", "│ shark, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3054176.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3054176.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\b5f2c6ab346ce615c990c573b9568bf2.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 5 fingers, after sex, anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, │\n",
       "│   anus, back muscles, barefoot, bed, big breasts, big butt, blush, blush lines, bodily fluids, breasts, brown   │\n",
       "│   body, brown hair, brown nipples, butt, butt grab, buttplug, claws, clothed, clothed sex, clothing, collar,    │\n",
       "│  combination vibrator, cuff \\(restraint\\), cum, cum drip, cum flow, cum from pussy, cum in pussy, cum inside,   │\n",
       "│   cum pool, cum pooling, degradation, dialogue, dialogue box, discarded sex toy, dripping, exclamation point,   │\n",
       "│   feet, female, fingers, frown, furniture, genital fluids, genitals, glistening, glistening body, glistening    │\n",
       "│  eyes, glistening genitalia, glistening hair, hair, half-closed eyes, hand on butt, headgear, headwear, horn,   │\n",
       "│ leaking cum, leash, leash pull, leashed collar, legwear, looking at viewer, looking back, looking down, looking │\n",
       "│     pleasured, maid uniform, masturbation, multicolored body, multicolored tail, muscular, muscular anthro,     │\n",
       "│    muscular female, nails, narrowed eyes, nipples, object in ass, partially clothed, penetration, plug \\(sex    │\n",
       "│    toy\\), pooling, presenting, presenting anus, presenting hindquarters, presenting pussy, profanity, pussy,    │\n",
       "│ rabbit vibrator, raised tail, restraints, sex, sex toy, sex toy background, sex toy in ass, sex toy insertion,  │\n",
       "│   simple background, sitting, solo, speech bubble, spikes, stuttering, sweat, tail, talking to viewer, text,    │\n",
       "│ thick thighs, toes, toy, tsundere, uniform, upskirt, vaginal fluids, vibrator, white body, wrist cuffs, yellow  │\n",
       "│  eyes, yellow sclera, by wolfling, bethesda softworks, fallout, fwoof \\(wolfling\\), deathclaw, scalie, digital  │\n",
       "│                                     media \\(artwork\\), english text, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\b5f2c6ab346ce615c990c573b9568bf2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 5 fingers, after sex, anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, │\n", "│ anus, back muscles, barefoot, bed, big breasts, big butt, blush, blush lines, bodily fluids, breasts, brown │\n", "│ body, brown hair, brown nipples, butt, butt grab, buttplug, claws, clothed, clothed sex, clothing, collar, │\n", "│ combination vibrator, cuff \\(restraint\\), cum, cum drip, cum flow, cum from pussy, cum in pussy, cum inside, │\n", "│ cum pool, cum pooling, degradation, dialogue, dialogue box, discarded sex toy, dripping, exclamation point, │\n", "│ feet, female, fingers, frown, furniture, genital fluids, genitals, glistening, glistening body, glistening │\n", "│ eyes, glistening genitalia, glistening hair, hair, half-closed eyes, hand on butt, headgear, headwear, horn, │\n", "│ leaking cum, leash, leash pull, leashed collar, legwear, looking at viewer, looking back, looking down, looking │\n", "│ pleasured, maid uniform, masturbation, multicolored body, multicolored tail, muscular, muscular anthro, │\n", "│ muscular female, nails, narrowed eyes, nipples, object in ass, partially clothed, penetration, plug \\(sex │\n", "│ toy\\), pooling, presenting, presenting anus, presenting hindquarters, presenting pussy, profanity, pussy, │\n", "│ rabbit vibrator, raised tail, restraints, sex, sex toy, sex toy background, sex toy in ass, sex toy insertion, │\n", "│ simple background, sitting, solo, speech bubble, spikes, stuttering, sweat, tail, talking to viewer, text, │\n", "│ thick thighs, toes, toy, tsundere, uniform, upskirt, vaginal fluids, vibrator, white body, wrist cuffs, yellow │\n", "│ eyes, yellow sclera, by wolfling, bethesda softworks, fallout, fwoof \\(wolfling\\), deathclaw, scalie, digital │\n", "│ media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3173077.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3173077.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\00eab937955fc899cc76a428b78164b2.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anal    │\n",
       "│   tugging, anthro, armwear, black body, black fur, bodily fluids, bridle, butt, clothing, drooling, duo, fur,   │\n",
       "│  girly, hair, legwear, long hair, male, male/ambiguous, male penetrated, object in ass, pawpads, penetration,   │\n",
       "│  reins, saliva, sex, sex toy, sex toy in ass, sex toy insertion, thong, tongue, tongue out, underwear, yellow   │\n",
       "│         eyes, by wizzikt, tallyna \\(fursona\\), domestic cat, feline, digital media \\(artwork\\), hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\00eab937955fc899cc76a428b78164b2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anal │\n", "│ tugging, anthro, armwear, black body, black fur, bodily fluids, bridle, butt, clothing, drooling, duo, fur, │\n", "│ girly, hair, legwear, long hair, male, male/ambiguous, male penetrated, object in ass, pawpads, penetration, │\n", "│ reins, saliva, sex, sex toy, sex toy in ass, sex toy insertion, thong, tongue, tongue out, underwear, yellow │\n", "│ eyes, by wizzikt, tallyna \\(fursona\\), domestic cat, feline, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3173087.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3173087.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\584b9427ada448c3303c197fd2d69d4a.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal beads, anal beads in ass, anal penetration, anthro, anthrofied, areola, big breasts, big butt,    │\n",
       "│ blush, bodily fluids, breasts, butt, female, genital fluids, genitals, huge anal beads, huge breasts, nipples,  │\n",
       "│ nude, object in ass, penetration, pink nipples, pokemorph, puffy areola, puffy nipples, pussy, sex toy, sex toy │\n",
       "│    in ass, sex toy insertion, solo, sweat, thick thighs, vaginal fluids, white body, by agitype01, reshimom     │\n",
       "│                          \\(thiccwithaq\\), reshiram, digital media \\(artwork\\), hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\584b9427ada448c3303c197fd2d69d4a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, anthro, anthrofied, areola, big breasts, big butt, │\n", "│ blush, bodily fluids, breasts, butt, female, genital fluids, genitals, huge anal beads, huge breasts, nipples, │\n", "│ nude, object in ass, penetration, pink nipples, pokemorph, puffy areola, puffy nipples, pussy, sex toy, sex toy │\n", "│ in ass, sex toy insertion, solo, sweat, thick thighs, vaginal fluids, white body, by agitype01, reshimom │\n", "│ \\(thiccwithaq\\), reshiram, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3185003.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3185003.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\67bc0ba552fc5a94fd2adef2cfa7a0b1.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ahegao, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anthro, armwear, ass │\n",
       "│     up, bell, bell collar, big butt, black body, bodily fluids, butt, buttpop, christmas present, clothed,      │\n",
       "│ clothing, collar, eyewear, gift, girly, glasses, huge hips, legwear, looking pleasured, male, male penetrated,  │\n",
       "│   object in ass, outside, penetration, plant, pop \\(sound effect\\), saliva, sex toy, sex toy in ass, sex toy    │\n",
       "│  insertion, snow, solo, tongue, tongue out, tree, wide hips, winter, by wizzikt, domestic cat, feline, digital  │\n",
       "│                                                media \\(artwork\\)                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\67bc0ba552fc5a94fd2adef2cfa7a0b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anthro, armwear, ass │\n", "│ up, bell, bell collar, big butt, black body, bodily fluids, butt, buttpop, christmas present, clothed, │\n", "│ clothing, collar, eyewear, gift, girly, glasses, huge hips, legwear, looking pleasured, male, male penetrated, │\n", "│ object in ass, outside, penetration, plant, pop \\(sound effect\\), saliva, sex toy, sex toy in ass, sex toy │\n", "│ insertion, snow, solo, tongue, tongue out, tree, wide hips, winter, by wizzikt, domestic cat, feline, digital │\n", "│ media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3196946.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3196946.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\df8ea72aa132611d13b118df50721cc1.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│       5 fingers, 5 toes, anal, anal bead pull, anal beads, anal beads in ass, anal grip, anal juice, anal       │\n",
       "│  penetration, anthro, anthro focus, arm support, balls, barefoot, bedroom eyes, bent legs, big breasts, blush,  │\n",
       "│   bodily fluids, bracelet, breasts, butt, calves up, claws, clothed, clothing, cum, cum in pussy, cum inside,   │\n",
       "│ cumshot, dialogue, disembodied hand, disembodied penis, duo, ear piercing, ear ring, ejaculation, extended arm, │\n",
       "│  eyelashes, feet, female, female focus, female penetrated, fingerless \\(marking\\), fingers, foot fetish, foot   │\n",
       "│ focus, foot on penis, foot play, footjob, footjob while penetrated, foreskin, forward arm support, fur, genital │\n",
       "│ fluids, genitals, glistening, glistening body, glistening clothing, green toe claws, grey body, grey fur, hair, │\n",
       "│    hindpaw, humanoid feet, humanoid hands, interspecies, jewelry, knees together, legs together, looking at     │\n",
       "│    viewer, looking back, looking back at viewer, machine, male, male/female, narrowed eyes, nipple piercing,    │\n",
       "│      nipples, object in ass, open mouth, open smile, pawpads, paws, penetration, penile, penis, piercing,       │\n",
       "│ plantigrade, purple pawpads, pussy, raised calf, ring piercing, saliva, saliva string, seductive, sex, sex toy, │\n",
       "│  sex toy in ass, sex toy insertion, sharp teeth, sitting, smile, smiling at viewer, soles, solo focus, speech   │\n",
       "│    bubble, spiked bracelet, spikes, talking to viewer, teeth, text, toe claws, toejob, toes, topless, toying    │\n",
       "│  partner, two-footed footjob, white hair, yellow eyes, by tofu froth, five nights at freddy's, five nights at   │\n",
       "│    freddy's: security breach, scottgames, steel wool studios, roxanne wolf, animatronic, human, robot, wolf,    │\n",
       "│                                  digital media \\(artwork\\), english text, url                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\df8ea72aa132611d13b118df50721cc1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, anal, anal bead pull, anal beads, anal beads in ass, anal grip, anal juice, anal │\n", "│ penetration, anthro, anthro focus, arm support, balls, barefoot, bedroom eyes, bent legs, big breasts, blush, │\n", "│ bodily fluids, bracelet, breasts, butt, calves up, claws, clothed, clothing, cum, cum in pussy, cum inside, │\n", "│ cumshot, dialogue, disembodied hand, disembodied penis, duo, ear piercing, ear ring, ejaculation, extended arm, │\n", "│ eyelashes, feet, female, female focus, female penetrated, fingerless \\(marking\\), fingers, foot fetish, foot │\n", "│ focus, foot on penis, foot play, footjob, footjob while penetrated, foreskin, forward arm support, fur, genital │\n", "│ fluids, genitals, glistening, glistening body, glistening clothing, green toe claws, grey body, grey fur, hair, │\n", "│ hindpaw, humanoid feet, humanoid hands, interspecies, jewelry, knees together, legs together, looking at │\n", "│ viewer, looking back, looking back at viewer, machine, male, male/female, narrowed eyes, nipple piercing, │\n", "│ nipples, object in ass, open mouth, open smile, pawpads, paws, penetration, penile, penis, piercing, │\n", "│ plantigrade, purple pawpads, pussy, raised calf, ring piercing, saliva, saliva string, seductive, sex, sex toy, │\n", "│ sex toy in ass, sex toy insertion, sharp teeth, sitting, smile, smiling at viewer, soles, solo focus, speech │\n", "│ bubble, spiked bracelet, spikes, talking to viewer, teeth, text, toe claws, toejob, toes, topless, toying │\n", "│ partner, two-footed footjob, white hair, yellow eyes, by tofu froth, five nights at freddy's, five nights at │\n", "│ freddy's: security breach, scottgames, steel wool studios, roxanne wolf, animatronic, human, robot, wolf, │\n", "│ digital media \\(artwork\\), english text, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3226573.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3226573.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\97695f7999140c0c78ca5378da91370b.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, after sex, anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus,  │\n",
       "│      arm tuft, bedroom eyes, black nose, bodily fluids, breasts, butt, butt grab, claws, countershade fur,      │\n",
       "│  countershade torso, countershading, cum, cum drip, cum from pussy, cum in pussy, cum inside, cum on butt, cum  │\n",
       "│ on hand, cum on leg, dripping, drooling, elbow tuft, electronics, facial markings, female, fluffy, fluffy tail, │\n",
       "│ fur, furniture, genital fluids, genitals, grey body, grey fur, hair, hair accessory, half-closed eyes, hand on  │\n",
       "│ butt, head markings, indoor nudity, inner ear fluff, inside, kneeling, long hair, looking at viewer, low-angle  │\n",
       "│  view, markings, masturbation, narrowed eyes, nude, nude anthro, nude female, object in ass, one leg up, open   │\n",
       "│   mouth, penetration, pink tongue, ponytail, presenting, presenting cream pie, presenting pussy, pussy, pussy   │\n",
       "│    juice drip, pussy juice string, raised leg, red eyes, saliva, seductive, sex toy, sex toy in ass, sex toy    │\n",
       "│  insertion, side boob, solo, spread butt, spread legs, spread pussy, spreading, sweat, sweatdrop, table, tail,  │\n",
       "│   television, tongue, tongue out, tuft, vaginal fluids, wet, white body, white fur, white hair, by wolfling,    │\n",
       "│                          onmyoji, hakuro \\(onmyoji\\), wolf, digital media \\(artwork\\)                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\97695f7999140c0c78ca5378da91370b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, after sex, anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus, │\n", "│ arm tuft, bedroom eyes, black nose, bodily fluids, breasts, butt, butt grab, claws, countershade fur, │\n", "│ countershade torso, countershading, cum, cum drip, cum from pussy, cum in pussy, cum inside, cum on butt, cum │\n", "│ on hand, cum on leg, dripping, drooling, elbow tuft, electronics, facial markings, female, fluffy, fluffy tail, │\n", "│ fur, furniture, genital fluids, genitals, grey body, grey fur, hair, hair accessory, half-closed eyes, hand on │\n", "│ butt, head markings, indoor nudity, inner ear fluff, inside, kneeling, long hair, looking at viewer, low-angle │\n", "│ view, markings, masturbation, narrowed eyes, nude, nude anthro, nude female, object in ass, one leg up, open │\n", "│ mouth, penetration, pink tongue, ponytail, presenting, presenting cream pie, presenting pussy, pussy, pussy │\n", "│ juice drip, pussy juice string, raised leg, red eyes, saliva, seductive, sex toy, sex toy in ass, sex toy │\n", "│ insertion, side boob, solo, spread butt, spread legs, spread pussy, spreading, sweat, sweatdrop, table, tail, │\n", "│ television, tongue, tongue out, tuft, vaginal fluids, wet, white body, white fur, white hair, by wolfling, │\n", "│ onmyoji, hakuro \\(onmyoji\\), wolf, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3477692.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3477692.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\9535eefcc54c082f0b255075284dcd13.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 fingers, 4 toes, abs, anal, anal beads, anal beads in ass, anal penetration, anthro, anus, areola, armwear,  │\n",
       "│  ball joints, bedding, big breasts, black armwear, black clothing, black legwear, blue eyes, blue hair, bodily  │\n",
       "│ fluids, bottomwear, bracelet, breast grab, breast play, breast suck, breastfeeding, breasts, brown eyes, chest  │\n",
       "│  tuft, clothed, clothed anthro, clothed anthro nude anthro, clothing, clothing around one leg, collar, colored  │\n",
       "│ nails, cunnilingus, dipstick tail, doll joints, ear lick, ear piercing, ear ring, eyelashes, eyeshadow, facial  │\n",
       "│ markings, feet, female, female/female, fingers, fur, genitals, green highlights, green nails, grey background,  │\n",
       "│   grey body, grey fur, grey hair, group, group sex, hair, hand holding, hand on breast, head between breasts,   │\n",
       "│ head markings, highlights \\(coloring\\), jewelry, legwear, lesbian pride colors, lgbt pride, licking, long hair, │\n",
       "│ long tail, lying, machine, makeup, markings, mostly nude, multicolored bedding, multicolored pillow, muscular,  │\n",
       "│  muscular female, nails, navel, nipple fetish, nipple play, nipple suck, nipples, nude, nude anthro, object in  │\n",
       "│    ass, on back, on front, open mouth, oral, orange body, orange fur, orange lesbian pride colors, panties,     │\n",
       "│ panties around one leg, panties down, panties on foot, partially clothed, pattern armwear, pattern bottomwear,  │\n",
       "│   pattern clothing, pattern legwear, pattern panties, pattern underwear, penetration, piercing, pillow, pink    │\n",
       "│    areola, pink nipples, pink tongue, pride color bedding, pride color pillow, pride colors, purple armwear,    │\n",
       "│  purple body, purple clothing, purple eyeshadow, purple fur, purple legwear, pussy, red sclera, ring piercing,  │\n",
       "│   saliva, sex, sex toy, sex toy in ass, sex toy insertion, shoulder pads, simple background, spiked bracelet,   │\n",
       "│    spiked collar, spikes, striped bottomwear, striped clothing, striped panties, striped underwear, stripes,    │\n",
       "│    sucking, tail, tail markings, tan body, tan fur, thick thighs, toes, tongue, tongue out, tuft, underwear,    │\n",
       "│  underwear around one leg, underwear down, vaginal, white body, white eyes, white fur, wide hips, yellow eyes,  │\n",
       "│  by al sensei908, dreamworks, five nights at freddy's, five nights at freddy's: security breach, helluva boss,  │\n",
       "│ mythology, scottgames, star fox, steel wool studios, the bad guys, diane foxington, krystal \\(star fox\\), loona │\n",
       "│   \\(helluva boss\\), roxanne wolf, animatronic, demon, fox, hellhound, lucario, mythological creature, robot,    │\n",
       "│                              wolf, crossover, digital media \\(artwork\\), tag panic                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\9535eefcc54c082f0b255075284dcd13.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, abs, anal, anal beads, anal beads in ass, anal penetration, anthro, anus, areola, armwear, │\n", "│ ball joints, bedding, big breasts, black armwear, black clothing, black legwear, blue eyes, blue hair, bodily │\n", "│ fluids, bottomwear, bracelet, breast grab, breast play, breast suck, breastfeeding, breasts, brown eyes, chest │\n", "│ tuft, clothed, clothed anthro, clothed anthro nude anthro, clothing, clothing around one leg, collar, colored │\n", "│ nails, cunnilingus, dipstick tail, doll joints, ear lick, ear piercing, ear ring, eyelashes, eyeshadow, facial │\n", "│ markings, feet, female, female/female, fingers, fur, genitals, green highlights, green nails, grey background, │\n", "│ grey body, grey fur, grey hair, group, group sex, hair, hand holding, hand on breast, head between breasts, │\n", "│ head markings, highlights \\(coloring\\), jewelry, legwear, lesbian pride colors, lgbt pride, licking, long hair, │\n", "│ long tail, lying, machine, makeup, markings, mostly nude, multicolored bedding, multicolored pillow, muscular, │\n", "│ muscular female, nails, navel, nipple fetish, nipple play, nipple suck, nipples, nude, nude anthro, object in │\n", "│ ass, on back, on front, open mouth, oral, orange body, orange fur, orange lesbian pride colors, panties, │\n", "│ panties around one leg, panties down, panties on foot, partially clothed, pattern armwear, pattern bottomwear, │\n", "│ pattern clothing, pattern legwear, pattern panties, pattern underwear, penetration, piercing, pillow, pink │\n", "│ areola, pink nipples, pink tongue, pride color bedding, pride color pillow, pride colors, purple armwear, │\n", "│ purple body, purple clothing, purple eyeshadow, purple fur, purple legwear, pussy, red sclera, ring piercing, │\n", "│ saliva, sex, sex toy, sex toy in ass, sex toy insertion, shoulder pads, simple background, spiked bracelet, │\n", "│ spiked collar, spikes, striped bottomwear, striped clothing, striped panties, striped underwear, stripes, │\n", "│ sucking, tail, tail markings, tan body, tan fur, thick thighs, toes, tongue, tongue out, tuft, underwear, │\n", "│ underwear around one leg, underwear down, vaginal, white body, white eyes, white fur, wide hips, yellow eyes, │\n", "│ by al sensei908, dreamworks, five nights at freddy's, five nights at freddy's: security breach, helluva boss, │\n", "│ mythology, scottgames, star fox, steel wool studios, the bad guys, diane foxington, krystal \\(star fox\\), loona │\n", "│ \\(helluva boss\\), roxanne wolf, animatronic, demon, fox, hellhound, lucario, mythological creature, robot, │\n", "│ wolf, crossover, digital media \\(artwork\\), tag panic │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3525703.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3525703.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\6d64c6ae2d5c747042686adec979ee9b.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration, anthro,  │\n",
       "│  bodily fluids, bottomless, breasts, brown body, brown fur, brown hair, butt, clothed, clothing, digitigrade,   │\n",
       "│    female, fur, genitals, hair, heart symbol, humanoid genitalia, humanoid pussy, inverted nipples, lips on     │\n",
       "│   muzzle, masturbation, multicolored body, multicolored fur, nipples, object in ass, penetration, pink nose,    │\n",
       "│   profanity, pussy, sex toy, sex toy in ass, sex toy insertion, shirt, solo, tank top, text, topwear, toying    │\n",
       "│  self, two tone body, two tone fur, vulgar, white body, white fur, by dimwitdog, dimmi \\(character\\), domestic  │\n",
       "│                              dog, digital media \\(artwork\\), english text, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\6d64c6ae2d5c747042686adec979ee9b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal penetration, anthro, │\n", "│ bodily fluids, bottomless, breasts, brown body, brown fur, brown hair, butt, clothed, clothing, digitigrade, │\n", "│ female, fur, genitals, hair, heart symbol, humanoid genitalia, humanoid pussy, inverted nipples, lips on │\n", "│ muzzle, masturbation, multicolored body, multicolored fur, nipples, object in ass, penetration, pink nose, │\n", "│ profanity, pussy, sex toy, sex toy in ass, sex toy insertion, shirt, solo, tank top, text, topwear, toying │\n", "│ self, two tone body, two tone fur, vulgar, white body, white fur, by dimwitdog, dimmi \\(character\\), domestic │\n", "│ dog, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3534729.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3534729.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\bd2fa293aa1faf4f9e00d922831ccddb.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal orgasm, anal      │\n",
       "│ penetration, anal squirt, anthro, anus, balls, blush, bodily fluids, bottomless, butt, clothed, clothing, cum,  │\n",
       "│      cum while penetrated, ejaculation, erection, eyewear, fur, genital fluids, genitals, girly, glasses,       │\n",
       "│ hands-free, horn, male, male penetrated, masturbation, object in ass, orgasm, penetration, penis, sex toy, sex  │\n",
       "│ toy in ass, sex toy insertion, simple background, solo, stuck, stuck insertion, text, white body, by kinkykong, │\n",
       "│               deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, english text, hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\bd2fa293aa1faf4f9e00d922831ccddb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal masturbation, anal orgasm, anal │\n", "│ penetration, anal squirt, anthro, anus, balls, blush, bodily fluids, bottomless, butt, clothed, clothing, cum, │\n", "│ cum while penetrated, ejaculation, erection, eyewear, fur, genital fluids, genitals, girly, glasses, │\n", "│ hands-free, horn, male, male penetrated, masturbation, object in ass, orgasm, penetration, penis, sex toy, sex │\n", "│ toy in ass, sex toy insertion, simple background, solo, stuck, stuck insertion, text, white body, by kinkykong, │\n", "│ deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3598598.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3598598.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\e7f6416206315c2649587ff3ff37949c.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abuse, after sex, anal, anal bead pull, anal beads, anal beads in ass, anal grip, anal penetration, anal     │\n",
       "│ tugging, anthro, anus, arms tied, bad end, bdsm, blood, bodily fluids, bondage, bound, bulge, butt, calf grab,  │\n",
       "│ clothed, clothing, countershading, cum, cum from pussy, cum in pussy, cum inside, defeated, dominant, dominant  │\n",
       "│ male, female, forced, fur, genital fluids, genitals, group, hand on calf, hand on leg, holding leg, jockstrap,  │\n",
       "│   jockstrap only, leaking cum, leg grab, male, muscular, muscular anthro, muscular male, nude, object in ass,   │\n",
       "│   pecs, penetration, pussy, rape, restrained, sex toy, sex toy in ass, sex toy insertion, smile, spread anus,   │\n",
       "│  spread eagle, spread legs, spreading, stripes, teeth, topless, torture, underwear, underwear only, whip, whip  │\n",
       "│ mark, wounded, by matchattea, dreamworks, instant loss 2koma, kung fu panda, master tigress, pantherine, tiger, │\n",
       "│                                         wolf, digital media \\(artwork\\)                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\e7f6416206315c2649587ff3ff37949c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abuse, after sex, anal, anal bead pull, anal beads, anal beads in ass, anal grip, anal penetration, anal │\n", "│ tugging, anthro, anus, arms tied, bad end, bdsm, blood, bodily fluids, bondage, bound, bulge, butt, calf grab, │\n", "│ clothed, clothing, countershading, cum, cum from pussy, cum in pussy, cum inside, defeated, dominant, dominant │\n", "│ male, female, forced, fur, genital fluids, genitals, group, hand on calf, hand on leg, holding leg, jockstrap, │\n", "│ jockstrap only, leaking cum, leg grab, male, muscular, muscular anthro, muscular male, nude, object in ass, │\n", "│ pecs, penetration, pussy, rape, restrained, sex toy, sex toy in ass, sex toy insertion, smile, spread anus, │\n", "│ spread eagle, spread legs, spreading, stripes, teeth, topless, torture, underwear, underwear only, whip, whip │\n", "│ mark, wounded, by matchattea, dreamworks, instant loss 2koma, kung fu panda, master tigress, pantherine, tiger, │\n", "│ wolf, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3629058.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3629058.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\bf55c2225722da7d10930a48987d1422.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal penetration,   │\n",
       "│  anthro, anus, being watched, blush, brown body, brown fur, bulge, butt, claws, clothed, clothing, fur, girly,  │\n",
       "│   group, legwear, looking at another, looking pleasured, male, male/ambiguous, male penetrated, masturbation,   │\n",
       "│ messy, object in ass, penetration, perineum, public, public exposure, public masturbation, rear view, sex toy,  │\n",
       "│    sex toy in ass, sex toy insertion, solo focus, stockings, tongue, tongue out, toying self, underwear, by     │\n",
       "│                         wizzikt, coonix, gulonine, marten, mustelid, musteline, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\bf55c2225722da7d10930a48987d1422.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal masturbation, anal penetration, │\n", "│ anthro, anus, being watched, blush, brown body, brown fur, bulge, butt, claws, clothed, clothing, fur, girly, │\n", "│ group, legwear, looking at another, looking pleasured, male, male/ambiguous, male penetrated, masturbation, │\n", "│ messy, object in ass, penetration, perineum, public, public exposure, public masturbation, rear view, sex toy, │\n", "│ sex toy in ass, sex toy insertion, solo focus, stockings, tongue, tongue out, toying self, underwear, by │\n", "│ wizzikt, coonix, gulonine, marten, mustelid, musteline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3643379.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3643379.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\83add89078c3d9764f6543bc7eeb469f.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus,      │\n",
       "│ backsack, balls, blush, bodily fluids, butt, clothing, genitals, glass, group, hoodie, inside vehicle, legwear, │\n",
       "│   male, male/ambiguous, male penetrated, object in ass, one eye closed, pawpads, penetration, penis, public,    │\n",
       "│ public exposure, public transportation, sex toy, sex toy in ass, sex toy insertion, solo focus, sweat, tongue,  │\n",
       "│    tongue out, topwear, vehicle, by wizzikt, mega evolution, mega lopunny, digital media \\(artwork\\), hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\83add89078c3d9764f6543bc7eeb469f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, │\n", "│ backsack, balls, blush, bodily fluids, butt, clothing, genitals, glass, group, hoodie, inside vehicle, legwear, │\n", "│ male, male/ambiguous, male penetrated, object in ass, one eye closed, pawpads, penetration, penis, public, │\n", "│ public exposure, public transportation, sex toy, sex toy in ass, sex toy insertion, solo focus, sweat, tongue, │\n", "│ tongue out, topwear, vehicle, by wizzikt, mega evolution, mega lopunny, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3691187.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3691187.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\59a3c54c12f6302249eaced50bfdd937.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, │\n",
       "│   balls, big balls, big butt, big penis, black anus, black balls, black nipples, black perineum, blush, blush   │\n",
       "│ lines, bodily fluids, breasts, butt, cum, cum drip, disembodied hand, dripping, equine anus, equine genitalia,  │\n",
       "│  equine penis, erection, fingers, fur, genital fluids, genitals, gynomorph, handjob, hooves, horn, huge balls,  │\n",
       "│  huge penis, intersex, legs up, long penis, lying, medial ring, multicolored body, multicolored fur, nipples,   │\n",
       "│ object in ass, penetration, penile, penis, perineum, precum, precum drip, precum string, presenting, presenting │\n",
       "│  anus, presenting hindquarters, puffy anus, rear view, retracted balls, saggy balls, scut tail, sex, sex toy,   │\n",
       "│    sex toy in ass, sex toy insertion, short tail, simple background, tail, thick penis, throbbing, throbbing    │\n",
       "│   penis, underhoof, vein, veiny penis, yellow eyes, by spaal, andromeda phaedra, avian, deer, hybrid, digital   │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\59a3c54c12f6302249eaced50bfdd937.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, │\n", "│ balls, big balls, big butt, big penis, black anus, black balls, black nipples, black perineum, blush, blush │\n", "│ lines, bodily fluids, breasts, butt, cum, cum drip, disembodied hand, dripping, equine anus, equine genitalia, │\n", "│ equine penis, erection, fingers, fur, genital fluids, genitals, gynomorph, handjob, hooves, horn, huge balls, │\n", "│ huge penis, intersex, legs up, long penis, lying, medial ring, multicolored body, multicolored fur, nipples, │\n", "│ object in ass, penetration, penile, penis, perineum, precum, precum drip, precum string, presenting, presenting │\n", "│ anus, presenting hindquarters, puffy anus, rear view, retracted balls, saggy balls, scut tail, sex, sex toy, │\n", "│ sex toy in ass, sex toy insertion, short tail, simple background, tail, thick penis, throbbing, throbbing │\n", "│ penis, underhoof, vein, veiny penis, yellow eyes, by spaal, andromeda phaedra, avian, deer, hybrid, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3808019.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3808019.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\1f60f59873f5813032fd09de63c53540.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after sex, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal pussy, anus, anus   │\n",
       "│      blush, bed, bedding, bedroom, bestiality, blanket, blush, bodily fluids, body blush, candle, caught,       │\n",
       "│  circumcised, circumcision scar, cum, cum in pussy, cum inside, cum on penis, cum string, dialogue, duo, dust,  │\n",
       "│     female, female on human, feral, feral penetrated, first person view, fluffy, fluffy butt, fluffy tail,      │\n",
       "│ furniture, genital fluids, genital scar, genitals, glans, human on feral, human penetrating, human penetrating  │\n",
       "│  feral, humanoid genitalia, humanoid penis, inside, interspecies, knocking, male, male/female, male on feral,   │\n",
       "│  nervous, night, object in ass, penetration, penis, pink anus, pussy, pussy blush, scar, sex, sex toy, sex toy  │\n",
       "│  in ass, sex toy insertion, shaking, speech bubble, stealth sex, tail, text, under covers, vein, veiny penis,   │\n",
       "│  wall \\(structure\\), wood, wood wall, by parooty, domestic dog, human, shiba inu, spitz, english text, hi res   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\1f60f59873f5813032fd09de63c53540.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal pussy, anus, anus │\n", "│ blush, bed, bedding, bedroom, bestiality, blanket, blush, bodily fluids, body blush, candle, caught, │\n", "│ circumcised, circumcision scar, cum, cum in pussy, cum inside, cum on penis, cum string, dialogue, duo, dust, │\n", "│ female, female on human, feral, feral penetrated, first person view, fluffy, fluffy butt, fluffy tail, │\n", "│ furniture, genital fluids, genital scar, genitals, glans, human on feral, human penetrating, human penetrating │\n", "│ feral, humanoid genitalia, humanoid penis, inside, interspecies, knocking, male, male/female, male on feral, │\n", "│ nervous, night, object in ass, penetration, penis, pink anus, pussy, pussy blush, scar, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, shaking, speech bubble, stealth sex, tail, text, under covers, vein, veiny penis, │\n", "│ wall \\(structure\\), wood, wood wall, by parooty, domestic dog, human, shiba inu, spitz, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3825426.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3825426.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\e44c1c1d610aef4defac6555507435f2.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, apron, apron only, ball,  │\n",
       "│  balls, biped, black body, blue body, blush, bodily fluids, bulge, butt, cafe, clothed, clothing, cum, cum in   │\n",
       "│    ass, cum inside, easy access, erection, eyes closed, fangs, front view, genital fluids, genital outline,     │\n",
       "│ genitals, male, male/male, male penetrated, no underwear, object in ass, open mouth, orange body, penetration,  │\n",
       "│   penis, penis outline, penis tuck, perineum, pokeball, pokeball anal beads, pokeball insertion, pokeball sex   │\n",
       "│  toy, public, public sex, rear view, red apron, red clothing, sex, sex toy, sex toy in ass, sex toy insertion,  │\n",
       "│     smile, stealth sex, teeth, text, thick thighs, toying partner, unprofessional behavior, by oro97, anon,     │\n",
       "│                                    charizard, lucario, english text, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\e44c1c1d610aef4defac6555507435f2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, apron, apron only, ball, │\n", "│ balls, biped, black body, blue body, blush, bodily fluids, bulge, butt, cafe, clothed, clothing, cum, cum in │\n", "│ ass, cum inside, easy access, erection, eyes closed, fangs, front view, genital fluids, genital outline, │\n", "│ genitals, male, male/male, male penetrated, no underwear, object in ass, open mouth, orange body, penetration, │\n", "│ penis, penis outline, penis tuck, perineum, pokeball, pokeball anal beads, pokeball insertion, pokeball sex │\n", "│ toy, public, public sex, rear view, red apron, red clothing, sex, sex toy, sex toy in ass, sex toy insertion, │\n", "│ smile, stealth sex, teeth, text, thick thighs, toying partner, unprofessional behavior, by oro97, anon, │\n", "│ charizard, lucario, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3836051.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3836051.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\89493cc227330c5ad73c7b2c29135e85.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal   │\n",
       "│ penetration, animal genitalia, animal penis, anus, ass up, backsack, balls, blue body, blue skin, blush, blush  │\n",
       "│  lines, bodily fluids, breath, butt, cum, cum on ground, cum while penetrated, cumshot, disembodied hand, duo,  │\n",
       "│ ejaculation, erection, eye roll, feral, feral penetrated, flower, genital fluids, genitals, girly, hands-free,  │\n",
       "│ looking pleasured, male, male penetrated, nude, object in ass, open mouth, orgasm, panting, penetration, penis, │\n",
       "│   plant, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy, purple eyes, quadruped, raised    │\n",
       "│  tail, saliva, sex toy, sex toy in ass, sex toy insertion, simple background, solo focus, sweat, tail, tears,   │\n",
       "│   tears of pleasure, text, thick tail, tight fit, tongue, tongue out, by ketei, kemonoruka, vaporeon, digital   │\n",
       "│                         media \\(artwork\\), hi res, trans \\(lore\\), trans woman \\(lore\\)                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\89493cc227330c5ad73c7b2c29135e85.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal │\n", "│ penetration, animal genitalia, animal penis, anus, ass up, backsack, balls, blue body, blue skin, blush, blush │\n", "│ lines, bodily fluids, breath, butt, cum, cum on ground, cum while penetrated, cumshot, disembodied hand, duo, │\n", "│ ejaculation, erection, eye roll, feral, feral penetrated, flower, genital fluids, genitals, girly, hands-free, │\n", "│ looking pleasured, male, male penetrated, nude, object in ass, open mouth, orgasm, panting, penetration, penis, │\n", "│ plant, pokeball, pokeball anal beads, pokeball insertion, pokeball sex toy, purple eyes, quadruped, raised │\n", "│ tail, saliva, sex toy, sex toy in ass, sex toy insertion, simple background, solo focus, sweat, tail, tears, │\n", "│ tears of pleasure, text, thick tail, tight fit, tongue, tongue out, by ketei, kemonoruka, vaporeon, digital │\n", "│ media \\(artwork\\), hi res, trans \\(lore\\), trans woman \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3880825.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3880825.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\4f0c56039643b29c703ed2d0055c63dc.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, balls, big │\n",
       "│  balls, big flare, big penis, big unflared glans, bodily fluids, bottomwear, butt, clothing, cum, cum on butt,  │\n",
       "│  cum on penis, dildo, ejaculation, equine anus, equine genitalia, equine penis, flared penis, genital fluids,   │\n",
       "│   genitals, gesture, girly, hand gesture, hooves, huge penis, kneeling, knotted dildo, large urethra, looking   │\n",
       "│ back, male, object in ass, one eye closed, penetration, penis, puffy anus, sex toy, sex toy background, sex toy │\n",
       "│ in ass, sex toy insertion, skirt, solo, sweat, sweaty genitalia, tail, unflared, v sign, wings, wink, by spaal, │\n",
       "│     my little pony, mythology, seraphic crimson, equid, equine, mythological creature, mythological equine,     │\n",
       "│                                   pegasus, digital media \\(artwork\\), hi res                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\4f0c56039643b29c703ed2d0055c63dc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, balls, big │\n", "│ balls, big flare, big penis, big unflared glans, bodily fluids, bottomwear, butt, clothing, cum, cum on butt, │\n", "│ cum on penis, dildo, ejaculation, equine anus, equine genitalia, equine penis, flared penis, genital fluids, │\n", "│ genitals, gesture, girly, hand gesture, hooves, huge penis, kneeling, knotted dildo, large urethra, looking │\n", "│ back, male, object in ass, one eye closed, penetration, penis, puffy anus, sex toy, sex toy background, sex toy │\n", "│ in ass, sex toy insertion, skirt, solo, sweat, sweaty genitalia, tail, unflared, v sign, wings, wink, by spaal, │\n", "│ my little pony, mythology, seraphic crimson, equid, equine, mythological creature, mythological equine, │\n", "│ pegasus, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3898507.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3898507.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\f1fc79e4f52525d814ad5c310f577935.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     all fours, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, ass up,     │\n",
       "│   bottomless, bottomless female, bottomwear, bottomwear down, butt, clothed, clothing, dialogue, duo, female,   │\n",
       "│   fur, genitals, grey body, grey fur, interspecies, large penetration, looking pleasured, male, male/female,    │\n",
       "│   object in ass, one eye closed, open mouth, pants, pants down, partially clothed, penetration, purple eyes,    │\n",
       "│ pussy, rear view, sex toy, sex toy in ass, sex toy insertion, smile, solo focus, tail, text, by thehumancopier, │\n",
       "│            judy hopps, nick wilde, fox, lagomorph, leporid, rabbit, red fox, true fox, english text             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\f1fc79e4f52525d814ad5c310f577935.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, ass up, │\n", "│ bottomless, bottomless female, bottomwear, bottomwear down, butt, clothed, clothing, dialogue, duo, female, │\n", "│ fur, genitals, grey body, grey fur, interspecies, large penetration, looking pleasured, male, male/female, │\n", "│ object in ass, one eye closed, open mouth, pants, pants down, partially clothed, penetration, purple eyes, │\n", "│ pussy, rear view, sex toy, sex toy in ass, sex toy insertion, smile, solo focus, tail, text, by thehumancopier, │\n", "│ judy hopps, nick wilde, fox, lagomorph, leporid, rabbit, red fox, true fox, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3907143.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3907143.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\5dd72b26041f70bf2e056c604912cbbd.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, alternative fashion, ambiguous gender, ambiguous penetrating, ambiguous penetrating male, anal, anal   │\n",
       "│   bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal penetration, anal tugging, anthro,    │\n",
       "│ anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, backsack, balls, bent │\n",
       "│ legs, bent over, blue eyes, blue hair, blush, bodily fluids, bottomwear, butt, circumcised, clothing, clothing  │\n",
       "│    on floor, collar, crop top, cum, cum on ground, cumshot, duo, ear piercing, ejaculating while penetrated,    │\n",
       "│  ejaculation, ejaculation while penetrated, emo, erection, fishnet clothing, fishnet legwear, fishnet topwear,  │\n",
       "│  footwear, fur, genital fluids, genital piercing, genitals, girly, green body, green fur, grey body, grey fur,  │\n",
       "│   hair, hands-free, heart symbol, high heels, humanoid genitalia, humanoid penis, legwear, looking pleasured,   │\n",
       "│   male, male/ambiguous, male focus, male penetrated, multicolored body, multicolored fur, object in ass, open   │\n",
       "│  mouth, orgasm, penetration, penis, penis piercing, piercing, pink bottomwear, pink clothing, pink penis, pink  │\n",
       "│       skirt, platform footwear, platform heels, presenting, presenting anus, presenting balls, presenting       │\n",
       "│ hindquarters, rear view, saliva, saliva string, scene haircut, sex, sex toy, sex toy in ass, sex toy insertion, │\n",
       "│  shaking, shaking orgasm, shirt, skirt, solo focus, standing, tail, tail motion, tailwag, tongue, tongue out,   │\n",
       "│             topwear, toying partner, by conditional dnp, by pkuai, rileymutt, domestic dog, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\5dd72b26041f70bf2e056c604912cbbd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, alternative fashion, ambiguous gender, ambiguous penetrating, ambiguous penetrating male, anal, anal │\n", "│ bead pull, anal beads, anal beads in ass, anal juice, anal orgasm, anal penetration, anal tugging, anthro, │\n", "│ anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, backsack, balls, bent │\n", "│ legs, bent over, blue eyes, blue hair, blush, bodily fluids, bottomwear, butt, circumcised, clothing, clothing │\n", "│ on floor, collar, crop top, cum, cum on ground, cumshot, duo, ear piercing, ejaculating while penetrated, │\n", "│ ejaculation, ejaculation while penetrated, emo, erection, fishnet clothing, fishnet legwear, fishnet topwear, │\n", "│ footwear, fur, genital fluids, genital piercing, genitals, girly, green body, green fur, grey body, grey fur, │\n", "│ hair, hands-free, heart symbol, high heels, humanoid genitalia, humanoid penis, legwear, looking pleasured, │\n", "│ male, male/ambiguous, male focus, male penetrated, multicolored body, multicolored fur, object in ass, open │\n", "│ mouth, orgasm, penetration, penis, penis piercing, piercing, pink bottomwear, pink clothing, pink penis, pink │\n", "│ skirt, platform footwear, platform heels, presenting, presenting anus, presenting balls, presenting │\n", "│ hindquarters, rear view, saliva, saliva string, scene haircut, sex, sex toy, sex toy in ass, sex toy insertion, │\n", "│ shaking, shaking orgasm, shirt, skirt, solo focus, standing, tail, tail motion, tailwag, tongue, tongue out, │\n", "│ topwear, toying partner, by conditional dnp, by pkuai, rileymutt, domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3909997.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3909997.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\0698fde4fbde195bf534f44ac913d9cd.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in ass, anal penetration, anal storage, anthro, big breasts, biped, blonde hair,  │\n",
       "│   blue body, blush, bodily fluids, breasts, cavity storage, clenched teeth, clothing, crouching, dildo, dildo   │\n",
       "│   sitting, dripping, enhibitionism, excessive genital fluids, excessive pussy juice, eyes closed, falling on    │\n",
       "│      dildo, falling penetration, female, fitting room, genital fluids, hair, heart symbol, knotted dildo,       │\n",
       "│   masturbation, nude, object in ass, penetration, sex toy, sex toy in ass, sex toy insertion, shaking, solo,    │\n",
       "│     speech bubble, sweat, teeth, text, tremble spikes, trembling, vaginal fluids, by sincastermon, my hero      │\n",
       "│             academia, ippan josei, fish, fox, humanoid, hybrid, marine, shark, english text, hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\0698fde4fbde195bf534f44ac913d9cd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, anal storage, anthro, big breasts, biped, blonde hair, │\n", "│ blue body, blush, bodily fluids, breasts, cavity storage, clenched teeth, clothing, crouching, dildo, dildo │\n", "│ sitting, dripping, enhibitionism, excessive genital fluids, excessive pussy juice, eyes closed, falling on │\n", "│ dildo, falling penetration, female, fitting room, genital fluids, hair, heart symbol, knotted dildo, │\n", "│ masturbation, nude, object in ass, penetration, sex toy, sex toy in ass, sex toy insertion, shaking, solo, │\n", "│ speech bubble, sweat, teeth, text, tremble spikes, trembling, vaginal fluids, by sincastermon, my hero │\n", "│ academia, ippan josei, fish, fox, humanoid, hybrid, marine, shark, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3923630.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3923630.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\a59f7b62555f644cc03ac689ec3d0e01.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration,  │\n",
       "│ anal tugging, anthro, anus, balls, barefoot, biped, black body, black fur, blush, bodily fluids, butt, cum, cum │\n",
       "│  while penetrated, cumshot, disembodied hand, duo, ejaculation, eyewear, feet, fur, genital fluids, genitals,   │\n",
       "│  glasses, hands-free, hindpaw, legs back, legs up, looking pleasured, lying, male, male/ambiguous, male focus,  │\n",
       "│     male penetrated, multicolored body, multicolored fur, nude, object in ass, on back, open mouth, orgasm,     │\n",
       "│  pawpads, paws, penetration, penis, pink anus, pink pawpads, sex, sex toy, sex toy in ass, sex toy insertion,   │\n",
       "│    simple background, solo focus, toes, toying partner, two tone body, two tone fur, white background, white    │\n",
       "│  balls, yellow background, yellow sclera, by wizzikt, chii \\(nyapple\\), domestic cat, feline, siamese, artist   │\n",
       "│                                     name, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\a59f7b62555f644cc03ac689ec3d0e01.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, ambiguous gender, anal, anal bead pull, anal beads, anal beads in ass, anal orgasm, anal penetration, │\n", "│ anal tugging, anthro, anus, balls, barefoot, biped, black body, black fur, blush, bodily fluids, butt, cum, cum │\n", "│ while penetrated, cumshot, disembodied hand, duo, ejaculation, eyewear, feet, fur, genital fluids, genitals, │\n", "│ glasses, hands-free, hindpaw, legs back, legs up, looking pleasured, lying, male, male/ambiguous, male focus, │\n", "│ male penetrated, multicolored body, multicolored fur, nude, object in ass, on back, open mouth, orgasm, │\n", "│ pawpads, paws, penetration, penis, pink anus, pink pawpads, sex, sex toy, sex toy in ass, sex toy insertion, │\n", "│ simple background, solo focus, toes, toying partner, two tone body, two tone fur, white background, white │\n", "│ balls, yellow background, yellow sclera, by wizzikt, chii \\(nyapple\\), domestic cat, feline, siamese, artist │\n", "│ name, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3953513.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3953513.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\82a9d4d7fa1715c282309401ea5bb5e4.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, │\n",
       "│   backsack, balls, bed, big balls, big penis, blush, bodily fluids, claws, cock ring, cum, cum on penis, ear    │\n",
       "│     piercing, fur, furniture, genital fluids, genitals, grey body, grey fur, heart \\(marking\\), huge penis,     │\n",
       "│  jewelry, knot, legs up, male, markings, nipples, object in ass, on bed, orgasm, pawpads, penetration, penis,   │\n",
       "│ penis accessory, penis jewelry, perineum, piercing, purple nipples, purple pawpads, purple penis, sex toy, sex  │\n",
       "│  toy in ass, sex toy insertion, shaking, sheath, shivering, solo, spread legs, spreading, by katarhein, damien  │\n",
       "│                                               woof, wolf, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\82a9d4d7fa1715c282309401ea5bb5e4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anus, │\n", "│ backsack, balls, bed, big balls, big penis, blush, bodily fluids, claws, cock ring, cum, cum on penis, ear │\n", "│ piercing, fur, furniture, genital fluids, genitals, grey body, grey fur, heart \\(marking\\), huge penis, │\n", "│ jewelry, knot, legs up, male, markings, nipples, object in ass, on bed, orgasm, pawpads, penetration, penis, │\n", "│ penis accessory, penis jewelry, perineum, piercing, purple nipples, purple pawpads, purple penis, sex toy, sex │\n", "│ toy in ass, sex toy insertion, shaking, sheath, shivering, solo, spread legs, spreading, by katarhein, damien │\n", "│ woof, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\3987199.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m3987199.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\8689b4abffdde81e3b6bb54d17ff99a5.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, anal, anal beads, anal beads in ass, anal orgasm, anal penetration, animal genitalia, animal  │\n",
       "│ penis, anthro, backwards baseball cap, backwards hat, baseball cap, biped, blush, bodily fluids, clothing, cum, │\n",
       "│    cum covered, cum in ass, cum inside, cum on face, duo, erection, eyes closed, fellatio, finger in mouth,     │\n",
       "│    genital fluids, genitals, half-closed eyes, hat, head grab, headgear, headwear, heart eyes, heart symbol,    │\n",
       "│      looking pleasured, male, male/male, messy, motion lines, narrowed eyes, object in ass, oral, pawpads,      │\n",
       "│  penetration, penile, penile penetration, penis, penis in ass, red clothing, red shirt, red topwear, sex, sex   │\n",
       "│ toy, sex toy in ass, sex toy insertion, shirt, spank marks, tail, tail grab, topwear, by sincastermon, vtuber,  │\n",
       "│                              chester the otter, human, mustelid, otter, signature                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\8689b4abffdde81e3b6bb54d17ff99a5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal beads, anal beads in ass, anal orgasm, anal penetration, animal genitalia, animal │\n", "│ penis, anthro, backwards baseball cap, backwards hat, baseball cap, biped, blush, bodily fluids, clothing, cum, │\n", "│ cum covered, cum in ass, cum inside, cum on face, duo, erection, eyes closed, fellatio, finger in mouth, │\n", "│ genital fluids, genitals, half-closed eyes, hat, head grab, headgear, headwear, heart eyes, heart symbol, │\n", "│ looking pleasured, male, male/male, messy, motion lines, narrowed eyes, object in ass, oral, pawpads, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, red clothing, red shirt, red topwear, sex, sex │\n", "│ toy, sex toy in ass, sex toy insertion, shirt, spank marks, tail, tail grab, topwear, by sincastermon, vtuber, │\n", "│ chester the otter, human, mustelid, otter, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\4258452.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m4258452.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\ab7bf35050ff4b911f45521490dbb179.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anthro penetrated, bedroom   │\n",
       "│     eyes, bent over, blonde hair, blue eyes, brown body, brown fur, clothed, clothing, cloven hooves, duo,      │\n",
       "│ erection, feet, female, female on human, female penetrated, foreskin, fur, genitals, hair, hoof focus, hooves,  │\n",
       "│      horn, looking back, male, male/female, masturbation, narrowed eyes, object in ass, partially clothed,      │\n",
       "│ penetration, penis, plump labia, pussy, rear view, seductive, sex toy, sex toy in ass, sex toy insertion, solo  │\n",
       "│   focus, tail, toes, underhoof, by smewed, deltarune, undertale \\(series\\), noelle holiday, deer, human, new    │\n",
       "│                                          world deer, reindeer, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\ab7bf35050ff4b911f45521490dbb179.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anthro penetrated, bedroom │\n", "│ eyes, bent over, blonde hair, blue eyes, brown body, brown fur, clothed, clothing, cloven hooves, duo, │\n", "│ erection, feet, female, female on human, female penetrated, foreskin, fur, genitals, hair, hoof focus, hooves, │\n", "│ horn, looking back, male, male/female, masturbation, narrowed eyes, object in ass, partially clothed, │\n", "│ penetration, penis, plump labia, pussy, rear view, seductive, sex toy, sex toy in ass, sex toy insertion, solo │\n", "│ focus, tail, toes, underhoof, by smewed, deltarune, undertale \\(series\\), noelle holiday, deer, human, new │\n", "│ world deer, reindeer, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\4302408.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m4302408.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\e99b428a3537f43971764a54f4c5ee1b.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, blush, bodily fluids,    │\n",
       "│   breasts, butt, camel toe, clothing, clothing aside, duo, eyes closed, female, genital outline, glistening,    │\n",
       "│   glistening butt, nipple piercing, nipples, object in ass, open mouth, outer labia, panties, panties aside,    │\n",
       "│   penetration, piercing, pink anus, pussy outline, saliva, sex toy, sex toy in ass, sex toy insertion, sweat,   │\n",
       "│ sweaty butt, text, tongue, underwear, underwear aside, by conditional dnp, by fluffx, helluva boss, mythology,  │\n",
       "│               loona \\(helluva boss\\), demon, hellhound, mythological creature, english text, url                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\e99b428a3537f43971764a54f4c5ee1b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, anus, blush, bodily fluids, │\n", "│ breasts, butt, camel toe, clothing, clothing aside, duo, eyes closed, female, genital outline, glistening, │\n", "│ glistening butt, nipple piercing, nipples, object in ass, open mouth, outer labia, panties, panties aside, │\n", "│ penetration, piercing, pink anus, pussy outline, saliva, sex toy, sex toy in ass, sex toy insertion, sweat, │\n", "│ sweaty butt, text, tongue, underwear, underwear aside, by conditional dnp, by fluffx, helluva boss, mythology, │\n", "│ loona \\(helluva boss\\), demon, hellhound, mythological creature, english text, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\4431579.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m4431579.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\93cbf18e1b5a86ca57245092c3508054.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal beads, anal beads in ass, anal juice, anal penetration, animal genitalia, animal pussy, balls,    │\n",
       "│  bedroom eyes, bell, bell collar, bestiality, blush, bodily fluids, border, brown pussy, cheek tuft, clothing,  │\n",
       "│   collar, cum, cum from pussy, cum in pussy, cum inside, cum splatter, double penetration, duo, ejaculation,    │\n",
       "│ erection, eye markings, faceless character, faceless male, facial tuft, female, female focus, female on human,  │\n",
       "│  female penetrated, feral, feral penetrated, footwear, fucked silly, genital fluids, genitals, happy, human on  │\n",
       "│   feral, human penetrating, human penetrating female, human penetrating feral, interspecies, leaking cum, leg   │\n",
       "│   grab, leg markings, looking pleasured, male, male/female, male on feral, male penetrating, male penetrating   │\n",
       "│    female, markings, narrowed eyes, object in ass, one eye closed, open mouth, open smile, outline, pattern     │\n",
       "│  background, penetration, penile, penile penetration, penis, penis in pussy, pokephilia, pussy, saliva, saliva  │\n",
       "│ string, seductive, sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller │\n",
       "│  feral, smile, socks, socks \\(marking\\), solo focus, spread legs, spreading, tears, tongue, tongue out, tuft,   │\n",
       "│       vaginal, vaginal penetration, vein, veiny penis, white border, white outline, yellow background, by       │\n",
       "│                                       radishflavor, human, nickit, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\93cbf18e1b5a86ca57245092c3508054.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal juice, anal penetration, animal genitalia, animal pussy, balls, │\n", "│ bedroom eyes, bell, bell collar, bestiality, blush, bodily fluids, border, brown pussy, cheek tuft, clothing, │\n", "│ collar, cum, cum from pussy, cum in pussy, cum inside, cum splatter, double penetration, duo, ejaculation, │\n", "│ erection, eye markings, faceless character, faceless male, facial tuft, female, female focus, female on human, │\n", "│ female penetrated, feral, feral penetrated, footwear, fucked silly, genital fluids, genitals, happy, human on │\n", "│ feral, human penetrating, human penetrating female, human penetrating feral, interspecies, leaking cum, leg │\n", "│ grab, leg markings, looking pleasured, male, male/female, male on feral, male penetrating, male penetrating │\n", "│ female, markings, narrowed eyes, object in ass, one eye closed, open mouth, open smile, outline, pattern │\n", "│ background, penetration, penile, penile penetration, penis, penis in pussy, pokephilia, pussy, saliva, saliva │\n", "│ string, seductive, sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller │\n", "│ feral, smile, socks, socks \\(marking\\), solo focus, spread legs, spreading, tears, tongue, tongue out, tuft, │\n", "│ vaginal, vaginal penetration, vein, veiny penis, white border, white outline, yellow background, by │\n", "│ radishflavor, human, nickit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\4472073.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m4472073.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\e4b47d518e53329ba643910be508d772.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    3 toes, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anal tugging,     │\n",
       "│  anthro, anthro penetrated, anus, backsack, balls, big balls, blue body, blue fur, blush, bodily fluids, butt,  │\n",
       "│   claws, disembodied hand, feet, fur, genitals, hindpaw, inside, looking back, looking pleasured, male, male    │\n",
       "│  penetrated, narrowed eyes, nude, object in ass, pawpads, paws, penetration, rear view, red eyes, saggy balls,  │\n",
       "│   sex toy, sex toy in ass, sex toy insertion, solo, stretched anus, sweat, sweaty balls, sweaty butt, sweaty    │\n",
       "│     genitalia, tail, tail motion, tailwag, toe claws, toes, by wizzikt, lucario, digital media \\(artwork\\),     │\n",
       "│                                                    signature                                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\e4b47d518e53329ba643910be508d772.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anal, anal bead pull, anal beads, anal beads in ass, anal juice, anal penetration, anal tugging, │\n", "│ anthro, anthro penetrated, anus, backsack, balls, big balls, blue body, blue fur, blush, bodily fluids, butt, │\n", "│ claws, disembodied hand, feet, fur, genitals, hindpaw, inside, looking back, looking pleasured, male, male │\n", "│ penetrated, narrowed eyes, nude, object in ass, pawpads, paws, penetration, rear view, red eyes, saggy balls, │\n", "│ sex toy, sex toy in ass, sex toy insertion, solo, stretched anus, sweat, sweaty balls, sweaty butt, sweaty │\n", "│ genitalia, tail, tail motion, tailwag, toe claws, toes, by wizzikt, lucario, digital media \\(artwork\\), │\n", "│ signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\4565932.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m4565932.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\097e3b1c846f5212100812c7ababff4c.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      5 fingers, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro,       │\n",
       "│ anthrofied, bed, blue body, blue scales, blush, bodily fluids, breasts, butt, butt grab, disembodied hand, duo, │\n",
       "│ eyebrows, eyes closed, female, fingers, furniture, genitals, glistening eyelids, hand on butt, moan, musk, musk │\n",
       "│ clouds, nude, object in ass, on bed, onomatopoeia, open mouth, penetration, pokemorph, pussy, scales, sex toy,  │\n",
       "│  sex toy in ass, sex toy insertion, side boob, solo focus, sound effects, sweat, text, by conditional dnp, by   │\n",
       "│                            whisperfoot, vaporeon, digital media \\(artwork\\), hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\097e3b1c846f5212100812c7ababff4c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, all fours, anal, anal bead pull, anal beads, anal beads in ass, anal penetration, anthro, │\n", "│ anthrofied, bed, blue body, blue scales, blush, bodily fluids, breasts, butt, butt grab, disembodied hand, duo, │\n", "│ eyebrows, eyes closed, female, fingers, furniture, genitals, glistening eyelids, hand on butt, moan, musk, musk │\n", "│ clouds, nude, object in ass, on bed, onomatopoeia, open mouth, penetration, pokemorph, pussy, scales, sex toy, │\n", "│ sex toy in ass, sex toy insertion, side boob, solo focus, sound effects, sweat, text, by conditional dnp, by │\n", "│ whisperfoot, vaporeon, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_ass\\839161.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_ass\\\u001b[0m\u001b[1;36m839161.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                     E:\\training_dir\\anal_beads_in_ass\\fba5179f1dbbf6996d5084fce3c79f6f.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anthro      │\n",
       "│  penetrated, armwear, balls, black balls, black sheath, bodily fluids, breasts, butt, choker, clothed, clothed  │\n",
       "│ sex, clothing, collar, cum, cum from pussy, cum in pussy, cum inside, detached sheath, double penetration, duo, │\n",
       "│    erection, faceless character, faceless male, female, female focus, female on top, female penetrated, fur,    │\n",
       "│   genital fluids, genitals, heart symbol, jewelry, knot, knot restraint, knot sitting, leaking cum, legwear,    │\n",
       "│      looking pleasured, male, male/female, male on bottom, male penetrating, male penetrating anthro, male      │\n",
       "│ penetrating female, mostly nude, necklace, nude, object in ass, on bottom, on top, orgasm, penetration, penile, │\n",
       "│  penile penetration, penis, penis in pussy, pussy, reverse cowgirl position, sex, sex toy, sex toy in ass, sex  │\n",
       "│  toy insertion, sheath, sheath tuft, side boob, simple background, solo focus, stockings, tail, text, vaginal,  │\n",
       "│                      vaginal penetration, white background, by snowskau, lion, pantherine                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_ass\\fba5179f1dbbf6996d5084fce3c79f6f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal penetration, animal genitalia, animal penis, anthro, anthro │\n", "│ penetrated, armwear, balls, black balls, black sheath, bodily fluids, breasts, butt, choker, clothed, clothed │\n", "│ sex, clothing, collar, cum, cum from pussy, cum in pussy, cum inside, detached sheath, double penetration, duo, │\n", "│ erection, faceless character, faceless male, female, female focus, female on top, female penetrated, fur, │\n", "│ genital fluids, genitals, heart symbol, jewelry, knot, knot restraint, knot sitting, leaking cum, legwear, │\n", "│ looking pleasured, male, male/female, male on bottom, male penetrating, male penetrating anthro, male │\n", "│ penetrating female, mostly nude, necklace, nude, object in ass, on bottom, on top, orgasm, penetration, penile, │\n", "│ penile penetration, penis, penis in pussy, pussy, reverse cowgirl position, sex, sex toy, sex toy in ass, sex │\n", "│ toy insertion, sheath, sheath tuft, side boob, simple background, solo focus, stockings, tail, text, vaginal, │\n", "│ vaginal penetration, white background, by snowskau, lion, pantherine │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\1832759.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m1832759.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\d036462855f5255985ae9e0595a2b9e5.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, anal beads, anal beads in pussy, anthro, anus, bent over, breasts, butt, clitoris, feet,    │\n",
       "│ female, genitals, gradient background, green eyes, hair, hairless, huge penetration, looking at viewer, looking │\n",
       "│  through, looking through legs, multi nipple, nipples, nude, open mouth, penetration, plump labia, pussy, sex   │\n",
       "│      toy, sex toy in pussy, sex toy insertion, simple background, small breasts, smile, solo, spread legs,      │\n",
       "│   spreading, tail, text, upside down, vaginal, vaginal penetration, white hair, by tchaikovsky2, jinjing-yu,    │\n",
       "│    chinese crested dog, domestic dog, hairless dog, toy dog, 3d \\(artwork\\), digital media \\(artwork\\), url     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\d036462855f5255985ae9e0595a2b9e5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal beads, anal beads in pussy, anthro, anus, bent over, breasts, butt, clitoris, feet, │\n", "│ female, genitals, gradient background, green eyes, hair, hairless, huge penetration, looking at viewer, looking │\n", "│ through, looking through legs, multi nipple, nipples, nude, open mouth, penetration, plump labia, pussy, sex │\n", "│ toy, sex toy in pussy, sex toy insertion, simple background, small breasts, smile, solo, spread legs, │\n", "│ spreading, tail, text, upside down, vaginal, vaginal penetration, white hair, by tchaikovsky2, jinjing-yu, │\n", "│ chinese crested dog, domestic dog, hairless dog, toy dog, 3d \\(artwork\\), digital media \\(artwork\\), url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2010818.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2010818.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\8f5b4b140cc11799c7ee4213ac5f658b.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal beads, anal beads in pussy, anal penetration, anus, bdsm, blindfold, bondage, bound, butt, buttplug, │\n",
       "│   chain, claws, crystal, female, feral, genitals, horn, lying, membrane \\(anatomy\\), membranous wings, nude,    │\n",
       "│  object in ass, penetration, plug \\(sex toy\\), presenting, pussy, scales, sex toy, sex toy in ass, sex toy in   │\n",
       "│  pussy, sex toy insertion, solo, tail, vaginal, vaginal penetration, vibrator, wings, by velannal, activision,  │\n",
       "│     european mythology, mythology, spyro the dragon, corrupt cynder, cynder, dragon, mythological creature,     │\n",
       "│                                   mythological scalie, scalie, western dragon                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\8f5b4b140cc11799c7ee4213ac5f658b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in pussy, anal penetration, anus, bdsm, blindfold, bondage, bound, butt, buttplug, │\n", "│ chain, claws, crystal, female, feral, genitals, horn, lying, membrane \\(anatomy\\), membranous wings, nude, │\n", "│ object in ass, penetration, plug \\(sex toy\\), presenting, pussy, scales, sex toy, sex toy in ass, sex toy in │\n", "│ pussy, sex toy insertion, solo, tail, vaginal, vaginal penetration, vibrator, wings, by velannal, activision, │\n", "│ european mythology, mythology, spyro the dragon, corrupt cynder, cynder, dragon, mythological creature, │\n", "│ mythological scalie, scalie, western dragon │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2485959.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2485959.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\b149052f1da08d0e77d46b3de2a9fc09.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal beads, anal beads in pussy, anus, areola, ass up, blush, breasts, butt, female, genitals, looking back,   │\n",
       "│     masturbation, moan, not furry, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple     │\n",
       "│   background, solo, text, toying self, vaginal, vaginal penetration, white background, by kionant, gardevoir,   │\n",
       "│                                             english text, signature                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\b149052f1da08d0e77d46b3de2a9fc09.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anus, areola, ass up, blush, breasts, butt, female, genitals, looking back, │\n", "│ masturbation, moan, not furry, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple │\n", "│ background, solo, text, toying self, vaginal, vaginal penetration, white background, by kionant, gardevoir, │\n", "│ english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2579249.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2579249.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\f5ac902af1aa9e7d593799a8ee75b6a8.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal beads, anal beads in pussy, anthro, areola, breasts, butt, duo, female, female/female, hair, nipples,    │\n",
       "│   nude, open mouth, penetration, pole, red hair, sex toy, sex toy in pussy, sex toy insertion, teeth, tongue,   │\n",
       "│  vaginal, vaginal penetration, by kammi-lu, ludwig bullworth jackson \\(copyright\\), justeen, roxy \\(orella\\),   │\n",
       "│       beaver, hybrid, mink, mustelid, musteline, rodent, true musteline, wolf, digital media \\(artwork\\)        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\f5ac902af1aa9e7d593799a8ee75b6a8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, areola, breasts, butt, duo, female, female/female, hair, nipples, │\n", "│ nude, open mouth, penetration, pole, red hair, sex toy, sex toy in pussy, sex toy insertion, teeth, tongue, │\n", "│ vaginal, vaginal penetration, by kammi-lu, ludwig bullworth jackson \\(copyright\\), justeen, roxy \\(orella\\), │\n", "│ beaver, hybrid, mink, mustelid, musteline, rodent, true musteline, wolf, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2597619.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2597619.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\93bed180b4b1758a57c9971881019676.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 6 breasts, accessory, anal beads, anal beads in pussy, animal genitalia, anthro, areola, arms bent, balls, bed, │\n",
       "│  bed sheet, bedding, bedroom eyes, bent leg, bent legs, big breasts, black hair, bodily fluids, breasts, brown  │\n",
       "│ body, brown fur, brown hair, brown nipples, curved horn, duo, erection, female, floral pattern, foreplay, fur,  │\n",
       "│   furniture, genital fluids, genitals, gynomorph, hair, hair accessory, hair tie, hand on belly, hand on leg,   │\n",
       "│ hand on own belly, hand on thigh, highlights \\(coloring\\), horn, intersex, intersex/female, leg grab, leg over  │\n",
       "│   shoulder, long ears, looking at another, looking down, looking pleasured, lying, multi breast, multicolored   │\n",
       "│   body, multicolored fur, narrowed eyes, nipples, on back, on pillow, open mouth, penetration, penis, pillow,   │\n",
       "│ pillow grab, pink nipples, planted leg, ponytail, precum, purple body, purple highlights, purple scales, pussy, │\n",
       "│ raised arm, raised hand, raised leg, raised leg grab, ridged penis, scales, seductive, sex, sex toy, sex toy in │\n",
       "│ pussy, sex toy insertion, sheath, small breasts, smile, spread legs, spreading, stripes, tail, tapering penis,  │\n",
       "│  teeth, thigh grab, tongue, tongue out, touching own stomach, touching stomach, toying partner, two tone body,  │\n",
       "│    two tone fur, vaginal, vaginal fluids, vaginal penetration, white highlights, white stripes, yellow body,    │\n",
       "│      yellow scales, by lazybonefox, by mcsib, mythology, nexrese, siv \\(mcsib\\), dragon, hybrid, mustelid,      │\n",
       "│    mythological creature, mythological scalie, otter, scalie, colored, digital media \\(artwork\\), signature     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\93bed180b4b1758a57c9971881019676.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 6 breasts, accessory, anal beads, anal beads in pussy, animal genitalia, anthro, areola, arms bent, balls, bed, │\n", "│ bed sheet, bedding, bedroom eyes, bent leg, bent legs, big breasts, black hair, bodily fluids, breasts, brown │\n", "│ body, brown fur, brown hair, brown nipples, curved horn, duo, erection, female, floral pattern, foreplay, fur, │\n", "│ furniture, genital fluids, genitals, gynomorph, hair, hair accessory, hair tie, hand on belly, hand on leg, │\n", "│ hand on own belly, hand on thigh, highlights \\(coloring\\), horn, intersex, intersex/female, leg grab, leg over │\n", "│ shoulder, long ears, looking at another, looking down, looking pleasured, lying, multi breast, multicolored │\n", "│ body, multicolored fur, narrowed eyes, nipples, on back, on pillow, open mouth, penetration, penis, pillow, │\n", "│ pillow grab, pink nipples, planted leg, ponytail, precum, purple body, purple highlights, purple scales, pussy, │\n", "│ raised arm, raised hand, raised leg, raised leg grab, ridged penis, scales, seductive, sex, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, sheath, small breasts, smile, spread legs, spreading, stripes, tail, tapering penis, │\n", "│ teeth, thigh grab, tongue, tongue out, touching own stomach, touching stomach, toying partner, two tone body, │\n", "│ two tone fur, vaginal, vaginal fluids, vaginal penetration, white highlights, white stripes, yellow body, │\n", "│ yellow scales, by lazybonefox, by mcsib, mythology, nexrese, siv \\(mcsib\\), dragon, hybrid, mustelid, │\n", "│ mythological creature, mythological scalie, otter, scalie, colored, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\274721.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m274721.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\075c5967001304570fa3f7e925f759b7.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal beads, anal beads in pussy, anthro, anus, bent over, black body, blush, body blush, butt, butt blush, butt │\n",
       "│ shot, close-up, female, genitals, masturbation, nude, penetration, presenting, presenting hindquarters, pussy,  │\n",
       "│    raised tail, sex toy, sex toy in pussy, sex toy insertion, solo, spank marks, tail, toying self, vaginal,    │\n",
       "│   vaginal masturbation, vaginal penetration, by freckles, nadia \\(moonsword\\), domestic cat, feline, digital    │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\075c5967001304570fa3f7e925f759b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, anus, bent over, black body, blush, body blush, butt, butt blush, butt │\n", "│ shot, close-up, female, genitals, masturbation, nude, penetration, presenting, presenting hindquarters, pussy, │\n", "│ raised tail, sex toy, sex toy in pussy, sex toy insertion, solo, spank marks, tail, toying self, vaginal, │\n", "│ vaginal masturbation, vaginal penetration, by freckles, nadia \\(moonsword\\), domestic cat, feline, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\278526.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m278526.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\f81b69aace41f4fc5926f86f275b85e7.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ amber eyes, anal beads, anal beads in pussy, anthro, antlers, bdsm, bell, blush, bodily fluids, bondage, bound, │\n",
       "│  breasts, chest tuft, christmas light bondage, christmas lights, cuff \\(restraint\\), ejaculation, female, fur,  │\n",
       "│   genital fluids, genitals, grey body, grey fur, horn, looking at viewer, masturbation, messy, nipples, nude,   │\n",
       "│  orgasm, penetration, pinup, pose, pussy, pussy ejaculation, raised arm, restrained, restraints, sex toy, sex   │\n",
       "│    toy in pussy, sex toy insertion, solo, submissive, submissive female, toying self, tuft, vaginal, vaginal    │\n",
       "│ fluids, vaginal masturbation, vaginal penetration, wrist cuffs, by inuki, rudolph the red-nosed reindeer, deer, │\n",
       "│                                            new world deer, reindeer                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\f81b69aace41f4fc5926f86f275b85e7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ amber eyes, anal beads, anal beads in pussy, anthro, antlers, bdsm, bell, blush, bodily fluids, bondage, bound, │\n", "│ breasts, chest tuft, christmas light bondage, christmas lights, cuff \\(restraint\\), ejaculation, female, fur, │\n", "│ genital fluids, genitals, grey body, grey fur, horn, looking at viewer, masturbation, messy, nipples, nude, │\n", "│ orgasm, penetration, pinup, pose, pussy, pussy ejaculation, raised arm, restrained, restraints, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, solo, submissive, submissive female, toying self, tuft, vaginal, vaginal │\n", "│ fluids, vaginal masturbation, vaginal penetration, wrist cuffs, by inuki, rudolph the red-nosed reindeer, deer, │\n", "│ new world deer, reindeer │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2909993.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2909993.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\8f7b651b419034349dda9aafb91a2c60.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anal beads, anal beads in pussy, anthro, anus, blonde hair, breasts, brown hair, collar,   │\n",
       "│   countershading, duo, eyebrows, eyelashes, feet, female, female/female, fingers, genitals, hair, nude, open    │\n",
       "│   mouth, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, smile, soles, teeth, toes, tongue,   │\n",
       "│ vaginal, vaginal penetration, by kammi-lu, oktavia \\(roadkilla12\\), skylar zero, red wolf, wolf, digital media  │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\8f7b651b419034349dda9aafb91a2c60.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal beads, anal beads in pussy, anthro, anus, blonde hair, breasts, brown hair, collar, │\n", "│ countershading, duo, eyebrows, eyelashes, feet, female, female/female, fingers, genitals, hair, nude, open │\n", "│ mouth, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, smile, soles, teeth, toes, tongue, │\n", "│ vaginal, vaginal penetration, by kammi-lu, oktavia \\(roadkilla12\\), skylar zero, red wolf, wolf, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\2943930.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m2943930.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\ff98499c7ce1299a10edd444f20fb00f.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal beads, anal beads in pussy, anthro, anus, bodily fluids, breasts, butt, clothing, duo, eye contact,     │\n",
       "│ female, genitals, legwear, looking at another, penetration, pregnant, pregnant anthro, pregnant female, pussy,  │\n",
       "│   raised tail, sex, sex toy, sex toy in pussy, sex toy insertion, sharing, sharing sex toy, stockings, sweat,   │\n",
       "│  tail, text, vaginal, vaginal penetration, vaginal tugging, by pr-egg-nant, bandai namco, dreamworks, kung fu   │\n",
       "│           panda, master tigress, pantherine, renamon, tiger, comic sans, english text, huge filesize            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\ff98499c7ce1299a10edd444f20fb00f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, anus, bodily fluids, breasts, butt, clothing, duo, eye contact, │\n", "│ female, genitals, legwear, looking at another, penetration, pregnant, pregnant anthro, pregnant female, pussy, │\n", "│ raised tail, sex, sex toy, sex toy in pussy, sex toy insertion, sharing, sharing sex toy, stockings, sweat, │\n", "│ tail, text, vaginal, vaginal penetration, vaginal tugging, by pr-egg-nant, bandai namco, dreamworks, kung fu │\n", "│ panda, master tigress, pantherine, renamon, tiger, comic sans, english text, huge filesize │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3135420.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3135420.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\786e5fda67f51e03b69a02c153c8f543.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anal beads, anal beads in pussy, anthro, backsack, balls, beads, blush, bodily fluids, breast │\n",
       "│       lick, breast play, breasts, female, fur, genital fluids, genitals, group, holding breast, intersex,       │\n",
       "│   intersex/female, licking, looking at viewer, male, male/female, nipples, penetration, precum, purple body,    │\n",
       "│   purple eyes, purple fur, pussy, sex toy, sex toy in pussy, sex toy insertion, tongue, tongue out, vaginal,    │\n",
       "│     vaginal fluids, vaginal penetration, by aympart, by erwindraws, barty \\(barty\\), bloot \\(bloot\\), deer,     │\n",
       "│                                           domestic dog, huge filesize                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\786e5fda67f51e03b69a02c153c8f543.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal beads, anal beads in pussy, anthro, backsack, balls, beads, blush, bodily fluids, breast │\n", "│ lick, breast play, breasts, female, fur, genital fluids, genitals, group, holding breast, intersex, │\n", "│ intersex/female, licking, looking at viewer, male, male/female, nipples, penetration, precum, purple body, │\n", "│ purple eyes, purple fur, pussy, sex toy, sex toy in pussy, sex toy insertion, tongue, tongue out, vaginal, │\n", "│ vaginal fluids, vaginal penetration, by aympart, by erwindraws, barty \\(barty\\), bloot \\(bloot\\), deer, │\n", "│ domestic dog, huge filesize │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3151596.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3151596.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\b59d66635a88e081eceb6f48d8d893f0.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anal beads, anal beads in pussy, anthro, anus, areola, arms tied, ball gag, bdsm, beads, belt │\n",
       "│ buckle, blush, bodily fluids, bondage, bondage chair, bondage furniture, bound, breasts, brown body, brown fur, │\n",
       "│ buzzing, chair, chair bondage, clamp, clit torture, clitoral, clitoral hood, clitoris, clothes pin, clothes pin │\n",
       "│   on nipples, countershading, different sound effects, dripping, dripping pussy, drooling, duo, ejaculation,    │\n",
       "│   electricity, electrode, electrostimulation, fastener, female, female/ambiguous, forced, forced orgasm, fur,   │\n",
       "│  furniture, gag, gaping, gaping pussy, genital fluids, genital torture, genitals, lactating, lactation denial,  │\n",
       "│      legs tied, medical gloves, motion lines, muffled, nipple clamp, nipples, offscreen character, orgasm,      │\n",
       "│ overstimulation, penetration, pin \\(fastener\\), pink areola, pink eyes, pink nipples, pussy, pussy ejaculation, │\n",
       "│ pussy torture, rape, restrained, restrained arms, restrained legs, restraints, saliva, sex, sex toy, sex toy in │\n",
       "│     pussy, sex toy insertion, sexual torture, sound effects, spread legs, spread pussy, spreading, straps,      │\n",
       "│  submissive, submissive female, text, toying partner, vaginal, vaginal fluids, vaginal penetration, vibrating,  │\n",
       "│       vibrator, vowelless, vowelless sound effect, vowelless vocalization, wand vibrator, by loimu, loimu       │\n",
       "│                                      \\(character\\), cervine, deer, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\b59d66635a88e081eceb6f48d8d893f0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal beads, anal beads in pussy, anthro, anus, areola, arms tied, ball gag, bdsm, beads, belt │\n", "│ buckle, blush, bodily fluids, bondage, bondage chair, bondage furniture, bound, breasts, brown body, brown fur, │\n", "│ buzzing, chair, chair bondage, clamp, clit torture, clitoral, clitoral hood, clitoris, clothes pin, clothes pin │\n", "│ on nipples, countershading, different sound effects, dripping, dripping pussy, drooling, duo, ejaculation, │\n", "│ electricity, electrode, electrostimulation, fastener, female, female/ambiguous, forced, forced orgasm, fur, │\n", "│ furniture, gag, gaping, gaping pussy, genital fluids, genital torture, genitals, lactating, lactation denial, │\n", "│ legs tied, medical gloves, motion lines, muffled, nipple clamp, nipples, offscreen character, orgasm, │\n", "│ overstimulation, penetration, pin \\(fastener\\), pink areola, pink eyes, pink nipples, pussy, pussy ejaculation, │\n", "│ pussy torture, rape, restrained, restrained arms, restrained legs, restraints, saliva, sex, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, sexual torture, sound effects, spread legs, spread pussy, spreading, straps, │\n", "│ submissive, submissive female, text, toying partner, vaginal, vaginal fluids, vaginal penetration, vibrating, │\n", "│ vibrator, vowelless, vowelless sound effect, vowelless vocalization, wand vibrator, by loimu, loimu │\n", "│ \\(character\\), cervine, deer, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3327332.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3327332.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\67fb7408e844145abbf4e555f1162ffa.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 fingers, anal beads, anal beads in pussy, anthro, areola, arm warmers, armwear, bare shoulders, black │\n",
       "│    areola, black body, black claws, black fur, black nipples, black nose, black pussy, blush, bodily fluids,    │\n",
       "│   bottomless, butt, claws, clitoris, clothed, clothing, collar, detached sleeves, digitigrade, egg vibrator,    │\n",
       "│  eyelashes, feet, female, fingers, fur, genital fluids, genitals, hat, headgear, headwear, latex, leg warmers,  │\n",
       "│ legwear, looking at viewer, lying, markings, navel, nipples, on back, open mouth, pawpads, penetration, purple  │\n",
       "│   background, pussy, sex toy, sex toy in pussy, sex toy insertion, sex toy under clothing, simple background,   │\n",
       "│   slim, solo, striped markings, stripes, sweat, teeth, text, text on clothing, text on hat, text on headwear,   │\n",
       "│ thigh highs, toeless legwear, toes, topwear, translucent, translucent clothing, translucent topwear, tube top,  │\n",
       "│     vaginal, vaginal fluids, vaginal penetration, vibrator, vibrator under clothing, vibrators on nipples,      │\n",
       "│                                whiskers, by quinto, domestic cat, feline, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\67fb7408e844145abbf4e555f1162ffa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anal beads, anal beads in pussy, anthro, areola, arm warmers, armwear, bare shoulders, black │\n", "│ areola, black body, black claws, black fur, black nipples, black nose, black pussy, blush, bodily fluids, │\n", "│ bottomless, butt, claws, clitoris, clothed, clothing, collar, detached sleeves, digitigrade, egg vibrator, │\n", "│ eyelashes, feet, female, fingers, fur, genital fluids, genitals, hat, headgear, headwear, latex, leg warmers, │\n", "│ legwear, looking at viewer, lying, markings, navel, nipples, on back, open mouth, pawpads, penetration, purple │\n", "│ background, pussy, sex toy, sex toy in pussy, sex toy insertion, sex toy under clothing, simple background, │\n", "│ slim, solo, striped markings, stripes, sweat, teeth, text, text on clothing, text on hat, text on headwear, │\n", "│ thigh highs, toeless legwear, toes, topwear, translucent, translucent clothing, translucent topwear, tube top, │\n", "│ vaginal, vaginal fluids, vaginal penetration, vibrator, vibrator under clothing, vibrators on nipples, │\n", "│ whiskers, by quinto, domestic cat, feline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3601344.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3601344.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\852af3af7d99d3c7b87e1a2069468e35.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anal beads, anal beads in pussy, anthro, areola, ball gag, bdsm, biped, blonde hair, blue   │\n",
       "│        eyes, blush, bondage, bound, breasts, countershading, curling toes, duo, ear tuft, feet, female,         │\n",
       "│ female/ambiguous, fur, gag, gagged, genitals, gradient background, hair, hands behind back, hindpaw, inner ear  │\n",
       "│     fluff, nipples, nude, oversized ball gag, pawpads, paws, penetration, pink areola, pink inner ear, pink     │\n",
       "│ nipples, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, simple background, solo focus, spread legs,  │\n",
       "│ spread toes, spreading, submissive, submissive female, tail, toe scrunch, toes, toying partner, tuft, vaginal,  │\n",
       "│  vaginal penetration, white body, white fur, by kittydee, kasey kyle, feline, lynx, artist name, digital media  │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\852af3af7d99d3c7b87e1a2069468e35.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal beads, anal beads in pussy, anthro, areola, ball gag, bdsm, biped, blonde hair, blue │\n", "│ eyes, blush, bondage, bound, breasts, countershading, curling toes, duo, ear tuft, feet, female, │\n", "│ female/ambiguous, fur, gag, gagged, genitals, gradient background, hair, hands behind back, hindpaw, inner ear │\n", "│ fluff, nipples, nude, oversized ball gag, pawpads, paws, penetration, pink areola, pink inner ear, pink │\n", "│ nipples, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, simple background, solo focus, spread legs, │\n", "│ spread toes, spreading, submissive, submissive female, tail, toe scrunch, toes, toying partner, tuft, vaginal, │\n", "│ vaginal penetration, white body, white fur, by kittydee, kasey kyle, feline, lynx, artist name, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3632271.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3632271.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\26b6a91aea2914f5c1a926e25ef19ed8.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anal, anal beads, anal beads in pussy, anal penetration, anthro, anus, areola, bodily fluids,     │\n",
       "│ breasts, butt, ear piercing, ear tag, female, fingers, genital fluids, genitals, nipple piercing, nipple ring,  │\n",
       "│     nipples, nude, object in ass, penetration, piercing, presenting, presenting anus, presenting buttplug,      │\n",
       "│ presenting hindquarters, presenting pussy, pussy, pussy juice on hand, ring piercing, sex toy, sex toy in ass,  │\n",
       "│  sex toy in pussy, sex toy insertion, solo, tail, tail aside, vaginal, vaginal fluids, vaginal penetration, by  │\n",
       "│                     veliren rey, trisha \\(irvingwrites\\), fennec fox, fox, true fox, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\26b6a91aea2914f5c1a926e25ef19ed8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal beads, anal beads in pussy, anal penetration, anthro, anus, areola, bodily fluids, │\n", "│ breasts, butt, ear piercing, ear tag, female, fingers, genital fluids, genitals, nipple piercing, nipple ring, │\n", "│ nipples, nude, object in ass, penetration, piercing, presenting, presenting anus, presenting buttplug, │\n", "│ presenting hindquarters, presenting pussy, pussy, pussy juice on hand, ring piercing, sex toy, sex toy in ass, │\n", "│ sex toy in pussy, sex toy insertion, solo, tail, tail aside, vaginal, vaginal fluids, vaginal penetration, by │\n", "│ veliren rey, trisha \\(irvingwrites\\), fennec fox, fox, true fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3634315.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3634315.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\fb9b5bc93fe746323bb30f831537de23.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal beads, anal beads in pussy, anthro, clitoris, female, genitals, membrane \\(anatomy\\), membranous wings,   │\n",
       "│   nipple piercing, nipples, penetration, piercing, pole, pussy, sex toy, sex toy in pussy, sex toy insertion,   │\n",
       "│  solo, stripper pole, tail, vaginal, vaginal penetration, wings, by dododragon56, activision, mythology, spyro  │\n",
       "│             the dragon, cynder, 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\\anal_beads_in_pussy\\fb9b5bc93fe746323bb30f831537de23.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, clitoris, female, genitals, membrane \\(anatomy\\), membranous wings, │\n", "│ nipple piercing, nipples, penetration, piercing, pole, pussy, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ solo, stripper pole, tail, vaginal, vaginal penetration, wings, by dododragon56, activision, mythology, spyro │\n", "│ the dragon, cynder, dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3664765.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3664765.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\8782a26b510b6bb00a4867e7eddb9e6c.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   against surface, against wall, amber eyes, anal beads, anal beads in pussy, anthro, barefoot, bdsm, biped,    │\n",
       "│ bodily fluids, bondage, border, bound, breasts, cape, cape only, captured, claws, clothing, cuff \\(restraint\\), │\n",
       "│ digitigrade, drooling, feet, female, food gag, fur, gag, gagged, genital fluids, genitals, grey body, grey fur, │\n",
       "│   group, improvised gag, mostly nude, navel, nipples, nude, offscreen character, orange border, penetration,    │\n",
       "│  pussy, restraints, saliva, sex toy, sex toy in pussy, sex toy insertion, shackles, shadow, solo focus, spread  │\n",
       "│ arms, spread eagle, spread legs, spreading, submissive, submissive anthro, submissive female, text, toe claws,  │\n",
       "│    vaginal, vaginal fluids, vaginal penetration, by quotermain, kinktober, wolf, digital media \\(artwork\\),     │\n",
       "│                                  english text, full-length portrait, portrait                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\8782a26b510b6bb00a4867e7eddb9e6c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ against surface, against wall, amber eyes, anal beads, anal beads in pussy, anthro, barefoot, bdsm, biped, │\n", "│ bodily fluids, bondage, border, bound, breasts, cape, cape only, captured, claws, clothing, cuff \\(restraint\\), │\n", "│ digitigrade, drooling, feet, female, food gag, fur, gag, gagged, genital fluids, genitals, grey body, grey fur, │\n", "│ group, improvised gag, mostly nude, navel, nipples, nude, offscreen character, orange border, penetration, │\n", "│ pussy, restraints, saliva, sex toy, sex toy in pussy, sex toy insertion, shackles, shadow, solo focus, spread │\n", "│ arms, spread eagle, spread legs, spreading, submissive, submissive anthro, submissive female, text, toe claws, │\n", "│ vaginal, vaginal fluids, vaginal penetration, by quotermain, kinktober, wolf, digital media \\(artwork\\), │\n", "│ english text, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3708287.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3708287.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\a74de1e35a021fae517bc314b437d5f0.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal beads, anal beads in pussy, anal penetration, anthro, arms tied, bdsm, biped, bondage, bound,     │\n",
       "│    countershade crotch, countershade torso, countershading, embarrassed, eyebrow piercing, facial piercing,     │\n",
       "│   female, forced, fully bound, fur, genitals, hands above head, humiliation, legs tied, navel, nipple fetish,   │\n",
       "│   nipple piercing, nipple play, nipple ring, nipple ring pull, nipples, orange body, orange fur, penetration,   │\n",
       "│  piercing, piercing pull, pink nipples, pink pussy, pussy, ring piercing, sex, sex toy, sex toy in pussy, sex   │\n",
       "│    toy insertion, solo, spread legs, spreading, stuck, submissive, submissive female, suspension, suspension    │\n",
       "│   bondage, torture, vaginal, vaginal penetration, by mr shy, dreamworks, the bad guys, diane foxington, diane   │\n",
       "│                foxington \\(furromantic\\), fox, 3d \\(artwork\\), digital media \\(artwork\\), hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\a74de1e35a021fae517bc314b437d5f0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in pussy, anal penetration, anthro, arms tied, bdsm, biped, bondage, bound, │\n", "│ countershade crotch, countershade torso, countershading, embarrassed, eyebrow piercing, facial piercing, │\n", "│ female, forced, fully bound, fur, genitals, hands above head, humiliation, legs tied, navel, nipple fetish, │\n", "│ nipple piercing, nipple play, nipple ring, nipple ring pull, nipples, orange body, orange fur, penetration, │\n", "│ piercing, piercing pull, pink nipples, pink pussy, pussy, ring piercing, sex, sex toy, sex toy in pussy, sex │\n", "│ toy insertion, solo, spread legs, spreading, stuck, submissive, submissive female, suspension, suspension │\n", "│ bondage, torture, vaginal, vaginal penetration, by mr shy, dreamworks, the bad guys, diane foxington, diane │\n", "│ foxington \\(furromantic\\), fox, 3d \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3736250.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3736250.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\654b57beb087567a5b3821cdc21faee7.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, ambiguous gender, anal beads, anal beads in pussy, anthro, beak, blue hair, bodily fluids,  │\n",
       "│  duo, feet, female, fingers, fur, genital fluids, genitals, hair, looking pleasured, masturbation, nude, open   │\n",
       "│ mouth, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, teeth, toes, tongue, vaginal, vaginal  │\n",
       "│    fluids, vaginal masturbation, vaginal penetration, white body, white fur, by hioshiru, by iskra, gabriel     │\n",
       "│                  serealia, avian, bird, fox, collaboration, digital media \\(artwork\\), hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\654b57beb087567a5b3821cdc21faee7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, ambiguous gender, anal beads, anal beads in pussy, anthro, beak, blue hair, bodily fluids, │\n", "│ duo, feet, female, fingers, fur, genital fluids, genitals, hair, looking pleasured, masturbation, nude, open │\n", "│ mouth, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, teeth, toes, tongue, vaginal, vaginal │\n", "│ fluids, vaginal masturbation, vaginal penetration, white body, white fur, by hioshiru, by iskra, gabriel │\n", "│ serealia, avian, bird, fox, collaboration, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3767225.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3767225.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\2088b41ee46ce0ff40075965725ebe11.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal beads, anal beads in pussy, anthro, big breasts, black markings, black nose, blue eyes, blush, bottomless, │\n",
       "│  bottomless anthro, bottomless female, breasts, cheek tuft, clothed, clothing, countershade face, countershade  │\n",
       "│   genitalia, countershade pussy, countershade torso, countershading, dark hair, erect nipples under clothes,    │\n",
       "│ eyebrows, facial tuft, female, front view, genitals, gloves \\(marking\\), hair, half-closed eyes, hand on belly, │\n",
       "│ hand on knee, hand on leg, hand on own belly, hand on own knee, hand on own leg, inside, leg markings, looking  │\n",
       "│  at viewer, lying, markings, multicolored body, narrowed eyes, on back, open mouth, pattern clothing, pattern   │\n",
       "│ shirt, pattern topwear, penetration, pussy, question mark, sex toy, sex toy in pussy, sex toy insertion, shirt, │\n",
       "│    short hair, socks \\(marking\\), solo, striped clothing, striped shirt, striped topwear, stripes, tan body,    │\n",
       "│  teeth, tongue, topwear, tuft, two tone body, vaginal, vaginal penetration, white body, by diacordst, fox, hi   │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\2088b41ee46ce0ff40075965725ebe11.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, big breasts, black markings, black nose, blue eyes, blush, bottomless, │\n", "│ bottomless anthro, bottomless female, breasts, cheek tuft, clothed, clothing, countershade face, countershade │\n", "│ genitalia, countershade pussy, countershade torso, countershading, dark hair, erect nipples under clothes, │\n", "│ eyebrows, facial tuft, female, front view, genitals, gloves \\(marking\\), hair, half-closed eyes, hand on belly, │\n", "│ hand on knee, hand on leg, hand on own belly, hand on own knee, hand on own leg, inside, leg markings, looking │\n", "│ at viewer, lying, markings, multicolored body, narrowed eyes, on back, open mouth, pattern clothing, pattern │\n", "│ shirt, pattern topwear, penetration, pussy, question mark, sex toy, sex toy in pussy, sex toy insertion, shirt, │\n", "│ short hair, socks \\(marking\\), solo, striped clothing, striped shirt, striped topwear, stripes, tan body, │\n", "│ teeth, tongue, topwear, tuft, two tone body, vaginal, vaginal penetration, white body, by diacordst, fox, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3868856.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3868856.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\c3bdd4ae1fcc42c21f194196611d1f75.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  6 breasts, 6 nipples, anal beads, anal beads in pussy, anatomically correct, animal genitalia, animal pussy,   │\n",
       "│    anus, anus blush, ass up, belly blush, blush, blush lines, blushing profusely, body blush, breasts, butt,    │\n",
       "│ collar, dialogue, dirty talk, eyebrows, female, feral, flirting, flirting look, flirting with viewer, genitals, │\n",
       "│      insult, insulting viewer, looking back, multi breast, multi nipple, nipples, penetration, presenting,      │\n",
       "│  presenting anus, presenting hindquarters, presenting pussy, pussy, raised eyebrow, raised tail, sex toy, sex   │\n",
       "│ toy in pussy, sex toy insertion, simple background, smile, solo, speech bubble, tail, talking feral, talking to │\n",
       "│  viewer, text, tongue, tongue out, vaginal, vaginal penetration, white background, by parooty, 101 dalmatians,  │\n",
       "│                         patreon, perdita, dalmatian, domestic dog, english text, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\c3bdd4ae1fcc42c21f194196611d1f75.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 6 breasts, 6 nipples, anal beads, anal beads in pussy, anatomically correct, animal genitalia, animal pussy, │\n", "│ anus, anus blush, ass up, belly blush, blush, blush lines, blushing profusely, body blush, breasts, butt, │\n", "│ collar, dialogue, dirty talk, eyebrows, female, feral, flirting, flirting look, flirting with viewer, genitals, │\n", "│ insult, insulting viewer, looking back, multi breast, multi nipple, nipples, penetration, presenting, │\n", "│ presenting anus, presenting hindquarters, presenting pussy, pussy, raised eyebrow, raised tail, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, simple background, smile, solo, speech bubble, tail, talking feral, talking to │\n", "│ viewer, text, tongue, tongue out, vaginal, vaginal penetration, white background, by parooty, 101 dalmatians, │\n", "│ patreon, perdita, dalmatian, domestic dog, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3951782.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3951782.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\f591519a5d9959a0bf57a154d5764f28.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal beads, anal beads in pussy, animal genitalia, animal pussy, anthro, anus, biped, black anus, black pussy,  │\n",
       "│    blue eyes, blush, breasts, brown body, brown fur, butt, chair, equine genitalia, equine pussy, eyelashes,    │\n",
       "│   female, fur, furniture, genitals, ineffective censorship, inside, kemono, looking at viewer, looking back,    │\n",
       "│   nude, on chair, penetration, puffy anus, pussy, raised tail, rear view, sex toy, sex toy in pussy, sex toy    │\n",
       "│  insertion, sitting, solo, tail, vaginal, vaginal penetration, by dwy yeddog, equid, equine, horse, censored,   │\n",
       "│                                                mosaic censorship                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\f591519a5d9959a0bf57a154d5764f28.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, animal genitalia, animal pussy, anthro, anus, biped, black anus, black pussy, │\n", "│ blue eyes, blush, breasts, brown body, brown fur, butt, chair, equine genitalia, equine pussy, eyelashes, │\n", "│ female, fur, furniture, genitals, ineffective censorship, inside, kemono, looking at viewer, looking back, │\n", "│ nude, on chair, penetration, puffy anus, pussy, raised tail, rear view, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, sitting, solo, tail, vaginal, vaginal penetration, by dwy yeddog, equid, equine, horse, censored, │\n", "│ mosaic censorship │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\3951783.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m3951783.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\95b6c843bcfd1f7c36628c03008b7414.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal beads, anal beads in pussy, animal genitalia, animal pussy, anthro, areola, beads, bed, big breasts,    │\n",
       "│  biped, black body, black fur, blue eyes, blush, bodily fluids, breasts, embarrassed, female, front view, fur,  │\n",
       "│   furniture, genitals, ineffective censorship, inside, kemono, looking away, lying, multi nipple, navel, neck   │\n",
       "│  tuft, nipples, nude, on back, on bed, penetration, pillow, pink areola, pink nipples, pink pussy, pussy, sex   │\n",
       "│  toy, sex toy in pussy, sex toy insertion, solo, sweat, tuft, vaginal, vaginal penetration, white eyes, by dwy  │\n",
       "│                                yeddog, domestic dog, censored, mosaic censorship                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\95b6c843bcfd1f7c36628c03008b7414.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, animal genitalia, animal pussy, anthro, areola, beads, bed, big breasts, │\n", "│ biped, black body, black fur, blue eyes, blush, bodily fluids, breasts, embarrassed, female, front view, fur, │\n", "│ furniture, genitals, ineffective censorship, inside, kemono, looking away, lying, multi nipple, navel, neck │\n", "│ tuft, nipples, nude, on back, on bed, penetration, pillow, pink areola, pink nipples, pink pussy, pussy, sex │\n", "│ toy, sex toy in pussy, sex toy insertion, solo, sweat, tuft, vaginal, vaginal penetration, white eyes, by dwy │\n", "│ yeddog, domestic dog, censored, mosaic censorship │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4081067.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4081067.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\1c4f0c1c1f5172bef9696340ea7da4fd.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal bead pull, anal beads, anal beads in pussy, animal genitalia, animal penis, anthro, anus, ass up, ball   │\n",
       "│ tuft, balls, bed, bedroom, big breasts, blush, bodily fluids, breasts, butt, clenched teeth, cunnilingus, duo,  │\n",
       "│   ear piercing, ejaculation, equine genitalia, equine penis, erection, female, flesh tunnel, fur, furniture,    │\n",
       "│ gaping, gaping urethra, gauged ear, genital fluids, genitals, grinding on penis, hair, head down ass up, herm,  │\n",
       "│ herm/female, intersex, intersex/female, looking back, mismatched animal penis, mismatched genitalia, mismatched │\n",
       "│   penis, multi urethra, nipples, nude, object in penis, open mouth, oral, orgasm, orgasm face, pawpads, paws,   │\n",
       "│   penetration, penis, piercing, precum, pussy, pussy ejaculation, pussy sounding, raised tail, saliva, saliva   │\n",
       "│ string, sex, sex toy, sex toy in pussy, sex toy insertion, spread pussy, spreading, tail, teeth, thick thighs,  │\n",
       "│   tongue, tongue out, tuft, urethra, urethral, urethral all the way through, urethral bulge, vaginal, vaginal   │\n",
       "│  fluids, vaginal penetration, wet, wide hips, by androidz, holly gwinith, luciana \\(vanrixie\\), domestic dog,   │\n",
       "│                                  maned wolf, digital media \\(artwork\\), hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\1c4f0c1c1f5172bef9696340ea7da4fd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal bead pull, anal beads, anal beads in pussy, animal genitalia, animal penis, anthro, anus, ass up, ball │\n", "│ tuft, balls, bed, bedroom, big breasts, blush, bodily fluids, breasts, butt, clenched teeth, cunnilingus, duo, │\n", "│ ear piercing, ejaculation, equine genitalia, equine penis, erection, female, flesh tunnel, fur, furniture, │\n", "│ gaping, gaping urethra, gauged ear, genital fluids, genitals, grinding on penis, hair, head down ass up, herm, │\n", "│ herm/female, intersex, intersex/female, looking back, mismatched animal penis, mismatched genitalia, mismatched │\n", "│ penis, multi urethra, nipples, nude, object in penis, open mouth, oral, orgasm, orgasm face, pawpads, paws, │\n", "│ penetration, penis, piercing, precum, pussy, pussy ejaculation, pussy sounding, raised tail, saliva, saliva │\n", "│ string, sex, sex toy, sex toy in pussy, sex toy insertion, spread pussy, spreading, tail, teeth, thick thighs, │\n", "│ tongue, tongue out, tuft, urethra, urethral, urethral all the way through, urethral bulge, vaginal, vaginal │\n", "│ fluids, vaginal penetration, wet, wide hips, by androidz, holly gwinith, luciana \\(vanrixie\\), domestic dog, │\n", "│ maned wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4152153.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4152153.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\7b606bed3d2158f66be4239aa6758407.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal beads in pussy, anal penetration, anthro, beach, big breasts, bikini, blue body, blue   │\n",
       "│   skin, bottomwear, breasts, butt, buttplug, buttplug in ass, buttplug insertion, clothed, clothing, clothing   │\n",
       "│     aside, cloud, countershade butt, countershade tail, countershade torso, countershading, duo, ears back,     │\n",
       "│ eyebrows, fangs, female, fin, frown, genitals, green hair, grin, hair, huge breasts, object in ass, open frown, │\n",
       "│   open mouth, partially clothed, penetration, pivoted ears, plug \\(sex toy\\), plug insertion, public, pupils,   │\n",
       "│    pussy, red eyebrows, scales, seaside, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, sharp    │\n",
       "│  teeth, slit pupils, smile, solo focus, surprised expression, swimwear, swimwear aside, tail, teeth, vaginal,   │\n",
       "│     vaginal penetration, water, white body, white skin, yellow eyes, by anawat, fish, marine, shark, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\7b606bed3d2158f66be4239aa6758407.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in pussy, anal penetration, anthro, beach, big breasts, bikini, blue body, blue │\n", "│ skin, bottomwear, breasts, butt, buttplug, buttplug in ass, buttplug insertion, clothed, clothing, clothing │\n", "│ aside, cloud, countershade butt, countershade tail, countershade torso, countershading, duo, ears back, │\n", "│ eyebrows, fangs, female, fin, frown, genitals, green hair, grin, hair, huge breasts, object in ass, open frown, │\n", "│ open mouth, partially clothed, penetration, pivoted ears, plug \\(sex toy\\), plug insertion, public, pupils, │\n", "│ pussy, red eyebrows, scales, seaside, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, sharp │\n", "│ teeth, slit pupils, smile, solo focus, surprised expression, swimwear, swimwear aside, tail, teeth, vaginal, │\n", "│ vaginal penetration, water, white body, white skin, yellow eyes, by anawat, fish, marine, shark, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4289068.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4289068.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\1d0f55421930d0a22c8d3cc47fa6592b.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal beads, anal beads in pussy, anthro, anus, areola, armpit hair, beads, blush, bodily fluids, body hair,   │\n",
       "│    butt, clitoris, female, fur, gaping, gaping anus, genital fluids, genitals, green eyes, hand behind head,    │\n",
       "│ navel, nipple piercing, nipples, penetration, piercing, presenting, presenting anus, pubes, pussy, sex toy, sex │\n",
       "│     toy in pussy, sex toy insertion, solo, spread legs, spreading, tail, tongue, tongue out, toy insertion,     │\n",
       "│    vaginal, vaginal penetration, white body, white fur, by silviaxrk, cygames, world flipper, helga \\(world     │\n",
       "│                                         flipper\\), domestic dog, hi res                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\1d0f55421930d0a22c8d3cc47fa6592b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, anus, areola, armpit hair, beads, blush, bodily fluids, body hair, │\n", "│ butt, clitoris, female, fur, gaping, gaping anus, genital fluids, genitals, green eyes, hand behind head, │\n", "│ navel, nipple piercing, nipples, penetration, piercing, presenting, presenting anus, pubes, pussy, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, solo, spread legs, spreading, tail, tongue, tongue out, toy insertion, │\n", "│ vaginal, vaginal penetration, white body, white fur, by silviaxrk, cygames, world flipper, helga \\(world │\n", "│ flipper\\), domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4324535.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4324535.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\5bf5d037b93dd2eea90359984b0bf624.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal bead pull, anal beads, anal beads in pussy, anatomically correct, anatomically correct anus, anatomically  │\n",
       "│  correct genitalia, anatomically correct pussy, animal genitalia, animal pussy, anus, beads, big butt, blush,   │\n",
       "│ bodily fluids, butt, collar, female, feral, genital fluids, genitals, looking at viewer, looking back, narrowed │\n",
       "│  eyes, penetration, plump labia, pop \\(sound effect\\), pussy, pussy juice splatter, raised tail, sex toy, sex   │\n",
       "│  toy in pussy, sex toy insertion, tail, vaginal, vaginal fluids, vaginal penetration, by pullmytail, domestic   │\n",
       "│                                   dog, husky, nordic sled dog, spitz, hi res                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\5bf5d037b93dd2eea90359984b0bf624.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal bead pull, anal beads, anal beads in pussy, anatomically correct, anatomically correct anus, anatomically │\n", "│ correct genitalia, anatomically correct pussy, animal genitalia, animal pussy, anus, beads, big butt, blush, │\n", "│ bodily fluids, butt, collar, female, feral, genital fluids, genitals, looking at viewer, looking back, narrowed │\n", "│ eyes, penetration, plump labia, pop \\(sound effect\\), pussy, pussy juice splatter, raised tail, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, tail, vaginal, vaginal fluids, vaginal penetration, by pullmytail, domestic │\n", "│ dog, husky, nordic sled dog, spitz, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4371637.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4371637.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\e8b414c6ef78ea8acbabf08b107964ca.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     4 toes, anal beads, anal beads in pussy, anthro, arms tied, armwear, ball gag, bdsm, big breasts, black     │\n",
       "│ armwear, black background, black clothing, black collar, black latex, black spots, black topwear, blonde hair,  │\n",
       "│    blue eyes, blush, bodily fluids, bondage, bound, breasts, clothing, collar, digitigrade, dripping, feet,     │\n",
       "│    female, fur, gag, gagged, genital fluids, genitals, hair, hands behind back, latex, latex armwear, latex     │\n",
       "│    clothing, latex legwear, latex stockings, latex thigh highs, leaning, leaning forward, legwear, markings,    │\n",
       "│  nipple clamp, nipples, penetration, pink nipples, pussy, pussy juice drip, red ball gag, sex toy, sex toy in   │\n",
       "│    pussy, sex toy insertion, shaking, simple background, solo, spots, spotted body, spotted fur, stockings,     │\n",
       "│      straps, thigh highs, toeless thigh highs, toes, topwear, trembling, vaginal, vaginal fluids, vaginal       │\n",
       "│            penetration, yellow body, yellow fur, by ni70, lena fluffy \\(character\\), cheetah, feline            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\e8b414c6ef78ea8acbabf08b107964ca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal beads, anal beads in pussy, anthro, arms tied, armwear, ball gag, bdsm, big breasts, black │\n", "│ armwear, black background, black clothing, black collar, black latex, black spots, black topwear, blonde hair, │\n", "│ blue eyes, blush, bodily fluids, bondage, bound, breasts, clothing, collar, digitigrade, dripping, feet, │\n", "│ female, fur, gag, gagged, genital fluids, genitals, hair, hands behind back, latex, latex armwear, latex │\n", "│ clothing, latex legwear, latex stockings, latex thigh highs, leaning, leaning forward, legwear, markings, │\n", "│ nipple clamp, nipples, penetration, pink nipples, pussy, pussy juice drip, red ball gag, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, shaking, simple background, solo, spots, spotted body, spotted fur, stockings, │\n", "│ straps, thigh highs, toeless thigh highs, toes, topwear, trembling, vaginal, vaginal fluids, vaginal │\n", "│ penetration, yellow body, yellow fur, by ni70, lena fluffy \\(character\\), cheetah, feline │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4438857.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4438857.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\1e87540cc91000e69004ca9a0a4fa9f2.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal beads, anal beads in pussy, anthro, blue hair, duo, female, forest, forest background, fur, grey body,   │\n",
       "│  grey fur, hair, masturbation, nature, nature background, pawpads, paws, penetration, pink nose, pink pawpads,  │\n",
       "│   plant, sex toy, sex toy in pussy, sex toy insertion, solo, tail, tree, vaginal, vaginal penetration, white    │\n",
       "│    body, white fur, wings, yellow eyes, by fedmry, gabriel serealia, avian, bird, domestic dog, wolf, hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\1e87540cc91000e69004ca9a0a4fa9f2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anthro, blue hair, duo, female, forest, forest background, fur, grey body, │\n", "│ grey fur, hair, masturbation, nature, nature background, pawpads, paws, penetration, pink nose, pink pawpads, │\n", "│ plant, sex toy, sex toy in pussy, sex toy insertion, solo, tail, tree, vaginal, vaginal penetration, white │\n", "│ body, white fur, wings, yellow eyes, by fedmry, gabriel serealia, avian, bird, domestic dog, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4461933.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4461933.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\2a686461eeaa0b221656b20dba89bee8.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal beads, anal beads in pussy, anime eyes, anthro, bed, bedroom eyes, blonde hair, bodily fluids, clothing,  │\n",
       "│ female, furniture, genital fluids, genitals, green eyes, hair, harem jewelry, harem outfit, looking at viewer,  │\n",
       "│ narrowed eyes, penetration, pinup, pose, purple background, purple clothing, pussy, seductive, sex toy, sex toy │\n",
       "│  in pussy, sex toy insertion, simple background, smile, solo, vaginal, vaginal fluids, vaginal penetration, by  │\n",
       "│                                            sleepyhelen, domestic dog                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\2a686461eeaa0b221656b20dba89bee8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anime eyes, anthro, bed, bedroom eyes, blonde hair, bodily fluids, clothing, │\n", "│ female, furniture, genital fluids, genitals, green eyes, hair, harem jewelry, harem outfit, looking at viewer, │\n", "│ narrowed eyes, penetration, pinup, pose, purple background, purple clothing, pussy, seductive, sex toy, sex toy │\n", "│ in pussy, sex toy insertion, simple background, smile, solo, vaginal, vaginal fluids, vaginal penetration, by │\n", "│ sleepyhelen, domestic dog │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4567061.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4567061.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\d6a40d7502a073a8178441d4b3c5cb5e.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, ambiguous fluids, anal bead pull, anal beads, anal beads in pussy, animal ears, anthro, bed,  │\n",
       "│   big butt, bodily fluids, butt, clothing, dripping, dripping pussy, feet, female, furniture, genital fluids,   │\n",
       "│    genitals, green hair, hair, hand behind back, hand on mouth, headgear, headwear, huge butt, looking down,    │\n",
       "│   looking pleasured, nude, on bed, orgasm, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion,    │\n",
       "│   shaking, shaking orgasm, short stack, sitting, sitting on bed, solo, spread legs, spreading, thick thighs,    │\n",
       "│ vaginal, vaginal fluids, vaginal penetration, wide hips, by nudaya, league of legends, riot games, vex \\(lol\\), │\n",
       "│                            yordle, 3d \\(artwork\\), digital media \\(artwork\\), hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\d6a40d7502a073a8178441d4b3c5cb5e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, ambiguous fluids, anal bead pull, anal beads, anal beads in pussy, animal ears, anthro, bed, │\n", "│ big butt, bodily fluids, butt, clothing, dripping, dripping pussy, feet, female, furniture, genital fluids, │\n", "│ genitals, green hair, hair, hand behind back, hand on mouth, headgear, headwear, huge butt, looking down, │\n", "│ looking pleasured, nude, on bed, orgasm, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ shaking, shaking orgasm, short stack, sitting, sitting on bed, solo, spread legs, spreading, thick thighs, │\n", "│ vaginal, vaginal fluids, vaginal penetration, wide hips, by nudaya, league of legends, riot games, vex \\(lol\\), │\n", "│ yordle, 3d \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4568749.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4568749.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\3c6825888118c6f08e367748dca333b7.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal beads, anal beads in pussy, anus, belly, black anus, black pussy, blue belly, blue body, blue eyes, blue  │\n",
       "│   membrane, blue scales, blue wings, claws, female, feral, genitals, membrane \\(anatomy\\), membranous wings,    │\n",
       "│    penetration, pussy, quadruped, scales, sex toy, sex toy in pussy, sex toy insertion, solo, tail, vaginal,    │\n",
       "│ vaginal penetration, white claws, wings, by shadoweyenoom, by tabirs, mythology, taghyrt, dragon, mythological  │\n",
       "│                                  creature, mythological scalie, scalie, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\3c6825888118c6f08e367748dca333b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal beads, anal beads in pussy, anus, belly, black anus, black pussy, blue belly, blue body, blue eyes, blue │\n", "│ membrane, blue scales, blue wings, claws, female, feral, genitals, membrane \\(anatomy\\), membranous wings, │\n", "│ penetration, pussy, quadruped, scales, sex toy, sex toy in pussy, sex toy insertion, solo, tail, vaginal, │\n", "│ vaginal penetration, white claws, wings, by shadoweyenoom, by tabirs, mythology, taghyrt, dragon, mythological │\n", "│ creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_pussy\\4700566.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_pussy\\\u001b[0m\u001b[1;36m4700566.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_pussy\\670a503d9a2f574b80bf773eab27687f.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal bead pull, anal beads, anal beads in pussy, anthro, beanie, bedroom eyes, black eyeshadow, bodily fluids,  │\n",
       "│      clitoral hood piercing, clothing, ear piercing, eyebrow piercing, eyeshadow, facial piercing, female,      │\n",
       "│   fingerless gloves, fish hook, fish hook piercing, fur, genital fluids, genital piercing, genitals, gloves,    │\n",
       "│  handwear, hat, headgear, headwear, hook, legwear, looking at viewer, makeup, multicolored body, multicolored   │\n",
       "│       fur, narrowed eyes, nose piercing, nose ring, pattern clothing, pattern legwear, pattern stockings,       │\n",
       "│    penetration, piercing, pussy, ring piercing, seductive, septum piercing, septum ring, sex toy, sex toy in    │\n",
       "│  pussy, sex toy insertion, sitting, skinny, skinny female, solo, stockings, striped clothing, striped legwear,  │\n",
       "│     striped stockings, stripes, tail, tongue, tongue out, tongue piercing, vaginal, vaginal fluids, vaginal     │\n",
       "│  penetration, by yhorey san, epic games, fortnite, meow skulls \\(fortnite\\), calico cat, domestic cat, feline,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_pussy\\670a503d9a2f574b80bf773eab27687f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal bead pull, anal beads, anal beads in pussy, anthro, beanie, bedroom eyes, black eyeshadow, bodily fluids, │\n", "│ clitoral hood piercing, clothing, ear piercing, eyebrow piercing, eyeshadow, facial piercing, female, │\n", "│ fingerless gloves, fish hook, fish hook piercing, fur, genital fluids, genital piercing, genitals, gloves, │\n", "│ handwear, hat, headgear, headwear, hook, legwear, looking at viewer, makeup, multicolored body, multicolored │\n", "│ fur, narrowed eyes, nose piercing, nose ring, pattern clothing, pattern legwear, pattern stockings, │\n", "│ penetration, piercing, pussy, ring piercing, seductive, septum piercing, septum ring, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, sitting, skinny, skinny female, solo, stockings, striped clothing, striped legwear, │\n", "│ striped stockings, stripes, tail, tongue, tongue out, tongue piercing, vaginal, vaginal fluids, vaginal │\n", "│ penetration, by yhorey san, epic games, fortnite, meow skulls \\(fortnite\\), calico cat, domestic cat, feline, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\1081822.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m1081822.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7f283ca299bd2fb307f872ec6de7894e.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, 4 ears, anthro, armor, avalon \\(avali homeworld\\), fangs, feathers, feet, female, looking at viewer,   │\n",
       "│ machine, multi ear, open mouth, power armor, smile, solo, standing, tail, tail tuft, teeth, toes, tongue, tuft, │\n",
       "│ wings, by kardie, mythology, naaka, avali, avian, dragon, feathered dragon, mythological creature, mythological │\n",
       "│                                                 scalie, scalie                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7f283ca299bd2fb307f872ec6de7894e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, anthro, armor, avalon \\(avali homeworld\\), fangs, feathers, feet, female, looking at viewer, │\n", "│ machine, multi ear, open mouth, power armor, smile, solo, standing, tail, tail tuft, teeth, toes, tongue, tuft, │\n", "│ wings, by kardie, mythology, naaka, avali, avian, dragon, feathered dragon, mythological creature, mythological │\n", "│ scalie, scalie │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\1318300.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m1318300.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\f01bf114c79c09ac31736cd6e76a0b68.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    3 toes, 4 ears, anthro, blush, bulge, claws, clothed, clothing, feet, fur, girly, green body, green fur,     │\n",
       "│  hoodie, horn, legwear, looking at viewer, lying, male, multi ear, multicolored body, multicolored fur, navel,  │\n",
       "│     on back, panties, pattern clothing, pattern legwear, pattern stockings, purple background, purple eyes,     │\n",
       "│    ribbons, simple background, smile, solo, stockings, striped clothing, striped legwear, striped stockings,    │\n",
       "│ stripes, tail, teeth, thick tail, thick thighs, thigh highs, toes, tongue, tongue out, topwear, two tone body,  │\n",
       "│    two tone fur, underwear, white body, white fur, wide hips, by backsash, mythology, avali, dragon, furred     │\n",
       "│ dragon, hybrid, mythological creature, mythological scalie, reptile, scalie, digital media \\(artwork\\), hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\f01bf114c79c09ac31736cd6e76a0b68.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, anthro, blush, bulge, claws, clothed, clothing, feet, fur, girly, green body, green fur, │\n", "│ hoodie, horn, legwear, looking at viewer, lying, male, multi ear, multicolored body, multicolored fur, navel, │\n", "│ on back, panties, pattern clothing, pattern legwear, pattern stockings, purple background, purple eyes, │\n", "│ ribbons, simple background, smile, solo, stockings, striped clothing, striped legwear, striped stockings, │\n", "│ stripes, tail, teeth, thick tail, thick thighs, thigh highs, toes, tongue, tongue out, topwear, two tone body, │\n", "│ two tone fur, underwear, white body, white fur, wide hips, by backsash, mythology, avali, dragon, furred │\n", "│ dragon, hybrid, mythological creature, mythological scalie, reptile, scalie, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2338243.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2338243.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\dc0bc750b62192058bf661fd391c26d6.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 ears, 4 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating  │\n",
       "│    anthro, avalon \\(avali homeworld\\), black body, black feathers, blue body, blue feathers, bodily fluids,     │\n",
       "│   clothing, cum, erection, feathers, feet, fellatio, female, female penetrated, fingers, fur, genital fluids,   │\n",
       "│       genitals, grey body, grey feathers, group, group sex, leg glider position, looking pleasured, male,       │\n",
       "│  male/female, male penetrating, male penetrating female, multi ear, nude, oral, oral penetration, orange body,  │\n",
       "│  orange clothing, orange feathers, penetration, penile, penile penetration, penis, penis in pussy, pink body,   │\n",
       "│     pink feathers, pussy, raised leg, red clothing, sex, spitroast, tail, threesome, tight fit, toes, trio,     │\n",
       "│    vaginal, vaginal fluids, vaginal penetration, white body, white feathers, winged arms, wings, by kluclew,    │\n",
       "│                                                  avali, avian                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\dc0bc750b62192058bf661fd391c26d6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, 4 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, avalon \\(avali homeworld\\), black body, black feathers, blue body, blue feathers, bodily fluids, │\n", "│ clothing, cum, erection, feathers, feet, fellatio, female, female penetrated, fingers, fur, genital fluids, │\n", "│ genitals, grey body, grey feathers, group, group sex, leg glider position, looking pleasured, male, │\n", "│ male/female, male penetrating, male penetrating female, multi ear, nude, oral, oral penetration, orange body, │\n", "│ orange clothing, orange feathers, penetration, penile, penile penetration, penis, penis in pussy, pink body, │\n", "│ pink feathers, pussy, raised leg, red clothing, sex, spitroast, tail, threesome, tight fit, toes, trio, │\n", "│ vaginal, vaginal fluids, vaginal penetration, white body, white feathers, winged arms, wings, by kluclew, │\n", "│ avali, avian │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2676739.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2676739.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\0f0a5bb6a34363657d365503064fab00.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, avali underfluffies, big butt, biped, black claws, butt, claws, clothing, crop top, digitigrade,  │\n",
       "│    feathered wings, feathers, female, genitals, green eyes, green markings, grey background, grey body, grey    │\n",
       "│  feathers, holding butt, latex, latex clothing, latex crop top, latex legwear, latex shirt, latex thigh highs,  │\n",
       "│ latex topwear, leggings, legwear, light, looking at viewer, looking back, looking back at viewer, looking down, │\n",
       "│      low-angle view, markings, membrane \\(anatomy\\), mostly nude, presenting, presenting anus, presenting       │\n",
       "│     hindquarters, presenting pussy, pussy, raised tail, rear view, shadow, shirt, simple background, solo,      │\n",
       "│  standing, tail, tail anus, tail feathers, tail tuft, thick thighs, thigh highs, topwear, tuft, webbed hands,   │\n",
       "│     wide hips, winged arms, wings, by raptoral, kerali \\(corelux\\), avali, avian, digital media \\(artwork\\)     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\0f0a5bb6a34363657d365503064fab00.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, avali underfluffies, big butt, biped, black claws, butt, claws, clothing, crop top, digitigrade, │\n", "│ feathered wings, feathers, female, genitals, green eyes, green markings, grey background, grey body, grey │\n", "│ feathers, holding butt, latex, latex clothing, latex crop top, latex legwear, latex shirt, latex thigh highs, │\n", "│ latex topwear, leggings, legwear, light, looking at viewer, looking back, looking back at viewer, looking down, │\n", "│ low-angle view, markings, membrane \\(anatomy\\), mostly nude, presenting, presenting anus, presenting │\n", "│ hindquarters, presenting pussy, pussy, raised tail, rear view, shadow, shirt, simple background, solo, │\n", "│ standing, tail, tail anus, tail feathers, tail tuft, thick thighs, thigh highs, topwear, tuft, webbed hands, │\n", "│ wide hips, winged arms, wings, by raptoral, kerali \\(corelux\\), avali, avian, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2775346.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2775346.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\2297eb50454122c4148991ea8ef823f7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 toes, 4 ears, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,   │\n",
       "│ areola, bed, bodily fluids, breasts, close-up, cum, cum in pussy, cum inside, duo, erection, eyes closed, feet, │\n",
       "│ female, female penetrated, from front position, fur, furniture, genital fluids, genitals, hair, indoor nudity,  │\n",
       "│  indoor sex, inside, looking at another, looking at partner, lying, male, male/female, male penetrating, male   │\n",
       "│     penetrating female, medium breasts, missionary position, multi ear, nipples, nude, on back, open mouth,     │\n",
       "│   penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, tail, toes, tongue, tongue out,   │\n",
       "│                       vaginal, vaginal penetration, by kluclew, avali, avian, fox, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\2297eb50454122c4148991ea8ef823f7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ areola, bed, bodily fluids, breasts, close-up, cum, cum in pussy, cum inside, duo, erection, eyes closed, feet, │\n", "│ female, female penetrated, from front position, fur, furniture, genital fluids, genitals, hair, indoor nudity, │\n", "│ indoor sex, inside, looking at another, looking at partner, lying, male, male/female, male penetrating, male │\n", "│ penetrating female, medium breasts, missionary position, multi ear, nipples, nude, on back, open mouth, │\n", "│ penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, tail, toes, tongue, tongue out, │\n", "│ vaginal, vaginal penetration, by kluclew, avali, avian, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2837736.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2837736.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\3a872b8c543717d81b4a6c0adf920b64.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 fingers, 4 ears, 4 toes, anthro, anus, black body, black feathers, bodily fluids, butt, candle, cum, cum in  │\n",
       "│  slit, cum inside, dripping, duo, feathers, feet, fingers, frottage, genital fluids, genitals, kissing, male,   │\n",
       "│    male/male, messy, multi ear, nude, orange body, orange feathers, passionate, pawpads, paws, penetration,     │\n",
       "│ penile, penile penetration, penis, penis in slit, pillow, pinned, purple inner ear, purple penis, red body, red │\n",
       "│  feathers, ridges, sex, slit penetration, slit play, spreading, tail, tent, toes, white body, white feathers,   │\n",
       "│ white pawpads, wings, yellow body, yellow feathers, yellow sclera, yellow scutes, by phinja, aria vivo, gambit  │\n",
       "│                             farsight, avali, avian, slit \\(disambiguation\\), hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\3a872b8c543717d81b4a6c0adf920b64.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 4 ears, 4 toes, anthro, anus, black body, black feathers, bodily fluids, butt, candle, cum, cum in │\n", "│ slit, cum inside, dripping, duo, feathers, feet, fingers, frottage, genital fluids, genitals, kissing, male, │\n", "│ male/male, messy, multi ear, nude, orange body, orange feathers, passionate, pawpads, paws, penetration, │\n", "│ penile, penile penetration, penis, penis in slit, pillow, pinned, purple inner ear, purple penis, red body, red │\n", "│ feathers, ridges, sex, slit penetration, slit play, spreading, tail, tent, toes, white body, white feathers, │\n", "│ white pawpads, wings, yellow body, yellow feathers, yellow sclera, yellow scutes, by phinja, aria vivo, gambit │\n", "│ farsight, avali, avian, slit \\(disambiguation\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2946533.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2946533.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\02a387835eb2b978d0a7f3da108daefe.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 ears, andromorph, andromorph/male, andromorph penetrated, anthro, bodily fluids, cervical penetration,     │\n",
       "│   collar, collar only, cum, cum in pussy, cum in uterus, cum inside, dominant, dominant andromorph, dominant    │\n",
       "│     intersex, drooling, duo, ejaculation, eyes closed, feathers, fluffy, fluffy tail, fur, genital fluids,      │\n",
       "│ genitals, hair, hologram, internal, intersex, intersex/male, intersex penetrated, leg grab, looking pleasured,  │\n",
       "│  male, male penetrating, male penetrating andromorph, male penetrating intersex, multi ear, nude, penetration,  │\n",
       "│    penile, penile penetration, penis, penis in pussy, pillow, pillow grab, planet, purple body, purple eyes,    │\n",
       "│  purple fur, saliva, scarf, scarf grab, scarf pull, science fiction, sex, space, submissive, submissive male,   │\n",
       "│  tail, thigh grab, tongue, tongue out, uterus, vaginal, vaginal fluids, vaginal penetration, white body, white  │\n",
       "│   fur, white hair, by lemeonlemon, devvy \\(devvy\\), neve \\(naneve\\), avali, fox, hybrid, procyonid, raccoon,    │\n",
       "│                                     digital media \\(artwork\\), purple theme                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\02a387835eb2b978d0a7f3da108daefe.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, andromorph, andromorph/male, andromorph penetrated, anthro, bodily fluids, cervical penetration, │\n", "│ collar, collar only, cum, cum in pussy, cum in uterus, cum inside, dominant, dominant andromorph, dominant │\n", "│ intersex, drooling, duo, ejaculation, eyes closed, feathers, fluffy, fluffy tail, fur, genital fluids, │\n", "│ genitals, hair, hologram, internal, intersex, intersex/male, intersex penetrated, leg grab, looking pleasured, │\n", "│ male, male penetrating, male penetrating andromorph, male penetrating intersex, multi ear, nude, penetration, │\n", "│ penile, penile penetration, penis, penis in pussy, pillow, pillow grab, planet, purple body, purple eyes, │\n", "│ purple fur, saliva, scarf, scarf grab, scarf pull, science fiction, sex, space, submissive, submissive male, │\n", "│ tail, thigh grab, tongue, tongue out, uterus, vaginal, vaginal fluids, vaginal penetration, white body, white │\n", "│ fur, white hair, by lemeonlemon, devvy \\(devvy\\), neve \\(naneve\\), avali, fox, hybrid, procyonid, raccoon, │\n", "│ digital media \\(artwork\\), purple theme │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\2976159.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m2976159.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\2b30388495430bfb4973ab5dbecd5067.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, black clothing, black hoodie, black topwear, blue body, blue eyes, blue fur, blush,  │\n",
       "│  bodily fluids, caught, clothed, clothed/nude, clothed male nude male, clothing, dripping, duo, ear piercing,   │\n",
       "│    forest, fur, genitals, grey body, grey fur, head grab, holding penis, hoodie, inner ear fluff, leg grab,     │\n",
       "│  looking at another, male, male/male, nude, outside, outside sex, path, penis, piercing, plant, public, public  │\n",
       "│  sex, purple body, purple eyes, purple fur, raised tail, saliva, saliva drip, saliva on penis, saliva string,   │\n",
       "│ scarf, semi public, sex, shrub, stealth sex, surprised expression, tail, thigh grab, topwear, tree, tuft, white │\n",
       "│       body, white fur, by lemeonlemon, aspekt, devvy \\(devvy\\), ambiguous species, avali, sergal, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\2b30388495430bfb4973ab5dbecd5067.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black clothing, black hoodie, black topwear, blue body, blue eyes, blue fur, blush, │\n", "│ bodily fluids, caught, clothed, clothed/nude, clothed male nude male, clothing, dripping, duo, ear piercing, │\n", "│ forest, fur, genitals, grey body, grey fur, head grab, holding penis, hoodie, inner ear fluff, leg grab, │\n", "│ looking at another, male, male/male, nude, outside, outside sex, path, penis, piercing, plant, public, public │\n", "│ sex, purple body, purple eyes, purple fur, raised tail, saliva, saliva drip, saliva on penis, saliva string, │\n", "│ scarf, semi public, sex, shrub, stealth sex, surprised expression, tail, thigh grab, topwear, tree, tuft, white │\n", "│ body, white fur, by lemeonlemon, aspekt, devvy \\(devvy\\), ambiguous species, avali, sergal, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3044139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3044139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7fe79c42c92ff75eef1bc5dd2b6b92f7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 ears, animal genitalia, anthro, balcony, building, cape, claws, clothing, evening, feathered wings, feathers, │\n",
       "│  fur, genital slit, genitals, glass, grey body, grey fur, grin, looking at viewer, male, mountain, multi ear,   │\n",
       "│ outside, penis, purple penis, railing, red body, red eyes, red feathers, red fur, seductive, smile, smug, solo, │\n",
       "│    tapering penis, winged arms, wings, by lemeonlemon, tawani, avali, avian, slit \\(disambiguation\\), hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7fe79c42c92ff75eef1bc5dd2b6b92f7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, animal genitalia, anthro, balcony, building, cape, claws, clothing, evening, feathered wings, feathers, │\n", "│ fur, genital slit, genitals, glass, grey body, grey fur, grin, looking at viewer, male, mountain, multi ear, │\n", "│ outside, penis, purple penis, railing, red body, red eyes, red feathers, red fur, seductive, smile, smug, solo, │\n", "│ tapering penis, winged arms, wings, by lemeonlemon, tawani, avali, avian, slit \\(disambiguation\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3123340.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3123340.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\e7f3600fd28e498cd70b692cb5a2ec6d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 ears, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, balls, blue body, blue   │\n",
       "│ fur, blue penis, blush, bodily fluids, clothed, clothing, cum, cum in ass, cum in mouth, cum inside, cum while  │\n",
       "│  penetrated, cybernetics, ejaculation, erection, fellatio, forest, fur, genital fluids, genitals, group, group  │\n",
       "│      sex, hands-free, knot, looking up, machine, male, male/male, male penetrated, male penetrating, male       │\n",
       "│   penetrating male, multi ear, nude, oral, penetration, penile, penis, plant, purple body, purple fur, purple   │\n",
       "│  penis, screen, screen face, sex, spitroast, tail, teeth, threesome, toothy fellatio, tree, white body, white   │\n",
       "│   fur, by lemeonlemon, aspekt, devvy \\(devvy\\), river \\(riverence\\), avali, cyborg, protogen, sergal, digital   │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\e7f3600fd28e498cd70b692cb5a2ec6d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, balls, blue body, blue │\n", "│ fur, blue penis, blush, bodily fluids, clothed, clothing, cum, cum in ass, cum in mouth, cum inside, cum while │\n", "│ penetrated, cybernetics, ejaculation, erection, fellatio, forest, fur, genital fluids, genitals, group, group │\n", "│ sex, hands-free, knot, looking up, machine, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, multi ear, nude, oral, penetration, penile, penis, plant, purple body, purple fur, purple │\n", "│ penis, screen, screen face, sex, spitroast, tail, teeth, threesome, toothy fellatio, tree, white body, white │\n", "│ fur, by lemeonlemon, aspekt, devvy \\(devvy\\), river \\(riverence\\), avali, cyborg, protogen, sergal, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3155145.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3155145.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\0c842d6e48d87aafc4bc9480db5c0647.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 ears, anthro, balls, bodily fluids, butt, claws, clothing, feathers, feet, fur, gaming, genital fluids,    │\n",
       "│      genitals, looking at viewer, male, multi ear, penis, precum, presenting, presenting balls, presenting      │\n",
       "│      hindquarters, robotic leg, solo, spacecraft, vehicle, wings, yellow penis, by annoy, coil \\(overgrown      │\n",
       "│                                         lizards\\), avali, avian, hi res                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\0c842d6e48d87aafc4bc9480db5c0647.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, balls, bodily fluids, butt, claws, clothing, feathers, feet, fur, gaming, genital fluids, │\n", "│ genitals, looking at viewer, male, multi ear, penis, precum, presenting, presenting balls, presenting │\n", "│ hindquarters, robotic leg, solo, spacecraft, vehicle, wings, yellow penis, by annoy, coil \\(overgrown │\n", "│ lizards\\), avali, avian, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3265128.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3265128.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\8d64adbc2f1e9d51f4b4dc6735722df8.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 ears, anthro, areola, bdsm, belly, big belly, big breasts, big butt, black sclera, blush, bodily fluids,    │\n",
       "│  bondage, bound, breasts, butt, cuff \\(restraint\\), curvy figure, drooling, feathered wings, feathers, female,  │\n",
       "│ genital fluids, gushing, hanging breasts, heart symbol, huge breasts, hyper, hyper breasts, lactating, looking  │\n",
       "│    back, metal cuffs, milk, multi ear, nipples, nude, open mouth, purple areola, purple nipples, restraints,    │\n",
       "│  sagging breasts, saliva, shackles, simple background, solo, thick thighs, tongue, tongue out, vaginal fluids,  │\n",
       "│        voluptuous, wide hips, wings, by sepiruth, nakaya avarlina, avali, avian, hi res, female \\(lore\\)        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\8d64adbc2f1e9d51f4b4dc6735722df8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, areola, bdsm, belly, big belly, big breasts, big butt, black sclera, blush, bodily fluids, │\n", "│ bondage, bound, breasts, butt, cuff \\(restraint\\), curvy figure, drooling, feathered wings, feathers, female, │\n", "│ genital fluids, gushing, hanging breasts, heart symbol, huge breasts, hyper, hyper breasts, lactating, looking │\n", "│ back, metal cuffs, milk, multi ear, nipples, nude, open mouth, purple areola, purple nipples, restraints, │\n", "│ sagging breasts, saliva, shackles, simple background, solo, thick thighs, tongue, tongue out, vaginal fluids, │\n", "│ voluptuous, wide hips, wings, by sepiruth, nakaya avarlina, avali, avian, hi res, female \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3464139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3464139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\4c05cc2fc4ce0b55e36b990c7883ffaf.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro   │\n",
       "│ penetrating, anthro penetrating anthro, balls, bdsm, bodily fluids, body writing, bondage, bound, butt, chain,  │\n",
       "│   chastity cage, chastity device, clothing, collar, crying, cum, cum in ass, cum inside, cum on butt, cum on    │\n",
       "│  penis, cum on wall, faceless character, faceless male, forced, forced anal, forced chastity, forced exposure,  │\n",
       "│  from behind position, fur, genital fluids, genitals, group, knot, legwear, male, male/male, male penetrated,   │\n",
       "│ male penetrating, male penetrating male, male rape, male raping male, mostly offscreen character, penetration,  │\n",
       "│    penile, penile penetration, penis, public use, raised tail, rape, sex, solo focus, stockings, tail, tail     │\n",
       "│      bondage, tail tied, tally marks, tears, teeth, through wall, western tally marks, writing on butt, by      │\n",
       "│                                  wallswhisper, mythology, crimm, avali, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\4c05cc2fc4ce0b55e36b990c7883ffaf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, balls, bdsm, bodily fluids, body writing, bondage, bound, butt, chain, │\n", "│ chastity cage, chastity device, clothing, collar, crying, cum, cum in ass, cum inside, cum on butt, cum on │\n", "│ penis, cum on wall, faceless character, faceless male, forced, forced anal, forced chastity, forced exposure, │\n", "│ from behind position, fur, genital fluids, genitals, group, knot, legwear, male, male/male, male penetrated, │\n", "│ male penetrating, male penetrating male, male rape, male raping male, mostly offscreen character, penetration, │\n", "│ penile, penile penetration, penis, public use, raised tail, rape, sex, solo focus, stockings, tail, tail │\n", "│ bondage, tail tied, tally marks, tears, teeth, through wall, western tally marks, writing on butt, by │\n", "│ wallswhisper, mythology, crimm, avali, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3589970.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3589970.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\c43249c9b6b35daaa63f6bad9e7936f1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, anthro, black pawpads, blep, duo, feathers, feet, female, foot fetish, foot on stomach, fur,  │\n",
       "│ furniture, genital slit, genitals, green body, green fur, green sofa, heart symbol, hindpaw, kerchief, kerchief │\n",
       "│ only, male, male/female, mostly nude, multicolored body, multicolored feathers, neckerchief, neckerchief only,  │\n",
       "│     on ground, on sofa, pawpads, paws, penis, roundel, shadow, shelf, sofa, tapering penis, teal body, teal     │\n",
       "│ feathers, tongue, tongue out, two tone body, two tone feathers, white body, white feathers, by jinxit, reynard  │\n",
       "│                                 \\(reynard 83\\), avali, slit \\(disambiguation\\)                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\c43249c9b6b35daaa63f6bad9e7936f1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, anthro, black pawpads, blep, duo, feathers, feet, female, foot fetish, foot on stomach, fur, │\n", "│ furniture, genital slit, genitals, green body, green fur, green sofa, heart symbol, hindpaw, kerchief, kerchief │\n", "│ only, male, male/female, mostly nude, multicolored body, multicolored feathers, neckerchief, neckerchief only, │\n", "│ on ground, on sofa, pawpads, paws, penis, roundel, shadow, shelf, sofa, tapering penis, teal body, teal │\n", "│ feathers, tongue, tongue out, two tone body, two tone feathers, white body, white feathers, by jinxit, reynard │\n", "│ \\(reynard 83\\), avali, slit \\(disambiguation\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3696760.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3696760.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\8dcef61c47f73ae47c0ed189a4e3964c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     animal genitalia, animal penis, ball suck, ball worship, balls, black body, black fur, blue eyes, blue      │\n",
       "│  markings, bodily fluids, claws, cloud, duo, female, fluffy, fur, fur tuft, genital fluids, genitals, holding   │\n",
       "│  leg, holding thigh, knot, looking up, male, male/female, markings, open mouth, oral, outside, penis, precum,   │\n",
       "│   sex, sheath, size difference, snow, sucking, tan body, tan fur, tongue, tongue out, tuft, white body, white   │\n",
       "│                                 fur, by ardeo, avali, digital media \\(artwork\\)                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\8dcef61c47f73ae47c0ed189a4e3964c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, ball suck, ball worship, balls, black body, black fur, blue eyes, blue │\n", "│ markings, bodily fluids, claws, cloud, duo, female, fluffy, fur, fur tuft, genital fluids, genitals, holding │\n", "│ leg, holding thigh, knot, looking up, male, male/female, markings, open mouth, oral, outside, penis, precum, │\n", "│ sex, sheath, size difference, snow, sucking, tan body, tan fur, tongue, tongue out, tuft, white body, white │\n", "│ fur, by ardeo, avali, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3699337.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3699337.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\bfbdd45fe91fc59d419418183d99258f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black body, black fur, blue eyes, blue markings, blush, bodily fluids, cheek bulge, claws, cloud, cum,  │\n",
       "│   cum from mouth, cum in mouth, cum inside, deep throat, duo, ellipsis, fellatio, female, first person view,    │\n",
       "│ fluffy, fur, fur tuft, genital fluids, hands on legs, hands on thighs, knotting, knotting symbol, leaking cum,  │\n",
       "│      male, male/female, markings, one eye closed, oral, oral knotting, oral penetration, orgasm, outside,       │\n",
       "│    penetration, penile, sex, size difference, sky, tan body, tan fur, tuft, white body, white fur, by ardeo,    │\n",
       "│                                        avali, digital media \\(artwork\\)                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\bfbdd45fe91fc59d419418183d99258f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, black fur, blue eyes, blue markings, blush, bodily fluids, cheek bulge, claws, cloud, cum, │\n", "│ cum from mouth, cum in mouth, cum inside, deep throat, duo, ellipsis, fellatio, female, first person view, │\n", "│ fluffy, fur, fur tuft, genital fluids, hands on legs, hands on thighs, knotting, knotting symbol, leaking cum, │\n", "│ male, male/female, markings, one eye closed, oral, oral knotting, oral penetration, orgasm, outside, │\n", "│ penetration, penile, sex, size difference, sky, tan body, tan fur, tuft, white body, white fur, by ardeo, │\n", "│ avali, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3889295.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3889295.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7665c3d0b41d7a290e6fcc1c10d8fbee.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, bdsm, blue sky,   │\n",
       "│ blush, bodily fluids, bondage, bound, breasts, breath, brown body, brown fur, choker, clitoris, cloud, collar,  │\n",
       "│   cum, cum drip, cum from pussy, cum in pussy, cum inside, cum splatter, day, dripping, duo, ejaculation, eye   │\n",
       "│ contact, eyebrows, eyelashes, feathers, female, female penetrated, fence, fur, genital fluids, genitals, grass, │\n",
       "│   horn, impregnation risk, jewelry, leaking cum, light, looking at another, looking pleasured, magic, magical   │\n",
       "│    binding, male, male/female, male penetrating, male penetrating female, motion lines, mountain, necklace,     │\n",
       "│    nipples, nude, open mouth, open smile, orgasm, outside, penetration, penile, penile penetration, penis in    │\n",
       "│ pussy, plant, pussy, raised leg, restrained, scrunchy face, selfcest, sex, side view, sky, smile, spread legs,  │\n",
       "│    spreading, square crossover, tail, tail tuft, thrusting, tuft, vaginal, vaginal penetration, by hyattlen,    │\n",
       "│  mythology, aurellia darkwater, avali, avian, dragon, feathered dragon, furred dragon, mythological creature,   │\n",
       "│                mythological scalie, scalie, wingless dragon, colored, digital media \\(artwork\\)                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7665c3d0b41d7a290e6fcc1c10d8fbee.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, bdsm, blue sky, │\n", "│ blush, bodily fluids, bondage, bound, breasts, breath, brown body, brown fur, choker, clitoris, cloud, collar, │\n", "│ cum, cum drip, cum from pussy, cum in pussy, cum inside, cum splatter, day, dripping, duo, ejaculation, eye │\n", "│ contact, eyebrows, eyelashes, feathers, female, female penetrated, fence, fur, genital fluids, genitals, grass, │\n", "│ horn, impregnation risk, jewelry, leaking cum, light, looking at another, looking pleasured, magic, magical │\n", "│ binding, male, male/female, male penetrating, male penetrating female, motion lines, mountain, necklace, │\n", "│ nipples, nude, open mouth, open smile, orgasm, outside, penetration, penile, penile penetration, penis in │\n", "│ pussy, plant, pussy, raised leg, restrained, scrunchy face, selfcest, sex, side view, sky, smile, spread legs, │\n", "│ spreading, square crossover, tail, tail tuft, thrusting, tuft, vaginal, vaginal penetration, by hyattlen, │\n", "│ mythology, aurellia darkwater, avali, avian, dragon, feathered dragon, furred dragon, mythological creature, │\n", "│ mythological scalie, scalie, wingless dragon, colored, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3892883.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3892883.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\fcc1d620f7d551526a5026fc815701a7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anus, backsack, balls, bent over, big butt, butt, clothing, eyelashes, genitals, girly, looking at viewer,    │\n",
       "│   looking back, looking back at viewer, male, perineum, presenting, presenting anus, presenting hindquarters,   │\n",
       "│  rear view, saggy balls, smile, solo, undressing, winged arms, wings, by nirvana3, raku iridas, avali, avian,   │\n",
       "│                                                   monochrome                                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\fcc1d620f7d551526a5026fc815701a7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anus, backsack, balls, bent over, big butt, butt, clothing, eyelashes, genitals, girly, looking at viewer, │\n", "│ looking back, looking back at viewer, male, perineum, presenting, presenting anus, presenting hindquarters, │\n", "│ rear view, saggy balls, smile, solo, undressing, winged arms, wings, by nirvana3, raku iridas, avali, avian, │\n", "│ monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3923800.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3923800.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\51f96b792964cb2cd9560ccca57c114d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 ears, animal genitalia, anthro, anus, black body, black fur, butt, erection, feathers, fur, genital slit,   │\n",
       "│    genitals, knot, low-angle view, male, multi ear, nude, outside, penis, pose, presenting, presenting anus,    │\n",
       "│  presenting hindquarters, presenting penis, rear view, solo, teal body, teal feathers, winged arms, wings, by   │\n",
       "│                   marblesoda, avali, avian, slit \\(disambiguation\\), cool colors, teal theme                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\51f96b792964cb2cd9560ccca57c114d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, animal genitalia, anthro, anus, black body, black fur, butt, erection, feathers, fur, genital slit, │\n", "│ genitals, knot, low-angle view, male, multi ear, nude, outside, penis, pose, presenting, presenting anus, │\n", "│ presenting hindquarters, presenting penis, rear view, solo, teal body, teal feathers, winged arms, wings, by │\n", "│ marblesoda, avali, avian, slit \\(disambiguation\\), cool colors, teal theme │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3973399.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3973399.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\3292ed781fda00f1e1c44e8184b082d1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 ears, anthro, bdsm, black body, blush, bodily fluids, chain, chain leash, chained together, close-up, collar, │\n",
       "│     collar to collar, cum, cum on body, cum on hand, cum on penis, cum splatter, cum string, cumshot, duo,      │\n",
       "│ ejaculation, erection, eye contact, eyes closed, feathered wings, feathers, french kissing, frottage, fur, fur  │\n",
       "│   markings, genital fluids, genitals, hair, kissing, knot, leash, leashed collar, looking at another, looking   │\n",
       "│    pleasured, male, male/male, markings, multi ear, multicolored body, multicolored ears, multicolored fur,     │\n",
       "│ multicolored hair, orgasm, penetrable sex toy, penetration, penile, penile penetration, penis, precum, sex, sex │\n",
       "│ toy, shared masturbator, sharing sex toy, simultaneous orgasms, tail, tongue, watermark, white body, wings, by  │\n",
       "│     lemeonlemon, gambit farsight, theos kynx, avali, avian, sergal, slit \\(disambiguation\\), digital media      │\n",
       "│                                             \\(artwork\\), signature                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\3292ed781fda00f1e1c44e8184b082d1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, bdsm, black body, blush, bodily fluids, chain, chain leash, chained together, close-up, collar, │\n", "│ collar to collar, cum, cum on body, cum on hand, cum on penis, cum splatter, cum string, cumshot, duo, │\n", "│ ejaculation, erection, eye contact, eyes closed, feathered wings, feathers, french kissing, frottage, fur, fur │\n", "│ markings, genital fluids, genitals, hair, kissing, knot, leash, leashed collar, looking at another, looking │\n", "│ pleasured, male, male/male, markings, multi ear, multicolored body, multicolored ears, multicolored fur, │\n", "│ multicolored hair, orgasm, penetrable sex toy, penetration, penile, penile penetration, penis, precum, sex, sex │\n", "│ toy, shared masturbator, sharing sex toy, simultaneous orgasms, tail, tongue, watermark, white body, wings, by │\n", "│ lemeonlemon, gambit farsight, theos kynx, avali, avian, sergal, slit \\(disambiguation\\), digital media │\n", "│ \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3981898.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3981898.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\b4641c9375f065e4c75e72bda54c08f0.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, avali underfluffies, blush, bound, cloaca, collar, female, feral, genitals, presenting, solo, │\n",
       "│                          tail, tailbutt, by mr.albafox, albafox, avali, avian, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\b4641c9375f065e4c75e72bda54c08f0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, avali underfluffies, blush, bound, cloaca, collar, female, feral, genitals, presenting, solo, │\n", "│ tail, tailbutt, by mr.albafox, albafox, avali, avian, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\3981899.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m3981899.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\af257fa34d0e2d3db2d9d5176008dd2d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal genitalia, avali underfluffies, blush, bound, cloaca, collar, egg, egg from cloaca, feathered wings,   │\n",
       "│  feathers, female, feral, genitals, oviposition, presenting, shaking, shivering, solo, tail, tailbutt, winged   │\n",
       "│                            arms, wings, by mr.albafox, albafox, avali, avian, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\af257fa34d0e2d3db2d9d5176008dd2d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, avali underfluffies, blush, bound, cloaca, collar, egg, egg from cloaca, feathered wings, │\n", "│ feathers, female, feral, genitals, oviposition, presenting, shaking, shivering, solo, tail, tailbutt, winged │\n", "│ arms, wings, by mr.albafox, albafox, avali, avian, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4070957.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4070957.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\08bde58cbe0d98003b4a235ad106caff.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 ears, abdominal bulge, ahegao, anal, anal orgasm, anal penetration, animal genitalia, anthro, anthro on    │\n",
       "│    anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, big dom small sub, blush, blush    │\n",
       "│   lines, bodily fluids, butt, cum, cum from ass, cum from mouth, cum in ass, cum in mouth, cum inside, cum on   │\n",
       "│  butt, cum through, cum vomit, cum while penetrated, dominant, duo, ejaculation, ejaculation while penetrated,  │\n",
       "│   erection, excessive cum, excessive genital fluids, faceless character, faceless male, feather hair, feather   │\n",
       "│ markings, feathered wings, feathers, from behind position, fucked silly, genital fluids, genitals, girly, hair, │\n",
       "│   heart symbol, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male,   │\n",
       "│      markings, motion lines, multi ear, nude, open mouth, orgasm, orgasm face, penetration, penile, penile      │\n",
       "│     penetration, penis, penis in ass, pseudo hair, rough sex, sex, shaking, simple background, simultaneous     │\n",
       "│  orgasms, size difference, solo focus, tail, tail pull, tapering penis, tears, tears of pleasure, winged arms,  │\n",
       "│     wings, by taffyrukite, taffy \\(avali\\), avali, avian, wolf, digital drawing \\(artwork\\), digital media      │\n",
       "│                                         \\(artwork\\), nonbinary \\(lore\\)                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\08bde58cbe0d98003b4a235ad106caff.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, abdominal bulge, ahegao, anal, anal orgasm, anal penetration, animal genitalia, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, big dom small sub, blush, blush │\n", "│ lines, bodily fluids, butt, cum, cum from ass, cum from mouth, cum in ass, cum in mouth, cum inside, cum on │\n", "│ butt, cum through, cum vomit, cum while penetrated, dominant, duo, ejaculation, ejaculation while penetrated, │\n", "│ erection, excessive cum, excessive genital fluids, faceless character, faceless male, feather hair, feather │\n", "│ markings, feathered wings, feathers, from behind position, fucked silly, genital fluids, genitals, girly, hair, │\n", "│ heart symbol, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male, │\n", "│ markings, motion lines, multi ear, nude, open mouth, orgasm, orgasm face, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pseudo hair, rough sex, sex, shaking, simple background, simultaneous │\n", "│ orgasms, size difference, solo focus, tail, tail pull, tapering penis, tears, tears of pleasure, winged arms, │\n", "│ wings, by taffyrukite, taffy \\(avali\\), avali, avian, wolf, digital drawing \\(artwork\\), digital media │\n", "│ \\(artwork\\), nonbinary \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4113325.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4113325.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\461d95e9b1ad89a9de9e667ad289629e.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    3 fingers, 4 ears, animal genitalia, anthro, avali underfluffies, chest tuft, claws, cloaca, dark sclera,    │\n",
       "│    fangs, feathered wings, feathers, female, fingers, genitals, grey body, hand on butt, horizontal cloaca,     │\n",
       "│  looking at viewer, lying, multi ear, on side, open mouth, presenting, presenting cloaca, sharp teeth, simple   │\n",
       "│       background, smile, solo, tailbutt, teeth, tuft, winged arms, wings, by ahatas, avali, avian, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\461d95e9b1ad89a9de9e667ad289629e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 4 ears, animal genitalia, anthro, avali underfluffies, chest tuft, claws, cloaca, dark sclera, │\n", "│ fangs, feathered wings, feathers, female, fingers, genitals, grey body, hand on butt, horizontal cloaca, │\n", "│ looking at viewer, lying, multi ear, on side, open mouth, presenting, presenting cloaca, sharp teeth, simple │\n", "│ background, smile, solo, tailbutt, teeth, tuft, winged arms, wings, by ahatas, avali, avian, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4154201.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4154201.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\d925e27ac886b586b362beda1a98b193.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     3 fingers, 3 toes, 4 ears, animal genitalia, animal penis, anthro, anus, avali underfluffies, bean bag,     │\n",
       "│  bedding, bedroom, black markings, blue earrings, blue eyes, bodily fluids, brown body, brown fur, butt, cheek  │\n",
       "│   tuft, claws, digitigrade, ear piercing, ear ring, eyewear, facial tuft, feather markings, feathered wings,    │\n",
       "│   feathers, feet, fingers, fluffy, fluffy chest, fluffy ears, fur, genital fluids, genitals, glasses, happy,    │\n",
       "│  heart symbol, highlights \\(coloring\\), inner ear fluff, inside, inside tent, inviting, inviting to sex, knot,  │\n",
       "│  lamp, looking at viewer, looking back, lying, male, markings, multi ear, multicolored body, multicolored fur,  │\n",
       "│ neck tuft, no pupils, nude, on front, on ground, pawpads, paws, penis, penis backwards, piercing, pillow, pink  │\n",
       "│    penis, precum, presenting, presenting anus, presenting hindquarters, presenting penis, raised tail, ring     │\n",
       "│  piercing, seductive, smile, solo, spread legs, spreading, tail, tailbutt, talons, tan body, tan fur, tapering  │\n",
       "│    penis, teeth, teeth showing, tent, toes, tuft, two tone body, two tone fur, winged arms, wings, by ardeo,    │\n",
       "│          avali, avian, slit \\(disambiguation\\), digital media \\(artwork\\), story, story in description          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\d925e27ac886b586b362beda1a98b193.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 3 toes, 4 ears, animal genitalia, animal penis, anthro, anus, avali underfluffies, bean bag, │\n", "│ bedding, bedroom, black markings, blue earrings, blue eyes, bodily fluids, brown body, brown fur, butt, cheek │\n", "│ tuft, claws, digitigrade, ear piercing, ear ring, eyewear, facial tuft, feather markings, feathered wings, │\n", "│ feathers, feet, fingers, fluffy, fluffy chest, fluffy ears, fur, genital fluids, genitals, glasses, happy, │\n", "│ heart symbol, highlights \\(coloring\\), inner ear fluff, inside, inside tent, inviting, inviting to sex, knot, │\n", "│ lamp, looking at viewer, looking back, lying, male, markings, multi ear, multicolored body, multicolored fur, │\n", "│ neck tuft, no pupils, nude, on front, on ground, pawpads, paws, penis, penis backwards, piercing, pillow, pink │\n", "│ penis, precum, presenting, presenting anus, presenting hindquarters, presenting penis, raised tail, ring │\n", "│ piercing, seductive, smile, solo, spread legs, spreading, tail, tailbutt, talons, tan body, tan fur, tapering │\n", "│ penis, teeth, teeth showing, tent, toes, tuft, two tone body, two tone fur, winged arms, wings, by ardeo, │\n", "│ avali, avian, slit \\(disambiguation\\), digital media \\(artwork\\), story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4166072.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4166072.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\590053adf41ef3e900387afab971e23e.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 ears, animal genitalia, animal penis, anthro, anthro on feral, anthro penetrated, balls, bestiality,  │\n",
       "│  blush, choker, chu \\(sound effect\\), duo, feet, fellatio, female, feral, feral penetrating, feral penetrating  │\n",
       "│   anthro, genitals, interspecies, jewelry, knot, larger female, male, male/female, multi ear, necklace, open    │\n",
       "│ mouth, oral, oral penetration, penetration, penile, penis, pokephilia, sex, simple background, size difference, │\n",
       "│    succ \\(sound effect\\), toes, by utopianvee, eti \\(utopianvee\\), kuno \\(kunoavali\\), avali, avian, eevee,     │\n",
       "│                                     sketch, female \\(lore\\), male \\(lore\\)                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\590053adf41ef3e900387afab971e23e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, animal genitalia, animal penis, anthro, anthro on feral, anthro penetrated, balls, bestiality, │\n", "│ blush, choker, chu \\(sound effect\\), duo, feet, fellatio, female, feral, feral penetrating, feral penetrating │\n", "│ anthro, genitals, interspecies, jewelry, knot, larger female, male, male/female, multi ear, necklace, open │\n", "│ mouth, oral, oral penetration, penetration, penile, penis, pokephilia, sex, simple background, size difference, │\n", "│ succ \\(sound effect\\), toes, by utopianvee, eti \\(utopianvee\\), kuno \\(kunoavali\\), avali, avian, eevee, │\n", "│ sketch, female \\(lore\\), male \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4211553.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4211553.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\ee84f3024793e863411569afa5117ad7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anal, anal penetration, animal genitalia, animal penis, anthro, ball gag, balls, big dom small │\n",
       "│ sub, big penis, black body, black fur, blue body, blue eyes, blue fur, blush, bodily fluids, bottomless, claws, │\n",
       "│ clothed, clothing, dominant, duo, erection, explicitly stated nonconsent, forced, forced gag, fur, gag, gagged, │\n",
       "│   genital fluids, genitals, green body, green claws, green fur, grey body, hair, knot, male, male/male, male    │\n",
       "│   penetrated, male penetrating, male penetrating male, male rape, male raped, male raping male, multicolored    │\n",
       "│ body, multicolored fur, nude, penetration, penis, questionable consent, rape, red hair, sex, shirt, shirt only, │\n",
       "│     simple background, size difference, topwear, topwear only, two tone body, two tone fur, by vilf, chains     │\n",
       "│                                       \\(zoroark\\), avali, zoroark, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\ee84f3024793e863411569afa5117ad7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal penetration, animal genitalia, animal penis, anthro, ball gag, balls, big dom small │\n", "│ sub, big penis, black body, black fur, blue body, blue eyes, blue fur, blush, bodily fluids, bottomless, claws, │\n", "│ clothed, clothing, dominant, duo, erection, explicitly stated nonconsent, forced, forced gag, fur, gag, gagged, │\n", "│ genital fluids, genitals, green body, green claws, green fur, grey body, hair, knot, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, male rape, male raped, male raping male, multicolored │\n", "│ body, multicolored fur, nude, penetration, penis, questionable consent, rape, red hair, sex, shirt, shirt only, │\n", "│ simple background, size difference, topwear, topwear only, two tone body, two tone fur, by vilf, chains │\n", "│ \\(zoroark\\), avali, zoroark, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4253154.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4253154.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7c790ab472b4853c6c30fe24126873f1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 ears, anthro, arm warmers, armwear, blue eyes, blue penis, blush, bodily fluids, camping, camping tent,    │\n",
       "│  casual erection, clothing, collar, confident, cum, cum string, dancing, dripping, ears up, erection, excited,  │\n",
       "│    feathers, feet, fluffy, fluffy tail, forest, fur, genital fluids, genitals, glowing, gold \\(metal\\), gold    │\n",
       "│   jewelry, gold rings, grey body, grey fur, group, hair, hand on hip, jewelry, leaking precum, legwear, male,   │\n",
       "│  male/male, masturbation, multi ear, nature, night, outside, penis, pillow, plant, precum, precum drip, precum  │\n",
       "│  on penis, precum through clothing, presenting, public, purple body, purple penis, red body, red eyes, shrub,   │\n",
       "│   sitting, smile, smug, sparkles, stockings, stripes, tail, talons, tapering penis, tent, toes, translucent,    │\n",
       "│  translucent clothing, tree, trio, veil, wet, wet clothing, white body, wings, by lemeonlemon, microsoft, ori   │\n",
       "│               \\(series\\), xbox game studios, tawani, wardy, avali, avian, guardian spirit, hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7c790ab472b4853c6c30fe24126873f1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, arm warmers, armwear, blue eyes, blue penis, blush, bodily fluids, camping, camping tent, │\n", "│ casual erection, clothing, collar, confident, cum, cum string, dancing, dripping, ears up, erection, excited, │\n", "│ feathers, feet, fluffy, fluffy tail, forest, fur, genital fluids, genitals, glowing, gold \\(metal\\), gold │\n", "│ jewelry, gold rings, grey body, grey fur, group, hair, hand on hip, jewelry, leaking precum, legwear, male, │\n", "│ male/male, masturbation, multi ear, nature, night, outside, penis, pillow, plant, precum, precum drip, precum │\n", "│ on penis, precum through clothing, presenting, public, purple body, purple penis, red body, red eyes, shrub, │\n", "│ sitting, smile, smug, sparkles, stockings, stripes, tail, talons, tapering penis, tent, toes, translucent, │\n", "│ translucent clothing, tree, trio, veil, wet, wet clothing, white body, wings, by lemeonlemon, microsoft, ori │\n", "│ \\(series\\), xbox game studios, tawani, wardy, avali, avian, guardian spirit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4265073.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4265073.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\6492b37cc62d33a9a234eaae1b1fe711.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, 4 ears, animal genitalia, anthro, ass up, avali underfluffies, blep, blue body, blue feathers, bodily  │\n",
       "│    fluids, butt, claws, cloaca, cloaca juice, comfy, cozy, dewclaw, feathered wings, feathers, feet, female,    │\n",
       "│      forked tongue, genital fluids, genitals, green eyes, inviting, multi ear, orange background, pillow,       │\n",
       "│ presenting, presenting hindquarters, raised tail, simple background, solo, tail, tailbutt, toes, tongue, tongue │\n",
       "│ out, warm lighting, wet, winged arms, wings, by thyvixie, starbound, taluki \\(vixie\\), alien, avali, avian, hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\6492b37cc62d33a9a234eaae1b1fe711.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 ears, animal genitalia, anthro, ass up, avali underfluffies, blep, blue body, blue feathers, bodily │\n", "│ fluids, butt, claws, cloaca, cloaca juice, comfy, cozy, dewclaw, feathered wings, feathers, feet, female, │\n", "│ forked tongue, genital fluids, genitals, green eyes, inviting, multi ear, orange background, pillow, │\n", "│ presenting, presenting hindquarters, raised tail, simple background, solo, tail, tailbutt, toes, tongue, tongue │\n", "│ out, warm lighting, wet, winged arms, wings, by thyvixie, starbound, taluki \\(vixie\\), alien, avali, avian, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4277740.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4277740.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\e9027a73cf99fb32f869865a62190276.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 ears, anthro, bedroom eyes, blush, bodily fluids, condom, dialogue, feathers, female, flat chested, genital  │\n",
       "│  fluids, genitals, multi ear, narrowed eyes, nude, presenting, presenting pussy, purple body, purple feathers,  │\n",
       "│ pussy, seductive, sexual barrier device, solo, tail, text, vaginal fluids, by wallross, avali, english text, hi │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\e9027a73cf99fb32f869865a62190276.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, bedroom eyes, blush, bodily fluids, condom, dialogue, feathers, female, flat chested, genital │\n", "│ fluids, genitals, multi ear, narrowed eyes, nude, presenting, presenting pussy, purple body, purple feathers, │\n", "│ pussy, seductive, sexual barrier device, solo, tail, text, vaginal fluids, by wallross, avali, english text, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4290367.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4290367.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\43547e3ed5f5d9185f9b3c7a55827030.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous penetration, anthro, blue body, bodily fluids, bottomwear, butt, carrying another, clothing, cum, cum │\n",
       "│ drip, cum inside, dialogue, dripping, duo, excessive cum, excessive genital fluids, feathered wings, feathers,  │\n",
       "│  feet, female, female penetrated, from behind position, fur, genital fluids, grey body, larger anthro, larger   │\n",
       "│ male, leg focus, male, male/female, male penetrating, male penetrating female, nude, panties, penetration, sex, │\n",
       "│   size difference, skirt, smaller anthro, smaller female, smaller penetrated, standing, standing sex, stealth   │\n",
       "│  sex, tail, text, underwear, vaginal fluids, winged arms, wings, by yaravik, sketchy \\(avali\\), avali, avian,   │\n",
       "│                              bird, digital media \\(artwork\\), english text, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\43547e3ed5f5d9185f9b3c7a55827030.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous penetration, anthro, blue body, bodily fluids, bottomwear, butt, carrying another, clothing, cum, cum │\n", "│ drip, cum inside, dialogue, dripping, duo, excessive cum, excessive genital fluids, feathered wings, feathers, │\n", "│ feet, female, female penetrated, from behind position, fur, genital fluids, grey body, larger anthro, larger │\n", "│ male, leg focus, male, male/female, male penetrating, male penetrating female, nude, panties, penetration, sex, │\n", "│ size difference, skirt, smaller anthro, smaller female, smaller penetrated, standing, standing sex, stealth │\n", "│ sex, tail, text, underwear, vaginal fluids, winged arms, wings, by yaravik, sketchy \\(avali\\), avali, avian, │\n", "│ bird, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4397965.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4397965.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\03885895926cc943028de85b4fd08a1c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 ears, animal genitalia, anthro, anus, arm warmers, armwear, bean bag, bent over, book, bookshelf, butt,    │\n",
       "│  claws, clothing, computer, cozy, curtains, curved penis, desk, dildo, electronics, erection, feathers, floor,  │\n",
       "│ fluffy, furniture, gaming, genital slit, genitals, grey body, grey butt, grey feathers, hair, inside, inviting, │\n",
       "│   legwear, looking at viewer, looking back, looking back at viewer, male, monitor, multi ear, night, pattern    │\n",
       "│ armwear, pattern clothing, pattern legwear, pattern stockings, penis, penis backwards, playing videogame, plug  │\n",
       "│ \\(sex toy\\), presenting, presenting anus, presenting hindquarters, presenting penis, purple anus, purple penis, │\n",
       "│    raised tail, red body, red feathers, red hair, sex toy, smile, smug, smug face, solo, stockings, striped     │\n",
       "│  armwear, striped clothing, striped legwear, striped stockings, stripes, table, tail, tail feathers, tapering   │\n",
       "│  penis, typing, winged arms, wings, wood, wood floor, by lemeonlemon, europa universalis, tawani, avali, slit   │\n",
       "│                                           \\(disambiguation\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\03885895926cc943028de85b4fd08a1c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, animal genitalia, anthro, anus, arm warmers, armwear, bean bag, bent over, book, bookshelf, butt, │\n", "│ claws, clothing, computer, cozy, curtains, curved penis, desk, dildo, electronics, erection, feathers, floor, │\n", "│ fluffy, furniture, gaming, genital slit, genitals, grey body, grey butt, grey feathers, hair, inside, inviting, │\n", "│ legwear, looking at viewer, looking back, looking back at viewer, male, monitor, multi ear, night, pattern │\n", "│ armwear, pattern clothing, pattern legwear, pattern stockings, penis, penis backwards, playing videogame, plug │\n", "│ \\(sex toy\\), presenting, presenting anus, presenting hindquarters, presenting penis, purple anus, purple penis, │\n", "│ raised tail, red body, red feathers, red hair, sex toy, smile, smug, smug face, solo, stockings, striped │\n", "│ armwear, striped clothing, striped legwear, striped stockings, stripes, table, tail, tail feathers, tapering │\n", "│ penis, typing, winged arms, wings, wood, wood floor, by lemeonlemon, europa universalis, tawani, avali, slit │\n", "│ \\(disambiguation\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4413033.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4413033.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\0c660265246a690ad3fbe56d5c7d6c18.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, anal, anthro, arm pull, big butt, big dom small sub, black body, black feathers, bodily     │\n",
       "│ fluids, bottomwear, bottomwear down, butt, butt grab, chest tuft, clothed, clothed/nude, clothed sex, clothing, │\n",
       "│     cold, cum, cum while penetrated, cumshot, cutaway, dialogue, dominant, ejaculation, faceless character,     │\n",
       "│ faceless male, feathers, fluffy, flustered, genital fluids, genitals, glowing, glowing markings, hand on butt,  │\n",
       "│  hands-free, holding arm, larger male, male, male/male, markings, multicolored body, nude, pants, pants down,   │\n",
       "│ partially clothed, penetration, penis, saliva, sex, size difference, smaller male, sweat, text, tongue, tongue  │\n",
       "│  out, tuft, white body, white feathers, yellow body, yellow feathers, yellow penis, by savourysausages, avali,  │\n",
       "│                                      unknown species, english text, hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\0c660265246a690ad3fbe56d5c7d6c18.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anthro, arm pull, big butt, big dom small sub, black body, black feathers, bodily │\n", "│ fluids, bottomwear, bottomwear down, butt, butt grab, chest tuft, clothed, clothed/nude, clothed sex, clothing, │\n", "│ cold, cum, cum while penetrated, cumshot, cutaway, dialogue, dominant, ejaculation, faceless character, │\n", "│ faceless male, feathers, fluffy, flustered, genital fluids, genitals, glowing, glowing markings, hand on butt, │\n", "│ hands-free, holding arm, larger male, male, male/male, markings, multicolored body, nude, pants, pants down, │\n", "│ partially clothed, penetration, penis, saliva, sex, size difference, smaller male, sweat, text, tongue, tongue │\n", "│ out, tuft, white body, white feathers, yellow body, yellow feathers, yellow penis, by savourysausages, avali, │\n", "│ unknown species, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4467109.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4467109.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\cba0d86f1a77f58cafa62e4a3651010a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 ears, :3, anthro, anthro penetrated, balls, bedroom eyes, blush, blush lines, bodily fluids, brown body,    │\n",
       "│ brown feathers, chest tuft, claws, collar, cum, cum drip, cum from mouth, cum from pussy, cum in mouth, cum in  │\n",
       "│     pussy, cum inside, cum on face, dialogue, dominant, dominant female, drinking, drinking cum, dripping,      │\n",
       "│ drooling, duo, erection, faceless character, faceless human, faceless male, feathers, fellatio, female, female  │\n",
       "│   on human, female penetrated, fucked silly, fur, genital fluids, genitals, half-closed eyes, handjob, happy,   │\n",
       "│    heart eyes, heart symbol, human on anthro, human penetrating, human penetrating anthro, human penetrating    │\n",
       "│   female, humanoid genitalia, humanoid penis, inner ear fluff, interspecies, interspecies domination, leaking   │\n",
       "│  cum, leash, leashed collar, looking pleasured, male, male/female, male penetrating, male penetrating anthro,   │\n",
       "│  male penetrating female, multi ear, narrowed eyes, nude, oral, oral penetration, orgasm, penetration, penile,  │\n",
       "│ penile penetration, penis, penis in mouth, penis in pussy, purring, pussy, saliva, seductive, sex, tail, teeth, │\n",
       "│      text, tongue, tongue out, tuft, vaginal, vaginal penetration, winged arms, wings, by botanics, kasali      │\n",
       "│                             \\(botanics\\), alien, avali, avian, human, english text                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\cba0d86f1a77f58cafa62e4a3651010a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, :3, anthro, anthro penetrated, balls, bedroom eyes, blush, blush lines, bodily fluids, brown body, │\n", "│ brown feathers, chest tuft, claws, collar, cum, cum drip, cum from mouth, cum from pussy, cum in mouth, cum in │\n", "│ pussy, cum inside, cum on face, dialogue, dominant, dominant female, drinking, drinking cum, dripping, │\n", "│ drooling, duo, erection, faceless character, faceless human, faceless male, feathers, fellatio, female, female │\n", "│ on human, female penetrated, fucked silly, fur, genital fluids, genitals, half-closed eyes, handjob, happy, │\n", "│ heart eyes, heart symbol, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n", "│ female, humanoid genitalia, humanoid penis, inner ear fluff, interspecies, interspecies domination, leaking │\n", "│ cum, leash, leashed collar, looking pleasured, male, male/female, male penetrating, male penetrating anthro, │\n", "│ male penetrating female, multi ear, narrowed eyes, nude, oral, oral penetration, orgasm, penetration, penile, │\n", "│ penile penetration, penis, penis in mouth, penis in pussy, purring, pussy, saliva, seductive, sex, tail, teeth, │\n", "│ text, tongue, tongue out, tuft, vaginal, vaginal penetration, winged arms, wings, by botanics, kasali │\n", "│ \\(botanics\\), alien, avali, avian, human, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4479881.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4479881.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\b7358b4c1482779650f6569ef70f58d8.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 ears, :3, anthro, anthro penetrated, balls, bedroom eyes, black sclera, blush, blush lines, bodily fluids,   │\n",
       "│   brown body, brown feathers, chest tuft, claws, collar, cum, cum drip, cum from mouth, cum in mouth, cum in    │\n",
       "│     pussy, cum inside, cum on face, dialogue, dominant, dominant female, drinking, drinking cum, dripping,      │\n",
       "│ drooling, duo, erection, faceless character, faceless human, faceless male, feathers, fellatio, female, female  │\n",
       "│   on human, female penetrated, fucked silly, fur, genital fluids, genitals, half-closed eyes, handjob, happy,   │\n",
       "│    heart eyes, heart symbol, human on anthro, human penetrating, human penetrating anthro, human penetrating    │\n",
       "│   female, humanoid genitalia, humanoid penis, inner ear fluff, interspecies, interspecies domination, leaking   │\n",
       "│  cum, leash, leashed collar, looking pleasured, male, male/female, male penetrating, male penetrating anthro,   │\n",
       "│ male penetrating female, multi ear, narrowed eyes, nude, oral, oral penetration, orange blush, orange insides,  │\n",
       "│  orange pussy, orange tongue, orgasm, penetration, penile, penile penetration, penis, penis in mouth, penis in  │\n",
       "│    pussy, purring, pussy, saliva, seductive, sex, tail, teeth, text, tongue, tuft, unusual insides, vaginal,    │\n",
       "│ vaginal penetration, winged arms, wings, by botanics, kasali \\(botanics\\), alien, avali, avian, human, english  │\n",
       "│                                                      text                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\b7358b4c1482779650f6569ef70f58d8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, :3, anthro, anthro penetrated, balls, bedroom eyes, black sclera, blush, blush lines, bodily fluids, │\n", "│ brown body, brown feathers, chest tuft, claws, collar, cum, cum drip, cum from mouth, cum in mouth, cum in │\n", "│ pussy, cum inside, cum on face, dialogue, dominant, dominant female, drinking, drinking cum, dripping, │\n", "│ drooling, duo, erection, faceless character, faceless human, faceless male, feathers, fellatio, female, female │\n", "│ on human, female penetrated, fucked silly, fur, genital fluids, genitals, half-closed eyes, handjob, happy, │\n", "│ heart eyes, heart symbol, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n", "│ female, humanoid genitalia, humanoid penis, inner ear fluff, interspecies, interspecies domination, leaking │\n", "│ cum, leash, leashed collar, looking pleasured, male, male/female, male penetrating, male penetrating anthro, │\n", "│ male penetrating female, multi ear, narrowed eyes, nude, oral, oral penetration, orange blush, orange insides, │\n", "│ orange pussy, orange tongue, orgasm, penetration, penile, penile penetration, penis, penis in mouth, penis in │\n", "│ pussy, purring, pussy, saliva, seductive, sex, tail, teeth, text, tongue, tuft, unusual insides, vaginal, │\n", "│ vaginal penetration, winged arms, wings, by botanics, kasali \\(botanics\\), alien, avali, avian, human, english │\n", "│ text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4532833.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4532833.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7f018b92a2c4f55672f623a062379b57.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 ears, animal genitalia, animal penis, anthro, anus, armwear, avali underfluffies, black body, black claws,   │\n",
       "│   black feathers, black fur, black genital slit, black hair, black sclera, blush, blush lines, bodily fluids,   │\n",
       "│    bottomless, bottomless maleherm, butt, chest tuft, claws, clothed, clothing, dominant, dominant intersex,    │\n",
       "│  erection, feathers, fluffy, fluffy tail, fur, genital fluids, genital slit, genitals, glistening, glistening   │\n",
       "│  genitalia, hair, herm, intersex, intravaginal penis, inviting, inviting to sex, knot, knotted tapering penis,  │\n",
       "│  leaking precum, legwear, looking at viewer, maleherm, multi ear, partially clothed, pattern armwear, pattern   │\n",
       "│   clothing, pattern legwear, penis, precum, presenting, presenting anus, presenting hindquarters, presenting    │\n",
       "│  penis, puffy anus, puffy genital slit, purple and black, purple clothing, purple eyes, purple legwear, purple  │\n",
       "│  shirt, purple stockings, purple stripes, purple topwear, pussy, shirt, smile, smug, solo, spread arms, spread  │\n",
       "│  legs, spreading, stockings, striped armwear, striped clothing, striped legwear, stripes, t-shirt, tail, text,  │\n",
       "│   topwear, tuft, white body, white feathers, white fur, winged arms, wings, by vensual99, fyr \\(fenrir784\\),    │\n",
       "│              avali, avian, bird, slit \\(disambiguation\\), english text, hi res, maleherm \\(lore\\)               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7f018b92a2c4f55672f623a062379b57.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, animal genitalia, animal penis, anthro, anus, armwear, avali underfluffies, black body, black claws, │\n", "│ black feathers, black fur, black genital slit, black hair, black sclera, blush, blush lines, bodily fluids, │\n", "│ bottomless, bottomless maleherm, butt, chest tuft, claws, clothed, clothing, dominant, dominant intersex, │\n", "│ erection, feathers, fluffy, fluffy tail, fur, genital fluids, genital slit, genitals, glistening, glistening │\n", "│ genitalia, hair, herm, intersex, intravaginal penis, inviting, inviting to sex, knot, knotted tapering penis, │\n", "│ leaking precum, legwear, looking at viewer, maleherm, multi ear, partially clothed, pattern armwear, pattern │\n", "│ clothing, pattern legwear, penis, precum, presenting, presenting anus, presenting hindquarters, presenting │\n", "│ penis, puffy anus, puffy genital slit, purple and black, purple clothing, purple eyes, purple legwear, purple │\n", "│ shirt, purple stockings, purple stripes, purple topwear, pussy, shirt, smile, smug, solo, spread arms, spread │\n", "│ legs, spreading, stockings, striped armwear, striped clothing, striped legwear, stripes, t-shirt, tail, text, │\n", "│ topwear, tuft, white body, white feathers, white fur, winged arms, wings, by vensual99, fyr \\(fenrir784\\), │\n", "│ avali, avian, bird, slit \\(disambiguation\\), english text, hi res, maleherm \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4545277.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4545277.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\7f25f2272bdb9bfbb89fc7fb23a64145.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 fingers, 4 ears, 4 toes, after anal, after penetration, after sex, after vaginal, anal, anal knotting, anal  │\n",
       "│  penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating,  │\n",
       "│   anus, avali underfluffies, balls, big dom small sub, black body, black fur, black markings, blue body, blue   │\n",
       "│  fur, blue markings, blush, bodily fluids, breath, butt, cheek tuft, claws, cum, cum everywhere, cum from ass,  │\n",
       "│    cum from pussy, cum from slit, cum in ass, cum in pussy, cum inside, cum on butt, cum on face, cum while     │\n",
       "│   penetrated, digitigrade, dizzy eyes, dominant, dominant male, dripping, erection, excessive cum, excessive    │\n",
       "│ genital fluids, facial tuft, feather hair, feather markings, feathered crest, feathered wings, feathers, feet,  │\n",
       "│ female, fingers, fluffy, fluffy chest, fucked silly, fur, gangbang, genital fluids, genitals, group, group sex, │\n",
       "│ head crest, inner ear fluff, inside, knot, knot hanging, knotting, large penetration, larger male, leaking cum, │\n",
       "│ looking at another, looking back, looking pleasured, lying, male, male/female, male/male, male penetrated, male │\n",
       "│  penetrating, male penetrating male, markings, messy, multi ear, multiple orgasms, nude, nude anthro, on back,  │\n",
       "│  on front, one after another, orange markings, orgasm, penetration, penile, penile penetration, penis, pseudo   │\n",
       "│  hair, purple markings, raised tail, red body, red fur, reverse gangbang, sex, size difference, smaller male,   │\n",
       "│   smaller penetrated, spread legs, spreading, standing, tail, tail feathers, tapering penis, toe claws, toes,   │\n",
       "│         tuft, white body, white fur, winged arms, wings, by ardeo, avali, avian, were, wereavian, slit          │\n",
       "│                              \\(disambiguation\\), digital media \\(artwork\\), hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\7f25f2272bdb9bfbb89fc7fb23a64145.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 4 ears, 4 toes, after anal, after penetration, after sex, after vaginal, anal, anal knotting, anal │\n", "│ penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anus, avali underfluffies, balls, big dom small sub, black body, black fur, black markings, blue body, blue │\n", "│ fur, blue markings, blush, bodily fluids, breath, butt, cheek tuft, claws, cum, cum everywhere, cum from ass, │\n", "│ cum from pussy, cum from slit, cum in ass, cum in pussy, cum inside, cum on butt, cum on face, cum while │\n", "│ penetrated, digitigrade, dizzy eyes, dominant, dominant male, dripping, erection, excessive cum, excessive │\n", "│ genital fluids, facial tuft, feather hair, feather markings, feathered crest, feathered wings, feathers, feet, │\n", "│ female, fingers, fluffy, fluffy chest, fucked silly, fur, gangbang, genital fluids, genitals, group, group sex, │\n", "│ head crest, inner ear fluff, inside, knot, knot hanging, knotting, large penetration, larger male, leaking cum, │\n", "│ looking at another, looking back, looking pleasured, lying, male, male/female, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, markings, messy, multi ear, multiple orgasms, nude, nude anthro, on back, │\n", "│ on front, one after another, orange markings, orgasm, penetration, penile, penile penetration, penis, pseudo │\n", "│ hair, purple markings, raised tail, red body, red fur, reverse gangbang, sex, size difference, smaller male, │\n", "│ smaller penetrated, spread legs, spreading, standing, tail, tail feathers, tapering penis, toe claws, toes, │\n", "│ tuft, white body, white fur, winged arms, wings, by ardeo, avali, avian, were, wereavian, slit │\n", "│ \\(disambiguation\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4567843.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4567843.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\ec91f37ae5c40dbfd2ab0a369904883d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     69 position, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro      │\n",
       "│   penetrating anthro, ball slap, balls, being watched, blue eyes, bodily fluids, bottomless, bottomless male,   │\n",
       "│ butt, clothed, clothing, cum, cum from nose, cum in mouth, cum in nose, cum inside, cumshot, duo, ejaculation,  │\n",
       "│ erection, fellatio, furniture, genital fluids, genitals, irrumatio, knot, looking at another, male, male/male,  │\n",
       "│ male penetrated, male penetrating, male penetrating male, masturbation, nude, on sofa, oral, oral penetration,  │\n",
       "│  party, penetration, penile, penile masturbation, penis, penis backwards, public, public exposure, public sex,  │\n",
       "│     purple penis, raised tail, sex, sheath, shirt, slap, sofa, tail, tank top, topwear, voyeur, by st4rs6,      │\n",
       "│                  fireheart, peregrine anatum, avali, avian, bird, domestic cat, feline, hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\ec91f37ae5c40dbfd2ab0a369904883d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 69 position, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, ball slap, balls, being watched, blue eyes, bodily fluids, bottomless, bottomless male, │\n", "│ butt, clothed, clothing, cum, cum from nose, cum in mouth, cum in nose, cum inside, cumshot, duo, ejaculation, │\n", "│ erection, fellatio, furniture, genital fluids, genitals, irrumatio, knot, looking at another, male, male/male, │\n", "│ male penetrated, male penetrating, male penetrating male, masturbation, nude, on sofa, oral, oral penetration, │\n", "│ party, penetration, penile, penile masturbation, penis, penis backwards, public, public exposure, public sex, │\n", "│ purple penis, raised tail, sex, sheath, shirt, slap, sofa, tail, tank top, topwear, voyeur, by st4rs6, │\n", "│ fireheart, peregrine anatum, avali, avian, bird, domestic cat, feline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4601202.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4601202.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\f8ab1a94fa460c75aab039a05364b298.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 fingers, 3 toes, 4 ears, anatomically correct, animal genitalia, anthro, anthro on anthro, black body, black  │\n",
       "│  feathers, black markings, blue body, blue feathers, bodily fluids, breath, chair, cheek tuft, claws, cloaca,   │\n",
       "│    cloaca ejaculation, cloaca juice, cloacal, cloacal kiss, close-up, clothing, cowgirl position, crouching,    │\n",
       "│     crouching cowgirl, cum, cum from cloaca, cum in cloaca, cum inside, cum string, curling toes, cutaway,      │\n",
       "│    digitigrade, discarded clothing, duo, ejaculation, eyes closed, facial tuft, feather hair, feather tuft,     │\n",
       "│   feathered crest, feathered wings, feathers, feet, fingers, fluffy, fluffy chest, forked tongue, from front    │\n",
       "│  position, furniture, genital fluids, genitals, grinding, hand on back, head crest, holographic screen, inner   │\n",
       "│ ear fluff, leaking cum, legs up, looking pleasured, lying, male, male/male, markings, motion lines, multi ear,  │\n",
       "│ neck tuft, nude, on back, on bottom, on ground, on top, open mouth, orgasm, orgasm face, pawpads, pink cloaca,  │\n",
       "│     pseudo hair, red markings, sex, shaking, space, spacecraft, tail, toe claws, toes, tongue, tongue out,      │\n",
       "│   trembling, tuft, vehicle, white body, white feathers, window, winged arms, wings, by ardeo, avali, digital    │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\f8ab1a94fa460c75aab039a05364b298.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 3 toes, 4 ears, anatomically correct, animal genitalia, anthro, anthro on anthro, black body, black │\n", "│ feathers, black markings, blue body, blue feathers, bodily fluids, breath, chair, cheek tuft, claws, cloaca, │\n", "│ cloaca ejaculation, cloaca juice, cloacal, cloacal kiss, close-up, clothing, cowgirl position, crouching, │\n", "│ crouching cowgirl, cum, cum from cloaca, cum in cloaca, cum inside, cum string, curling toes, cutaway, │\n", "│ digitigrade, discarded clothing, duo, ejaculation, eyes closed, facial tuft, feather hair, feather tuft, │\n", "│ feathered crest, feathered wings, feathers, feet, fingers, fluffy, fluffy chest, forked tongue, from front │\n", "│ position, furniture, genital fluids, genitals, grinding, hand on back, head crest, holographic screen, inner │\n", "│ ear fluff, leaking cum, legs up, looking pleasured, lying, male, male/male, markings, motion lines, multi ear, │\n", "│ neck tuft, nude, on back, on bottom, on ground, on top, open mouth, orgasm, orgasm face, pawpads, pink cloaca, │\n", "│ pseudo hair, red markings, sex, shaking, space, spacecraft, tail, toe claws, toes, tongue, tongue out, │\n", "│ trembling, tuft, vehicle, white body, white feathers, window, winged arms, wings, by ardeo, avali, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4660153.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4660153.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\fb1019ebcca88d88c2db8d4e7da64d53.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 ears, anal, anal penetration, anthro, anus, balls, blush, bottomwear, butt, camera, camera hud, camera view,  │\n",
       "│ clothing, duo, exclamation point, exhibitionism, feathers, floating, fur, genitals, grey body, legwear, looking │\n",
       "│   at viewer, male, male/male, multi ear, penetration, public, public exposure, recording, skirt, spread anus,   │\n",
       "│  spreading, stockings, tail, train, vehicle, yellow eyes, by doeboi, avali, digital media \\(artwork\\), hi res   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\fb1019ebcca88d88c2db8d4e7da64d53.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anal, anal penetration, anthro, anus, balls, blush, bottomwear, butt, camera, camera hud, camera view, │\n", "│ clothing, duo, exclamation point, exhibitionism, feathers, floating, fur, genitals, grey body, legwear, looking │\n", "│ at viewer, male, male/male, multi ear, penetration, public, public exposure, recording, skirt, spread anus, │\n", "│ spreading, stockings, tail, train, vehicle, yellow eyes, by doeboi, avali, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\avali\\4661527.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\avali\\\u001b[0m\u001b[1;36m4661527.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\avali\\c1591b37bcae0dfcf160e54f8e69115f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, animal penis, animal pussy, anthro, anus, arrow pointing to crotch, avali underfluffies, big  │\n",
       "│   butt, black body, black feathers, black fur, black genital slit, black pussy, bodily fluids, body writing,    │\n",
       "│ butt, clothed, clothing, directional arrow, equine anus, erection, feathers, female, fluffy, fluffy tail, free  │\n",
       "│     use, fur, genital slit, genitals, glistening, glistening genitalia, herm, intersex, intravaginal penis,     │\n",
       "│    inviting, inviting to sex, latex, latex clothing, latex legwear, latex stockings, legwear, legwear only,     │\n",
       "│ maleherm, multi ear, partially clothed, penis, penis peek, penis tip, plump labia, presenting, presenting anus, │\n",
       "│ presenting hindquarters, presenting pussy, puffy anus, puffy genital slit, pussy, raised tail, rear view, solo, │\n",
       "│ sticker, stockings, stuck, sweat, sweaty butt, tail, text, thick thighs, through wall, tuft, white body, white  │\n",
       "│  feathers, white fur, wide hips, writing on butt, by minekoo2, fyr \\(fenrir784\\), avali, avian, bird, digital   │\n",
       "│                           media \\(artwork\\), english text, hi res, maleherm \\(lore\\)                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\avali\\c1591b37bcae0dfcf160e54f8e69115f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, animal pussy, anthro, anus, arrow pointing to crotch, avali underfluffies, big │\n", "│ butt, black body, black feathers, black fur, black genital slit, black pussy, bodily fluids, body writing, │\n", "│ butt, clothed, clothing, directional arrow, equine anus, erection, feathers, female, fluffy, fluffy tail, free │\n", "│ use, fur, genital slit, genitals, glistening, glistening genitalia, herm, intersex, intravaginal penis, │\n", "│ inviting, inviting to sex, latex, latex clothing, latex legwear, latex stockings, legwear, legwear only, │\n", "│ maleherm, multi ear, partially clothed, penis, penis peek, penis tip, plump labia, presenting, presenting anus, │\n", "│ presenting hindquarters, presenting pussy, puffy anus, puffy genital slit, pussy, raised tail, rear view, solo, │\n", "│ sticker, stockings, stuck, sweat, sweaty butt, tail, text, thick thighs, through wall, tuft, white body, white │\n", "│ feathers, white fur, wide hips, writing on butt, by minekoo2, fyr \\(fenrir784\\), avali, avian, bird, digital │\n", "│ media \\(artwork\\), english text, hi res, maleherm \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\bdsm\\2854156.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\bdsm\\\u001b[0m\u001b[1;36m2854156.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\bdsm\\decc44bda3cd7320810c456e10b5bda1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, abs, amber eyes, anthro, arms tied, balls, barefoot, bdsm, bell, bell collar, belt, big balls, big    │\n",
       "│  penis, biped, black blindfold, black body, black collar, black fur, black nose, blindfold, blue hair, bodily   │\n",
       "│    fluids, bondage, boots, bottomwear, bound, bovid horn, brown body, brown fur, clothed, clothing, collar,     │\n",
       "│ cowbell, cuff \\(restraint\\), cum, cum drip, dominant, dominant anthro, dominant male, dripping, drooling, duo,  │\n",
       "│  ear piercing, ear ring, erection, feet, footwear, fully clothed, fur, gag, gagged, genital fluids, genitals,   │\n",
       "│   grey background, hair, hands behind back, harness, holding leash, holding object, horn, humanoid genitalia,   │\n",
       "│   humanoid penis, hybrid genitalia, hybrid penis, knot, knotted humanoid penis, leash, lock, male, male/male,   │\n",
       "│   muscular, muscular anthro, muscular male, muscular sub, muzzle \\(object\\), navel, nude, open mouth, orgasm,   │\n",
       "│ padlock, pants, pecs, penis, penis bondage, piercing, pink nose, plantigrade, red penis, restraints, ring gag,  │\n",
       "│ ring piercing, saliva, science fiction, sensory deprivation, service top, service top harness, shackles, sharp  │\n",
       "│  teeth, shirt, simple background, size difference, slave, small dom big sub, standing, submissive, submissive   │\n",
       "│      anthro, submissive male, submissive top, teeth, text, toes, tongue, tongue out, topwear, translucent,      │\n",
       "│  translucent clothing, translucent shirt, translucent topwear, white body, white fur, by bassenji, mythology,   │\n",
       "│    bovid, bovine, cattle, mythological creature, were, werecanid, werecanine, werewolf, wolf, digital media     │\n",
       "│                                        \\(artwork\\), english text, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\bdsm\\decc44bda3cd7320810c456e10b5bda1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, abs, amber eyes, anthro, arms tied, balls, barefoot, bdsm, bell, bell collar, belt, big balls, big │\n", "│ penis, biped, black blindfold, black body, black collar, black fur, black nose, blindfold, blue hair, bodily │\n", "│ fluids, bondage, boots, bottomwear, bound, bovid horn, brown body, brown fur, clothed, clothing, collar, │\n", "│ cowbell, cuff \\(restraint\\), cum, cum drip, dominant, dominant anthro, dominant male, dripping, drooling, duo, │\n", "│ ear piercing, ear ring, erection, feet, footwear, fully clothed, fur, gag, gagged, genital fluids, genitals, │\n", "│ grey background, hair, hands behind back, harness, holding leash, holding object, horn, humanoid genitalia, │\n", "│ humanoid penis, hybrid genitalia, hybrid penis, knot, knotted humanoid penis, leash, lock, male, male/male, │\n", "│ muscular, muscular anthro, muscular male, muscular sub, muzzle \\(object\\), navel, nude, open mouth, orgasm, │\n", "│ padlock, pants, pecs, penis, penis bondage, piercing, pink nose, plantigrade, red penis, restraints, ring gag, │\n", "│ ring piercing, saliva, science fiction, sensory deprivation, service top, service top harness, shackles, sharp │\n", "│ teeth, shirt, simple background, size difference, slave, small dom big sub, standing, submissive, submissive │\n", "│ anthro, submissive male, submissive top, teeth, text, toes, tongue, tongue out, topwear, translucent, │\n", "│ translucent clothing, translucent shirt, translucent topwear, white body, white fur, by bassenji, mythology, │\n", "│ bovid, bovine, cattle, mythological creature, were, werecanid, werecanine, werewolf, wolf, digital media │\n", "│ \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_blp\\29055.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_blp\\\u001b[0m\u001b[1;36m29055.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\by_blp\\48ff5b7b4c29505237cbb04d6d0c58ba.txt                           ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anus, autumn, balls, big balls, black body, black fur, black nose, butt, ears up, feral, forest, fur, genitals, │\n",
       "│  glowing, glowing eyes, light, looking at viewer, looking back, looking back at viewer, low-angle view, male,   │\n",
       "│     multicolored body, multicolored fur, outside, paws, perineum, pink anus, plant, presenting, presenting      │\n",
       "│       hindquarters, raised tail, red eyes, rock, smile, smug, solo, standing, sun, sunlight, tail aside,        │\n",
       "│ three-quarter view, tree, two tone body, two tone fur, white body, white fur, blp, domestic dog, husky, nordic  │\n",
       "│                          sled dog, siberian husky, spitz, attempted signature, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_blp\\48ff5b7b4c29505237cbb04d6d0c58ba.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anus, autumn, balls, big balls, black body, black fur, black nose, butt, ears up, feral, forest, fur, genitals, │\n", "│ glowing, glowing eyes, light, looking at viewer, looking back, looking back at viewer, low-angle view, male, │\n", "│ multicolored body, multicolored fur, outside, paws, perineum, pink anus, plant, presenting, presenting │\n", "│ hindquarters, raised tail, red eyes, rock, smile, smug, solo, standing, sun, sunlight, tail aside, │\n", "│ three-quarter view, tree, two tone body, two tone fur, white body, white fur, blp, domestic dog, husky, nordic │\n", "│ sled dog, siberian husky, spitz, attempted signature, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_blp\\29183.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_blp\\\u001b[0m\u001b[1;36m29183.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                           E:\\training_dir\\by_blp\\ad579f167eebc97a9499f76e2897701f.txt                           ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, black body, black fur, black nose, blep, cheek tuft, collar, ears up, facial tuft, feral,   │\n",
       "│    flower, fur, grass, green eyes, hill, light, light beam, looking up, multicolored body, multicolored fur,    │\n",
       "│  outside, paws, plant, sitting, smile, solo, sunbeam, sunlight, three-quarter view, tongue, tongue out, tree,   │\n",
       "│  tuft, two tone body, two tone fur, white body, white fur, blp, domestic dog, husky, nordic sled dog, siberian  │\n",
       "│                                        husky, spitz, attempted signature                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_blp\\ad579f167eebc97a9499f76e2897701f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black body, black fur, black nose, blep, cheek tuft, collar, ears up, facial tuft, feral, │\n", "│ flower, fur, grass, green eyes, hill, light, light beam, looking up, multicolored body, multicolored fur, │\n", "│ outside, paws, plant, sitting, smile, solo, sunbeam, sunlight, three-quarter view, tongue, tongue out, tree, │\n", "│ tuft, two tone body, two tone fur, white body, white fur, blp, domestic dog, husky, nordic sled dog, siberian │\n", "│ husky, spitz, attempted signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\1442677.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m1442677.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\42e44905976e391c13c5dbdf1f07af1d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anthro, black body, black fur, blue body, blue fur, clothed, clothing, dipstick ears, dipstick tail, │\n",
       "│   fingers, fur, gaming, gloves \\(marking\\), hair, leg markings, legs up, lying, male, markings, multicolored    │\n",
       "│   ears, multicolored tail, on back, pink eyes, pink hair, socks \\(marking\\), tail, tail markings, white body,   │\n",
       "│                         white fur, white tail tip, by corzh77, nyaaa foxx, fox, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\42e44905976e391c13c5dbdf1f07af1d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, black body, black fur, blue body, blue fur, clothed, clothing, dipstick ears, dipstick tail, │\n", "│ fingers, fur, gaming, gloves \\(marking\\), hair, leg markings, legs up, lying, male, markings, multicolored │\n", "│ ears, multicolored tail, on back, pink eyes, pink hair, socks \\(marking\\), tail, tail markings, white body, │\n", "│ white fur, white tail tip, by corzh77, nyaaa foxx, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\1788732.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m1788732.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\1285d76d6a356878c148db36dc5891a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ clothing, girly, hair, hoodie, long hair, male, paws, solo, space, star, topwear, by corzh77, nyaaa foxx, fox,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\1285d76d6a356878c148db36dc5891a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ clothing, girly, hair, hoodie, long hair, male, paws, solo, space, star, topwear, by corzh77, nyaaa foxx, fox, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\1790298.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m1790298.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8930011c2dbf3c101667d0fc2cfe62a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  bed, bookshelf, desk, electronics, furniture, girly, happy, male, pawpads, paws, pillow, poster, sun, table,   │\n",
       "│                television, window, window light, by corzh77, by takiro, nyaaa foxx, fox, hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8930011c2dbf3c101667d0fc2cfe62a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bed, bookshelf, desk, electronics, furniture, girly, happy, male, pawpads, paws, pillow, poster, sun, table, │\n", "│ television, window, window light, by corzh77, by takiro, nyaaa foxx, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\1830611.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m1830611.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\684035faf9cf1b17b487b0eeb098f198.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   angry, beak, blue eyes, feathers, feet, group, holding character, male, smile, tail, tail feathers, talons,   │\n",
       "│  toes, young, by corzh77, european mythology, greek mythology, mythology, azukipuddles, coulias, pirate eagle,  │\n",
       "│  skarneti, svi, accipitrid, accipitriform, avian, bird, chicken, columbid, eagle, galliform, gallus \\(genus\\),  │\n",
       "│   gryphon, hippogriff, mythological avian, mythological creature, phasianid, philippine eagle, pigeon, hi res   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\684035faf9cf1b17b487b0eeb098f198.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, beak, blue eyes, feathers, feet, group, holding character, male, smile, tail, tail feathers, talons, │\n", "│ toes, young, by corzh77, european mythology, greek mythology, mythology, azukipuddles, coulias, pirate eagle, │\n", "│ skarneti, svi, accipitrid, accipitriform, avian, bird, chicken, columbid, eagle, galliform, gallus \\(genus\\), │\n", "│ gryphon, hippogriff, mythological avian, mythological creature, phasianid, philippine eagle, pigeon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\1909535.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m1909535.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\5de229be07c9253d89f5c5a0a8899abf.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anthro, beverage, biped, black body, black fur, black nose, black tail, blue eyes, breasts, claws,    │\n",
       "│    clothed, clothing, coffee, container, cup, dipstick tail, eyebrows, feet, female, fur, furniture, holding    │\n",
       "│ object, looking at viewer, markings, multicolored body, multicolored fur, multicolored tail, red body, red fur, │\n",
       "│  shirt, simple background, sitting, smile, solo, table, tail, tail markings, tank top, toes, topwear, two tone  │\n",
       "│  tail, white background, white body, white fur, white tail, by corzh77, kim greenwitch, border collie, collie,  │\n",
       "│              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\\by_corzh77\\5de229be07c9253d89f5c5a0a8899abf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, beverage, biped, black body, black fur, black nose, black tail, blue eyes, breasts, claws, │\n", "│ clothed, clothing, coffee, container, cup, dipstick tail, eyebrows, feet, female, fur, furniture, holding │\n", "│ object, looking at viewer, markings, multicolored body, multicolored fur, multicolored tail, red body, red fur, │\n", "│ shirt, simple background, sitting, smile, solo, table, tail, tail markings, tank top, toes, topwear, two tone │\n", "│ tail, white background, white body, white fur, white tail, by corzh77, kim greenwitch, border collie, collie, │\n", "│ 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\\by_corzh77\\2406978.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m2406978.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\747c6fbbb3c3e0a80838280e9ece5bec.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, bottomwear, clothed, clothing, cuddling, duo, embrace, eyes closed, female, fur, grass, grey body, grey │\n",
       "│    fur, grey hair, hair, hug, lights, long hair, love, male, night, plant, romantic, romantic couple, shirt,    │\n",
       "│   shorts, star, sweater, t-shirt, tan body, tan fur, tan hair, topwear, by corzh77, ammy fluff \\(character\\),   │\n",
       "│                     tsukiko hanako \\(character\\), cougar, feline, fox, hybrid, wolf, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\747c6fbbb3c3e0a80838280e9ece5bec.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bottomwear, clothed, clothing, cuddling, duo, embrace, eyes closed, female, fur, grass, grey body, grey │\n", "│ fur, grey hair, hair, hug, lights, long hair, love, male, night, plant, romantic, romantic couple, shirt, │\n", "│ shorts, star, sweater, t-shirt, tan body, tan fur, tan hair, topwear, by corzh77, ammy fluff \\(character\\), │\n", "│ tsukiko hanako \\(character\\), cougar, feline, fox, hybrid, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\2600324.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m2600324.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b9a594c1538dfcc6c2340933f22dea6a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, 5 toes, antennae \\(anatomy\\), anthro, back spines, biped, claws, dipstick antennae, duo, ear     │\n",
       "│    piercing, ear ring, eyes closed, feet, fingers, fur, happy, heart symbol, horn, kissing, male, male/male,    │\n",
       "│  membrane \\(anatomy\\), membranous wings, multicolored antennae, notched ear, orange body, orange fur, pawpads,  │\n",
       "│   piercing, pink pawpads, ring piercing, simple background, tail, toe claws, toes, tongue, tongue out, white    │\n",
       "│     background, white body, white claws, white fur, wings, by corzh77, european mythology, lilo and stitch,     │\n",
       "│     mythology, fan character, ferlo, alien, dragon, experiment \\(lilo and stitch\\), mythological creature,      │\n",
       "│                               mythological scalie, scalie, western dragon, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b9a594c1538dfcc6c2340933f22dea6a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, antennae \\(anatomy\\), anthro, back spines, biped, claws, dipstick antennae, duo, ear │\n", "│ piercing, ear ring, eyes closed, feet, fingers, fur, happy, heart symbol, horn, kissing, male, male/male, │\n", "│ membrane \\(anatomy\\), membranous wings, multicolored antennae, notched ear, orange body, orange fur, pawpads, │\n", "│ piercing, pink pawpads, ring piercing, simple background, tail, toe claws, toes, tongue, tongue out, white │\n", "│ background, white body, white claws, white fur, wings, by corzh77, european mythology, lilo and stitch, │\n", "│ mythology, fan character, ferlo, alien, dragon, experiment \\(lilo and stitch\\), mythological creature, │\n", "│ mythological scalie, scalie, western dragon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\2902735.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m2902735.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ff12b56be8a119ef2e4077dbd88d6dcc.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, anthro, arm tuft, backpack, biped, black body, black claws, black fur, black pawpads, blue  │\n",
       "│  body, blue fur, blue hair, blue markings, bottomwear, cheek tuft, claws, clothed, clothing, day, denim, denim  │\n",
       "│    bottomwear, denim clothing, digitigrade, dipstick tail, duo, elbow tuft, facial tuft, feet, finger claws,    │\n",
       "│ fingers, floating island, fungus, fur, grass, green eyes, green markings, hair, hand holding, inner ear fluff,  │\n",
       "│     jeans, looking at another, looking at partner, male, male/male, markings, mountain, multicolored body,      │\n",
       "│    multicolored fur, multicolored tail, mushroom, open mouth, orange body, orange fur, orange hair, outside,    │\n",
       "│  pants, pawpads, plant, purple markings, roots, scarf, sharp teeth, shirt, shrub, sky, smile, snow, tail, tail  │\n",
       "│  markings, teeth, toe claws, toes, tongue, topwear, tree, tuft, two tone body, two tone fur, white body, white  │\n",
       "│          claws, white fur, yellow eyes, by corzh77, elemental creature, flora fauna, fox, wolf, hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ff12b56be8a119ef2e4077dbd88d6dcc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, arm tuft, backpack, biped, black body, black claws, black fur, black pawpads, blue │\n", "│ body, blue fur, blue hair, blue markings, bottomwear, cheek tuft, claws, clothed, clothing, day, denim, denim │\n", "│ bottomwear, denim clothing, digitigrade, dipstick tail, duo, elbow tuft, facial tuft, feet, finger claws, │\n", "│ fingers, floating island, fungus, fur, grass, green eyes, green markings, hair, hand holding, inner ear fluff, │\n", "│ jeans, looking at another, looking at partner, male, male/male, markings, mountain, multicolored body, │\n", "│ multicolored fur, multicolored tail, mushroom, open mouth, orange body, orange fur, orange hair, outside, │\n", "│ pants, pawpads, plant, purple markings, roots, scarf, sharp teeth, shirt, shrub, sky, smile, snow, tail, tail │\n", "│ markings, teeth, toe claws, toes, tongue, topwear, tree, tuft, two tone body, two tone fur, white body, white │\n", "│ claws, white fur, yellow eyes, by corzh77, elemental creature, flora fauna, fox, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3128334.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3128334.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\dd21ca6e5475243d39b88fe7f78237f5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, blue eyes, blue hair, blue sky, cloud, eyebrows, facial markings, fur, grey body, grey fur, hair,    │\n",
       "│  happy, head markings, inner ear fluff, male, markings, multicolored body, multicolored fur, open mouth, sharp  │\n",
       "│  teeth, simple background, sky, smile, solo, teeth, tongue, tuft, by corzh77, matt wolf, wolf, bust portrait,   │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\dd21ca6e5475243d39b88fe7f78237f5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue eyes, blue hair, blue sky, cloud, eyebrows, facial markings, fur, grey body, grey fur, hair, │\n", "│ happy, head markings, inner ear fluff, male, markings, multicolored body, multicolored fur, open mouth, sharp │\n", "│ teeth, simple background, sky, smile, solo, teeth, tongue, tuft, by corzh77, matt wolf, wolf, bust portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634601.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634601.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\4bc2f90e4d71345d9b35bd00e1a05624.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, beverage, black body, black fur, clothed, clothing, container, cup, eyes closed,    │\n",
       "│    facial markings, floral background, front view, fur, head markings, holding beverage, holding container,     │\n",
       "│     holding cup, holding object, markings, mouth closed, orange clothing, orange topwear, smoke, solo, tan      │\n",
       "│ clothing, tan topwear, topwear, unsigned, whiskers, yellow markings, by corzh77, half-length portrait, portrait │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\4bc2f90e4d71345d9b35bd00e1a05624.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, beverage, black body, black fur, clothed, clothing, container, cup, eyes closed, │\n", "│ facial markings, floral background, front view, fur, head markings, holding beverage, holding container, │\n", "│ holding cup, holding object, markings, mouth closed, orange clothing, orange topwear, smoke, solo, tan │\n", "│ clothing, tan topwear, topwear, unsigned, whiskers, yellow markings, by corzh77, half-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634613.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634613.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a32b78d25428f6683a9651f4d0489d78.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, barefoot, black bottomwear, black clothing, black hair, black pants, bottomwear,    │\n",
       "│  cheek tuft, clothed, clothing, duo, eyes closed, facial tuft, feet, female, feral, fur, grey body, grey fur,   │\n",
       "│  hair, hoodie, mouth closed, multicolored body, multicolored fur, neck tuft, on top, pants, red clothing, red   │\n",
       "│ hoodie, red topwear, riding, simple background, tail, three-quarter view, topwear, tuft, unsigned, white body,  │\n",
       "│ white fur, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie, hi │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a32b78d25428f6683a9651f4d0489d78.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, barefoot, black bottomwear, black clothing, black hair, black pants, bottomwear, │\n", "│ cheek tuft, clothed, clothing, duo, eyes closed, facial tuft, feet, female, feral, fur, grey body, grey fur, │\n", "│ hair, hoodie, mouth closed, multicolored body, multicolored fur, neck tuft, on top, pants, red clothing, red │\n", "│ hoodie, red topwear, riding, simple background, tail, three-quarter view, topwear, tuft, unsigned, white body, │\n", "│ white fur, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634688.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634688.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\6759c97c0e446fb9ce52d546dd23ce17.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, fur, grass, grey body, gun, machine, open mouth, outside, plant, ranged weapon, sharp teeth,  │\n",
       "│    solo, sparkles, teeth, three-quarter view, unsigned, weapon, white body, white fur, by corzh77, blizzard     │\n",
       "│           entertainment, overwatch, orisa \\(overwatch\\), robot, taur, full-length portrait, portrait            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\6759c97c0e446fb9ce52d546dd23ce17.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, fur, grass, grey body, gun, machine, open mouth, outside, plant, ranged weapon, sharp teeth, │\n", "│ solo, sparkles, teeth, three-quarter view, unsigned, weapon, white body, white fur, by corzh77, blizzard │\n", "│ entertainment, overwatch, orisa \\(overwatch\\), robot, taur, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634846.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634846.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ac6c7ac481862f240ea4c0ef1917adb3.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambient silhouette, anthro, barefoot, black bottomwear, black clothing, black pants, blue eyes, bottomwear,   │\n",
       "│     brown body, brown fur, brown hair, clothed, clothing, duo focus, fangs, feet, forest, fur, glistening,      │\n",
       "│ glistening eyes, grass, green eyes, grey body, grey fur, grey hair, group, hair, male, on ear, outside, pants,  │\n",
       "│      plant, red clothing, red topwear, shrub, silhouette, sitting, smile, swing, tan body, tan fur, teeth,      │\n",
       "│  three-quarter view, topwear, torn bottomwear, torn clothing, torn pants, tree, unsigned, by corzh77, ambient   │\n",
       "│  arthropod, ambient butterfly, ambient flier, ambient insect, arthropod, bat, butterfly, insect, lepidopteran,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ac6c7ac481862f240ea4c0ef1917adb3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambient silhouette, anthro, barefoot, black bottomwear, black clothing, black pants, blue eyes, bottomwear, │\n", "│ brown body, brown fur, brown hair, clothed, clothing, duo focus, fangs, feet, forest, fur, glistening, │\n", "│ glistening eyes, grass, green eyes, grey body, grey fur, grey hair, group, hair, male, on ear, outside, pants, │\n", "│ plant, red clothing, red topwear, shrub, silhouette, sitting, smile, swing, tan body, tan fur, teeth, │\n", "│ three-quarter view, topwear, torn bottomwear, torn clothing, torn pants, tree, unsigned, by corzh77, ambient │\n", "│ arthropod, ambient butterfly, ambient flier, ambient insect, arthropod, bat, butterfly, insect, lepidopteran, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634848.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634848.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f32b2f5ed797996a8a1450f442a8c53b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  angry, anthro, armor, blue eyes, blue fire, breath powers, brown body, clothed, clothing, colored fire, duo,   │\n",
       "│ elemental manipulation, fangs, feral, fire, fire breathing, fire manipulation, fur, grey armor, grey body, grey │\n",
       "│    fur, grey hair, hair, headgear, helmet, holding object, holding shield, horn, male, open mouth, outside,     │\n",
       "│  pupils, ridged horn, rock, sharp teeth, shield, short hair, slit pupils, tan horn, teeth, three-quarter view,  │\n",
       "│  unsigned, white horn, by corzh77, asian mythology, east asian mythology, game of thrones, mythology, dragon,   │\n",
       "│            eastern dragon, furred 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\\by_corzh77\\f32b2f5ed797996a8a1450f442a8c53b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, anthro, armor, blue eyes, blue fire, breath powers, brown body, clothed, clothing, colored fire, duo, │\n", "│ elemental manipulation, fangs, feral, fire, fire breathing, fire manipulation, fur, grey armor, grey body, grey │\n", "│ fur, grey hair, hair, headgear, helmet, holding object, holding shield, horn, male, open mouth, outside, │\n", "│ pupils, ridged horn, rock, sharp teeth, shield, short hair, slit pupils, tan horn, teeth, three-quarter view, │\n", "│ unsigned, white horn, by corzh77, asian mythology, east asian mythology, game of thrones, mythology, dragon, │\n", "│ eastern dragon, furred dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3634866.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3634866.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\6c811c7bbe1fb5b63bd9e4cfae074d8a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, belt, black belt, black clothing, black hair, black topwear, blue bottomwear, blue   │\n",
       "│  clothing, blue pants, bottomwear, breasts, clothed, clothing, female, feral, footwear, glistening, glistening  │\n",
       "│    eyes, green eyes, grin, group, hair, multicolored hair, orange body, pants, pink hair, red clothing, red     │\n",
       "│ footwear, red shoes, shoes, smile, topwear, two tone hair, underwater, unsigned, water, white belt, white body, │\n",
       "│ white clothing, white footwear, white shoes, by corzh77, ambient fish, ambient sealife, fish, marine, shark, hi │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\6c811c7bbe1fb5b63bd9e4cfae074d8a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, belt, black belt, black clothing, black hair, black topwear, blue bottomwear, blue │\n", "│ clothing, blue pants, bottomwear, breasts, clothed, clothing, female, feral, footwear, glistening, glistening │\n", "│ eyes, green eyes, grin, group, hair, multicolored hair, orange body, pants, pink hair, red clothing, red │\n", "│ footwear, red shoes, shoes, smile, topwear, two tone hair, underwater, unsigned, water, white belt, white body, │\n", "│ white clothing, white footwear, white shoes, by corzh77, ambient fish, ambient sealife, fish, marine, shark, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635040.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635040.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a65079dad67e6d4de4ebff5420b996c6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, armpit hair, body hair, bowl, chest tuft, container, featureless crotch, fluffy, fluffy tail, fur,    │\n",
       "│  glistening, glistening eyes, holding bowl, holding container, holding object, male, mouth closed, neck tuft,   │\n",
       "│ nipples, nude, orange body, orange fur, outside, partially submerged, pond, solo, standing, tail, teeth, tuft,  │\n",
       "│    unsigned, water, wet, wet body, wet fur, white body, white fur, yellow body, yellow eyes, yellow fur, by     │\n",
       "│                                             corzh77, sergal, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a65079dad67e6d4de4ebff5420b996c6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armpit hair, body hair, bowl, chest tuft, container, featureless crotch, fluffy, fluffy tail, fur, │\n", "│ glistening, glistening eyes, holding bowl, holding container, holding object, male, mouth closed, neck tuft, │\n", "│ nipples, nude, orange body, orange fur, outside, partially submerged, pond, solo, standing, tail, teeth, tuft, │\n", "│ unsigned, water, wet, wet body, wet fur, white body, white fur, yellow body, yellow eyes, yellow fur, by │\n", "│ corzh77, sergal, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635080.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635080.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\414d694fb408806c7e5bfc9527ff77fa.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, bench, cheek tuft, dessert, duo, eyes closed, facial tuft, female, food, fur, grass, green body, green  │\n",
       "│    fur, happy, ice cream, male, nude, on bench, outside, plant, popsicle, sitting, tail, tan body, tan fur,     │\n",
       "│ three-quarter view, tree, tuft, unsigned, by corzh77, mythology, dragon, furred dragon, mythological creature,  │\n",
       "│                                       mythological scalie, scalie, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\414d694fb408806c7e5bfc9527ff77fa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bench, cheek tuft, dessert, duo, eyes closed, facial tuft, female, food, fur, grass, green body, green │\n", "│ fur, happy, ice cream, male, nude, on bench, outside, plant, popsicle, sitting, tail, tan body, tan fur, │\n", "│ three-quarter view, tree, tuft, unsigned, by corzh77, mythology, dragon, furred dragon, mythological creature, │\n", "│ mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635217.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635217.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\3d65e3abc066b3182e71a1bdda49f6d8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, back tuft, biped, blue body, blue fur, bottomwear, butt tuft, cheek tuft, clothed, clothing, facial   │\n",
       "│    markings, facial tuft, female, fur, green bottomwear, green clothing, green topwear, head markings, leaf,    │\n",
       "│  markings, purple body, purple fur, red eyes, red sclera, simple background, solo, striped body, striped fur,   │\n",
       "│   striped markings, striped tail, stripes, tail, tail markings, topwear, tuft, unsigned, white background, by   │\n",
       "│                                 corzh77, sergal, full-length portrait, portrait                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\3d65e3abc066b3182e71a1bdda49f6d8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, back tuft, biped, blue body, blue fur, bottomwear, butt tuft, cheek tuft, clothed, clothing, facial │\n", "│ markings, facial tuft, female, fur, green bottomwear, green clothing, green topwear, head markings, leaf, │\n", "│ markings, purple body, purple fur, red eyes, red sclera, simple background, solo, striped body, striped fur, │\n", "│ striped markings, striped tail, stripes, tail, tail markings, topwear, tuft, unsigned, white background, by │\n", "│ corzh77, sergal, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635394.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635394.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8d0fa1dcc9b72ed8a77a16bb1af34127.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big breasts, black hair, blue clothing, blue topwear, bottomwear, breasts, clothed, clothing, female,  │\n",
       "│  green eyes, hair, hand on breast, horn, kneeling, mouth closed, orange sclera, pants, pink body, purple body,  │\n",
       "│  simple background, small horn, solo, three-quarter view, topwear, torn bottomwear, torn clothing, torn pants,  │\n",
       "│         unsigned, white background, by corzh77, reptile, scalie, snake, full-length portrait, portrait          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8d0fa1dcc9b72ed8a77a16bb1af34127.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big breasts, black hair, blue clothing, blue topwear, bottomwear, breasts, clothed, clothing, female, │\n", "│ green eyes, hair, hand on breast, horn, kneeling, mouth closed, orange sclera, pants, pink body, purple body, │\n", "│ simple background, small horn, solo, three-quarter view, topwear, torn bottomwear, torn clothing, torn pants, │\n", "│ unsigned, white background, by corzh77, reptile, scalie, snake, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635433.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635433.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8a59f6740e86ebd8a2fc032577d6c010.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, beak, black beak, black body, black feathers, blue body, blue feathers, breasts, cloud, eyelashes,    │\n",
       "│ feathers, featureless breasts, female, head feathers, mouth closed, nude, orange eyes, simple background, solo, │\n",
       "│  tail, tail feathers, unsigned, white body, white feathers, winged arms, wings, by corzh77, avian, full-length  │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8a59f6740e86ebd8a2fc032577d6c010.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beak, black beak, black body, black feathers, blue body, blue feathers, breasts, cloud, eyelashes, │\n", "│ feathers, featureless breasts, female, head feathers, mouth closed, nude, orange eyes, simple background, solo, │\n", "│ tail, tail feathers, unsigned, white body, white feathers, winged arms, wings, by corzh77, avian, full-length │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3635567.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3635567.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a8a5e03a026ddae7362057f797ed22ba.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, blue claws, blue eyes, blue pawpads, bottomwear, brown body, brown fur, claws, clothed, clothing,    │\n",
       "│    crossed arms, fangs, female, fluffy, fluffy tail, fur, grey bottomwear, grey clothing, grey pants, hair,     │\n",
       "│   looking at viewer, narrowed eyes, pants, pawpads, simple background, solo, standing, tail, tan hair, teeth,   │\n",
       "│     topwear, unsigned, white background, white body, white clothing, white fur, white topwear, by corzh77,      │\n",
       "│                                         full-length portrait, portrait                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a8a5e03a026ddae7362057f797ed22ba.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue claws, blue eyes, blue pawpads, bottomwear, brown body, brown fur, claws, clothed, clothing, │\n", "│ crossed arms, fangs, female, fluffy, fluffy tail, fur, grey bottomwear, grey clothing, grey pants, hair, │\n", "│ looking at viewer, narrowed eyes, pants, pawpads, simple background, solo, standing, tail, tan hair, teeth, │\n", "│ topwear, unsigned, white background, white body, white clothing, white fur, white topwear, by corzh77, │\n", "│ full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636481.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636481.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\abc67d2859d92739588dfadb84bbc181.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, arm tuft, bent legs, black body, black fur, crossed legs, fire, fur, glistening, glistening eyes, grey  │\n",
       "│  body, grey fur, head tuft, leg over thigh, long neck, male, narrowed eyes, neck tuft, nude, open mouth, sharp  │\n",
       "│      teeth, simple background, solo, teeth, three-quarter view, tongue, tongue out, tuft, unsigned, white       │\n",
       "│                        background, by corzh77, obstagoon, full-length portrait, portrait                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\abc67d2859d92739588dfadb84bbc181.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, bent legs, black body, black fur, crossed legs, fire, fur, glistening, glistening eyes, grey │\n", "│ body, grey fur, head tuft, leg over thigh, long neck, male, narrowed eyes, neck tuft, nude, open mouth, sharp │\n", "│ teeth, simple background, solo, teeth, three-quarter view, tongue, tongue out, tuft, unsigned, white │\n", "│ background, by corzh77, obstagoon, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636549.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636549.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d70894decdb3482a72160e7086b8fc86.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, blonde hair, cheek tuft, curtains, duo, facial tuft, fur, furniture, green eyes, hair, inside, lying,  │\n",
       "│   male, markings, massage, mouth closed, nude, on front, on top, plant, plant pot, potted plant, pupils, red    │\n",
       "│  body, red fur, slit pupils, sofa, spots, spotted body, spotted fur, tail, three-quarter view, tuft, unsigned,  │\n",
       "│ white body, white fur, window, yellow body, yellow eyes, yellow fur, by corzh77, feline, hybrid, lynx, sergal,  │\n",
       "│                                                  wolf, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d70894decdb3482a72160e7086b8fc86.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blonde hair, cheek tuft, curtains, duo, facial tuft, fur, furniture, green eyes, hair, inside, lying, │\n", "│ male, markings, massage, mouth closed, nude, on front, on top, plant, plant pot, potted plant, pupils, red │\n", "│ body, red fur, slit pupils, sofa, spots, spotted body, spotted fur, tail, three-quarter view, tuft, unsigned, │\n", "│ white body, white fur, window, yellow body, yellow eyes, yellow fur, by corzh77, feline, hybrid, lynx, sergal, │\n", "│ wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636551.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636551.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\141250e50d7215b99f4a02afa285b20b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, big breasts, black body, black fur, bottomwear, breasts, brown hair, clothed, clothing, female, foot in │\n",
       "│  water, fur, glistening, glistening eyes, grass, grey bottomwear, grey clothing, grey pants, hair, horn, leaf,  │\n",
       "│ looking at viewer, membrane \\(anatomy\\), membranous wings, micro, mouth closed, outside, pants, pink clothing,  │\n",
       "│  pink topwear, plant, red eyes, red wings, solo, tail, tan sclera, topwear, unsigned, water drop, white horn,   │\n",
       "│    wings, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie,     │\n",
       "│                                         full-length portrait, portrait                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\141250e50d7215b99f4a02afa285b20b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big breasts, black body, black fur, bottomwear, breasts, brown hair, clothed, clothing, female, foot in │\n", "│ water, fur, glistening, glistening eyes, grass, grey bottomwear, grey clothing, grey pants, hair, horn, leaf, │\n", "│ looking at viewer, membrane \\(anatomy\\), membranous wings, micro, mouth closed, outside, pants, pink clothing, │\n", "│ pink topwear, plant, red eyes, red wings, solo, tail, tan sclera, topwear, unsigned, water drop, white horn, │\n", "│ wings, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie, │\n", "│ full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636559.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636559.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f597416c68048dad688bd36ca5464de5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, claws, ear piercing, ear ring, front view, fur, glistening, glistening eyes, green   │\n",
       "│  eyes, hair, looking at viewer, nude, nude ambiguous, nude anthro, outside, piercing, pink tongue, plant, ring  │\n",
       "│   piercing, shrub, solo, tongue, tongue out, unsigned, white body, white claws, white ears, white fur, white    │\n",
       "│                                hair, by corzh77, sergal, bust portrait, portrait                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\f597416c68048dad688bd36ca5464de5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, claws, ear piercing, ear ring, front view, fur, glistening, glistening eyes, green │\n", "│ eyes, hair, looking at viewer, nude, nude ambiguous, nude anthro, outside, piercing, pink tongue, plant, ring │\n", "│ piercing, shrub, solo, tongue, tongue out, unsigned, white body, white claws, white ears, white fur, white │\n", "│ hair, by corzh77, sergal, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636621.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636621.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9a600a9df3e5315830f39f2f684be58a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, antlers, chest tuft, empty eyes, forest, grass, horn, outside, plant, quadruped, side view,  │\n",
       "│                 silhouette, snow, snowing, solo, tree, tuft, water, by corzh77, monster, hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9a600a9df3e5315830f39f2f684be58a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, antlers, chest tuft, empty eyes, forest, grass, horn, outside, plant, quadruped, side view, │\n", "│ silhouette, snow, snowing, solo, tree, tuft, water, by corzh77, monster, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636803.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636803.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\6540f93306c4a0fb80b7f70e26f4d0bb.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, bottomwear, clothed, clothing, forest, fur, grass, green eyes, hair, happy, horn,   │\n",
       "│ long hair, open mouth, open smile, outside, pants, plant, pupils, red bottomwear, red clothing, red pants, red  │\n",
       "│ pupils, sitting, smile, solo, tan body, tan fur, three-quarter view, topless, tree, unsigned, white bottomwear, │\n",
       "│  white clothing, white hair, white pants, by corzh77, made in abyss, nanachi, narehate, full-length portrait,   │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\6540f93306c4a0fb80b7f70e26f4d0bb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, bottomwear, clothed, clothing, forest, fur, grass, green eyes, hair, happy, horn, │\n", "│ long hair, open mouth, open smile, outside, pants, plant, pupils, red bottomwear, red clothing, red pants, red │\n", "│ pupils, sitting, smile, solo, tan body, tan fur, three-quarter view, topless, tree, unsigned, white bottomwear, │\n", "│ white clothing, white hair, white pants, by corzh77, made in abyss, nanachi, narehate, full-length portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636849.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636849.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c46fc6685fbe1bbc86d17148bf49e617.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, barefoot, black bottomwear, black clothing, black pants, blonde hair, blue body, bottomwear, clothed,  │\n",
       "│  clothing, fangs, feet, hair, looking at viewer, male, open mouth, outside, pants, plant, rock, shadow, shirt,  │\n",
       "│   shrub, sky, solo, standing, t-shirt, tail, teeth, three-quarter view, topwear, unsigned, water, waterfall,    │\n",
       "│   white clothing, white shirt, white t-shirt, white topwear, yellow body, yellow eyes, by corzh77, mythology,   │\n",
       "│   teryx commodore, dragon, mythological creature, mythological scalie, scalie, full-length portrait, portrait   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c46fc6685fbe1bbc86d17148bf49e617.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, barefoot, black bottomwear, black clothing, black pants, blonde hair, blue body, bottomwear, clothed, │\n", "│ clothing, fangs, feet, hair, looking at viewer, male, open mouth, outside, pants, plant, rock, shadow, shirt, │\n", "│ shrub, sky, solo, standing, t-shirt, tail, teeth, three-quarter view, topwear, unsigned, water, waterfall, │\n", "│ white clothing, white shirt, white t-shirt, white topwear, yellow body, yellow eyes, by corzh77, mythology, │\n", "│ teryx commodore, dragon, mythological creature, mythological scalie, scalie, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636964.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636964.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8927fbcf699d09674480a4922356baf6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black bottomwear, black clothing, blonde hair, blue body, bottomwear, cheek tuft, clothed, clothing,   │\n",
       "│   duo, eyes closed, facial tuft, fluffy, fluffy tail, fur, grey body, grey fur, grin, hair, male, neck tuft,    │\n",
       "│ outside, partially submerged, plant, running, shrub, smile, standing, tail, three-quarter view, topless, tuft,  │\n",
       "│      unsigned, waterfall, white body, white fur, by corzh77, mythology, favonius, teryx commodore, dragon,      │\n",
       "│                        mythological creature, mythological scalie, scalie, wolf, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8927fbcf699d09674480a4922356baf6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black bottomwear, black clothing, blonde hair, blue body, bottomwear, cheek tuft, clothed, clothing, │\n", "│ duo, eyes closed, facial tuft, fluffy, fluffy tail, fur, grey body, grey fur, grin, hair, male, neck tuft, │\n", "│ outside, partially submerged, plant, running, shrub, smile, standing, tail, three-quarter view, topless, tuft, │\n", "│ unsigned, waterfall, white body, white fur, by corzh77, mythology, favonius, teryx commodore, dragon, │\n", "│ mythological creature, mythological scalie, scalie, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636970.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636970.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c5b72613fd84bc85c33d44912c4f3596.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, black body, black fur, blep, cheek tuft, chest tuft, facial markings, facial tuft, fangs,   │\n",
       "│  feral, fluffy, fluffy tail, fur, glistening, glistening eyes, grey body, grey fur, group, head markings, head  │\n",
       "│  tuft, looking at viewer, markings, multicolored body, multicolored fur, narrowed eyes, neck tuft, open mouth,  │\n",
       "│   orange body, orange fur, pink tongue, quadruped, simple background, tail, tan body, tan fur, teeth, tongue,   │\n",
       "│          tongue out, tuft, white body, white fur, by corzh77, domestic cat, feline, fox, wolf, hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c5b72613fd84bc85c33d44912c4f3596.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black body, black fur, blep, cheek tuft, chest tuft, facial markings, facial tuft, fangs, │\n", "│ feral, fluffy, fluffy tail, fur, glistening, glistening eyes, grey body, grey fur, group, head markings, head │\n", "│ tuft, looking at viewer, markings, multicolored body, multicolored fur, narrowed eyes, neck tuft, open mouth, │\n", "│ orange body, orange fur, pink tongue, quadruped, simple background, tail, tan body, tan fur, teeth, tongue, │\n", "│ tongue out, tuft, white body, white fur, by corzh77, domestic cat, feline, fox, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3636973.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3636973.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8b403ae65e522a6fd941c2b32fb95d62.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, black hair, blue body, blue fur, blue horn, brick wall, feral, fur, glistening, glistening   │\n",
       "│   eyes, grey body, grey fur, hair, horn, light, light beam, looking at viewer, lying, mouth closed, on front,   │\n",
       "│ outside, plant, pupils, rock, shrub, slit pupils, solo, sunbeam, sunlight, unsigned, wall \\(structure\\), water, │\n",
       "│                           by corzh77, corzh \\(corzh77\\), domestic cat, feline, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8b403ae65e522a6fd941c2b32fb95d62.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black hair, blue body, blue fur, blue horn, brick wall, feral, fur, glistening, glistening │\n", "│ eyes, grey body, grey fur, hair, horn, light, light beam, looking at viewer, lying, mouth closed, on front, │\n", "│ outside, plant, pupils, rock, shrub, slit pupils, solo, sunbeam, sunlight, unsigned, wall \\(structure\\), water, │\n", "│ by corzh77, corzh \\(corzh77\\), domestic cat, feline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637030.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637030.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a775ac3fe26acf7ca225a4698bd73a81.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black collar, black nose, blonde hair, blue clothing, blue hair, blue shirt, blue sky, blue t-shirt,   │\n",
       "│  blue topwear, bodily fluids, bottomwear, burger, claws, clothed, clothing, collar, duo, fangs, female, finger  │\n",
       "│ claws, food, fur, green eyes, grey body, grey fur, hair, imminent oral vore, imminent vore, male, micro, micro  │\n",
       "│  prey, nude, outside, pants, pink tongue, plant, saliva, saliva on tongue, saliva string, scared, shirt, sky,   │\n",
       "│   t-shirt, tan bottomwear, tan clothing, tan pants, teeth, tongue, topwear, tree, unsigned, white body, white   │\n",
       "│    claws, white fur, yellow body, yellow fur, by corzh77, lillan \\(renor\\), preys on bug, fox, mouse, murid,    │\n",
       "│                                             murine, rodent, hi res                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a775ac3fe26acf7ca225a4698bd73a81.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black collar, black nose, blonde hair, blue clothing, blue hair, blue shirt, blue sky, blue t-shirt, │\n", "│ blue topwear, bodily fluids, bottomwear, burger, claws, clothed, clothing, collar, duo, fangs, female, finger │\n", "│ claws, food, fur, green eyes, grey body, grey fur, hair, imminent oral vore, imminent vore, male, micro, micro │\n", "│ prey, nude, outside, pants, pink tongue, plant, saliva, saliva on tongue, saliva string, scared, shirt, sky, │\n", "│ t-shirt, tan bottomwear, tan clothing, tan pants, teeth, tongue, topwear, tree, unsigned, white body, white │\n", "│ claws, white fur, yellow body, yellow fur, by corzh77, lillan \\(renor\\), preys on bug, fox, mouse, murid, │\n", "│ murine, rodent, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637050.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637050.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\286f088c434488d17c5d4975dcbd88c7.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   blue eyes, blue sclera, broken arm, cloud, female, flower, grass, light, light beam, machine, mouth closed,   │\n",
       "│  outside, plant, solo, sunbeam, sunlight, unsigned, white body, by corzh77, blizzard entertainment, overwatch,  │\n",
       "│                  echo \\(overwatch\\), android, humanoid, robot, full-length portrait, portrait                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\286f088c434488d17c5d4975dcbd88c7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ blue eyes, blue sclera, broken arm, cloud, female, flower, grass, light, light beam, machine, mouth closed, │\n", "│ outside, plant, solo, sunbeam, sunlight, unsigned, white body, by corzh77, blizzard entertainment, overwatch, │\n", "│ echo \\(overwatch\\), android, humanoid, robot, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637270.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637270.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\906ceb2a928a0468576373dea539d285.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black claws, black nose, black tongue, blue sky, bodily fluids, cheek tuft, chest tuft, claws, cloud,  │\n",
       "│  drooling, duo, facial markings, facial tuft, fangs, fur, glistening, glistening eyes, grass, green eyes, grey  │\n",
       "│  body, grey fur, head markings, imminent oral vore, imminent vore, male, markings, micro, narrowed eyes, nude,  │\n",
       "│ open mouth, orange body, orange eyes, orange fur, outside, plant, saliva, side view, sky, spots, spotted body,  │\n",
       "│       spotted fur, teeth, tongue, tuft, unsigned, white body, white fur, by corzh77, chyr \\(chyr\\), josh        │\n",
       "│                                          \\(suddenlyjosh\\), fox, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\906ceb2a928a0468576373dea539d285.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black claws, black nose, black tongue, blue sky, bodily fluids, cheek tuft, chest tuft, claws, cloud, │\n", "│ drooling, duo, facial markings, facial tuft, fangs, fur, glistening, glistening eyes, grass, green eyes, grey │\n", "│ body, grey fur, head markings, imminent oral vore, imminent vore, male, markings, micro, narrowed eyes, nude, │\n", "│ open mouth, orange body, orange eyes, orange fur, outside, plant, saliva, side view, sky, spots, spotted body, │\n", "│ spotted fur, teeth, tongue, tuft, unsigned, white body, white fur, by corzh77, chyr \\(chyr\\), josh │\n", "│ \\(suddenlyjosh\\), fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637291.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637291.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\1829acee1157072c409bc3e8daea433e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 eyes, anthro, black body, black clothing, black fur, black horn, black topwear, black vest, bottomless, butt  │\n",
       "│  tuft, cigar, clothed, clothing, ear piercing, ear ring, ears back, featureless crotch, front view, fur, horn,  │\n",
       "│   leg tuft, male, mouth closed, multi eye, orange background, piercing, pivoted ears, ring piercing, shadow,    │\n",
       "│   simple background, smoke, solo, standing, topwear, tuft, unsigned, vest, white body, white clothing, white    │\n",
       "│                   topwear, by corzh77, bovid, caprine, sheep, full-length portrait, portrait                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\1829acee1157072c409bc3e8daea433e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 eyes, anthro, black body, black clothing, black fur, black horn, black topwear, black vest, bottomless, butt │\n", "│ tuft, cigar, clothed, clothing, ear piercing, ear ring, ears back, featureless crotch, front view, fur, horn, │\n", "│ leg tuft, male, mouth closed, multi eye, orange background, piercing, pivoted ears, ring piercing, shadow, │\n", "│ simple background, smoke, solo, standing, topwear, tuft, unsigned, vest, white body, white clothing, white │\n", "│ topwear, by corzh77, bovid, caprine, sheep, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637294.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637294.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\5bb6df97a77a4d8c16bd0f3df1a2ffe6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, blurred foreground, eyelashes, green body, green skin, looking aside, micro, nude,   │\n",
       "│ open mouth, open smile, orange eyes, outside, red tongue, sharp teeth, side view, sitting, smile, solo, teeth,  │\n",
       "│            tongue, unsigned, water drop, by corzh77, amphibian, frog, full-length portrait, portrait            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\5bb6df97a77a4d8c16bd0f3df1a2ffe6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, blurred foreground, eyelashes, green body, green skin, looking aside, micro, nude, │\n", "│ open mouth, open smile, orange eyes, outside, red tongue, sharp teeth, side view, sitting, smile, solo, teeth, │\n", "│ tongue, unsigned, water drop, by corzh77, amphibian, frog, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637309.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637309.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f1a9f81b1d2a6ab9428214504847967e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, arm tuft, black body, black claws, black fur, black horn, black sclera, blue body,   │\n",
       "│  blue eyes, blue fur, bodily fluids, claws, dripping, duo, facial markings, fangs, finger in mouth, fur, hair,  │\n",
       "│    head markings, horn, looking at viewer, male, markings, mouth play, pupils, red body, red tongue, saliva,    │\n",
       "│    saliva drip, shoulder tuft, simple background, slit pupils, solo focus, teeth, tongue, tongue out, tuft,     │\n",
       "│ unsigned, white body, white hair, yellow markings, by corzh77, mythology, ausen, dragon, mythological creature, │\n",
       "│                                       mythological scalie, scalie, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\f1a9f81b1d2a6ab9428214504847967e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, arm tuft, black body, black claws, black fur, black horn, black sclera, blue body, │\n", "│ blue eyes, blue fur, bodily fluids, claws, dripping, duo, facial markings, fangs, finger in mouth, fur, hair, │\n", "│ head markings, horn, looking at viewer, male, markings, mouth play, pupils, red body, red tongue, saliva, │\n", "│ saliva drip, shoulder tuft, simple background, slit pupils, solo focus, teeth, tongue, tongue out, tuft, │\n", "│ unsigned, white body, white hair, yellow markings, by corzh77, mythology, ausen, dragon, mythological creature, │\n", "│ mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3637464.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3637464.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\7535c734f14dc18e7cec306566ed4211.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, blue eyes, brown horn, cheek spikes, cloud, eyelashes, facial spikes, feral, glistening,    │\n",
       "│ glistening eyes, head spikes, horn, membrane \\(anatomy\\), membranous wings, mouth closed, outside, ridged horn, │\n",
       "│ scales, sky, solo, spikes, spikes \\(anatomy\\), star, unsigned, white body, white scales, white wings, wings, by │\n",
       "│   corzh77, european mythology, mythology, dragon, mythological creature, mythological scalie, scalie, western   │\n",
       "│                                         dragon, bust portrait, portrait                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\7535c734f14dc18e7cec306566ed4211.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, blue eyes, brown horn, cheek spikes, cloud, eyelashes, facial spikes, feral, glistening, │\n", "│ glistening eyes, head spikes, horn, membrane \\(anatomy\\), membranous wings, mouth closed, outside, ridged horn, │\n", "│ scales, sky, solo, spikes, spikes \\(anatomy\\), star, unsigned, white body, white scales, white wings, wings, by │\n", "│ corzh77, european mythology, mythology, dragon, mythological creature, mythological scalie, scalie, western │\n", "│ dragon, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638328.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638328.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d0dad60ea40400ad7640d8c73ad99dd6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, beak, butt tuft, cheek tuft, chest tuft, duo, eye contact, facial tuft, feathered   │\n",
       "│ wings, feathers, fluffy, fluffy tail, fur, glistening, glistening eyes, grass, grin, looking at another, mouth  │\n",
       "│   closed, multicolored body, multicolored fur, neck tuft, nude, orange body, orange fur, outside, plant, red    │\n",
       "│     body, red fur, rock, sitting, smile, tail, tan body, tan fur, three-quarter view, tree, tuft, unsigned,     │\n",
       "│   waterfall, white body, white fur, wings, yellow beak, yellow body, yellow feathers, yellow fur, by corzh77,   │\n",
       "│         mango \\(mangobird\\), shurya, avian, dasyurid, dasyuromorph, marsupial, tasmanian devil, hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d0dad60ea40400ad7640d8c73ad99dd6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, beak, butt tuft, cheek tuft, chest tuft, duo, eye contact, facial tuft, feathered │\n", "│ wings, feathers, fluffy, fluffy tail, fur, glistening, glistening eyes, grass, grin, looking at another, mouth │\n", "│ closed, multicolored body, multicolored fur, neck tuft, nude, orange body, orange fur, outside, plant, red │\n", "│ body, red fur, rock, sitting, smile, tail, tan body, tan fur, three-quarter view, tree, tuft, unsigned, │\n", "│ waterfall, white body, white fur, wings, yellow beak, yellow body, yellow feathers, yellow fur, by corzh77, │\n", "│ mango \\(mangobird\\), shurya, avian, dasyurid, dasyuromorph, marsupial, tasmanian devil, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638364.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638364.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b5eb1b62122d42d13a6e560c408f80d8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, amputee, anthro, beak, blue body, blue feathers, disability, feathers, featureless crotch,   │\n",
       "│     glistening, glistening eyes, grass, grey eyes, head feathers, leg markings, markings, nude, open mouth,     │\n",
       "│     outside, pink tongue, plant, rock, shrub, sitting, socks \\(marking\\), solo, tail, tail feathers, teeth,     │\n",
       "│        three-quarter view, tongue, unsigned, by corzh77, avian, nevrean, full-length portrait, portrait         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b5eb1b62122d42d13a6e560c408f80d8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, amputee, anthro, beak, blue body, blue feathers, disability, feathers, featureless crotch, │\n", "│ glistening, glistening eyes, grass, grey eyes, head feathers, leg markings, markings, nude, open mouth, │\n", "│ outside, pink tongue, plant, rock, shrub, sitting, socks \\(marking\\), solo, tail, tail feathers, teeth, │\n", "│ three-quarter view, tongue, unsigned, by corzh77, avian, nevrean, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638370.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638370.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\94a8ff786fdc52f5bbc9d117f210f841.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     alternate color, anthro, blue eyes, blue scarf, cheek tuft, duo, facial tuft, featureless crotch, fur,      │\n",
       "│   glistening, glistening eyes, grass, grey body, grey fur, head tuft, kerchief, leg markings, low-angle view,   │\n",
       "│   male, markings, mostly nude, mouth closed, multicolored body, multicolored fur, narrowed eyes, neckerchief,   │\n",
       "│  outside, plant, red kerchief, red neckerchief, scarf, socks \\(marking\\), solo focus, standing, three-quarter   │\n",
       "│        view, tuft, unsigned, white body, white fur, yellow body, yellow fur, by corzh77, lucario, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\94a8ff786fdc52f5bbc9d117f210f841.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alternate color, anthro, blue eyes, blue scarf, cheek tuft, duo, facial tuft, featureless crotch, fur, │\n", "│ glistening, glistening eyes, grass, grey body, grey fur, head tuft, kerchief, leg markings, low-angle view, │\n", "│ male, markings, mostly nude, mouth closed, multicolored body, multicolored fur, narrowed eyes, neckerchief, │\n", "│ outside, plant, red kerchief, red neckerchief, scarf, socks \\(marking\\), solo focus, standing, three-quarter │\n", "│ view, tuft, unsigned, white body, white fur, yellow body, yellow fur, by corzh77, lucario, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638395.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638395.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ed45b45c85fbc540f2eb9553234215a4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     ambiguous gender, black body, black fur, blue eyes, bodily fluids, dripping, drooling, duo, feral, fur,     │\n",
       "│  glistening, glistening eyes, grass, grey body, grey fur, head tuft, imminent oral vore, imminent vore, inner   │\n",
       "│ ear fluff, licking, licking another, lying, macro, meadow, mountain, neck tuft, on front, open mouth, outside,  │\n",
       "│    pink tongue, plant, saliva, saliva drip, saliva on back, saliva on face, saliva on tongue, saliva string,    │\n",
       "│  sitting, tongue, tongue out, tree, tuft, unsigned, white body, white fur, white inner ear fluff, yellow eyes,  │\n",
       "│                                               by corzh77, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ed45b45c85fbc540f2eb9553234215a4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black body, black fur, blue eyes, bodily fluids, dripping, drooling, duo, feral, fur, │\n", "│ glistening, glistening eyes, grass, grey body, grey fur, head tuft, imminent oral vore, imminent vore, inner │\n", "│ ear fluff, licking, licking another, lying, macro, meadow, mountain, neck tuft, on front, open mouth, outside, │\n", "│ pink tongue, plant, saliva, saliva drip, saliva on back, saliva on face, saliva on tongue, saliva string, │\n", "│ sitting, tongue, tongue out, tree, tuft, unsigned, white body, white fur, white inner ear fluff, yellow eyes, │\n", "│ by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638478.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638478.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ab50b4b5575aa7d59f9547a7096d0056.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, arm markings, black bottomwear, black claws, black clothing, black horn, black pants, black sclera,   │\n",
       "│    blue body, blue clothing, blue eyes, blue shirt, blue t-shirt, blue topwear, bottomwear, claws, clothed,     │\n",
       "│   clothing, hair, horn, kneeling on one leg, looking at viewer, male, markings, outside, pants, puddle, rock,   │\n",
       "│ seaside, shirt, sky, solo, spiked tail, spikes, spikes \\(anatomy\\), splash, t-shirt, tail, tail tuft, topwear,  │\n",
       "│     tuft, unsigned, water, white hair, yellow body, yellow markings, by corzh77, mythology, ausen, dragon,      │\n",
       "│               mythological creature, mythological scalie, scalie, full-length portrait, portrait                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ab50b4b5575aa7d59f9547a7096d0056.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm markings, black bottomwear, black claws, black clothing, black horn, black pants, black sclera, │\n", "│ blue body, blue clothing, blue eyes, blue shirt, blue t-shirt, blue topwear, bottomwear, claws, clothed, │\n", "│ clothing, hair, horn, kneeling on one leg, looking at viewer, male, markings, outside, pants, puddle, rock, │\n", "│ seaside, shirt, sky, solo, spiked tail, spikes, spikes \\(anatomy\\), splash, t-shirt, tail, tail tuft, topwear, │\n", "│ tuft, unsigned, water, white hair, yellow body, yellow markings, by corzh77, mythology, ausen, dragon, │\n", "│ mythological creature, mythological scalie, scalie, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638495.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638495.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9eb61597528ecf97991b8920a0d1248a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, arm markings, brown body, bruised, grin, kneeling, leg markings, male, markings, nude, orange body,   │\n",
       "│  sharp teeth, shoulder markings, simple background, smile, solo, tail, tail markings, teeth, unsigned, yellow   │\n",
       "│             body, by corzh77, eel, fish, marine, moray eel, scalie, full-length portrait, portrait              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9eb61597528ecf97991b8920a0d1248a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm markings, brown body, bruised, grin, kneeling, leg markings, male, markings, nude, orange body, │\n", "│ sharp teeth, shoulder markings, simple background, smile, solo, tail, tail markings, teeth, unsigned, yellow │\n", "│ body, by corzh77, eel, fish, marine, moray eel, scalie, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638520.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638520.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\0c67d0251290dbee2bd91ca8dd7ec540.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, arm tuft, blue body, blue fur, brown body, brown fur, brown hair, cheek tuft, clothed, clothing,     │\n",
       "│   dishes, duo, embrace, eyes closed, facial tuft, female, food, front view, fruit, fur, green clothing, green   │\n",
       "│   eyes, green shirt, green t-shirt, green topwear, hair, hug, hugging from behind, inside, male, male/female,   │\n",
       "│     mouth closed, neck tuft, orange body, orange fur, orange hair, plant, romantic, romantic couple, shirt,     │\n",
       "│   shoulder tuft, shrub, sink, standing, t-shirt, tan body, tan clothing, tan fur, tan shirt, tan t-shirt, tan   │\n",
       "│  topwear, tomato, topwear, tuft, unsigned, white clothing, white topwear, by corzh77, ryndion, zempy, alaskan   │\n",
       "│       malamute, domestic dog, german shepherd, herding dog, nordic sled dog, pastoral dog, spitz, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\0c67d0251290dbee2bd91ca8dd7ec540.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, blue body, blue fur, brown body, brown fur, brown hair, cheek tuft, clothed, clothing, │\n", "│ dishes, duo, embrace, eyes closed, facial tuft, female, food, front view, fruit, fur, green clothing, green │\n", "│ eyes, green shirt, green t-shirt, green topwear, hair, hug, hugging from behind, inside, male, male/female, │\n", "│ mouth closed, neck tuft, orange body, orange fur, orange hair, plant, romantic, romantic couple, shirt, │\n", "│ shoulder tuft, shrub, sink, standing, t-shirt, tan body, tan clothing, tan fur, tan shirt, tan t-shirt, tan │\n", "│ topwear, tomato, topwear, tuft, unsigned, white clothing, white topwear, by corzh77, ryndion, zempy, alaskan │\n", "│ malamute, domestic dog, german shepherd, herding dog, nordic sled dog, pastoral dog, spitz, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638524.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638524.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c53aa92457d6e4dcbec2dee6f9251d87.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black bottomwear, black clothing, black pants, blue clothing, blue eyes, blue hoodie, blue sclera, blue │\n",
       "│ topwear, bottomwear, brown body, brown fur, cheek tuft, chest tuft, clothed, clothing, duo, eye contact, facial │\n",
       "│    tuft, fluffy, fluffy tail, fur, furniture, grey body, grey fur, head tuft, hoodie, inside, knee tuft, leg    │\n",
       "│  markings, leg tuft, looking at another, male, markings, mouth closed, neck tuft, on sofa, orange body, orange  │\n",
       "│  fur, painting, pants, pawpads, pink pawpads, plushie, sitting, socks \\(marking\\), sofa, spots, spotted body,   │\n",
       "│ spotted fur, spotted markings, spotted tail, tail, tail markings, three-quarter view, topwear, tuft, unsigned,  │\n",
       "│  white clothing, white topwear, window, by corzh77, edan shepherd, domestic dog, fox, german shepherd, herding  │\n",
       "│                                            dog, pastoral dog, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c53aa92457d6e4dcbec2dee6f9251d87.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black bottomwear, black clothing, black pants, blue clothing, blue eyes, blue hoodie, blue sclera, blue │\n", "│ topwear, bottomwear, brown body, brown fur, cheek tuft, chest tuft, clothed, clothing, duo, eye contact, facial │\n", "│ tuft, fluffy, fluffy tail, fur, furniture, grey body, grey fur, head tuft, hoodie, inside, knee tuft, leg │\n", "│ markings, leg tuft, looking at another, male, markings, mouth closed, neck tuft, on sofa, orange body, orange │\n", "│ fur, painting, pants, pawpads, pink pawpads, plushie, sitting, socks \\(marking\\), sofa, spots, spotted body, │\n", "│ spotted fur, spotted markings, spotted tail, tail, tail markings, three-quarter view, topwear, tuft, unsigned, │\n", "│ white clothing, white topwear, window, by corzh77, edan shepherd, domestic dog, fox, german shepherd, herding │\n", "│ dog, pastoral dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638559.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638559.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8eca84f471dde5c06c6eeddd7a51b68a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big breasts, bikini, black bottomwear, black clothing, black hair, black sclera, black topwear, blue   │\n",
       "│ eyes, blue horn, bottomwear, breasts, clothed, clothing, female, fluffy, fluffy tail, fur, grey body, grey fur, │\n",
       "│ group, hair, horn, inside, light, light beam, long hair, looking at viewer, one eye closed, orange body, orange │\n",
       "│  fur, orange hair, partially submerged, plant, red body, red eyes, red fur, sitting, smile, standing, sunbeam,  │\n",
       "│   sunlight, swimming pool, swimwear, tail, tan body, tan fur, topwear, trio, unsigned, white body, white fur,   │\n",
       "│   white hair, wink, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie,   │\n",
       "│                                                 scalie, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8eca84f471dde5c06c6eeddd7a51b68a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big breasts, bikini, black bottomwear, black clothing, black hair, black sclera, black topwear, blue │\n", "│ eyes, blue horn, bottomwear, breasts, clothed, clothing, female, fluffy, fluffy tail, fur, grey body, grey fur, │\n", "│ group, hair, horn, inside, light, light beam, long hair, looking at viewer, one eye closed, orange body, orange │\n", "│ fur, orange hair, partially submerged, plant, red body, red eyes, red fur, sitting, smile, standing, sunbeam, │\n", "│ sunlight, swimming pool, swimwear, tail, tan body, tan fur, topwear, trio, unsigned, white body, white fur, │\n", "│ white hair, wink, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological scalie, │\n", "│ scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638573.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638573.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8922e0cfd1e3c4937cb4a3af453275a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black nipples, black nose, blurred background, bottomwear, clothed, clothing, dipstick ears, fangs,   │\n",
       "│  front view, fur, grin, hair, looking at viewer, male, multicolored ears, multicolored hair, nipples, outside,  │\n",
       "│    red body, red bottomwear, red clothing, red eyes, red fur, red hair, red swimwear, smile, solo, standing,    │\n",
       "│ swimming pool, swimming pool ladder, swimwear, teeth, topless, two tone hair, unsigned, white body, white fur,  │\n",
       "│                                      white hair, by corzh77, wolf, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8922e0cfd1e3c4937cb4a3af453275a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black nipples, black nose, blurred background, bottomwear, clothed, clothing, dipstick ears, fangs, │\n", "│ front view, fur, grin, hair, looking at viewer, male, multicolored ears, multicolored hair, nipples, outside, │\n", "│ red body, red bottomwear, red clothing, red eyes, red fur, red hair, red swimwear, smile, solo, standing, │\n", "│ swimming pool, swimming pool ladder, swimwear, teeth, topless, two tone hair, unsigned, white body, white fur, │\n", "│ white hair, by corzh77, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3638765.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3638765.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8a3742df971c175a7bb9dd669ffd8083.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, feral, grey body, grey sclera, happy, looking at viewer, one eye closed, open mouth, open   │\n",
       "│ smile, pink eyes, pupils, shadow, simple background, smile, solo, white pupils, by corzh77, so i'm a spider so  │\n",
       "│             what?, kumoko, arachnid, arthropod, spider, artist name, full-length portrait, portrait             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8a3742df971c175a7bb9dd669ffd8083.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, feral, grey body, grey sclera, happy, looking at viewer, one eye closed, open mouth, open │\n", "│ smile, pink eyes, pupils, shadow, simple background, smile, solo, white pupils, by corzh77, so i'm a spider so │\n", "│ what?, kumoko, arachnid, arthropod, spider, artist name, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639028.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639028.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\234d4293f24ef6615b7db91278c72842.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, arm tuft, black bottomwear, black clothing, black pants, black topwear, blurred background, bottomwear, │\n",
       "│   cheek tuft, chin tuft, clothed, clothing, clothing lift, elbow tuft, facial tuft, fangs, fur, hair, jacket,   │\n",
       "│  looking at viewer, male, markings, midriff, narrowed eyes, navel, neck tuft, outside, pants, pink body, pink   │\n",
       "│ eyes, pink fur, pink hair, pink markings, shirt, shirt lift, smile, solo, standing, teeth, topwear, trash bag,  │\n",
       "│  trash can, tuft, unsigned, white body, white clothing, white fur, white hair, white jacket, white topwear, by  │\n",
       "│                                              corzh77, wolf, hi res                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\234d4293f24ef6615b7db91278c72842.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, black bottomwear, black clothing, black pants, black topwear, blurred background, bottomwear, │\n", "│ cheek tuft, chin tuft, clothed, clothing, clothing lift, elbow tuft, facial tuft, fangs, fur, hair, jacket, │\n", "│ looking at viewer, male, markings, midriff, narrowed eyes, navel, neck tuft, outside, pants, pink body, pink │\n", "│ eyes, pink fur, pink hair, pink markings, shirt, shirt lift, smile, solo, standing, teeth, topwear, trash bag, │\n", "│ trash can, tuft, unsigned, white body, white clothing, white fur, white hair, white jacket, white topwear, by │\n", "│ corzh77, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639060.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639060.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b86ea01faf068443774c16e345ea713e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, beach, bedding, black nose, blanket, blue bottomwear, blue clothing, blue hair, blue pants, bottomwear, │\n",
       "│    brown body, brown fur, brown hair, chest tuft, clothed, clothing, duo, eyewear, female, front view, fur,     │\n",
       "│     glasses, green eyes, hair, head tuft, leaning, leaning backward, light, light beam, male, mouth closed,     │\n",
       "│ multicolored body, multicolored fur, one eye closed, outside, pants, pink nose, purple eyes, seaside, sitting,  │\n",
       "│   sunbeam, sunlight, tan body, tan fur, tuft, two tone body, two tone fur, unsigned, water, white body, white   │\n",
       "│                                    fur, by corzh77, mustelid, otter, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b86ea01faf068443774c16e345ea713e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beach, bedding, black nose, blanket, blue bottomwear, blue clothing, blue hair, blue pants, bottomwear, │\n", "│ brown body, brown fur, brown hair, chest tuft, clothed, clothing, duo, eyewear, female, front view, fur, │\n", "│ glasses, green eyes, hair, head tuft, leaning, leaning backward, light, light beam, male, mouth closed, │\n", "│ multicolored body, multicolored fur, one eye closed, outside, pants, pink nose, purple eyes, seaside, sitting, │\n", "│ sunbeam, sunlight, tan body, tan fur, tuft, two tone body, two tone fur, unsigned, water, white body, white │\n", "│ fur, by corzh77, mustelid, otter, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639134.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639134.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d450898072c678a4fb73f9403bfdec52.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ blue body, eyelashes, female, glistening, glistening eyes, heart symbol, light body, looking aside, open mouth, │\n",
       "│ open smile, pink eyes, simple background, smile, solo, unsigned, yellow background, by corzh77, so i'm a spider │\n",
       "│                              so what?, kumoko, arachnid, arthropod, spider, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d450898072c678a4fb73f9403bfdec52.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ blue body, eyelashes, female, glistening, glistening eyes, heart symbol, light body, looking aside, open mouth, │\n", "│ open smile, pink eyes, simple background, smile, solo, unsigned, yellow background, by corzh77, so i'm a spider │\n", "│ so what?, kumoko, arachnid, arthropod, spider, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639155.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639155.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\37484f3f08430f33de840fd2e8c6ef3e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, apron, apron only, bacon, big breasts, black hair, blue background, breasts, clothing, cookware,     │\n",
       "│   eyelashes, fangs, female, food, fried egg, frying pan, glistening, glistening eyes, green eyes, hair, horn,   │\n",
       "│   kitchen utensils, looking at viewer, meat, mostly nude, mouth closed, pink body, pink breasts, purple body,   │\n",
       "│   purple scales, purple tail, ridged horn, scales, simple background, solo, tail, teeth, tools, unsigned, by    │\n",
       "│                                     corzh77, reptile, scalie, snake, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\37484f3f08430f33de840fd2e8c6ef3e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, apron, apron only, bacon, big breasts, black hair, blue background, breasts, clothing, cookware, │\n", "│ eyelashes, fangs, female, food, fried egg, frying pan, glistening, glistening eyes, green eyes, hair, horn, │\n", "│ kitchen utensils, looking at viewer, meat, mostly nude, mouth closed, pink body, pink breasts, purple body, │\n", "│ purple scales, purple tail, ridged horn, scales, simple background, solo, tail, teeth, tools, unsigned, by │\n", "│ corzh77, reptile, scalie, snake, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639182.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639182.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\994bf90fa13a2f241fbe88be3ad69357.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, barbell piercing, black body, black fur, black hair, brown hair, circular barbell piercing, duo, facial │\n",
       "│  piercing, fangs, fur, furniture, glistening, glistening eyes, green eyes, grey body, grey fur, grin, guitar,   │\n",
       "│  hair, hair over eye, inside, light, light beam, male, musical instrument, nose piercing, nude, obscured eyes,  │\n",
       "│   on sofa, one eye obstructed, orange body, orange fur, painting, piercing, plucked string instrument, septum   │\n",
       "│ circular barbell, septum piercing, smile, sofa, string instrument, sunbeam, sunlight, tan body, tan fur, teeth, │\n",
       "│       under blanket, vase, white body, white fur, window, by corzh77, american opossum, marsupial, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\994bf90fa13a2f241fbe88be3ad69357.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, barbell piercing, black body, black fur, black hair, brown hair, circular barbell piercing, duo, facial │\n", "│ piercing, fangs, fur, furniture, glistening, glistening eyes, green eyes, grey body, grey fur, grin, guitar, │\n", "│ hair, hair over eye, inside, light, light beam, male, musical instrument, nose piercing, nude, obscured eyes, │\n", "│ on sofa, one eye obstructed, orange body, orange fur, painting, piercing, plucked string instrument, septum │\n", "│ circular barbell, septum piercing, smile, sofa, string instrument, sunbeam, sunlight, tan body, tan fur, teeth, │\n", "│ under blanket, vase, white body, white fur, window, by corzh77, american opossum, marsupial, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639220.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639220.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ea3ddb3bd443835b1a73bb652cc68073.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     ambiguous gender, anthro, arm tuft, black body, black fur, blue tongue, brown body, brown fur, clothed,     │\n",
       "│ clothing, elbow tuft, fangs, forked tongue, fur, glistening, glistening eyes, grass, group, hood, plant, simple │\n",
       "│    background, teeth, tongue, tongue out, tuft, unsigned, whiskers, by corzh77, arthropod, butterfly, impim,    │\n",
       "│                      insect, lepidopteran, species request, half-length portrait, portrait                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ea3ddb3bd443835b1a73bb652cc68073.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, arm tuft, black body, black fur, blue tongue, brown body, brown fur, clothed, │\n", "│ clothing, elbow tuft, fangs, forked tongue, fur, glistening, glistening eyes, grass, group, hood, plant, simple │\n", "│ background, teeth, tongue, tongue out, tuft, unsigned, whiskers, by corzh77, arthropod, butterfly, impim, │\n", "│ insect, lepidopteran, species request, half-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3639407.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3639407.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\26b6cbc696b33722b54896ba98edbd7c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, fur, horn, male, solo, by corzh77, bethesda softworks, fallout, coyote, hybrid, night stalker      │\n",
       "│                          \\(fallout\\), reptile, scalie, snake, bust portrait, portrait                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\26b6cbc696b33722b54896ba98edbd7c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, fur, horn, male, solo, by corzh77, bethesda softworks, fallout, coyote, hybrid, night stalker │\n", "│ \\(fallout\\), reptile, scalie, snake, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640441.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640441.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\10717211a5ec37c43fff25a025c25878.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, biped, black body, black choker, black fur, black jewelry, black necklace, blue eyes, blurred      │\n",
       "│  background, choker, closed smile, dappled light, fur, girly, hair, hand on neck, jewelry, looking at viewer,   │\n",
       "│  male, mouth closed, necklace, nude, orange body, orange fur, outside, pink nose, pupils, slit pupils, smile,   │\n",
       "│ solo, standing, three-quarter view, unsigned, water, white body, white fur, white hair, by corzh77, lagomorph,  │\n",
       "│       leporid, rabbit, colored sketch, digital media \\(artwork\\), half-length portrait, portrait, sketch        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\10717211a5ec37c43fff25a025c25878.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, biped, black body, black choker, black fur, black jewelry, black necklace, blue eyes, blurred │\n", "│ background, choker, closed smile, dappled light, fur, girly, hair, hand on neck, jewelry, looking at viewer, │\n", "│ male, mouth closed, necklace, nude, orange body, orange fur, outside, pink nose, pupils, slit pupils, smile, │\n", "│ solo, standing, three-quarter view, unsigned, water, white body, white fur, white hair, by corzh77, lagomorph, │\n", "│ leporid, rabbit, colored sketch, digital media \\(artwork\\), half-length portrait, portrait, sketch │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640449.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640449.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\26a79bfd9b802d28de7b40b8f40d3fef.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ backlighting, black nose, cheek tuft, eyelashes, facial markings, facial tuft, female, feral, fur, glistening,  │\n",
       "│  glistening eyes, grey body, grey fur, head markings, light, looking at viewer, markings, moon, mouth closed,   │\n",
       "│   neck tuft, outside, purple eyes, side view, sky, snow, solo, star, tuft, white body, white fur, by corzh77,   │\n",
       "│                                             bust portrait, portrait                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\26a79bfd9b802d28de7b40b8f40d3fef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ backlighting, black nose, cheek tuft, eyelashes, facial markings, facial tuft, female, feral, fur, glistening, │\n", "│ glistening eyes, grey body, grey fur, head markings, light, looking at viewer, markings, moon, mouth closed, │\n", "│ neck tuft, outside, purple eyes, side view, sky, snow, solo, star, tuft, white body, white fur, by corzh77, │\n", "│ bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640451.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640451.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\2c48a3802f5949a7401a32324aff01c9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abstract background, ambiguous gender, anthro, blue eyes, blue hair, blue nose, blue tongue, blue wings, brown  │\n",
       "│    body, brown fur, brown hair, butt, butt tuft, cheek tuft, chest tuft, ear tuft, facial tuft, fangs, fur,     │\n",
       "│    glistening, glistening eyes, hair, membrane \\(anatomy\\), membranous wings, multicolored hair, nude, nude     │\n",
       "│   ambiguous, nude anthro, open mouth, open smile, smile, solo, sparkles, standing, teeth, three-quarter view,   │\n",
       "│   tongue, translucent, translucent wings, tuft, two tone hair, unsigned, white body, white fur, winged arms,    │\n",
       "│                                         wings, by corzh77, bat, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\2c48a3802f5949a7401a32324aff01c9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abstract background, ambiguous gender, anthro, blue eyes, blue hair, blue nose, blue tongue, blue wings, brown │\n", "│ body, brown fur, brown hair, butt, butt tuft, cheek tuft, chest tuft, ear tuft, facial tuft, fangs, fur, │\n", "│ glistening, glistening eyes, hair, membrane \\(anatomy\\), membranous wings, multicolored hair, nude, nude │\n", "│ ambiguous, nude anthro, open mouth, open smile, smile, solo, sparkles, standing, teeth, three-quarter view, │\n", "│ tongue, translucent, translucent wings, tuft, two tone hair, unsigned, white body, white fur, winged arms, │\n", "│ wings, by corzh77, bat, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640551.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640551.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\6c9cccee6193085256795933009e1662.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, blue saliva, blue sclera, blue teeth, bodily fluids, border, colored saliva, fangs, feral,   │\n",
       "│  flower, glistening, glistening eyes, open mouth, ouroboros, pink flower, plant, pupils, red body, red pupils,  │\n",
       "│ red scales, saliva, saliva on self, saliva on tail, scales, simple background, slit pupils, solo, tail, tail in │\n",
       "│  mouth, teeth, unusual bodily fluids, unusual saliva, white border, by corzh77, reptile, scalie, snake, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\6c9cccee6193085256795933009e1662.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, blue saliva, blue sclera, blue teeth, bodily fluids, border, colored saliva, fangs, feral, │\n", "│ flower, glistening, glistening eyes, open mouth, ouroboros, pink flower, plant, pupils, red body, red pupils, │\n", "│ red scales, saliva, saliva on self, saliva on tail, scales, simple background, slit pupils, solo, tail, tail in │\n", "│ mouth, teeth, unusual bodily fluids, unusual saliva, white border, by corzh77, reptile, scalie, snake, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640579.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640579.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9dba017b99f531fb61248046f80be3e4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black clothing, black hoodie, black nose, black topwear, blue clothing, blue eyes, blue jacket, blue   │\n",
       "│  topwear, cheek tuft, clothed, clothing, facial tuft, fangs, fur, glistening, glistening eyes, grey body, grey  │\n",
       "│  fur, hair, happy, hoodie, jacket, looking at viewer, male, narrowed eyes, neck tuft, open mouth, open smile,   │\n",
       "│ red tongue, simple background, smile, snow, snowing, solo, teeth, tongue, topwear, tuft, unsigned, white body,  │\n",
       "│                    white fur, white hair, by corzh77, ryew0lf, wolf, bust portrait, portrait                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9dba017b99f531fb61248046f80be3e4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black clothing, black hoodie, black nose, black topwear, blue clothing, blue eyes, blue jacket, blue │\n", "│ topwear, cheek tuft, clothed, clothing, facial tuft, fangs, fur, glistening, glistening eyes, grey body, grey │\n", "│ fur, hair, happy, hoodie, jacket, looking at viewer, male, narrowed eyes, neck tuft, open mouth, open smile, │\n", "│ red tongue, simple background, smile, snow, snowing, solo, teeth, tongue, topwear, tuft, unsigned, white body, │\n", "│ white fur, white hair, by corzh77, ryew0lf, wolf, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640589.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640589.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\aaddf9bdde520e4a51aaa2564970ede5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bag, barefoot, big ears, black hair, black nose, blue clothing, blue sky, blue topwear, bottomwear,   │\n",
       "│ brown body, brown fur, brown hair, clothed, clothing, cloud, facial markings, feet, fur, glistening, glistening │\n",
       "│   eyes, green eyes, hair, head markings, male, markings, multicolored hair, orange body, orange fur, outside,   │\n",
       "│ pants, pillar, plant, rock, ruins, shadow, shrub, sky, solo, standing, tan body, tan bottomwear, tan clothing,  │\n",
       "│    tan fur, tan pants, topwear, two tone hair, unsigned, by corzh77, fennec fox, fox, true fox, full-length     │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\aaddf9bdde520e4a51aaa2564970ede5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bag, barefoot, big ears, black hair, black nose, blue clothing, blue sky, blue topwear, bottomwear, │\n", "│ brown body, brown fur, brown hair, clothed, clothing, cloud, facial markings, feet, fur, glistening, glistening │\n", "│ eyes, green eyes, hair, head markings, male, markings, multicolored hair, orange body, orange fur, outside, │\n", "│ pants, pillar, plant, rock, ruins, shadow, shrub, sky, solo, standing, tan body, tan bottomwear, tan clothing, │\n", "│ tan fur, tan pants, topwear, two tone hair, unsigned, by corzh77, fennec fox, fox, true fox, full-length │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640673.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640673.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fee73a646c87c956eaf738c0768ad126.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, beverage, black body, black fur, black hair, black nose, black spots, clothed, clothing, female,     │\n",
       "│   fluffy, fluffy tail, fur, glistening, glistening eyes, green eyes, hair, holding beverage, holding object,    │\n",
       "│    looking at viewer, markings, mouth closed, multicolored body, multicolored fur, pool toy, reclining, red     │\n",
       "│  clothing, red swimwear, red topwear, short hair, solo, spots, spotted body, spotted fur, swimwear, tail, tan   │\n",
       "│     body, tan fur, topwear, unsigned, water, white body, white fur, by corzh77, wolf, full-length portrait,     │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fee73a646c87c956eaf738c0768ad126.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beverage, black body, black fur, black hair, black nose, black spots, clothed, clothing, female, │\n", "│ fluffy, fluffy tail, fur, glistening, glistening eyes, green eyes, hair, holding beverage, holding object, │\n", "│ looking at viewer, markings, mouth closed, multicolored body, multicolored fur, pool toy, reclining, red │\n", "│ clothing, red swimwear, red topwear, short hair, solo, spots, spotted body, spotted fur, swimwear, tail, tan │\n", "│ body, tan fur, topwear, unsigned, water, white body, white fur, by corzh77, wolf, full-length portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640675.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640675.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\42caf9239c32dfeddaee5e8e636fb0f8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, black body, black feathers, blue body, blue feathers, blurred background, cheek tuft, facial  │\n",
       "│   horn, facial tuft, fangs, feathers, feral, fur, green body, green feathers, horn, looking aside, nose horn,   │\n",
       "│  open mouth, open smile, outside, pink tongue, plant, pupils, purple body, purple feathers, red pupils, shrub,  │\n",
       "│   smile, solo, teeth, three-quarter view, tongue, tuft, white horn, yellow body, yellow eyes, yellow fur, by    │\n",
       "│    corzh77, mythology, dragon, feathered dragon, furred dragon, mythological creature, mythological scalie,     │\n",
       "│                                         scalie, bust portrait, portrait                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\42caf9239c32dfeddaee5e8e636fb0f8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black body, black feathers, blue body, blue feathers, blurred background, cheek tuft, facial │\n", "│ horn, facial tuft, fangs, feathers, feral, fur, green body, green feathers, horn, looking aside, nose horn, │\n", "│ open mouth, open smile, outside, pink tongue, plant, pupils, purple body, purple feathers, red pupils, shrub, │\n", "│ smile, solo, teeth, three-quarter view, tongue, tuft, white horn, yellow body, yellow eyes, yellow fur, by │\n", "│ corzh77, mythology, dragon, feathered dragon, furred dragon, mythological creature, mythological scalie, │\n", "│ scalie, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640687.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640687.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\2ba5d9456f9973b97b83879a2f120087.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      black bottomwear, black clothing, black pants, bottomwear, brown ears, brown hair, clothed, clothing,      │\n",
       "│  eyelashes, fireworks, girly, glistening, glistening eyes, grey clothing, grey topwear, hair, inner ear fluff,  │\n",
       "│  light body, light skin, looking at viewer, male, orange eyes, pants, pink inner ear, pose, simple background,  │\n",
       "│   solo, standing, topwear, tuft, unsigned, white inner ear fluff, by corzh77, re:zero, ferris argyle, animal    │\n",
       "│                                           humanoid, humanoid, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\2ba5d9456f9973b97b83879a2f120087.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ black bottomwear, black clothing, black pants, bottomwear, brown ears, brown hair, clothed, clothing, │\n", "│ eyelashes, fireworks, girly, glistening, glistening eyes, grey clothing, grey topwear, hair, inner ear fluff, │\n", "│ light body, light skin, looking at viewer, male, orange eyes, pants, pink inner ear, pose, simple background, │\n", "│ solo, standing, topwear, tuft, unsigned, white inner ear fluff, by corzh77, re:zero, ferris argyle, animal │\n", "│ humanoid, humanoid, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640690.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640690.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\261dd07d0e92d02bfbd426285e4b00a7.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blue clothing, blue hoodie, blue topwear, clothed, clothing, food, front view, fruit, fur, glistening,  │\n",
       "│  glistening eyes, green body, green eyes, green fur, green hair, green nose, green pupils, hair, hoodie, leaf,  │\n",
       "│  light, light beam, looking aside, male, melon, messy hair, outside, plant, pupils, short hair, solo, sunbeam,  │\n",
       "│   sunlight, topwear, unsigned, watermelon, watermelon slice, by corzh77, rodent, sciurid, tree squirrel, bust   │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\261dd07d0e92d02bfbd426285e4b00a7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue clothing, blue hoodie, blue topwear, clothed, clothing, food, front view, fruit, fur, glistening, │\n", "│ glistening eyes, green body, green eyes, green fur, green hair, green nose, green pupils, hair, hoodie, leaf, │\n", "│ light, light beam, looking aside, male, melon, messy hair, outside, plant, pupils, short hair, solo, sunbeam, │\n", "│ sunlight, topwear, unsigned, watermelon, watermelon slice, by corzh77, rodent, sciurid, tree squirrel, bust │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640812.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640812.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d685be13cc1976f5e8da4430e32a69d7.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, arm tuft, blue body, blue fur, cheek tuft, eyebrow piercing, eyes closed, facial piercing, facial tuft, │\n",
       "│   forest, fur, grass, hair, light, light beam, lying, male, mouth closed, nude, on front, outside, piercing,    │\n",
       "│   plant, shoulder tuft, solo, sunbeam, sunlight, tail, three-quarter view, tree, tuft, unsigned, white body,    │\n",
       "│    white fur, white hair, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological     │\n",
       "│                                 scalie, scalie, full-length portrait, portrait                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d685be13cc1976f5e8da4430e32a69d7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, blue body, blue fur, cheek tuft, eyebrow piercing, eyes closed, facial piercing, facial tuft, │\n", "│ forest, fur, grass, hair, light, light beam, lying, male, mouth closed, nude, on front, outside, piercing, │\n", "│ plant, shoulder tuft, solo, sunbeam, sunlight, tail, three-quarter view, tree, tuft, unsigned, white body, │\n", "│ white fur, white hair, by corzh77, mythology, dragon, furred dragon, mythological creature, mythological │\n", "│ scalie, scalie, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640842.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640842.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\11a7bc31b84569b0021df374b11dc562.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, antlers, blue antlers, blue eyes, brown body, brown fur, butt tuft, cheek tuft, facial tuft,  │\n",
       "│ feral, fluffy, fluffy tail, forest, fur, horn, leg tuft, light, light beam, narrowed eyes, neck tuft, outside,  │\n",
       "│     plant, rock, shrub, solo, sunbeam, sunlight, tail, tan body, tan fur, tree, tuft, unsigned, by corzh77,     │\n",
       "│   mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie, full-length portrait,   │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\11a7bc31b84569b0021df374b11dc562.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, antlers, blue antlers, blue eyes, brown body, brown fur, butt tuft, cheek tuft, facial tuft, │\n", "│ feral, fluffy, fluffy tail, forest, fur, horn, leg tuft, light, light beam, narrowed eyes, neck tuft, outside, │\n", "│ plant, rock, shrub, solo, sunbeam, sunlight, tail, tan body, tan fur, tree, tuft, unsigned, by corzh77, │\n", "│ mythology, dragon, furred dragon, mythological creature, mythological scalie, scalie, full-length portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3640868.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3640868.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\045a4fb24157303750be4383027f522b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    accessory, anthro, clothing, eyelashes, female, hair, long hair, narrowed eyes, pink hair, pupils, purple    │\n",
       "│  clothing, purple topwear, red pupils, simple background, solo, topwear, unsigned, white body, yellow eyes, by  │\n",
       "│   corzh77, gunfire reborn, tao \\(gunfire reborn\\), lagomorph, leporid, rabbit, half-length portrait, portrait   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\045a4fb24157303750be4383027f522b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, clothing, eyelashes, female, hair, long hair, narrowed eyes, pink hair, pupils, purple │\n", "│ clothing, purple topwear, red pupils, simple background, solo, topwear, unsigned, white body, yellow eyes, by │\n", "│ corzh77, gunfire reborn, tao \\(gunfire reborn\\), lagomorph, leporid, rabbit, half-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3641211.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3641211.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\15813382f17dfc79eb4c7dee95ee963a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black hair, black nose, cheek tuft, cloud, facial tuft, fangs, fur, hair, looking at viewer, male,    │\n",
       "│   mouth shot, neck tuft, nude, open mouth, orange body, orange eyes, orange fur, outside, pink tongue, solo,    │\n",
       "│         teeth, tongue, tuft, unsigned, white body, white fur, by corzh77, fox, bust portrait, portrait          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\15813382f17dfc79eb4c7dee95ee963a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black hair, black nose, cheek tuft, cloud, facial tuft, fangs, fur, hair, looking at viewer, male, │\n", "│ mouth shot, neck tuft, nude, open mouth, orange body, orange eyes, orange fur, outside, pink tongue, solo, │\n", "│ teeth, tongue, tuft, unsigned, white body, white fur, by corzh77, fox, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3641351.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3641351.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fd132ee1ae6913cf266639123cd937bc.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, barefoot, blue hair, blurred background, bottomwear, brown bottomwear, brown clothing, brown hair,    │\n",
       "│  brown jacket, brown pants, brown topwear, building, clothed, clothing, dipstick tail, duo, eyes closed, feet,  │\n",
       "│     fur, grey bottomwear, grey clothing, grey pants, hair, jacket, kiss on lips, kissing, male, male/male,      │\n",
       "│   markings, multicolored body, multicolored fur, multicolored hair, night, orange body, orange fur, outside,    │\n",
       "│ pants, pink nose, plant, purple body, purple fur, romantic, romantic couple, standing, street lamp, tail, tail  │\n",
       "│  markings, tan body, tan fur, topwear, tree, two tone hair, unsigned, white body, white fur, winter clothing,   │\n",
       "│          yellow body, yellow fur, by corzh77, domestic cat, feline, digital media \\(artwork\\), hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fd132ee1ae6913cf266639123cd937bc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, barefoot, blue hair, blurred background, bottomwear, brown bottomwear, brown clothing, brown hair, │\n", "│ brown jacket, brown pants, brown topwear, building, clothed, clothing, dipstick tail, duo, eyes closed, feet, │\n", "│ fur, grey bottomwear, grey clothing, grey pants, hair, jacket, kiss on lips, kissing, male, male/male, │\n", "│ markings, multicolored body, multicolored fur, multicolored hair, night, orange body, orange fur, outside, │\n", "│ pants, pink nose, plant, purple body, purple fur, romantic, romantic couple, standing, street lamp, tail, tail │\n", "│ markings, tan body, tan fur, topwear, tree, two tone hair, unsigned, white body, white fur, winter clothing, │\n", "│ yellow body, yellow fur, by corzh77, domestic cat, feline, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3641377.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3641377.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\16833b6f4c1f9c0213d107fd9a04684e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black clothing, black tears, black topwear, bodily fluids, cheek tuft, clothed, clothing, facial tuft,  │\n",
       "│ front view, fur, grey body, grey ears, grey fur, head tuft, looking at viewer, male, outside, plant, sky, solo, │\n",
       "│ tears, topwear, tree, tuft, unsigned, unusual bodily fluids, unusual tears, by corzh77, bust portrait, portrait │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\16833b6f4c1f9c0213d107fd9a04684e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black clothing, black tears, black topwear, bodily fluids, cheek tuft, clothed, clothing, facial tuft, │\n", "│ front view, fur, grey body, grey ears, grey fur, head tuft, looking at viewer, male, outside, plant, sky, solo, │\n", "│ tears, topwear, tree, tuft, unsigned, unusual bodily fluids, unusual tears, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642373.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642373.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\285dffe044664bd02efc57ecd06492dc.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black body, black fur, black hair, blue eyes, blurred background, cheek tuft, claws, clothed, clothing, │\n",
       "│  facial tuft, finger claws, front view, fur, glistening, glistening eyes, hair, holding object, holding vial,   │\n",
       "│  looking at viewer, male, mouth closed, pink nose, solo, tan hair, topwear, tuft, unsigned, vial, white claws,  │\n",
       "│                                       by corzh77, bust portrait, portrait                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\285dffe044664bd02efc57ecd06492dc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, black fur, black hair, blue eyes, blurred background, cheek tuft, claws, clothed, clothing, │\n", "│ facial tuft, finger claws, front view, fur, glistening, glistening eyes, hair, holding object, holding vial, │\n", "│ looking at viewer, male, mouth closed, pink nose, solo, tan hair, topwear, tuft, unsigned, vial, white claws, │\n", "│ by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642402.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642402.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b585746842530ac1845e4a0ea2c9f884.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, blep, blue clothing, blue hoodie, blue topwear, blurred background, clothed, clothing, day, eyewear,   │\n",
       "│ forest, fur, glasses, glistening, glistening eyes, grey body, grey fur, hair, hoodie, jewelry, leaf, looking at │\n",
       "│   viewer, male, necklace, outside, plant, red eyes, red hair, red nose, red tongue, solo, tongue, tongue out,   │\n",
       "│               topwear, tree, unsigned, white body, white fur, by corzh77, bust portrait, portrait               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b585746842530ac1845e4a0ea2c9f884.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blep, blue clothing, blue hoodie, blue topwear, blurred background, clothed, clothing, day, eyewear, │\n", "│ forest, fur, glasses, glistening, glistening eyes, grey body, grey fur, hair, hoodie, jewelry, leaf, looking at │\n", "│ viewer, male, necklace, outside, plant, red eyes, red hair, red nose, red tongue, solo, tongue, tongue out, │\n", "│ topwear, tree, unsigned, white body, white fur, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642426.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642426.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\275e25b07b29cfa7ddc442d393c18c09.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, bell, bell collar, black body, black fur, blue collar, bottomless, cheek tuft, clothed, clothing,    │\n",
       "│ collar, facial tuft, featureless crotch, female, fur, head tuft, inside, looking at mirror, looking at object,  │\n",
       "│   mirror, pink clothing, pink nose, pink topwear, purple eyes, purple sclera, solo, standing, topwear, tuft,    │\n",
       "│              unsigned, window, by corzh77, domestic cat, feline, digital media \\(artwork\\), hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\275e25b07b29cfa7ddc442d393c18c09.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bell, bell collar, black body, black fur, blue collar, bottomless, cheek tuft, clothed, clothing, │\n", "│ collar, facial tuft, featureless crotch, female, fur, head tuft, inside, looking at mirror, looking at object, │\n", "│ mirror, pink clothing, pink nose, pink topwear, purple eyes, purple sclera, solo, standing, topwear, tuft, │\n", "│ unsigned, window, by corzh77, domestic cat, feline, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642434.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642434.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c220707ba1b72d421d59df86fc2a85dc.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black nose, blurred background, brown body, brown fur, cheek tuft, clothed, clothing, eye scar, facial  │\n",
       "│  scar, facial tuft, front view, fur, grey clothing, grey topwear, looking at viewer, male, mouth closed, neck   │\n",
       "│  tuft, orange eyes, scar, solo, topwear, tuft, unsigned, white body, white clothing, white fur, white topwear,  │\n",
       "│          by corzh77, domestic dog, german shepherd, herding dog, pastoral dog, bust portrait, portrait          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c220707ba1b72d421d59df86fc2a85dc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black nose, blurred background, brown body, brown fur, cheek tuft, clothed, clothing, eye scar, facial │\n", "│ scar, facial tuft, front view, fur, grey clothing, grey topwear, looking at viewer, male, mouth closed, neck │\n", "│ tuft, orange eyes, scar, solo, topwear, tuft, unsigned, white body, white clothing, white fur, white topwear, │\n", "│ by corzh77, domestic dog, german shepherd, herding dog, pastoral dog, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642447.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642447.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\356d2e2b14911b55e7919392402a5651.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     ambiguous gender, anthro, blue eyes, blurred background, brown body, brown fur, closed smile, clothed,      │\n",
       "│    clothing, female, fur, glistening, glistening eyes, holding mug, holding object, looking at viewer, mouth    │\n",
       "│  closed, mug, palm tree, pink nose, plant, sand, smile, solo, tan body, tan clothing, tan fur, tree, unsigned,  │\n",
       "│   whiskers, yellow clothing, by corzh77, blizzard entertainment, overwatch, ana \\(overwatch\\), bust portrait,   │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\356d2e2b14911b55e7919392402a5651.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, blue eyes, blurred background, brown body, brown fur, closed smile, clothed, │\n", "│ clothing, female, fur, glistening, glistening eyes, holding mug, holding object, looking at viewer, mouth │\n", "│ closed, mug, palm tree, pink nose, plant, sand, smile, solo, tan body, tan clothing, tan fur, tree, unsigned, │\n", "│ whiskers, yellow clothing, by corzh77, blizzard entertainment, overwatch, ana \\(overwatch\\), bust portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642554.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642554.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\e5abc6b1b5fb49c82224a73af7dec477.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, black body, black fur, blue horn, blue sclera, ear piercing, eyelashes, fur, grey body, grey  │\n",
       "│   fur, horn, inner ear fluff, leaf, light horn, mouth closed, narrowed eyes, piercing, side view, solo, tuft,   │\n",
       "│    unsigned, white body, white eyes, white fur, white inner ear fluff, by corzh77, mythology, dragon, furred    │\n",
       "│                       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\\by_corzh77\\e5abc6b1b5fb49c82224a73af7dec477.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black body, black fur, blue horn, blue sclera, ear piercing, eyelashes, fur, grey body, grey │\n", "│ fur, horn, inner ear fluff, leaf, light horn, mouth closed, narrowed eyes, piercing, side view, solo, tuft, │\n", "│ unsigned, white body, white eyes, white fur, white inner ear fluff, by corzh77, mythology, dragon, furred │\n", "│ dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642630.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642630.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d6a809c1e8b4da72255507f1357b25c1.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bedding, black body, black fur, black hair, black tail tip, blanket, blue clothing, blue eyes, blue   │\n",
       "│  topwear, camping, clothed, clothing, cloud, cuddling, dipstick tail, duo, fur, green blanket, grey body, grey  │\n",
       "│   fur, hair, leaf, lying, male, male/male, markings, meadow, narrowed eyes, on back, on side, one eye closed,   │\n",
       "│  sky, smile, sunset, tail, tail markings, tent, topwear, under blanket, unsigned, white body, white clothing,   │\n",
       "│               white fur, white topwear, yellow eyes, by corzh77, ailurid, fox, red panda, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d6a809c1e8b4da72255507f1357b25c1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bedding, black body, black fur, black hair, black tail tip, blanket, blue clothing, blue eyes, blue │\n", "│ topwear, camping, clothed, clothing, cloud, cuddling, dipstick tail, duo, fur, green blanket, grey body, grey │\n", "│ fur, hair, leaf, lying, male, male/male, markings, meadow, narrowed eyes, on back, on side, one eye closed, │\n", "│ sky, smile, sunset, tail, tail markings, tent, topwear, under blanket, unsigned, white body, white clothing, │\n", "│ white fur, white topwear, yellow eyes, by corzh77, ailurid, fox, red panda, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3642751.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3642751.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\36bffc7fb9cde749af17bfe9b04672b4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, barefoot, black body, black bottomwear, black clothing, black fur, black hair, black  │\n",
       "│  nose, black pants, blep, blue eyes, blue horn, bottomwear, chair, cheek tuft, clothed, clothing, cookie, duo   │\n",
       "│  focus, ear piercing, eyewear, facial tuft, feet, food, fur, furniture, glasses, glistening, glistening eyes,   │\n",
       "│   green eyes, grey clothing, grey topwear, group, hair, holding mug, holding object, horn, inside, male, mug,   │\n",
       "│  multicolored hair, neck tuft, orange body, orange fur, orange hair, pants, piercing, plant, plant pot, potted  │\n",
       "│ plant, red hair, red tongue, round glasses, sitting, three-quarter view, tongue, tongue out, topwear, tuft, two │\n",
       "│  tone hair, unsigned, white body, white clothing, white fur, white topwear, window, yellow sclera, by corzh77,  │\n",
       "│                                     african wild dog, domestic dog, hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\36bffc7fb9cde749af17bfe9b04672b4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, barefoot, black body, black bottomwear, black clothing, black fur, black hair, black │\n", "│ nose, black pants, blep, blue eyes, blue horn, bottomwear, chair, cheek tuft, clothed, clothing, cookie, duo │\n", "│ focus, ear piercing, eyewear, facial tuft, feet, food, fur, furniture, glasses, glistening, glistening eyes, │\n", "│ green eyes, grey clothing, grey topwear, group, hair, holding mug, holding object, horn, inside, male, mug, │\n", "│ multicolored hair, neck tuft, orange body, orange fur, orange hair, pants, piercing, plant, plant pot, potted │\n", "│ plant, red hair, red tongue, round glasses, sitting, three-quarter view, tongue, tongue out, topwear, tuft, two │\n", "│ tone hair, unsigned, white body, white clothing, white fur, white topwear, window, yellow sclera, by corzh77, │\n", "│ african wild dog, domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3643348.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3643348.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c18be274f97afd136db0f9013dec6923.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black hair, blue clothing, blue eyes, blue shirt, blue t-shirt, blue topwear, bottomwear, breasts,    │\n",
       "│ brown hair, closed smile, clothed, clothing, duo, female, fur, hair, hoodie, male, medium breasts, messy hair,  │\n",
       "│   mouth closed, multi ear, orange body, orange fur, pants, pupils, red clothing, red hoodie, red pupils, red    │\n",
       "│     sclera, red topwear, shirt, short hair, simple background, sitting, smile, t-shirt, tan body, tan fur,      │\n",
       "│ three-quarter view, topwear, unsigned, yellow eyes, by corzh77, mythology, dragon, furred dragon, mythological  │\n",
       "│                                  creature, mythological scalie, scalie, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c18be274f97afd136db0f9013dec6923.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black hair, blue clothing, blue eyes, blue shirt, blue t-shirt, blue topwear, bottomwear, breasts, │\n", "│ brown hair, closed smile, clothed, clothing, duo, female, fur, hair, hoodie, male, medium breasts, messy hair, │\n", "│ mouth closed, multi ear, orange body, orange fur, pants, pupils, red clothing, red hoodie, red pupils, red │\n", "│ sclera, red topwear, shirt, short hair, simple background, sitting, smile, t-shirt, tan body, tan fur, │\n", "│ three-quarter view, topwear, unsigned, yellow eyes, by corzh77, mythology, dragon, furred dragon, mythological │\n", "│ creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3643380.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3643380.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fbc9ab242c5bfc08075eb1d497c4b8ef.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anthro, arm tuft, barefoot, bass guitar, biped, black body, black fur, black hair, black   │\n",
       "│   nose, blurred background, bottomwear, brown eyes, cheek tuft, clothed, clothing, cymbals, day, digitigrade,   │\n",
       "│   dipstick tail, drum, elbow tuft, electronics, eyebrows, facial tuft, fangs, feet, fingers, front view, fur,   │\n",
       "│     glistening, glistening eyes, grey bottomwear, grey clothing, grey pants, grey shirt, grey t-shirt, grey     │\n",
       "│  topwear, guitar, hair, inner ear fluff, kerchief, male, markings, microphone, musical instrument, neck tuft,   │\n",
       "│     neckerchief, open mouth, open smile, outside, pants, paws, percussion instrument, plant, plucked string     │\n",
       "│ instrument, red tongue, shirt, singing, sky, smile, solo, speaker, stage, standing, string instrument, t-shirt, │\n",
       "│ tail, tail markings, teeth, toes, tongue, topwear, tree, tuft, unsigned, white body, white fur, white hair, by  │\n",
       "│  corzh77, border collie, collie, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\),  │\n",
       "│                                         full-length portrait, portrait                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fbc9ab242c5bfc08075eb1d497c4b8ef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, arm tuft, barefoot, bass guitar, biped, black body, black fur, black hair, black │\n", "│ nose, blurred background, bottomwear, brown eyes, cheek tuft, clothed, clothing, cymbals, day, digitigrade, │\n", "│ dipstick tail, drum, elbow tuft, electronics, eyebrows, facial tuft, fangs, feet, fingers, front view, fur, │\n", "│ glistening, glistening eyes, grey bottomwear, grey clothing, grey pants, grey shirt, grey t-shirt, grey │\n", "│ topwear, guitar, hair, inner ear fluff, kerchief, male, markings, microphone, musical instrument, neck tuft, │\n", "│ neckerchief, open mouth, open smile, outside, pants, paws, percussion instrument, plant, plucked string │\n", "│ instrument, red tongue, shirt, singing, sky, smile, solo, speaker, stage, standing, string instrument, t-shirt, │\n", "│ tail, tail markings, teeth, toes, tongue, topwear, tree, tuft, unsigned, white body, white fur, white hair, by │\n", "│ corzh77, border collie, collie, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\), │\n", "│ full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3659152.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3659152.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\043242fa0d8138741ff3b5ce1065c8fc.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, armor, black bottomwear, black clothing, black pants, black topwear, blue bottomwear, blue clothing,   │\n",
       "│  blue footwear, blue pants, blue shoes, blue sky, bottomwear, cheek tuft, clothed, clothing, cloud, ears back,  │\n",
       "│   facial tuft, footwear, fur, glistening, glistening eyes, grass, holding map, jewelry, male, map, mountain,    │\n",
       "│    mouth closed, multicolored pants, necklace, outside, pants, pivoted ears, plant, shoes, shrub, sky, solo,    │\n",
       "│   standing, topwear, tuft, unsigned, white body, white fur, yellow bottomwear, yellow clothing, yellow eyes,    │\n",
       "│                            yellow pants, by corzh77, full-length portrait, portrait                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\043242fa0d8138741ff3b5ce1065c8fc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armor, black bottomwear, black clothing, black pants, black topwear, blue bottomwear, blue clothing, │\n", "│ blue footwear, blue pants, blue shoes, blue sky, bottomwear, cheek tuft, clothed, clothing, cloud, ears back, │\n", "│ facial tuft, footwear, fur, glistening, glistening eyes, grass, holding map, jewelry, male, map, mountain, │\n", "│ mouth closed, multicolored pants, necklace, outside, pants, pivoted ears, plant, shoes, shrub, sky, solo, │\n", "│ standing, topwear, tuft, unsigned, white body, white fur, yellow bottomwear, yellow clothing, yellow eyes, │\n", "│ yellow pants, by corzh77, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3674012.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3674012.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\37339a17a9090b0539b4146af77fa204.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, arm tuft, blue background, blue body, bottomwear, closed smile, clothed, clothing, crop top, crossed   │\n",
       "│   arms, elbow tuft, female, front view, horn, looking at viewer, midriff, mouth closed, navel, pants, shirt,    │\n",
       "│   simple background, smile, solo, standing, topwear, tuft, unsigned, by corzh77, corzh \\(corzh77\\), portrait,   │\n",
       "│                                   restricted palette, three-quarter portrait                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\37339a17a9090b0539b4146af77fa204.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, blue background, blue body, bottomwear, closed smile, clothed, clothing, crop top, crossed │\n", "│ arms, elbow tuft, female, front view, horn, looking at viewer, midriff, mouth closed, navel, pants, shirt, │\n", "│ simple background, smile, solo, standing, topwear, tuft, unsigned, by corzh77, corzh \\(corzh77\\), portrait, │\n", "│ restricted palette, three-quarter portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3674019.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3674019.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\13003d8df2b6efed8038ce8bf99da9e5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black cape, black clothing, brown hair, cape, cheek tuft, claws, clothed, clothing, facial tuft, fangs, │\n",
       "│  finger claws, floppy ears, front view, fur, glistening, glistening eyes, green eyes, hair, looking at viewer,  │\n",
       "│     male, mouth shot, open mouth, open smile, pawpads, pink nose, pink pawpads, pink tongue, red cape, red      │\n",
       "│  clothing, short hair, simple background, smile, solo, tan body, tan fur, teeth, tongue, tuft, unsigned, white  │\n",
       "│                            claws, by corzh77, domestic dog, bust portrait, portrait                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\13003d8df2b6efed8038ce8bf99da9e5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black cape, black clothing, brown hair, cape, cheek tuft, claws, clothed, clothing, facial tuft, fangs, │\n", "│ finger claws, floppy ears, front view, fur, glistening, glistening eyes, green eyes, hair, looking at viewer, │\n", "│ male, mouth shot, open mouth, open smile, pawpads, pink nose, pink pawpads, pink tongue, red cape, red │\n", "│ clothing, short hair, simple background, smile, solo, tan body, tan fur, teeth, tongue, tuft, unsigned, white │\n", "│ claws, by corzh77, domestic dog, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3680329.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3680329.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\0c0ff9581291ef35d267486d9e813017.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, beard, blue clothing, blue eyes, blue topwear, brown beard, brown body, brown facial hair, brown fur,  │\n",
       "│   brown nose, building, city, closed smile, clothed, clothing, facial hair, fur, glistening, glistening eyes,   │\n",
       "│     head tuft, looking at viewer, male, mouth closed, multicolored eyes, orange eyes, outside, smile, solo,     │\n",
       "│            topwear, tuft, two tone eyes, unsigned, by corzh77, domestic dog, bust portrait, portrait            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\0c0ff9581291ef35d267486d9e813017.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beard, blue clothing, blue eyes, blue topwear, brown beard, brown body, brown facial hair, brown fur, │\n", "│ brown nose, building, city, closed smile, clothed, clothing, facial hair, fur, glistening, glistening eyes, │\n", "│ head tuft, looking at viewer, male, mouth closed, multicolored eyes, orange eyes, outside, smile, solo, │\n", "│ topwear, tuft, two tone eyes, unsigned, by corzh77, domestic dog, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3700220.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3700220.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fb38bfa0ff7eec11f80560679d75b8c0.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big ears, black horn, bottomwear, clothed, clothing, female, fur, grass, green eyes, hair, horizontal  │\n",
       "│   pupils, horn, long hair, open mouth, outside, pants, paws, plant, pupils, shadow, solo, tan body, tan fur,    │\n",
       "│   three-quarter view, topless, unsigned, walking, white hair, by corzh77, made in abyss, nanachi, lagomorph,    │\n",
       "│                                    narehate, full-length portrait, portrait                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fb38bfa0ff7eec11f80560679d75b8c0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big ears, black horn, bottomwear, clothed, clothing, female, fur, grass, green eyes, hair, horizontal │\n", "│ pupils, horn, long hair, open mouth, outside, pants, paws, plant, pupils, shadow, solo, tan body, tan fur, │\n", "│ three-quarter view, topless, unsigned, walking, white hair, by corzh77, made in abyss, nanachi, lagomorph, │\n", "│ narehate, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3713827.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3713827.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9da9c09ea02a82e638fa8f5f9288566b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, arm tuft, black hair, blue eyes, blurred background, cheek tuft, claws, ear piercing, │\n",
       "│    ear ring, facial tuft, fangs, finger claws, front view, fur, glistening, glistening eyes, hair, licking,     │\n",
       "│   licking lips, licking own lips, looking at viewer, multicolored hair, narrowed eyes, pawpads, piercing, red   │\n",
       "│  nose, red pawpads, red tongue, ring piercing, self lick, shoulder tuft, smile, solo, tan body, tan claws, tan  │\n",
       "│     fur, tan hair, teeth, tongue, tongue out, tuft, two tone hair, white body, white fur, by corzh77, bust      │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9da9c09ea02a82e638fa8f5f9288566b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, arm tuft, black hair, blue eyes, blurred background, cheek tuft, claws, ear piercing, │\n", "│ ear ring, facial tuft, fangs, finger claws, front view, fur, glistening, glistening eyes, hair, licking, │\n", "│ licking lips, licking own lips, looking at viewer, multicolored hair, narrowed eyes, pawpads, piercing, red │\n", "│ nose, red pawpads, red tongue, ring piercing, self lick, shoulder tuft, smile, solo, tan body, tan claws, tan │\n", "│ fur, tan hair, teeth, tongue, tongue out, tuft, two tone hair, white body, white fur, by corzh77, bust │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3713830.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3713830.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\37647148b1c04db6025c15e933865163.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, blep, blue body, blue ears, blue fur, blurred background, fur, head tuft, inner ear  │\n",
       "│   fluff, machine, neck tuft, protogen visor, solo, tongue, tongue out, tuft, unsigned, white body, white fur,   │\n",
       "│                  white inner ear fluff, by corzh77, aaresh, protogen, bust portrait, portrait                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\37647148b1c04db6025c15e933865163.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, blep, blue body, blue ears, blue fur, blurred background, fur, head tuft, inner ear │\n", "│ fluff, machine, neck tuft, protogen visor, solo, tongue, tongue out, tuft, unsigned, white body, white fur, │\n", "│ white inner ear fluff, by corzh77, aaresh, protogen, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3792551.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3792551.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fffee6bdea7d75f337a5451ebe465b36.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, big hands, black teeth, blue body, blue eyes, blue fur, blue sclera, cheek tuft, facial tuft,      │\n",
       "│ featureless crotch, female, front view, fur, long neck, looking at viewer, navel, nude, orange eyes, pink body, │\n",
       "│ pink fur, pink tail, pupils, ringed eyes, simple background, solo, standing, tail, teeth, tuft, unsigned, white │\n",
       "│                       pupils, by corzh77, species request, full-length portrait, portrait                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fffee6bdea7d75f337a5451ebe465b36.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big hands, black teeth, blue body, blue eyes, blue fur, blue sclera, cheek tuft, facial tuft, │\n", "│ featureless crotch, female, front view, fur, long neck, looking at viewer, navel, nude, orange eyes, pink body, │\n", "│ pink fur, pink tail, pupils, ringed eyes, simple background, solo, standing, tail, teeth, tuft, unsigned, white │\n", "│ pupils, by corzh77, species request, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3792658.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3792658.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d7ef6f1d7d28b79f64961f4c4b4e958e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blue eyes, bodily fluids, burger, crying, ears back, eye roll, female, food, fur, hair, holding burger, │\n",
       "│  holding food, holding object, looking up, open mouth, orange body, orange fur, orange hair, pivoted ears, red  │\n",
       "│    hair, saliva, saliva string, simple background, solo, sparkles, tears, tears of joy, tongue, transparent     │\n",
       "│   background, unsigned, by corzh77, alpha channel, bust portrait, orange theme, portrait, restricted palette    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d7ef6f1d7d28b79f64961f4c4b4e958e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue eyes, bodily fluids, burger, crying, ears back, eye roll, female, food, fur, hair, holding burger, │\n", "│ holding food, holding object, looking up, open mouth, orange body, orange fur, orange hair, pivoted ears, red │\n", "│ hair, saliva, saliva string, simple background, solo, sparkles, tears, tears of joy, tongue, transparent │\n", "│ background, unsigned, by corzh77, alpha channel, bust portrait, orange theme, portrait, restricted palette │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3822976.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3822976.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\bd1a3b72ad4ad340523d629d7e7b3973.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blush, candle, cheek tuft, clothed, clothing, crossdressing, eyewear, facial tuft, fangs, flower, front │\n",
       "│   view, fur, glasses, grey body, grey fur, grey hair, hair, inside, legwear, looking at viewer, maid uniform,   │\n",
       "│  male, open mouth, painting, plant, round glasses, short hair, solo, standing, teeth, tuft, uniform, unsigned,  │\n",
       "│             white clothing, white legwear, yellow eyes, by corzh77, full-length portrait, portrait              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\bd1a3b72ad4ad340523d629d7e7b3973.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blush, candle, cheek tuft, clothed, clothing, crossdressing, eyewear, facial tuft, fangs, flower, front │\n", "│ view, fur, glasses, grey body, grey fur, grey hair, hair, inside, legwear, looking at viewer, maid uniform, │\n", "│ male, open mouth, painting, plant, round glasses, short hair, solo, standing, teeth, tuft, uniform, unsigned, │\n", "│ white clothing, white legwear, yellow eyes, by corzh77, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3860660.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3860660.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9ab9431c617a53531af051c8b7d4e49c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blue eyes, brown body, brown fur, brown hair, brown inner ear fluff, cheek tuft, chest tuft, eyelashes, │\n",
       "│     facial tuft, fangs, female, fur, glistening, glistening eyes, hair, inner ear fluff, looking at viewer,     │\n",
       "│  multicolored body, multicolored fur, open mouth, open smile, orange body, orange fur, pink nose, red tongue,   │\n",
       "│   short hair, smile, solo, teeth, tongue, tuft, white body, white fur, by corzh77, mustelid, musteline, bust    │\n",
       "│                                  portrait, digital media \\(artwork\\), portrait                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9ab9431c617a53531af051c8b7d4e49c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue eyes, brown body, brown fur, brown hair, brown inner ear fluff, cheek tuft, chest tuft, eyelashes, │\n", "│ facial tuft, fangs, female, fur, glistening, glistening eyes, hair, inner ear fluff, looking at viewer, │\n", "│ multicolored body, multicolored fur, open mouth, open smile, orange body, orange fur, pink nose, red tongue, │\n", "│ short hair, smile, solo, teeth, tongue, tuft, white body, white fur, by corzh77, mustelid, musteline, bust │\n", "│ portrait, digital media \\(artwork\\), portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3878261.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3878261.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\23f05cbb559a5691b76076afe107f2a5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, black claws, black clothing, black sclera, black topwear, blue eyes, brown body,    │\n",
       "│   brown fur, cheek tuft, claws, clothed, clothing, facial tuft, fangs, finger claws, forest, fur, grin, mask,   │\n",
       "│ multicolored eyes, narrowed eyes, neck tuft, orange body, orange fur, outside, pink eyes, plant, pupils, skull  │\n",
       "│ mask, smile, solo, tan body, tan fur, teeth, topwear, tree, tuft, white pupils, yellow eyes, by corzh77, lancer │\n",
       "│                                     \\(blitzybits\\), bust portrait, portrait                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\23f05cbb559a5691b76076afe107f2a5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black claws, black clothing, black sclera, black topwear, blue eyes, brown body, │\n", "│ brown fur, cheek tuft, claws, clothed, clothing, facial tuft, fangs, finger claws, forest, fur, grin, mask, │\n", "│ multicolored eyes, narrowed eyes, neck tuft, orange body, orange fur, outside, pink eyes, plant, pupils, skull │\n", "│ mask, smile, solo, tan body, tan fur, teeth, topwear, tree, tuft, white pupils, yellow eyes, by corzh77, lancer │\n", "│ \\(blitzybits\\), bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\3989621.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m3989621.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a36deb694c037e98a4396c35249731f5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, arm tuft, blue bottomwear, blue claws, blue clothing, blue eyes, blue hair, blue shorts, blue sky, blue │\n",
       "│   tongue, bottomwear, cheek tuft, claws, clothed, clothing, cloud, day, duo, elbow tuft, eyewear, eyewear on    │\n",
       "│ head, facial tuft, fangs, fur, glasses, grey body, grey fur, hair, horn, leg tuft, male, neck tuft, open mouth, │\n",
       "│ open smile, outside, red body, red bottomwear, red clothing, red fur, red hair, red shorts, ridged horn, short  │\n",
       "│   hair, shorts, sitting, sky, smile, sunglasses, sunglasses on head, teeth, tinted glasses, tongue, topless,    │\n",
       "│                    tuft, white body, white claws, white fur, white horn, by corzh77, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a36deb694c037e98a4396c35249731f5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm tuft, blue bottomwear, blue claws, blue clothing, blue eyes, blue hair, blue shorts, blue sky, blue │\n", "│ tongue, bottomwear, cheek tuft, claws, clothed, clothing, cloud, day, duo, elbow tuft, eyewear, eyewear on │\n", "│ head, facial tuft, fangs, fur, glasses, grey body, grey fur, hair, horn, leg tuft, male, neck tuft, open mouth, │\n", "│ open smile, outside, red body, red bottomwear, red clothing, red fur, red hair, red shorts, ridged horn, short │\n", "│ hair, shorts, sitting, sky, smile, sunglasses, sunglasses on head, teeth, tinted glasses, tongue, topless, │\n", "│ tuft, white body, white claws, white fur, white horn, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4024242.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4024242.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\00873ae7f05d0f872c9a786635885598.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, beach, bedroom eyes, big breasts, biped, black body, black fur, black highlights, black nose, blonde   │\n",
       "│   hair, blue and green swimsuit, blue and green swimwear, blue clothing, blue swimwear, breasts, chest tuft,    │\n",
       "│   claws, clothed, clothing, eyebrows, eyelashes, female, finger claws, fur, glistening, green clothing, green   │\n",
       "│    swimwear, grey body, grey fur, grey highlights, hair, highlights \\(coloring\\), inner ear fluff, kneeling,    │\n",
       "│  looking at viewer, multicolored arms, multicolored body, multicolored fur, multicolored legs, narrowed eyes,   │\n",
       "│  one-piece swimsuit, orange body, orange fur, outside, partially submerged, plant, reflection, sand, seaside,   │\n",
       "│ seductive, sky, solo, swimwear, tree, tuft, water, water reflection, water ripple, water ripples, yellow eyes,  │\n",
       "│       by corzh77, reyna \\(reynafox\\), fox, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\00873ae7f05d0f872c9a786635885598.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beach, bedroom eyes, big breasts, biped, black body, black fur, black highlights, black nose, blonde │\n", "│ hair, blue and green swimsuit, blue and green swimwear, blue clothing, blue swimwear, breasts, chest tuft, │\n", "│ claws, clothed, clothing, eyebrows, eyelashes, female, finger claws, fur, glistening, green clothing, green │\n", "│ swimwear, grey body, grey fur, grey highlights, hair, highlights \\(coloring\\), inner ear fluff, kneeling, │\n", "│ looking at viewer, multicolored arms, multicolored body, multicolored fur, multicolored legs, narrowed eyes, │\n", "│ one-piece swimsuit, orange body, orange fur, outside, partially submerged, plant, reflection, sand, seaside, │\n", "│ seductive, sky, solo, swimwear, tree, tuft, water, water reflection, water ripple, water ripples, yellow eyes, │\n", "│ by corzh77, reyna \\(reynafox\\), fox, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4025757.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4025757.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\012734659867db1f2a3246596f096c47.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black eyebrows, black nose, blue body, blue eyes, blue fur, cheek tuft, cherry blossom, cherry blossom  │\n",
       "│   tree, cherry tree, chest tuft, closed smile, eyebrows, facial tuft, fruit tree, fur, glistening, glistening   │\n",
       "│   eyes, hair, looking at viewer, male, mouth closed, orange body, orange fur, orange hair, plant, sculpture,    │\n",
       "│    slight smile, smile, solo, statue, tree, tuft, white body, white fur, by corzh77, fox, hybrid, wolf, bust    │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\012734659867db1f2a3246596f096c47.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black eyebrows, black nose, blue body, blue eyes, blue fur, cheek tuft, cherry blossom, cherry blossom │\n", "│ tree, cherry tree, chest tuft, closed smile, eyebrows, facial tuft, fruit tree, fur, glistening, glistening │\n", "│ eyes, hair, looking at viewer, male, mouth closed, orange body, orange fur, orange hair, plant, sculpture, │\n", "│ slight smile, smile, solo, statue, tree, tuft, white body, white fur, by corzh77, fox, hybrid, wolf, bust │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4051117.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4051117.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\833da417abff2f152e35a0a685774c6b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black body, black clothing, black fur, black jacket, black sclera, black topwear, blue body, blue eyes, │\n",
       "│ blue horn, blue scales, blurred background, cheek tuft, clothed, clothing, facial tuft, fangs, fur, hair, horn, │\n",
       "│  jacket, looking at viewer, male, mouth closed, multicolored eyes, pink eyes, purple hair, scales, short hair,  │\n",
       "│ solo, teeth, topwear, tuft, two tone eyes, by corzh77, mythology, dragon, furred dragon, mythological creature, │\n",
       "│                              mythological scalie, scalie, bust portrait, portrait                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\833da417abff2f152e35a0a685774c6b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, black clothing, black fur, black jacket, black sclera, black topwear, blue body, blue eyes, │\n", "│ blue horn, blue scales, blurred background, cheek tuft, clothed, clothing, facial tuft, fangs, fur, hair, horn, │\n", "│ jacket, looking at viewer, male, mouth closed, multicolored eyes, pink eyes, purple hair, scales, short hair, │\n", "│ solo, teeth, topwear, tuft, two tone eyes, by corzh77, mythology, dragon, furred dragon, mythological creature, │\n", "│ mythological scalie, scalie, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4051121.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4051121.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c1c2b680f50d4f02d5e507cd22e92a24.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, blue eyes, blue horn, blue sky, blurred background, cheek frill, ear frill, frill \\(anatomy\\), front   │\n",
       "│ view, glistening, glistening eyes, horn, looking at viewer, male, open mouth, ridged horn, scales, sharp teeth, │\n",
       "│   sky, solo, tan body, tan frill, tan scales, teeth, by corzh77, blizzard entertainment, european mythology,    │\n",
       "│    mythology, lz, dracthyr, dragon, mythological creature, mythological scalie, scalie, western dragon, bust    │\n",
       "│                                               portrait, portrait                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c1c2b680f50d4f02d5e507cd22e92a24.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue eyes, blue horn, blue sky, blurred background, cheek frill, ear frill, frill \\(anatomy\\), front │\n", "│ view, glistening, glistening eyes, horn, looking at viewer, male, open mouth, ridged horn, scales, sharp teeth, │\n", "│ sky, solo, tan body, tan frill, tan scales, teeth, by corzh77, blizzard entertainment, european mythology, │\n", "│ mythology, lz, dracthyr, dragon, mythological creature, mythological scalie, scalie, western dragon, bust │\n", "│ portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4054895.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4054895.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\7dee04ce5b675893d351d85144b38c04.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black body, black eyebrows, black fur, black hair, cheek tuft, clock, clothed, clothing, eyebrows,    │\n",
       "│  eyewear, facial tuft, fangs, front view, fur, gesture, glasses, hair, hand gesture, looking at viewer, male,   │\n",
       "│ narrowed eyes, one eye closed, open mouth, purple nose, purple tongue, round glasses, short hair, solo, teeth,  │\n",
       "│             tongue, tuft, v sign, wearing glasses, yellow eyes, by corzh77, bust portrait, portrait             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\7dee04ce5b675893d351d85144b38c04.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, black eyebrows, black fur, black hair, cheek tuft, clock, clothed, clothing, eyebrows, │\n", "│ eyewear, facial tuft, fangs, front view, fur, gesture, glasses, hair, hand gesture, looking at viewer, male, │\n", "│ narrowed eyes, one eye closed, open mouth, purple nose, purple tongue, round glasses, short hair, solo, teeth, │\n", "│ tongue, tuft, v sign, wearing glasses, yellow eyes, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4113835.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4113835.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\5f8c1a276d1ba4b010a6c2a3ccae9af8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, ambiguous pov, anthro, black spots, blood, blue eyes, bodily fluids, brown clothing, cape,   │\n",
       "│   clothed, clothing, duo, facial spots, fire, first person view, front view, fur, grey body, grey fur, grin,    │\n",
       "│ holding object, holding sword, holding weapon, looking at viewer, magic user, male, melee weapon, red cape, red │\n",
       "│ clothing, smile, solo focus, speech bubble, spots, spotted face, spotted neck, sword, teeth, weapon, whiskers,  │\n",
       "│                                    white body, white fur, by corzh77, hi res                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\5f8c1a276d1ba4b010a6c2a3ccae9af8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, ambiguous pov, anthro, black spots, blood, blue eyes, bodily fluids, brown clothing, cape, │\n", "│ clothed, clothing, duo, facial spots, fire, first person view, front view, fur, grey body, grey fur, grin, │\n", "│ holding object, holding sword, holding weapon, looking at viewer, magic user, male, melee weapon, red cape, red │\n", "│ clothing, smile, solo focus, speech bubble, spots, spotted face, spotted neck, sword, teeth, weapon, whiskers, │\n", "│ white body, white fur, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4113845.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4113845.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\fb01a5592fb24ca334ed77ec560a541a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, blue mane, blue sclera, body horror, cheek tuft, claws, facial tuft, fangs, fur, grey body,  │\n",
       "│   grey fur, looking at viewer, mane, multi eye, multicolored mane, open mouth, pink nose, pink tongue, plant,   │\n",
       "│       purple mane, red mane, solo, teeth, tongue, tree, tuft, white claws, white eyes, by corzh77, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\fb01a5592fb24ca334ed77ec560a541a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, blue mane, blue sclera, body horror, cheek tuft, claws, facial tuft, fangs, fur, grey body, │\n", "│ grey fur, looking at viewer, mane, multi eye, multicolored mane, open mouth, pink nose, pink tongue, plant, │\n", "│ purple mane, red mane, solo, teeth, tongue, tree, tuft, white claws, white eyes, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4135957.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4135957.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\8cbced918de10f2922ecc565fe21ab59.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, brown body, brown scales, eyelashes, fangs, female, glistening, glistening eyes, grin, looking at    │\n",
       "│  viewer, narrowed eyes, pupils, scales, slit pupils, smile, solo, tan body, tan scales, teeth, yellow eyes, by  │\n",
       "│                            corzh77, reptile, scalie, snake, bust portrait, portrait                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\8cbced918de10f2922ecc565fe21ab59.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, brown body, brown scales, eyelashes, fangs, female, glistening, glistening eyes, grin, looking at │\n", "│ viewer, narrowed eyes, pupils, scales, slit pupils, smile, solo, tan body, tan scales, teeth, yellow eyes, by │\n", "│ corzh77, reptile, scalie, snake, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4175895.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4175895.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c6bc7689aa4216cb1d8305f91be68767.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, armor, cloud, front view, glistening, glistening eyes, headgear, helmet, horn, looking at viewer, male, │\n",
       "│    orange eyes, pupils, red body, red scales, ridged horn, scales, solo, tan horn, teeth, unusual pupils, by    │\n",
       "│    corzh77, blizzard entertainment, european mythology, mythology, dracthyr, dragon, mythological creature,     │\n",
       "│                      mythological scalie, scalie, western dragon, bust portrait, portrait                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c6bc7689aa4216cb1d8305f91be68767.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armor, cloud, front view, glistening, glistening eyes, headgear, helmet, horn, looking at viewer, male, │\n", "│ orange eyes, pupils, red body, red scales, ridged horn, scales, solo, tan horn, teeth, unusual pupils, by │\n", "│ corzh77, blizzard entertainment, european mythology, mythology, dracthyr, dragon, mythological creature, │\n", "│ mythological scalie, scalie, western dragon, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4175902.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4175902.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\dfb4c708bae962ffc4ab0eb1fc90145f.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, antlers, black body, black fur, black nose, blue eyes, breasts, brown antlers, featureless breasts,   │\n",
       "│ female, front view, fur, green eyes, horn, inner ear fluff, looking at viewer, multicolored eyes, nude, orange  │\n",
       "│  background, orange body, orange fur, paint, simple background, solo, teeth, tuft, two tone eyes, white body,   │\n",
       "│               white fur, white inner ear fluff, by corzh77, deer, half-length portrait, portrait                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\dfb4c708bae962ffc4ab0eb1fc90145f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, antlers, black body, black fur, black nose, blue eyes, breasts, brown antlers, featureless breasts, │\n", "│ female, front view, fur, green eyes, horn, inner ear fluff, looking at viewer, multicolored eyes, nude, orange │\n", "│ background, orange body, orange fur, paint, simple background, solo, teeth, tuft, two tone eyes, white body, │\n", "│ white fur, white inner ear fluff, by corzh77, deer, half-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4182485.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4182485.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b74a9e6aec5e5d5752e0a4fcc3c32286.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   2 tails, anthro, backpack, clothed, clothing, digitigrade footwear, factory, footwear, furgonomic footwear,   │\n",
       "│ furgonomics, male, multi tail, outside, solo, standing, tail, by corzh77, factorio, engineer \\(factorio\\), fox, │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b74a9e6aec5e5d5752e0a4fcc3c32286.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 2 tails, anthro, backpack, clothed, clothing, digitigrade footwear, factory, footwear, furgonomic footwear, │\n", "│ furgonomics, male, multi tail, outside, solo, standing, tail, by corzh77, factorio, engineer \\(factorio\\), fox, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4187907.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4187907.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\1582bb646b9086b167ce5fc5b71c7cff.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black body, black bottomwear, black clothing, black fur, black hair, black jacket, black pants, black  │\n",
       "│ topwear, blue clothing, blue jacket, blue topwear, bottomwear, cheek tuft, clothed, clothing, facial tuft, fur, │\n",
       "│   grin, hair, jacket, looking at viewer, male, no sclera, pants, red nose, short hair, smile, solo, topwear,    │\n",
       "│                               tuft, yellow eyes, by corzh77, feline, lynx, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\1582bb646b9086b167ce5fc5b71c7cff.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, black bottomwear, black clothing, black fur, black hair, black jacket, black pants, black │\n", "│ topwear, blue clothing, blue jacket, blue topwear, bottomwear, cheek tuft, clothed, clothing, facial tuft, fur, │\n", "│ grin, hair, jacket, looking at viewer, male, no sclera, pants, red nose, short hair, smile, solo, topwear, │\n", "│ tuft, yellow eyes, by corzh77, feline, lynx, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4187914.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4187914.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\9156f3d876ed64d4f457d56faea86cc2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blue sky, brown hair, brown spots, cloud, facial spots, fangs, fur, glistening, glistening eyes, green  │\n",
       "│   eyes, grin, hair, looking at viewer, male, markings, neck tuft, orange body, orange fur, sky, smile, solo,    │\n",
       "│  spots, spotted body, spotted face, spotted fur, spotted neck, teeth, tuft, by corzh77, hyena, bust portrait,   │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\9156f3d876ed64d4f457d56faea86cc2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue sky, brown hair, brown spots, cloud, facial spots, fangs, fur, glistening, glistening eyes, green │\n", "│ eyes, grin, hair, looking at viewer, male, markings, neck tuft, orange body, orange fur, sky, smile, solo, │\n", "│ spots, spotted body, spotted face, spotted fur, spotted neck, teeth, tuft, by corzh77, hyena, bust portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4208538.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4208538.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\35662df86a6bc1c1d538cd126d79af09.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, black hair, blue clothing, blue topwear, bottomwear, closed smile, clothed, clothing, female,      │\n",
       "│   glistening, glistening eyes, grey body, grey bottomwear, grey clothing, grey pants, hair, leaf, long hair,    │\n",
       "│    looking at viewer, mouth closed, pants, red eyes, sitting, slight smile, smile, solo, three-quarter view,    │\n",
       "│                                       topwear, by corzh77, rodent, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\35662df86a6bc1c1d538cd126d79af09.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black hair, blue clothing, blue topwear, bottomwear, closed smile, clothed, clothing, female, │\n", "│ glistening, glistening eyes, grey body, grey bottomwear, grey clothing, grey pants, hair, leaf, long hair, │\n", "│ looking at viewer, mouth closed, pants, red eyes, sitting, slight smile, smile, solo, three-quarter view, │\n", "│ topwear, by corzh77, rodent, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4208551.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4208551.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\af48e86b9eebf7c326665d22d1d1aaef.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, black sclera, blue eyes, blue nose, cheek tuft, facial tuft, fangs, fur, grey body,  │\n",
       "│    grey fur, hair, long hair, open mouth, solo, teeth, tuft, white hair, by corzh77, bust portrait, portrait    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\af48e86b9eebf7c326665d22d1d1aaef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black sclera, blue eyes, blue nose, cheek tuft, facial tuft, fangs, fur, grey body, │\n", "│ grey fur, hair, long hair, open mouth, solo, teeth, tuft, white hair, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4208555.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4208555.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\541fc723104b93499a3c45ff736c291c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, backlighting, blurred background, breath, feral, front view, fur, grin, light, long neck,   │\n",
       "│ looking at viewer, moon, neck tuft, night, nightmare fuel, outside, pink eyes, plant, ribs, sharp teeth, smile, │\n",
       "│                        solo, teeth, tree, tuft, white body, white fur, by corzh77, synx                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\541fc723104b93499a3c45ff736c291c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, backlighting, blurred background, breath, feral, front view, fur, grin, light, long neck, │\n", "│ looking at viewer, moon, neck tuft, night, nightmare fuel, outside, pink eyes, plant, ribs, sharp teeth, smile, │\n", "│ solo, teeth, tree, tuft, white body, white fur, by corzh77, synx │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4208581.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4208581.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\e7a4483f4bf411125d5a721513457ac8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, arm support, beverage, black collar, blue eyes, brown body, brown fur, cheek tuft, closed smile,     │\n",
       "│   clothed, clothing, collar, drinking, drinking straw, ear piercing, ear ring, eyelashes, facial tuft, fangs,   │\n",
       "│ female, fur, glass, glistening, glistening eyes, hair, inner ear fluff, leaning on elbow, looking aside, mouth  │\n",
       "│ closed, orange body, orange fur, piercing, pink clothing, pink inner ear, pink topwear, ring piercing, sitting, │\n",
       "│ smile, solo, teeth, topwear, tuft, white body, white fur, white hair, white inner ear fluff, by corzh77, hi res │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\e7a4483f4bf411125d5a721513457ac8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm support, beverage, black collar, blue eyes, brown body, brown fur, cheek tuft, closed smile, │\n", "│ clothed, clothing, collar, drinking, drinking straw, ear piercing, ear ring, eyelashes, facial tuft, fangs, │\n", "│ female, fur, glass, glistening, glistening eyes, hair, inner ear fluff, leaning on elbow, looking aside, mouth │\n", "│ closed, orange body, orange fur, piercing, pink clothing, pink inner ear, pink topwear, ring piercing, sitting, │\n", "│ smile, solo, teeth, topwear, tuft, white body, white fur, white hair, white inner ear fluff, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4208583.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4208583.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\876808f0d06776c7a5dec89576d0b29e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, arm tuft, black body, black fur, blue eyes, cheek tuft, cosmic background, facial   │\n",
       "│  tuft, fur, grey body, grey fur, grey inner ear, looking at viewer, neck tuft, no sclera, open mouth, pupils,   │\n",
       "│  shoulder tuft, solo, space, space background, tuft, white pupils, by corzh77, species request, bust portrait,  │\n",
       "│                                                    portrait                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\876808f0d06776c7a5dec89576d0b29e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, arm tuft, black body, black fur, blue eyes, cheek tuft, cosmic background, facial │\n", "│ tuft, fur, grey body, grey fur, grey inner ear, looking at viewer, neck tuft, no sclera, open mouth, pupils, │\n", "│ shoulder tuft, solo, space, space background, tuft, white pupils, by corzh77, species request, bust portrait, │\n", "│ portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4230455.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4230455.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\4fd86f80f20298e2b2d902340cd22d76.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ambiguous gender, anthro, black hair, black spots, blue eyes, blue hair, cheek tuft, cloud, facial spots,    │\n",
       "│    facial tuft, fangs, front view, fur, hair, looking at viewer, markings, mouth closed, multicolored hair,     │\n",
       "│  outside, purple body, purple fur, solo, spots, spotted body, spotted face, spotted fur, spotted neck, teeth,   │\n",
       "│            tuft, two tone hair, whiskers, white body, white fur, by corzh77, bust portrait, portrait            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\4fd86f80f20298e2b2d902340cd22d76.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black hair, black spots, blue eyes, blue hair, cheek tuft, cloud, facial spots, │\n", "│ facial tuft, fangs, front view, fur, hair, looking at viewer, markings, mouth closed, multicolored hair, │\n", "│ outside, purple body, purple fur, solo, spots, spotted body, spotted face, spotted fur, spotted neck, teeth, │\n", "│ tuft, two tone hair, whiskers, white body, white fur, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4230468.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4230468.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\4212c01756e5087f39843881b096845f.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ambiguous gender, anthro, beak, black body, black feathers, blue body, blue eyes, blue feathers, clothed,    │\n",
       "│ clothing, feathers, front view, looking aside, no sclera, open mouth, sky, solo, star, by corzh77, avian, bird, │\n",
       "│                                          owl, bust portrait, portrait                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\4212c01756e5087f39843881b096845f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, beak, black body, black feathers, blue body, blue eyes, blue feathers, clothed, │\n", "│ clothing, feathers, front view, looking aside, no sclera, open mouth, sky, solo, star, by corzh77, avian, bird, │\n", "│ owl, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4251611.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4251611.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\d6084dd7d1421c0551994142f762a6b2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, black spots, blurred background, cheek tuft, facial spots, facial tuft, fangs, forked │\n",
       "│ tongue, fur, green horn, green tongue, horn, multicolored horn, neck tuft, open mouth, open smile, pupils, red  │\n",
       "│ eyes, red horn, red nose, smile, solo, spots, spotted face, teeth, tongue, tuft, two tone horn, unusual pupils, │\n",
       "│                  white body, white fur, yellow pupils, by corzh77, headshot portrait, portrait                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\d6084dd7d1421c0551994142f762a6b2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black spots, blurred background, cheek tuft, facial spots, facial tuft, fangs, forked │\n", "│ tongue, fur, green horn, green tongue, horn, multicolored horn, neck tuft, open mouth, open smile, pupils, red │\n", "│ eyes, red horn, red nose, smile, solo, spots, spotted face, teeth, tongue, tuft, two tone horn, unusual pupils, │\n", "│ white body, white fur, yellow pupils, by corzh77, headshot portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4310596.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4310596.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f6de1d167f63a0320569ea6c80f9bee8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black clothing, black necktie, black topwear, clothed, clothing, cloud, fur, inner ear fluff, male,   │\n",
       "│ mouth closed, multicolored eyes, necktie, orange eyes, outside, pupils, slit pupils, solo, tan body, tan eyes,  │\n",
       "│  tan fur, tan sclera, topwear, tuft, two tone eyes, uniform, whiskers, white body, white clothing, white fur,   │\n",
       "│             white inner ear fluff, white topwear, by corzh77, feline, lynx, bust portrait, portrait             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\f6de1d167f63a0320569ea6c80f9bee8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black clothing, black necktie, black topwear, clothed, clothing, cloud, fur, inner ear fluff, male, │\n", "│ mouth closed, multicolored eyes, necktie, orange eyes, outside, pupils, slit pupils, solo, tan body, tan eyes, │\n", "│ tan fur, tan sclera, topwear, tuft, two tone eyes, uniform, whiskers, white body, white clothing, white fur, │\n", "│ white inner ear fluff, white topwear, by corzh77, feline, lynx, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4353608.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4353608.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ba6148fc523dd2f722ac82ef8f646d81.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, black clothing, black hat, black headwear, blurred background, cemetery, clothing, fur, grey  │\n",
       "│ body, grey fur, hat, headgear, headwear, looking at viewer, open mouth, orange eyes, plant, pupils, side view,  │\n",
       "│                   solo, tree, wearing hat, yellow pupils, by corzh77, species request, hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ba6148fc523dd2f722ac82ef8f646d81.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black clothing, black hat, black headwear, blurred background, cemetery, clothing, fur, grey │\n", "│ body, grey fur, hat, headgear, headwear, looking at viewer, open mouth, orange eyes, plant, pupils, side view, │\n", "│ solo, tree, wearing hat, yellow pupils, by corzh77, species request, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4373098.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4373098.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\5ea9b5f2710e3c8d7d3db59a3867a425.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, back tuft, black body, black ears, black fur, black tail, chest tuft, ears back, food, fruit, fur, grey │\n",
       "│ sclera, head tuft, looking at viewer, male, monotone body, monotone fur, narrowed eyes, no pupils, nude, orange │\n",
       "│  pupils, orange sclera, outside, pivoted ears, plant, pumpkin, pupils, side view, tail, tuft, yellow eyes, by   │\n",
       "│                                corzh77, elemental creature, flora fauna, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\5ea9b5f2710e3c8d7d3db59a3867a425.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, back tuft, black body, black ears, black fur, black tail, chest tuft, ears back, food, fruit, fur, grey │\n", "│ sclera, head tuft, looking at viewer, male, monotone body, monotone fur, narrowed eyes, no pupils, nude, orange │\n", "│ pupils, orange sclera, outside, pivoted ears, plant, pumpkin, pupils, side view, tail, tuft, yellow eyes, by │\n", "│ corzh77, elemental creature, flora fauna, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4418208.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4418208.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ea7fc7971118c09ec166c23b50feff91.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, blue eyes, blurred background, cheek tuft, collar, facial tuft, flower, front view,  │\n",
       "│   fur, looking at viewer, open mouth, open smile, pink flower, plant, red nose, red tongue, smile, solo, tan    │\n",
       "│    body, tan fur, teeth, tongue, tuft, white body, white flower, white fur, yellow sclera, yellow teeth, by     │\n",
       "│                                        corzh77, bust portrait, portrait                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ea7fc7971118c09ec166c23b50feff91.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, blue eyes, blurred background, cheek tuft, collar, facial tuft, flower, front view, │\n", "│ fur, looking at viewer, open mouth, open smile, pink flower, plant, red nose, red tongue, smile, solo, tan │\n", "│ body, tan fur, teeth, tongue, tuft, white body, white flower, white fur, yellow sclera, yellow teeth, by │\n", "│ corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4431540.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4431540.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\64f6cdbc315f7329f9523e9d450afd96.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black tears, blood, bodily fluids, cheek tuft, clothed, clothing, ears back, empty eyes, facial tuft,  │\n",
       "│ fangs, fur, grey body, grey fur, grey hair, hair, male, pivoted ears, red body, red fur, red nose, solo, tears, │\n",
       "│         teeth, topwear, tuft, white body, white clothing, white fur, white topwear, by corzh77, hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\64f6cdbc315f7329f9523e9d450afd96.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black tears, blood, bodily fluids, cheek tuft, clothed, clothing, ears back, empty eyes, facial tuft, │\n", "│ fangs, fur, grey body, grey fur, grey hair, hair, male, pivoted ears, red body, red fur, red nose, solo, tears, │\n", "│ teeth, topwear, tuft, white body, white clothing, white fur, white topwear, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4447550.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4447550.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\cf9f47b02f437f57bf63905e796283a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, black horn, black sclera, brown body, brown scales, cheek spikes, cloud, facial piercing, facial     │\n",
       "│   spikes, glistening, glistening eyes, horn, looking at viewer, male, mouth closed, nose piercing, nose ring,   │\n",
       "│  orange eyes, piercing, ring piercing, scales, septum piercing, septum ring, solo, spikes, spikes \\(anatomy\\),  │\n",
       "│                              tan body, by corzh77, scalie, bust portrait, portrait                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\cf9f47b02f437f57bf63905e796283a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black horn, black sclera, brown body, brown scales, cheek spikes, cloud, facial piercing, facial │\n", "│ spikes, glistening, glistening eyes, horn, looking at viewer, male, mouth closed, nose piercing, nose ring, │\n", "│ orange eyes, piercing, ring piercing, scales, septum piercing, septum ring, solo, spikes, spikes \\(anatomy\\), │\n", "│ tan body, by corzh77, scalie, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4459950.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4459950.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f69ddcdb9d8b9c78f7466431e00a8efa.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, blue body, blue eyes, blue scales, clothed, clothing, horn, leaf, looking at viewer,  │\n",
       "│   membrane \\(anatomy\\), membranous wings, mouth closed, pink wings, scales, solo, topwear, white body, white    │\n",
       "│  scales, wings, yellow body, yellow scales, by corzh77, blizzard entertainment, european mythology, mythology,  │\n",
       "│  dracthyr, dragon, mythological creature, mythological scalie, scalie, western dragon, bust portrait, portrait  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\f69ddcdb9d8b9c78f7466431e00a8efa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, blue body, blue eyes, blue scales, clothed, clothing, horn, leaf, looking at viewer, │\n", "│ membrane \\(anatomy\\), membranous wings, mouth closed, pink wings, scales, solo, topwear, white body, white │\n", "│ scales, wings, yellow body, yellow scales, by corzh77, blizzard entertainment, european mythology, mythology, │\n", "│ dracthyr, dragon, mythological creature, mythological scalie, scalie, western dragon, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4477436.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4477436.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\564ddf390dc45426147eb5c3ac8798a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, brown body, brown fur, brown stripes, clothing, ear piercing, featureless crotch, forest, fur, green   │\n",
       "│   eyes, grey body, grey fur, hat, headgear, headwear, leaf, male, markings, mouth closed, outside, piercing,    │\n",
       "│   plant, red scarf, scarf, shrub, solo, striped arms, striped legs, striped markings, striped tail, stripes,    │\n",
       "│             tail, tail markings, tan body, tan fur, tree, walking, by corzh77, feline, lynx, hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\564ddf390dc45426147eb5c3ac8798a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, brown body, brown fur, brown stripes, clothing, ear piercing, featureless crotch, forest, fur, green │\n", "│ eyes, grey body, grey fur, hat, headgear, headwear, leaf, male, markings, mouth closed, outside, piercing, │\n", "│ plant, red scarf, scarf, shrub, solo, striped arms, striped legs, striped markings, striped tail, stripes, │\n", "│ tail, tail markings, tan body, tan fur, tree, walking, by corzh77, feline, lynx, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4483503.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4483503.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\0deaa74bc1a08556d848ef3be0bbcf6e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, black body, black claws, black scales, blue eyes, claws, finger claws, grin, holding  │\n",
       "│   katana, holding object, holding sword, holding weapon, horn, looking at viewer, melee weapon, scales, sharp   │\n",
       "│      teeth, smile, solo, sword, teeth, weapon, white body, white horn, white scales, by corzh77, blizzard       │\n",
       "│   entertainment, european mythology, mythology, dracthyr, dragon, mythological creature, mythological scalie,   │\n",
       "│                                         scalie, western dragon, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\0deaa74bc1a08556d848ef3be0bbcf6e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black body, black claws, black scales, blue eyes, claws, finger claws, grin, holding │\n", "│ katana, holding object, holding sword, holding weapon, horn, looking at viewer, melee weapon, scales, sharp │\n", "│ teeth, smile, solo, sword, teeth, weapon, white body, white horn, white scales, by corzh77, blizzard │\n", "│ entertainment, european mythology, mythology, dracthyr, dragon, mythological creature, mythological scalie, │\n", "│ scalie, western dragon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4532106.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4532106.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c6f2faf4ff951eb56eb521660652a402.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anthro, black body, black fur, black nose, blue body, blue eyes, blue fur, blue inner ear   │\n",
       "│  fluff, cheek tuft, facial tuft, fangs, fur, hand on chin, head tuft, inner ear fluff, looking at viewer, neck  │\n",
       "│  tuft, open mouth, pink tongue, solo, teeth, tongue, tuft, white body, white fur, white inner ear, by corzh77,  │\n",
       "│                                             bust portrait, portrait                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c6f2faf4ff951eb56eb521660652a402.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black body, black fur, black nose, blue body, blue eyes, blue fur, blue inner ear │\n", "│ fluff, cheek tuft, facial tuft, fangs, fur, hand on chin, head tuft, inner ear fluff, looking at viewer, neck │\n", "│ tuft, open mouth, pink tongue, solo, teeth, tongue, tuft, white body, white fur, white inner ear, by corzh77, │\n", "│ bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4558397.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4558397.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\58b59b71410149a0389732c7aa0a1801.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, clothed, clothing, duo, feral, fur, green body, green eyes, green horn, hair, horn,  │\n",
       "│   male, mouth closed, narrowed eyes, short hair, standing, white body, white fur, white hair, yellow eyes, by   │\n",
       "│          corzh77, mythology, deer, 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\\by_corzh77\\58b59b71410149a0389732c7aa0a1801.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, clothed, clothing, duo, feral, fur, green body, green eyes, green horn, hair, horn, │\n", "│ male, mouth closed, narrowed eyes, short hair, standing, white body, white fur, white hair, yellow eyes, by │\n", "│ corzh77, mythology, deer, dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4558476.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4558476.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\06b39731ff740f32240acdb930efe262.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  blue hair, blue wings, crown, fangs, female, feral, front view, grass, green eyes, grey body, hair, headgear,  │\n",
       "│ horn, mouth closed, notched wings, plant, solo, teeth, wings, by corzh77, friendship is magic, my little pony,  │\n",
       "│  mythology, queen chrysalis \\(mlp\\), arthropod, changeling, equid, equine, mythological creature, mythological  │\n",
       "│                                 equine, unicorn, full-length portrait, portrait                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\06b39731ff740f32240acdb930efe262.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ blue hair, blue wings, crown, fangs, female, feral, front view, grass, green eyes, grey body, hair, headgear, │\n", "│ horn, mouth closed, notched wings, plant, solo, teeth, wings, by corzh77, friendship is magic, my little pony, │\n", "│ mythology, queen chrysalis \\(mlp\\), arthropod, changeling, equid, equine, mythological creature, mythological │\n", "│ equine, unicorn, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4559674.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4559674.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\130a15a9a6da10ac7ce1099979732635.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, blue bottomwear, blue clothing, blue shorts, bottomwear, brown clothing, brown topwear, clothed,     │\n",
       "│ clothing, eyelashes, female, floppy ears, fur, hair, leaf, lying, mouth closed, on front, pink body, pink ears, │\n",
       "│    pink fur, pink tail, purple eyes, purple hair, shorts, solo, tail, topwear, water, by corzh77, lagomorph,    │\n",
       "│                                             leporid, rabbit, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\130a15a9a6da10ac7ce1099979732635.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue bottomwear, blue clothing, blue shorts, bottomwear, brown clothing, brown topwear, clothed, │\n", "│ clothing, eyelashes, female, floppy ears, fur, hair, leaf, lying, mouth closed, on front, pink body, pink ears, │\n", "│ pink fur, pink tail, purple eyes, purple hair, shorts, solo, tail, topwear, water, by corzh77, lagomorph, │\n", "│ leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4559694.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4559694.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\abf53b270e98833a281776a46bb55bd8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, beach, black nose, buried, buried in sand, cheek tuft, clothing, ears back, eyewear, facial tuft,    │\n",
       "│   female, fur, glasses, grey body, grey fur, grey hair, hair, hat, headgear, headwear, mouth closed, pivoted    │\n",
       "│       ears, sand, seaside, solo, straw hat, sunglasses, tuft, water, wearing glasses, by corzh77, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\abf53b270e98833a281776a46bb55bd8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beach, black nose, buried, buried in sand, cheek tuft, clothing, ears back, eyewear, facial tuft, │\n", "│ female, fur, glasses, grey body, grey fur, grey hair, hair, hat, headgear, headwear, mouth closed, pivoted │\n", "│ ears, sand, seaside, solo, straw hat, sunglasses, tuft, water, wearing glasses, by corzh77, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4559747.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4559747.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a63ea08ffa25ed27146f5300a0dc76a0.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, blue body, blue eyes, blue fur, brown mane, duo, feral, fur, grey body, grey scales, mane,   │\n",
       "│ open mouth, partially submerged, quadruped, red body, red fur, scales, simple background, tail, tongue, tongue  │\n",
       "│   out, water, white background, white body, white scales, yellow eyes, yellow tongue, by corzh77, mythology,    │\n",
       "│                dragon, furred 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\\by_corzh77\\a63ea08ffa25ed27146f5300a0dc76a0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, blue body, blue eyes, blue fur, brown mane, duo, feral, fur, grey body, grey scales, mane, │\n", "│ open mouth, partially submerged, quadruped, red body, red fur, scales, simple background, tail, tongue, tongue │\n", "│ out, water, white background, white body, white scales, yellow eyes, yellow tongue, by corzh77, mythology, │\n", "│ dragon, furred dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4559787.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4559787.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\5030ada6374142ab4a8e5f044158d816.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, black mane, black markings, blue eyes, cheek tuft, facial tuft, fangs, feral, fur, grey body, │\n",
       "│  grey markings, grey scales, grin, looking at viewer, mane, markings, membrane \\(anatomy\\), membranous wings,   │\n",
       "│   neck tuft, purple wings, red body, red fur, scales, simple background, smile, solo, tail, tail tuft, teeth,   │\n",
       "│    tuft, white background, wings, by corzh77, mythology, dragon, mythological creature, mythological scalie,    │\n",
       "│                                                 scalie, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\5030ada6374142ab4a8e5f044158d816.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, black mane, black markings, blue eyes, cheek tuft, facial tuft, fangs, feral, fur, grey body, │\n", "│ grey markings, grey scales, grin, looking at viewer, mane, markings, membrane \\(anatomy\\), membranous wings, │\n", "│ neck tuft, purple wings, red body, red fur, scales, simple background, smile, solo, tail, tail tuft, teeth, │\n", "│ tuft, white background, wings, by corzh77, mythology, dragon, mythological creature, mythological scalie, │\n", "│ scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4559957.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4559957.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ae83843f5849e8dc8d6ee05fff859d12.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, blue bottomwear, blue clothing, blue eyes, blue shorts, blue sky, blue topwear, bottomwear, clothed,   │\n",
       "│ clothing, cloud, day, eyewear, female, floppy ears, fur, glasses, grass, hair, looking at viewer, mouth closed, │\n",
       "│ outside, plant, rock, shorts, sitting, sky, solo, tan body, tan fur, tan hair, topwear, water, wearing glasses, │\n",
       "│                                      by corzh77, digital media \\(artwork\\)                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ae83843f5849e8dc8d6ee05fff859d12.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blue bottomwear, blue clothing, blue eyes, blue shorts, blue sky, blue topwear, bottomwear, clothed, │\n", "│ clothing, cloud, day, eyewear, female, floppy ears, fur, glasses, grass, hair, looking at viewer, mouth closed, │\n", "│ outside, plant, rock, shorts, sitting, sky, solo, tan body, tan fur, tan hair, topwear, water, wearing glasses, │\n", "│ by corzh77, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4560127.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4560127.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\52a4fde9b68075a74e78678ad3d1ceca.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, arm markings, breasts, ear piercing, ear tuft, eyelashes, featureless breasts, female, front view,    │\n",
       "│ gauged ear, glistening, glistening eyes, hair, holding breast, looking at viewer, markings, mouth closed, nude, │\n",
       "│                 piercing, shoulder markings, sitting, solo, tuft, by corzh77, partially colored                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\52a4fde9b68075a74e78678ad3d1ceca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm markings, breasts, ear piercing, ear tuft, eyelashes, featureless breasts, female, front view, │\n", "│ gauged ear, glistening, glistening eyes, hair, holding breast, looking at viewer, markings, mouth closed, nude, │\n", "│ piercing, shoulder markings, sitting, solo, tuft, by corzh77, partially colored │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4560212.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4560212.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\159c465982f5acaa914857f4469714a3.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, feral, grass, mouth closed, outside, plant, side view, snow, snowing, solo, tree, by corzh77, │\n",
       "│                                                wolf, monochrome                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\159c465982f5acaa914857f4469714a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, feral, grass, mouth closed, outside, plant, side view, snow, snowing, solo, tree, by corzh77, │\n", "│ wolf, monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4560237.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4560237.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c0243ddaf79ced346185d064446e0ed6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     antlers, black mane, blue hair, blue horn, blue wings, brown body, brown fur, brown hooves, cutie mark,     │\n",
       "│   feathered wings, feathers, feral, fur, glistening, glistening eyes, green body, grey body, grey fur, group,   │\n",
       "│  hair, hooves, horn, male, mane, membrane \\(anatomy\\), membranous wings, no pupils, pink body, pink eyes, pink  │\n",
       "│   hair, pupils, purple eyes, purple pupils, red body, red eyes, trio, white antlers, wings, yellow sclera, by   │\n",
       "│ corzh77, friendship is magic, my little pony, mythology, discord \\(mlp\\), equid, equine, mythological creature, │\n",
       "│                                      mythological equine, unicorn, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c0243ddaf79ced346185d064446e0ed6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ antlers, black mane, blue hair, blue horn, blue wings, brown body, brown fur, brown hooves, cutie mark, │\n", "│ feathered wings, feathers, feral, fur, glistening, glistening eyes, green body, grey body, grey fur, group, │\n", "│ hair, hooves, horn, male, mane, membrane \\(anatomy\\), membranous wings, no pupils, pink body, pink eyes, pink │\n", "│ hair, pupils, purple eyes, purple pupils, red body, red eyes, trio, white antlers, wings, yellow sclera, by │\n", "│ corzh77, friendship is magic, my little pony, mythology, discord \\(mlp\\), equid, equine, mythological creature, │\n", "│ mythological equine, unicorn, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4560308.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4560308.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\055a6633d9663e11fd4124257f828755.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   antlers, black mane, blue horn, blue wings, brown body, brown fur, cloud, feathered wings, feathers, feral,   │\n",
       "│    fur, grey body, grey fur, horn, looking at viewer, male, mane, membrane \\(anatomy\\), membranous wings, no    │\n",
       "│   pupils, open mouth, rear view, red eyes, semi-anthro, sky, solo, tongue, white antlers, wings, yellow body,   │\n",
       "│ yellow fur, yellow sclera, yellow tongue, by corzh77, friendship is magic, my little pony, discord \\(mlp\\), hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\055a6633d9663e11fd4124257f828755.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ antlers, black mane, blue horn, blue wings, brown body, brown fur, cloud, feathered wings, feathers, feral, │\n", "│ fur, grey body, grey fur, horn, looking at viewer, male, mane, membrane \\(anatomy\\), membranous wings, no │\n", "│ pupils, open mouth, rear view, red eyes, semi-anthro, sky, solo, tongue, white antlers, wings, yellow body, │\n", "│ yellow fur, yellow sclera, yellow tongue, by corzh77, friendship is magic, my little pony, discord \\(mlp\\), hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4562185.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4562185.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\ea8fedcff7a919c545551a88e0576e51.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, areola, barely visible genitalia, barely visible pussy, blue eyes, breasts, brown nipples, brown     │\n",
       "│  pawpads, eyewear, eyewear only, fangs, female, floppy ears, fur, genitals, glasses, glasses only, grin, hair,  │\n",
       "│  lying, mud, muddy, nipples, nude, on back, pawpads, pussy, round glasses, smile, solo, tan body, tan fur, tan  │\n",
       "│                     hair, teeth, wearing glasses, by corzh77, domestic dog, poodle, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\ea8fedcff7a919c545551a88e0576e51.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, barely visible genitalia, barely visible pussy, blue eyes, breasts, brown nipples, brown │\n", "│ pawpads, eyewear, eyewear only, fangs, female, floppy ears, fur, genitals, glasses, glasses only, grin, hair, │\n", "│ lying, mud, muddy, nipples, nude, on back, pawpads, pussy, round glasses, smile, solo, tan body, tan fur, tan │\n", "│ hair, teeth, wearing glasses, by corzh77, domestic dog, poodle, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4564301.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4564301.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\39693217c2e5547bae39e83f1bdd9de9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, blue background, blue eyes, feral, looking at viewer, pupils, scales, serpentine, simple    │\n",
       "│  background, slit pupils, solo, white body, white pupils, white scales, by corzh77, reptile, scalie, snake, hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\39693217c2e5547bae39e83f1bdd9de9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, blue background, blue eyes, feral, looking at viewer, pupils, scales, serpentine, simple │\n", "│ background, slit pupils, solo, white body, white pupils, white scales, by corzh77, reptile, scalie, snake, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4564402.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4564402.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\b5202df260ffbd715900d412bbe6538d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, anthro, biped, black clothing, black legwear, black stockings, blue eyes, blue tongue, brown │\n",
       "│    eyebrows, brown hair, clothed, clothing, eyebrows, fangs, feet, female, fingers, front view, fur, garter     │\n",
       "│  straps, hair, hand on chest, legwear, looking at viewer, maid uniform, open mouth, open smile, pupils, smile,  │\n",
       "│    smiling at viewer, solo, standing, stockings, tail, tan body, tan ears, tan fur, tan tail, teeth, toeless    │\n",
       "│   legwear, toes, tongue, uniform, white clothing, white pupils, by corzh77, mythology, dragon, furred dragon,   │\n",
       "│                           mythological creature, mythological scalie, scalie, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\b5202df260ffbd715900d412bbe6538d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, biped, black clothing, black legwear, black stockings, blue eyes, blue tongue, brown │\n", "│ eyebrows, brown hair, clothed, clothing, eyebrows, fangs, feet, female, fingers, front view, fur, garter │\n", "│ straps, hair, hand on chest, legwear, looking at viewer, maid uniform, open mouth, open smile, pupils, smile, │\n", "│ smiling at viewer, solo, standing, stockings, tail, tan body, tan ears, tan fur, tan tail, teeth, toeless │\n", "│ legwear, toes, tongue, uniform, white clothing, white pupils, by corzh77, mythology, dragon, furred dragon, │\n", "│ mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4564432.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4564432.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\c3b304d9c88ea7cdcc38320916e73d6d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ambiguous gender, anthro, black eyes, clothed, clothing, front view, fur, grey clothing, grey ears, grey     │\n",
       "│   hoodie, grey markings, grey nose, grey topwear, hoodie, markings, solo, topwear, white body, white fur, by    │\n",
       "│                    corzh77, anime kubrick stare, bear, giant panda, bust portrait, portrait                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\c3b304d9c88ea7cdcc38320916e73d6d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, black eyes, clothed, clothing, front view, fur, grey clothing, grey ears, grey │\n", "│ hoodie, grey markings, grey nose, grey topwear, hoodie, markings, solo, topwear, white body, white fur, by │\n", "│ corzh77, anime kubrick stare, bear, giant panda, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4573482.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4573482.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\6b0a8e181c724b80a50333076a4f733b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black hair, black necktie, blue eyes, blurred background, brown body, brown fur, cheek tuft, cigarette, │\n",
       "│    cigarette in mouth, clothed, clothing, eyewear, facial tuft, fur, hair, looking at viewer, male, necktie,    │\n",
       "│ object in mouth, outside, short hair, solo, sunglasses, tan body, tan fur, topwear, tuft, white clothing, white │\n",
       "│                                  topwear, by corzh77, bust portrait, portrait                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\6b0a8e181c724b80a50333076a4f733b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black hair, black necktie, blue eyes, blurred background, brown body, brown fur, cheek tuft, cigarette, │\n", "│ cigarette in mouth, clothed, clothing, eyewear, facial tuft, fur, hair, looking at viewer, male, necktie, │\n", "│ object in mouth, outside, short hair, solo, sunglasses, tan body, tan fur, topwear, tuft, white clothing, white │\n", "│ topwear, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4592738.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4592738.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\a0bf7efce70fdcb889bc6cdc83ec2ab8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 ears, anthro, black nose, closed smile, featureless crotch, front view, fur, grass, grey body, grey ears,   │\n",
       "│    grey fur, grey hair, grey tail, hair, lying, male, mouth closed, multi ear, nude, on back, orange pupils,    │\n",
       "│       plant, pupils, red eyes, short hair, smile, solo, tail, by corzh77, full-length portrait, portrait        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\a0bf7efce70fdcb889bc6cdc83ec2ab8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 ears, anthro, black nose, closed smile, featureless crotch, front view, fur, grass, grey body, grey ears, │\n", "│ grey fur, grey hair, grey tail, hair, lying, male, mouth closed, multi ear, nude, on back, orange pupils, │\n", "│ plant, pupils, red eyes, short hair, smile, solo, tail, by corzh77, full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4592743.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4592743.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\f1c46d9b92546018173644467bd64942.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, armor, cheek tuft, clothed, clothing, eyewear, facial tuft, front view, fur, glasses, grey body, grey  │\n",
       "│   ears, grey fur, grey hair, grey inner ear, hair, inside, male, mouth closed, narrowed eyes, round glasses,    │\n",
       "│            short hair, solo, tuft, wearing glasses, yellow eyes, by corzh77, bust portrait, portrait            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\f1c46d9b92546018173644467bd64942.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armor, cheek tuft, clothed, clothing, eyewear, facial tuft, front view, fur, glasses, grey body, grey │\n", "│ ears, grey fur, grey hair, grey inner ear, hair, inside, male, mouth closed, narrowed eyes, round glasses, │\n", "│ short hair, solo, tuft, wearing glasses, yellow eyes, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4617414.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4617414.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\288e8b90308a64b959926005068a72ab.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, armor, black eyebrows, clothed, clothing, eyebrows, eyewear, front view, fur, glasses, grey body, grey  │\n",
       "│  ears, grey fur, grey hair, grey inner ear fluff, hair, inner ear fluff, inside, male, mouth closed, narrowed   │\n",
       "│                eyes, round glasses, solo, tuft, yellow eyes, by corzh77, bust portrait, portrait                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\288e8b90308a64b959926005068a72ab.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armor, black eyebrows, clothed, clothing, eyebrows, eyewear, front view, fur, glasses, grey body, grey │\n", "│ ears, grey fur, grey hair, grey inner ear fluff, hair, inner ear fluff, inside, male, mouth closed, narrowed │\n", "│ eyes, round glasses, solo, tuft, yellow eyes, by corzh77, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4654726.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4654726.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\85227c6aa2f82b70e4a99ed5f0e86939.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, ambiguous gender, anthro, bell, bell collar, brown body, brown fur, collar, fangs, flower, flower in │\n",
       "│   hair, front view, fur, hair, hair accessory, looking at viewer, open mouth, pink collar, plant, short hair,   │\n",
       "│   solo, teeth, tongue, white body, white fur, white hair, yellow eyes, yellow tongue, by corzh77, mythology,    │\n",
       "│       dragon, furred dragon, mythological creature, mythological scalie, scalie, bust portrait, portrait        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\85227c6aa2f82b70e4a99ed5f0e86939.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, ambiguous gender, anthro, bell, bell collar, brown body, brown fur, collar, fangs, flower, flower in │\n", "│ hair, front view, fur, hair, hair accessory, looking at viewer, open mouth, pink collar, plant, short hair, │\n", "│ solo, teeth, tongue, white body, white fur, white hair, yellow eyes, yellow tongue, by corzh77, mythology, │\n", "│ dragon, furred dragon, mythological creature, mythological scalie, scalie, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4675134.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4675134.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\3bf68278fe3943c67f10af2f89f7c680.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, brown clothing, brown jacket, brown topwear, cheek tuft, clothed, clothing, eyewear, facial tuft, front │\n",
       "│   view, fur, glasses, glistening, glistening eyes, grey body, grey fur, grey hair, grey inner ear fluff, grey   │\n",
       "│ necktie, hair, inner ear fluff, jacket, looking at viewer, male, mouth closed, narrowed eyes, necktie, pupils,  │\n",
       "│   round glasses, short hair, slit pupils, solo, topwear, tuft, white clothing, white topwear, yellow eyes, by   │\n",
       "│                             corzh77, domestic cat, feline, bust portrait, portrait                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\3bf68278fe3943c67f10af2f89f7c680.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, brown clothing, brown jacket, brown topwear, cheek tuft, clothed, clothing, eyewear, facial tuft, front │\n", "│ view, fur, glasses, glistening, glistening eyes, grey body, grey fur, grey hair, grey inner ear fluff, grey │\n", "│ necktie, hair, inner ear fluff, jacket, looking at viewer, male, mouth closed, narrowed eyes, necktie, pupils, │\n", "│ round glasses, short hair, slit pupils, solo, topwear, tuft, white clothing, white topwear, yellow eyes, by │\n", "│ corzh77, domestic cat, feline, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_corzh77\\4675138.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_corzh77\\\u001b[0m\u001b[1;36m4675138.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_corzh77\\02ecb52a143c4743b84854b4b7e7f2eb.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, black eyebrows, black hair, blue sky, clothed, clothing, eyebrows, eyeshadow, female, glistening,    │\n",
       "│ glistening eyes, grey body, grin, hair, lifeguard, looking at viewer, makeup, multicolored hair, narrowed eyes, │\n",
       "│   outside, red bikini top, red eyes, red eyeshadow, red hair, sharp teeth, sky, smile, solo, teeth, two tone    │\n",
       "│                hair, water, white body, by corzh77, fish, marine, shark, bust portrait, portrait                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_corzh77\\02ecb52a143c4743b84854b4b7e7f2eb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black eyebrows, black hair, blue sky, clothed, clothing, eyebrows, eyeshadow, female, glistening, │\n", "│ glistening eyes, grey body, grin, hair, lifeguard, looking at viewer, makeup, multicolored hair, narrowed eyes, │\n", "│ outside, red bikini top, red eyes, red eyeshadow, red hair, sharp teeth, sky, smile, solo, teeth, two tone │\n", "│ hair, water, white body, by corzh77, fish, marine, shark, bust portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\2082258.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m2082258.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\f1dfd072e789856681c9a5b9bbff5d0d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anus, biped, black body, black fur, black hair, blue anus, blue eyes, blue pussy, breasts, clothing,   │\n",
       "│  female, fur, genitals, glowing, hair, looking at viewer, lying, machine, multicolored body, multicolored fur,  │\n",
       "│  open mouth, pussy, red body, red fur, smile, solo, white body, white fur, by cyberkaps, ara \\(fluff-kevlar\\),  │\n",
       "│                                  android, domestic cat, feline, robot, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\f1dfd072e789856681c9a5b9bbff5d0d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, biped, black body, black fur, black hair, blue anus, blue eyes, blue pussy, breasts, clothing, │\n", "│ female, fur, genitals, glowing, hair, looking at viewer, lying, machine, multicolored body, multicolored fur, │\n", "│ open mouth, pussy, red body, red fur, smile, solo, white body, white fur, by cyberkaps, ara \\(fluff-kevlar\\), │\n", "│ android, domestic cat, feline, robot, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\2252354.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m2252354.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1fe9a2576d9e8cceaf9ed4363eac92ac.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   balls, big breasts, blue body, blue skin, breasts, butt from the front, clitoris, clothing, clothing aside,   │\n",
       "│      duo, faceless character, faceless human, faceless male, female, female focus, female on human, female      │\n",
       "│  penetrated, genitals, human on humanoid, human penetrated, human penetrating, human penetrating female, human  │\n",
       "│   penetrating humanoid, humanoid penetrated, interspecies, legwear, male, male/female, male on humanoid, male   │\n",
       "│  penetrating, male penetrating female, male penetrating humanoid, nipples, not furry, panties, panties aside,   │\n",
       "│      penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, short stack, thigh highs,      │\n",
       "│  underwear, underwear aside, vaginal, vaginal penetration, by cyberkaps, league of legends, riot games, poppy   │\n",
       "│                                    \\(lol\\), human, humanoid, yordle, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1fe9a2576d9e8cceaf9ed4363eac92ac.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ balls, big breasts, blue body, blue skin, breasts, butt from the front, clitoris, clothing, clothing aside, │\n", "│ duo, faceless character, faceless human, faceless male, female, female focus, female on human, female │\n", "│ penetrated, genitals, human on humanoid, human penetrated, human penetrating, human penetrating female, human │\n", "│ penetrating humanoid, humanoid penetrated, interspecies, legwear, male, male/female, male on humanoid, male │\n", "│ penetrating, male penetrating female, male penetrating humanoid, nipples, not furry, panties, panties aside, │\n", "│ penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, short stack, thigh highs, │\n", "│ underwear, underwear aside, vaginal, vaginal penetration, by cyberkaps, league of legends, riot games, poppy │\n", "│ \\(lol\\), human, humanoid, yordle, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3413837.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3413837.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\9451c1e837b2b93a6bff55a91a21a335.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anthro, blue insides, butt, cyanotic epithelium, disembodied penis, duo, female, female │\n",
       "│    penetrated, fur, genitals, hair, looking at viewer, male, male/female, male penetrating, male penetrating    │\n",
       "│  female, nipples, nude, penetration, penile, penile penetration, penis, penis in ass, pussy, sex, solo focus,   │\n",
       "│    white body, white fur, by cyberkaps, league of legends, riot games, kindred \\(lol\\), lamb \\(lol\\), bovid,    │\n",
       "│                                                 caprine, sheep                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\9451c1e837b2b93a6bff55a91a21a335.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, blue insides, butt, cyanotic epithelium, disembodied penis, duo, female, female │\n", "│ penetrated, fur, genitals, hair, looking at viewer, male, male/female, male penetrating, male penetrating │\n", "│ female, nipples, nude, penetration, penile, penile penetration, penis, penis in ass, pussy, sex, solo focus, │\n", "│ white body, white fur, by cyberkaps, league of legends, riot games, kindred \\(lol\\), lamb \\(lol\\), bovid, │\n", "│ caprine, sheep │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3413843.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3413843.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\4d69fa6e2b87d06305d8e3dd52284169.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal penetration, anthro, blue insides, breasts, butt, cyanotic epithelium, disembodied penis, duo,    │\n",
       "│ female, female penetrated, fur, genitals, hair, heart eyes, heart symbol, looking at viewer, male, male/female, │\n",
       "│ male penetrating, male penetrating female, mask, nude, penetration, penile, penile penetration, penis, penis in │\n",
       "│    ass, pussy, sex, solo focus, white body, white fur, by cyberkaps, league of legends, riot games, kindred     │\n",
       "│              \\(lol\\), lamb \\(lol\\), bovid, caprine, sheep, featureless \\(disambiguation\\), hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\4d69fa6e2b87d06305d8e3dd52284169.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, blue insides, breasts, butt, cyanotic epithelium, disembodied penis, duo, │\n", "│ female, female penetrated, fur, genitals, hair, heart eyes, heart symbol, looking at viewer, male, male/female, │\n", "│ male penetrating, male penetrating female, mask, nude, penetration, penile, penile penetration, penis, penis in │\n", "│ ass, pussy, sex, solo focus, white body, white fur, by cyberkaps, league of legends, riot games, kindred │\n", "│ \\(lol\\), lamb \\(lol\\), bovid, caprine, sheep, featureless \\(disambiguation\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3542792.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3542792.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\50d1bf82bd41906392d23d5c3ed4fdc0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, anthro, biped, blush, bodily fluids, breasts, clothed, clothing, countershade face, countershade   │\n",
       "│ fur, countershade legs, countershading, dialogue, dress, duo, eyebrow through hair, eyebrows, female, fingers,  │\n",
       "│ fur, genital fluids, genitals, green clothing, green dress, hair, leaf clothing, leaf dress, legwear, low-angle │\n",
       "│  view, male, male/female, no underwear, notched ear, partially clothed, penis, philtrum, plant clothing, plant  │\n",
       "│   dress, precum, presenting, pussy, short tail, sky, tail, text, thigh highs, translucent, translucent hair,    │\n",
       "│   vaginal fluids, wide hips, by cyberkaps, activision, spyro the dragon, elora, spyro, deer, faun \\(spyro\\),    │\n",
       "│                                 digital media \\(artwork\\), english text, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\50d1bf82bd41906392d23d5c3ed4fdc0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, biped, blush, bodily fluids, breasts, clothed, clothing, countershade face, countershade │\n", "│ fur, countershade legs, countershading, dialogue, dress, duo, eyebrow through hair, eyebrows, female, fingers, │\n", "│ fur, genital fluids, genitals, green clothing, green dress, hair, leaf clothing, leaf dress, legwear, low-angle │\n", "│ view, male, male/female, no underwear, notched ear, partially clothed, penis, philtrum, plant clothing, plant │\n", "│ dress, precum, presenting, pussy, short tail, sky, tail, text, thigh highs, translucent, translucent hair, │\n", "│ vaginal fluids, wide hips, by cyberkaps, activision, spyro the dragon, elora, spyro, deer, faun \\(spyro\\), │\n", "│ digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3582914.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3582914.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\871c0e25b248740c5095de4373683602.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anal, anal penetration, anthro, anthro penetrated, ball, beach, beach ball, clothing, clothing aside,      │\n",
       "│  disembodied penis, duo, eyebrow through hair, eyebrows, female, female on human, female penetrated, genitals,  │\n",
       "│     hair, human on anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid      │\n",
       "│   genitalia, humanoid penis, inflatable, interspecies, legwear, looking at viewer, male, male/female, male on   │\n",
       "│       anthro, male penetrating, male penetrating anthro, male penetrating female, panties, panties aside,       │\n",
       "│ penetration, penile, penile penetration, penis, penis in ass, pussy, red hair, sand, seaside, sex, solo focus,  │\n",
       "│  stockings, swimwear, swimwear aside, translucent, translucent hair, underwear, underwear aside, by cyberkaps,  │\n",
       "│                             naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\871c0e25b248740c5095de4373683602.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, ball, beach, beach ball, clothing, clothing aside, │\n", "│ disembodied penis, duo, eyebrow through hair, eyebrows, female, female on human, female penetrated, genitals, │\n", "│ hair, human on anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid │\n", "│ genitalia, humanoid penis, inflatable, interspecies, legwear, looking at viewer, male, male/female, male on │\n", "│ anthro, male penetrating, male penetrating anthro, male penetrating female, panties, panties aside, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, pussy, red hair, sand, seaside, sex, solo focus, │\n", "│ stockings, swimwear, swimwear aside, translucent, translucent hair, underwear, underwear aside, by cyberkaps, │\n", "│ naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3587539.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3587539.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\fc045386c100388e53b62f58c2606c38.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, bodily fluids, breasts, butt, clothing, clothing aside, cum, cum from pussy, cum in pussy, cum inside,  │\n",
       "│  dialogue, duo, female, footwear, genital fluids, genitals, internal, internal vaginal, leaking cum, legwear,   │\n",
       "│   male, male/female, nipples, orgasm, panties, panties aside, penetration, penile, penile penetration, penis,   │\n",
       "│    pussy, restrained, smug, socks, solo focus, stirrup socks, stirrup stockings, stockings, text, underwear,    │\n",
       "│    underwear aside, vaginal, vaginal penetration, vein, veiny penis, by cyberkaps, deer, english text, huge     │\n",
       "│                                       filesize, smaller version at source                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\fc045386c100388e53b62f58c2606c38.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bodily fluids, breasts, butt, clothing, clothing aside, cum, cum from pussy, cum in pussy, cum inside, │\n", "│ dialogue, duo, female, footwear, genital fluids, genitals, internal, internal vaginal, leaking cum, legwear, │\n", "│ male, male/female, nipples, orgasm, panties, panties aside, penetration, penile, penile penetration, penis, │\n", "│ pussy, restrained, smug, socks, solo focus, stirrup socks, stirrup stockings, stockings, text, underwear, │\n", "│ underwear aside, vaginal, vaginal penetration, vein, veiny penis, by cyberkaps, deer, english text, huge │\n", "│ filesize, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3591171.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3591171.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\3845a02e37c3db8d10166fab1b13e0a3.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bodily fluids, bottomwear, butt from the front, clothed, clothing, clothing lift, female, footwear,   │\n",
       "│ genital fluids, genitals, legwear, looking at viewer, maid uniform, no underwear, presenting, presenting pussy, │\n",
       "│   pussy, skirt, skirt lift, smile, socks, solo, stockings, toeless footwear, toeless legwear, toeless socks,    │\n",
       "│  toeless stockings, uniform, vaginal fluids, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\3845a02e37c3db8d10166fab1b13e0a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bodily fluids, bottomwear, butt from the front, clothed, clothing, clothing lift, female, footwear, │\n", "│ genital fluids, genitals, legwear, looking at viewer, maid uniform, no underwear, presenting, presenting pussy, │\n", "│ pussy, skirt, skirt lift, smile, socks, solo, stockings, toeless footwear, toeless legwear, toeless socks, │\n", "│ toeless stockings, uniform, vaginal fluids, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3595214.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3595214.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\0f52078caaee9f952e253f13eb1dad4c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anthro penetrated, anus, blush, bodily fluids, butt, clothed, clothed sex, clothing, duo, female,    │\n",
       "│   female on human, female penetrated, from behind position, genital fluids, genitals, human on anthro, human    │\n",
       "│   penetrating, human penetrating anthro, human penetrating female, interspecies, legwear, maid uniform, male,   │\n",
       "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, no underwear,  │\n",
       "│ penetration, penile, penile penetration, penis, pussy, rear view, sex, solo focus, stockings, uniform, vaginal, │\n",
       "│  vaginal fluids, vaginal penetration, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph,   │\n",
       "│                                                 leporid, rabbit                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\0f52078caaee9f952e253f13eb1dad4c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, anus, blush, bodily fluids, butt, clothed, clothed sex, clothing, duo, female, │\n", "│ female on human, female penetrated, from behind position, genital fluids, genitals, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, interspecies, legwear, maid uniform, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, no underwear, │\n", "│ penetration, penile, penile penetration, penis, pussy, rear view, sex, solo focus, stockings, uniform, vaginal, │\n", "│ vaginal fluids, vaginal penetration, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, │\n", "│ leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3598684.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3598684.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\507e905d303e6810764ba05e212ccf6d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, clothing, digitigrade, domestic pet, duo, female, feral, footwear, furries with pets, hair  │\n",
       "│ accessory, hairband, legwear, lying, maid uniform, on side, petting, smile, socks, stockings, toeless footwear, │\n",
       "│    toeless legwear, toeless socks, toeless stockings, uniform, by cyberkaps, naili \\(cyberkaps\\), lagomorph,    │\n",
       "│                                                 leporid, rabbit                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\507e905d303e6810764ba05e212ccf6d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, clothing, digitigrade, domestic pet, duo, female, feral, footwear, furries with pets, hair │\n", "│ accessory, hairband, legwear, lying, maid uniform, on side, petting, smile, socks, stockings, toeless footwear, │\n", "│ toeless legwear, toeless socks, toeless stockings, uniform, by cyberkaps, naili \\(cyberkaps\\), lagomorph, │\n", "│ leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3603070.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3603070.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a687ba80775d8f1a2fda34dce53d0583.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, armwear, book, bottomwear, butt, clothed, clothing, detached sleeves, digitigrade, female,  │\n",
       "│ footwear, hair, hair accessory, hairband, legwear, maid uniform, no underwear, reading, reading book, red hair, │\n",
       "│   skirt, smile, socks, solo, stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings,    │\n",
       "│                 uniform, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a687ba80775d8f1a2fda34dce53d0583.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, armwear, book, bottomwear, butt, clothed, clothing, detached sleeves, digitigrade, female, │\n", "│ footwear, hair, hair accessory, hairband, legwear, maid uniform, no underwear, reading, reading book, red hair, │\n", "│ skirt, smile, socks, solo, stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings, │\n", "│ uniform, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3605276.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3605276.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\03c0136d0f255ff5f178aceb7352c08b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    accessory, anthro, armwear, bottomwear, butt, clothed, clothing, clothing lift, detached sleeves, eyebrow    │\n",
       "│     through hair, eyebrows, female, genitals, hair, hair accessory, hairband, legwear, low-angle view, maid     │\n",
       "│   uniform, no underwear, pussy, red hair, skirt, skirt lift, smile, solo, stockings, translucent, translucent   │\n",
       "│      hair, uniform, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\03c0136d0f255ff5f178aceb7352c08b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, armwear, bottomwear, butt, clothed, clothing, clothing lift, detached sleeves, eyebrow │\n", "│ through hair, eyebrows, female, genitals, hair, hair accessory, hairband, legwear, low-angle view, maid │\n", "│ uniform, no underwear, pussy, red hair, skirt, skirt lift, smile, solo, stockings, translucent, translucent │\n", "│ hair, uniform, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3605295.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3605295.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\c17dced0cdee6bcd766d6f1960f1c72a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anus, bell, bell collar, big ears, blue eyes, bottomwear, breasts, butt, butt shot, circle eyebrows,   │\n",
       "│ clothed, clothing, collar, crop top, dialogue, eyebrows, eyewear, female, fur, genitals, glasses, gloves, hair, │\n",
       "│ handwear, hooves, horizontal pupils, ineffective clothing, no underwear, pattern bottomwear, pattern clothing,  │\n",
       "│ pattern skirt, plaid, plaid bottomwear, plaid clothing, plaid skirt, pupils, pussy, raised inner eyebrows, scut │\n",
       "│ tail, shirt, short tail, skirt, solo, speech bubble, tail, text, topwear, under boob, white hair, wool \\(fur\\), │\n",
       "│ wool clothing, wool gloves, wool handwear, by cyberkaps, wilma the sheep, bovid, caprine, sheep, english text,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\c17dced0cdee6bcd766d6f1960f1c72a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, bell, bell collar, big ears, blue eyes, bottomwear, breasts, butt, butt shot, circle eyebrows, │\n", "│ clothed, clothing, collar, crop top, dialogue, eyebrows, eyewear, female, fur, genitals, glasses, gloves, hair, │\n", "│ handwear, hooves, horizontal pupils, ineffective clothing, no underwear, pattern bottomwear, pattern clothing, │\n", "│ pattern skirt, plaid, plaid bottomwear, plaid clothing, plaid skirt, pupils, pussy, raised inner eyebrows, scut │\n", "│ tail, shirt, short tail, skirt, solo, speech bubble, tail, text, topwear, under boob, white hair, wool \\(fur\\), │\n", "│ wool clothing, wool gloves, wool handwear, by cyberkaps, wilma the sheep, bovid, caprine, sheep, english text, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3607355.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3607355.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\ab117c0a43cc432030be83aa007436f2.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, armwear, bed, clothing, collar, elbow gloves, eyebrow through hair, eyebrows, female, flat  │\n",
       "│   chested, footwear, furniture, gloves, hair, hair accessory, hairpin, handwear, heart bed, heart furniture,    │\n",
       "│ heart pillow, legwear, looking at viewer, mostly nude, nipples, on bed, pillow, red hair, sitting, socks, solo, │\n",
       "│ stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings, translucent, translucent hair,  │\n",
       "│                      by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\ab117c0a43cc432030be83aa007436f2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, armwear, bed, clothing, collar, elbow gloves, eyebrow through hair, eyebrows, female, flat │\n", "│ chested, footwear, furniture, gloves, hair, hair accessory, hairpin, handwear, heart bed, heart furniture, │\n", "│ heart pillow, legwear, looking at viewer, mostly nude, nipples, on bed, pillow, red hair, sitting, socks, solo, │\n", "│ stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings, translucent, translucent hair, │\n", "│ by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3607378.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3607378.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\5518340331a4bb165ae1ec7799e2860a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, blush, bottomless, butt, clothed, clothing, collar, crop top, digitigrade, eyebrow through  │\n",
       "│   hair, eyebrows, female, flat chested, footwear, garter belt, garter straps, hair, hair accessory, hairpin,    │\n",
       "│  lace, leash, leashed collar, legwear, lingerie, navel, pubes, red hair, shirt, side butt, slim, small waist,   │\n",
       "│    socks, solo, stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings,    │\n",
       "│   topwear, translucent, translucent hair, unimpressed, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid,   │\n",
       "│                                                 rabbit, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\5518340331a4bb165ae1ec7799e2860a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, blush, bottomless, butt, clothed, clothing, collar, crop top, digitigrade, eyebrow through │\n", "│ hair, eyebrows, female, flat chested, footwear, garter belt, garter straps, hair, hair accessory, hairpin, │\n", "│ lace, leash, leashed collar, legwear, lingerie, navel, pubes, red hair, shirt, side butt, slim, small waist, │\n", "│ socks, solo, stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, │\n", "│ topwear, translucent, translucent hair, unimpressed, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, │\n", "│ rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3609562.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3609562.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\527d6aaca3c7f986c9dc1bcf8a708ca7.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      afterimage, anthro, anus, blush, bodily fluids, bottomless, breasts, butt, clothed, clothing, collar,      │\n",
       "│   digitigrade, dildo, dildo in pussy, dildo insertion, eyebrows, female, footwear, genital fluids, genitals,    │\n",
       "│  hair, lace, leash, leashed collar, legwear, lingerie, motion lines, nipples, penetration, pussy, raised inner  │\n",
       "│ eyebrows, red hair, sex toy, sex toy in pussy, sex toy insertion, small breasts, socks, solo, stockings, sweat, │\n",
       "│    toeless footwear, toeless legwear, toeless socks, toeless stockings, translucent, translucent furniture,     │\n",
       "│ vaginal, vaginal fluids, vaginal penetration, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\527d6aaca3c7f986c9dc1bcf8a708ca7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ afterimage, anthro, anus, blush, bodily fluids, bottomless, breasts, butt, clothed, clothing, collar, │\n", "│ digitigrade, dildo, dildo in pussy, dildo insertion, eyebrows, female, footwear, genital fluids, genitals, │\n", "│ hair, lace, leash, leashed collar, legwear, lingerie, motion lines, nipples, penetration, pussy, raised inner │\n", "│ eyebrows, red hair, sex toy, sex toy in pussy, sex toy insertion, small breasts, socks, solo, stockings, sweat, │\n", "│ toeless footwear, toeless legwear, toeless socks, toeless stockings, translucent, translucent furniture, │\n", "│ vaginal, vaginal fluids, vaginal penetration, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3609570.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3609570.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a31a93818385232138e4be863ddb2a3c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    :3, accessory, anthro, bird's-eye view, blush, breasts, clothing, collar, female, flat chested, footwear,    │\n",
       "│ garter belt, garter straps, hair, hair accessory, hairpin, heart symbol, high-angle view, lace, leash, leashed  │\n",
       "│    collar, legwear, lingerie, navel, nipples, presenting, presenting breasts, red hair, smile, socks, solo,     │\n",
       "│       stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings, by cyberkaps, naili       │\n",
       "│                                \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a31a93818385232138e4be863ddb2a3c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ :3, accessory, anthro, bird's-eye view, blush, breasts, clothing, collar, female, flat chested, footwear, │\n", "│ garter belt, garter straps, hair, hair accessory, hairpin, heart symbol, high-angle view, lace, leash, leashed │\n", "│ collar, legwear, lingerie, navel, nipples, presenting, presenting breasts, red hair, smile, socks, solo, │\n", "│ stockings, toeless footwear, toeless legwear, toeless socks, toeless stockings, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3613605.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3613605.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\bb25c728c2ff1e798b4c0672afa1cf99.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, beach, butt, butt focus, camel toe, clothing, eyebrow through hair, eyebrows, female, footwear,     │\n",
       "│ genitals, hair, looking at viewer, looking back, one-piece swimsuit, outer labia, outside, pussy, pussy floss,  │\n",
       "│  pussy peek, railing, raised inner eyebrows, rear view, red hair, seaside, sitting, smile, smirk, socks, solo,  │\n",
       "│ swimwear, translucent, translucent hair, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\bb25c728c2ff1e798b4c0672afa1cf99.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beach, butt, butt focus, camel toe, clothing, eyebrow through hair, eyebrows, female, footwear, │\n", "│ genitals, hair, looking at viewer, looking back, one-piece swimsuit, outer labia, outside, pussy, pussy floss, │\n", "│ pussy peek, railing, raised inner eyebrows, rear view, red hair, seaside, sitting, smile, smirk, socks, solo, │\n", "│ swimwear, translucent, translucent hair, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3613628.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3613628.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\9082f746444bed80925dd9ffbcee181f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, butt from the front, cape, clothing, collar, dialogue, digitigrade, fangs, female, footwear, garter   │\n",
       "│ belt, garter straps, glowing, glowing eyes, hair, holidays, jack-o'-lantern, legwear, lingerie, navel, panties, │\n",
       "│ red eyes, red hair, socks, solo, speech bubble, stockings, teeth, thigh highs, thong, toeless footwear, toeless │\n",
       "│ legwear, toeless socks, toeless stockings, underwear, by cyberkaps, halloween, naili \\(cyberkaps\\), lagomorph,  │\n",
       "│                                             leporid, rabbit, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\9082f746444bed80925dd9ffbcee181f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, butt from the front, cape, clothing, collar, dialogue, digitigrade, fangs, female, footwear, garter │\n", "│ belt, garter straps, glowing, glowing eyes, hair, holidays, jack-o'-lantern, legwear, lingerie, navel, panties, │\n", "│ red eyes, red hair, socks, solo, speech bubble, stockings, teeth, thigh highs, thong, toeless footwear, toeless │\n", "│ legwear, toeless socks, toeless stockings, underwear, by cyberkaps, halloween, naili \\(cyberkaps\\), lagomorph, │\n", "│ leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3619934.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3619934.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\c3be5ff2e87aee7a994147f3da67d067.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ahoge, armwear, blue body, blue eyes, blue skin, blush, butt, butt focus, clothing, elbow gloves, eyebrow    │\n",
       "│ through hair, eyebrows, female, gloves, gradient background, hair, handwear, horn, legwear, looking at viewer,  │\n",
       "│   membrane \\(anatomy\\), membranous wings, mostly nude, not furry, open mouth, pole, pole between cheeks, pole   │\n",
       "│   between legs, raised inner eyebrows, rear view, simple background, solo, spade tail, stockings, tail, thigh   │\n",
       "│       highs, tongue, tongue out, translucent, translucent hair, white hair, wings, by cyberkaps, capcom,        │\n",
       "│                         darkstalkers, felicia \\(darkstalkers\\), demon, humanoid, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\c3be5ff2e87aee7a994147f3da67d067.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahoge, armwear, blue body, blue eyes, blue skin, blush, butt, butt focus, clothing, elbow gloves, eyebrow │\n", "│ through hair, eyebrows, female, gloves, gradient background, hair, handwear, horn, legwear, looking at viewer, │\n", "│ membrane \\(anatomy\\), membranous wings, mostly nude, not furry, open mouth, pole, pole between cheeks, pole │\n", "│ between legs, raised inner eyebrows, rear view, simple background, solo, spade tail, stockings, tail, thigh │\n", "│ highs, tongue, tongue out, translucent, translucent hair, white hair, wings, by cyberkaps, capcom, │\n", "│ darkstalkers, felicia \\(darkstalkers\\), demon, humanoid, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3619947.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3619947.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\79a880676153bff1c17273cee44b0504.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating    │\n",
       "│   anthro, athletic, athletic male, bed, black body, black fur, black hair, blonde hair, blush, breasts, brown   │\n",
       "│   body, brown eyes, brown fur, collar, doggystyle, duo, entwined tails, eye contact, eyebrows, female, female   │\n",
       "│  penetrated, flat chested, from behind position, front view, fur, furniture, hair, hand holding, living tail,   │\n",
       "│ long hair, looking at another, male, male/female, male penetrating, male penetrating female, multicolored body, │\n",
       "│ multicolored fur, neck tuft, nipples, nude, obscured penetration, open mouth, penetration, purple eyes, raised  │\n",
       "│   inner eyebrows, sex, simple background, small breasts, standing, standing sex, tail, tail coil, tail mouth,   │\n",
       "│ teeth, tongue, tongue out, tuft, two tone body, two tone fur, unusual anatomy, unusual tail, white body, white  │\n",
       "│                                     fur, by cyberkaps, domestic dog, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\79a880676153bff1c17273cee44b0504.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, athletic, athletic male, bed, black body, black fur, black hair, blonde hair, blush, breasts, brown │\n", "│ body, brown eyes, brown fur, collar, doggystyle, duo, entwined tails, eye contact, eyebrows, female, female │\n", "│ penetrated, flat chested, from behind position, front view, fur, furniture, hair, hand holding, living tail, │\n", "│ long hair, looking at another, male, male/female, male penetrating, male penetrating female, multicolored body, │\n", "│ multicolored fur, neck tuft, nipples, nude, obscured penetration, open mouth, penetration, purple eyes, raised │\n", "│ inner eyebrows, sex, simple background, small breasts, standing, standing sex, tail, tail coil, tail mouth, │\n", "│ teeth, tongue, tongue out, tuft, two tone body, two tone fur, unusual anatomy, unusual tail, white body, white │\n", "│ fur, by cyberkaps, domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3624020.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3624020.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\6f337244a530340bcbd25a6f271e68be.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, beak, blue body, blue eyes, blue fur, blue insides, blue nipples, blue pawpads, blue pussy, breasts,   │\n",
       "│   butt from the front, claws, cyanotic epithelium, digitigrade, eyebrow through hair, eyebrows, female, fur,    │\n",
       "│   genitals, gradient fur, hair, humanoid pointy ears, looking at viewer, multicolored body, multicolored fur,   │\n",
       "│  navel, neck tuft, nipples, nude, pawpads, prick ears, pussy, simple background, small breasts, solo, striped   │\n",
       "│  body, striped fur, stripes, thigh gap, translucent, translucent hair, tuft, white hair, by cyberkaps, avian,   │\n",
       "│                       bird, hybrid, lagomorph, leporid, rabbit, smaller version at source                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\6f337244a530340bcbd25a6f271e68be.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beak, blue body, blue eyes, blue fur, blue insides, blue nipples, blue pawpads, blue pussy, breasts, │\n", "│ butt from the front, claws, cyanotic epithelium, digitigrade, eyebrow through hair, eyebrows, female, fur, │\n", "│ genitals, gradient fur, hair, humanoid pointy ears, looking at viewer, multicolored body, multicolored fur, │\n", "│ navel, neck tuft, nipples, nude, pawpads, prick ears, pussy, simple background, small breasts, solo, striped │\n", "│ body, striped fur, stripes, thigh gap, translucent, translucent hair, tuft, white hair, by cyberkaps, avian, │\n", "│ bird, hybrid, lagomorph, leporid, rabbit, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3624056.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3624056.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\740f3069deb47f2fc2d119ac11d5efe0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, beak, blue body, blue eyes, blue fur, blush, caressing, caressing face, clothing, duo, embrace, eye   │\n",
       "│   contact, eyebrow through hair, eyebrows, face to face, female, first person view, fur, hair, heart symbol,    │\n",
       "│  inner ear fluff, looking at another, looking at viewer, neck tuft, panties, petting, petting pov, prick ears,  │\n",
       "│  raised inner eyebrows, romantic, romantic couple, shirt, solo focus, topwear, translucent, translucent hair,   │\n",
       "│   tuft, underwear, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit, smaller    │\n",
       "│                                                version at source                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\740f3069deb47f2fc2d119ac11d5efe0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beak, blue body, blue eyes, blue fur, blush, caressing, caressing face, clothing, duo, embrace, eye │\n", "│ contact, eyebrow through hair, eyebrows, face to face, female, first person view, fur, hair, heart symbol, │\n", "│ inner ear fluff, looking at another, looking at viewer, neck tuft, panties, petting, petting pov, prick ears, │\n", "│ raised inner eyebrows, romantic, romantic couple, shirt, solo focus, topwear, translucent, translucent hair, │\n", "│ tuft, underwear, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit, smaller │\n", "│ version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3625962.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3625962.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\b590261cf5543cc41fbca0af28bbfc35.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, bent over, black body, black fur, breasts, butt, claws, collarbone, digitigrade, ears up, eye through  │\n",
       "│     hair, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, female, flat chested, fur, fur     │\n",
       "│    markings, green eyes, hair, hair between eyes, high-angle view, horn, inner ear fluff, looking at viewer,    │\n",
       "│  looking up, markings, multicolored body, multicolored fur, nipples, nude, pink nipples, pink nose, red body,   │\n",
       "│ red fur, red hair, simple background, smile, solo, tail, tail tuft, translucent, translucent hair, tuft, yellow │\n",
       "│                body, yellow fur, by cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\b590261cf5543cc41fbca0af28bbfc35.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bent over, black body, black fur, breasts, butt, claws, collarbone, digitigrade, ears up, eye through │\n", "│ hair, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, female, flat chested, fur, fur │\n", "│ markings, green eyes, hair, hair between eyes, high-angle view, horn, inner ear fluff, looking at viewer, │\n", "│ looking up, markings, multicolored body, multicolored fur, nipples, nude, pink nipples, pink nose, red body, │\n", "│ red fur, red hair, simple background, smile, solo, tail, tail tuft, translucent, translucent hair, tuft, yellow │\n", "│ body, yellow fur, by cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3625999.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3625999.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\8138b78d63073b9bcfcf3002b8f0ebe2.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal orgasm, anal penetration, anthro, anthro penetrated, anus, big ears, blue eyes, bodily fluids, bone, │\n",
       "│ breasts, butt, butt focus, claws, clothed, clothing, collar, collarbone, cutaway, dialogue, disembodied penis,  │\n",
       "│   duo, eye through hair, eyebrow through hair, eyebrows, eyelashes, female, female penetrated, flat chested,    │\n",
       "│    floppy ears, fur, genital fluids, genitals, gradient background, gradient fur, grey body, grey fur, hair,    │\n",
       "│ humanoid genitalia, humanoid penis, legwear, lingerie, looking at viewer, male, male/female, male penetrating,  │\n",
       "│ male penetrating female, master, mostly nude, navel, nipples, no underwear, orgasm, penetration, penile, penile │\n",
       "│ penetration, penis, penis in ass, pink anus, pink nipples, pink pussy, presenting, presenting anus, presenting  │\n",
       "│    hindquarters, presenting pussy, pussy, rear view, red hair, red tail, sex, simple background, skull, solo    │\n",
       "│ focus, speech bubble, stockings, tail, text, thigh highs, translucent, translucent clothing, translucent hair,  │\n",
       "│ vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, english text, │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\8138b78d63073b9bcfcf3002b8f0ebe2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal orgasm, anal penetration, anthro, anthro penetrated, anus, big ears, blue eyes, bodily fluids, bone, │\n", "│ breasts, butt, butt focus, claws, clothed, clothing, collar, collarbone, cutaway, dialogue, disembodied penis, │\n", "│ duo, eye through hair, eyebrow through hair, eyebrows, eyelashes, female, female penetrated, flat chested, │\n", "│ floppy ears, fur, genital fluids, genitals, gradient background, gradient fur, grey body, grey fur, hair, │\n", "│ humanoid genitalia, humanoid penis, legwear, lingerie, looking at viewer, male, male/female, male penetrating, │\n", "│ male penetrating female, master, mostly nude, navel, nipples, no underwear, orgasm, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pink anus, pink nipples, pink pussy, presenting, presenting anus, presenting │\n", "│ hindquarters, presenting pussy, pussy, rear view, red hair, red tail, sex, simple background, skull, solo │\n", "│ focus, speech bubble, stockings, tail, text, thigh highs, translucent, translucent clothing, translucent hair, │\n", "│ vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, english text, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3628096.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3628096.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7971934ee5e620ca1a4648fa4a354500.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, assisted sex, bell, bell collar, blue eyes, bodily fluids, breasts, claws, clothing, cloven hooves,   │\n",
       "│ collar, dialogue, digitigrade, dildo, dildo in pussy, dildo insertion, double dildo, eyebrows, eyewear, eyewear │\n",
       "│    only, female, female/female, flat chested, flexible, floppy ears, folded, footwear, fur, genital fluids,     │\n",
       "│   genitals, glasses, glasses only, gradient fur, grey body, grey fur, group, hair, hooves, horizontal pupils,   │\n",
       "│    legwear, looking pleasured, multicolored body, multicolored fur, navel, nipples, nude, penetration, pink     │\n",
       "│   nipples, pink nose, pink pussy, pinned, pinned to ground, pubes, pupils, pussy, raised inner eyebrows, red    │\n",
       "│   hair, sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, socks, speech bubble,   │\n",
       "│  stockings, text, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, trio, two   │\n",
       "│   tone body, two tone fur, unguligrade, vaginal, vaginal fluids, vaginal penetration, wearing glasses, white    │\n",
       "│ body, white fur, white hair, by cyberkaps, ann the sheep, naili \\(cyberkaps\\), wilma the sheep, bovid, caprine, │\n",
       "│                                 lagomorph, leporid, rabbit, sheep, english text                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7971934ee5e620ca1a4648fa4a354500.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, assisted sex, bell, bell collar, blue eyes, bodily fluids, breasts, claws, clothing, cloven hooves, │\n", "│ collar, dialogue, digitigrade, dildo, dildo in pussy, dildo insertion, double dildo, eyebrows, eyewear, eyewear │\n", "│ only, female, female/female, flat chested, flexible, floppy ears, folded, footwear, fur, genital fluids, │\n", "│ genitals, glasses, glasses only, gradient fur, grey body, grey fur, group, hair, hooves, horizontal pupils, │\n", "│ legwear, looking pleasured, multicolored body, multicolored fur, navel, nipples, nude, penetration, pink │\n", "│ nipples, pink nose, pink pussy, pinned, pinned to ground, pubes, pupils, pussy, raised inner eyebrows, red │\n", "│ hair, sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, socks, speech bubble, │\n", "│ stockings, text, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, trio, two │\n", "│ tone body, two tone fur, unguligrade, vaginal, vaginal fluids, vaginal penetration, wearing glasses, white │\n", "│ body, white fur, white hair, by cyberkaps, ann the sheep, naili \\(cyberkaps\\), wilma the sheep, bovid, caprine, │\n", "│ lagomorph, leporid, rabbit, sheep, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3628116.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3628116.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1abf9798d492790487b378d13681661e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, accident, accidental exposure, anthro, anus, barefoot, big ears, butt, butt focus, claws, cleaning,  │\n",
       "│   cleaning tool, clothed, clothing, dialogue, digitigrade, embarrassed, exclamation point, expression avatar,   │\n",
       "│     eyebrows, feather duster, feet, female, floppy ears, footwear, frilly, furniture, genitals, hair, hair      │\n",
       "│    accessory, hairband, hairpin, handkerchief, humanoid feet, ineffective clothing, kerchief, legwear, maid     │\n",
       "│  uniform, no underwear, pawpads, pigtails, pink anus, pink nose, pink pawpads, pink pussy, plant, plantigrade,  │\n",
       "│ pussy, raised inner eyebrows, rear view, red hair, shoulder blades, socks, soles, solo, stockings, text, thigh  │\n",
       "│ highs, toe claws, toeless footwear, toeless legwear, toeless socks, toeless stockings, twintails \\(hairstyle\\), │\n",
       "│          uniform, upskirt, vase, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1abf9798d492790487b378d13681661e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, accident, accidental exposure, anthro, anus, barefoot, big ears, butt, butt focus, claws, cleaning, │\n", "│ cleaning tool, clothed, clothing, dialogue, digitigrade, embarrassed, exclamation point, expression avatar, │\n", "│ eyebrows, feather duster, feet, female, floppy ears, footwear, frilly, furniture, genitals, hair, hair │\n", "│ accessory, hairband, hairpin, handkerchief, humanoid feet, ineffective clothing, kerchief, legwear, maid │\n", "│ uniform, no underwear, pawpads, pigtails, pink anus, pink nose, pink pawpads, pink pussy, plant, plantigrade, │\n", "│ pussy, raised inner eyebrows, rear view, red hair, shoulder blades, socks, soles, solo, stockings, text, thigh │\n", "│ highs, toe claws, toeless footwear, toeless legwear, toeless socks, toeless stockings, twintails \\(hairstyle\\), │\n", "│ uniform, upskirt, vase, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3632689.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3632689.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\3f461467190956bcdf94445527ead77f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   accessory, anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, big ears, blue eyes,   │\n",
       "│   blush, bodily fluids, bone, butt, claws, clothed, clothed sex, clothing, digitigrade, dildo, dildo in ass,    │\n",
       "│ dildo insertion, disembodied hand, disembodied penis, double penetration, duo, eyebrow through hair, eyebrows,  │\n",
       "│    faceless character, feet, female, female penetrated, flexible, floppy ears, footwear, frilly, from front     │\n",
       "│      position, fur, genital fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, humanoid      │\n",
       "│  genitalia, humanoid hands, humanoid penis, legwear, looking pleasured, maid uniform, male, male/female, male   │\n",
       "│  penetrating, male penetrating female, masturbation, mating press, object in ass, pawpads, paws, penetration,   │\n",
       "│    penile, penile penetration, penis, penis in pussy, pigtails, pink nose, pink pawpads, pink pussy, pinned,    │\n",
       "│  pussy, red hair, sex, sex toy, sex toy in ass, sex toy insertion, simple background, skull, skull accessory,   │\n",
       "│  socks, solo focus, spread legs, spreading, stockings, thigh highs, toeless footwear, toeless legwear, toeless  │\n",
       "│       socks, toeless stockings, tongue, tongue out, toying self, translucent, translucent hair, twintails       │\n",
       "│  \\(hairstyle\\), uniform, vaginal, vaginal fluids, vaginal penetration, vein, veiny penis, by cyberkaps, naili   │\n",
       "│                                    \\(cyberkaps\\), lagomorph, leporid, rabbit                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\3f461467190956bcdf94445527ead77f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, big ears, blue eyes, │\n", "│ blush, bodily fluids, bone, butt, claws, clothed, clothed sex, clothing, digitigrade, dildo, dildo in ass, │\n", "│ dildo insertion, disembodied hand, disembodied penis, double penetration, duo, eyebrow through hair, eyebrows, │\n", "│ faceless character, feet, female, female penetrated, flexible, floppy ears, footwear, frilly, from front │\n", "│ position, fur, genital fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, humanoid │\n", "│ genitalia, humanoid hands, humanoid penis, legwear, looking pleasured, maid uniform, male, male/female, male │\n", "│ penetrating, male penetrating female, masturbation, mating press, object in ass, pawpads, paws, penetration, │\n", "│ penile, penile penetration, penis, penis in pussy, pigtails, pink nose, pink pawpads, pink pussy, pinned, │\n", "│ pussy, red hair, sex, sex toy, sex toy in ass, sex toy insertion, simple background, skull, skull accessory, │\n", "│ socks, solo focus, spread legs, spreading, stockings, thigh highs, toeless footwear, toeless legwear, toeless │\n", "│ socks, toeless stockings, tongue, tongue out, toying self, translucent, translucent hair, twintails │\n", "│ \\(hairstyle\\), uniform, vaginal, vaginal fluids, vaginal penetration, vein, veiny penis, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), lagomorph, leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3632747.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3632747.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\b740a40f698758dde17e393ab635eee1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anal, anal penetration, anthro, anthro penetrated, anus, armwear, bell, big breasts, big ears, blue  │\n",
       "│   eyes, blush, bodily fluids, breasts, brown body, brown fur, brown hair, clothing, clothing aside, clothing    │\n",
       "│   pull, detached sleeves, dildo, dildo in ass, dildo insertion, double penetration, ears down, elbow gloves,    │\n",
       "│   eyebrow through hair, eyebrows, female, female on human, female penetrated, flat chested, floppy ears, from   │\n",
       "│  behind position, fur, genital fluids, genitals, gloves, gradient fur, grey body, grey fur, group, group sex,   │\n",
       "│     hair, hair accessory, hair ribbon, handwear, holly \\(plant\\), human on anthro, human penetrating, human     │\n",
       "│  penetrating anthro, humanoid genitalia, humanoid penis, interspecies, jewelry, lap dance position, lingerie,   │\n",
       "│  looking at viewer, looking back, looking back at viewer, male, male/female, male on anthro, male penetrating,  │\n",
       "│    male penetrating female, nipples, object in ass, panties, panties aside, panty pull, penetration, penile,    │\n",
       "│ penile penetration, penis, penis in pussy, pigtails, pink anus, pink eyes, pink hair, pink nipples, pink pussy, │\n",
       "│  pivoted ears, plant, pussy, rear view, red clothing, red underwear, ribbons, scut tail, sex, sex toy, sex toy  │\n",
       "│  in ass, sex toy insertion, short tail, shoulder blades, side boob, simple background, smile, smirk, sparkles,  │\n",
       "│    tail, threesome, toying partner, translucent, translucent hair, trio, twintails \\(hairstyle\\), underbust     │\n",
       "│ corset, underwear, underwear aside, underwear pull, vaginal, vaginal fluids, vaginal penetration, by cyberkaps, │\n",
       "│     naili \\(cyberkaps\\), deer, human, lagomorph, leporid, rabbit, huge filesize, smaller version at source      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\b740a40f698758dde17e393ab635eee1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal penetration, anthro, anthro penetrated, anus, armwear, bell, big breasts, big ears, blue │\n", "│ eyes, blush, bodily fluids, breasts, brown body, brown fur, brown hair, clothing, clothing aside, clothing │\n", "│ pull, detached sleeves, dildo, dildo in ass, dildo insertion, double penetration, ears down, elbow gloves, │\n", "│ eyebrow through hair, eyebrows, female, female on human, female penetrated, flat chested, floppy ears, from │\n", "│ behind position, fur, genital fluids, genitals, gloves, gradient fur, grey body, grey fur, group, group sex, │\n", "│ hair, hair accessory, hair ribbon, handwear, holly \\(plant\\), human on anthro, human penetrating, human │\n", "│ penetrating anthro, humanoid genitalia, humanoid penis, interspecies, jewelry, lap dance position, lingerie, │\n", "│ looking at viewer, looking back, looking back at viewer, male, male/female, male on anthro, male penetrating, │\n", "│ male penetrating female, nipples, object in ass, panties, panties aside, panty pull, penetration, penile, │\n", "│ penile penetration, penis, penis in pussy, pigtails, pink anus, pink eyes, pink hair, pink nipples, pink pussy, │\n", "│ pivoted ears, plant, pussy, rear view, red clothing, red underwear, ribbons, scut tail, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, short tail, shoulder blades, side boob, simple background, smile, smirk, sparkles, │\n", "│ tail, threesome, toying partner, translucent, translucent hair, trio, twintails \\(hairstyle\\), underbust │\n", "│ corset, underwear, underwear aside, underwear pull, vaginal, vaginal fluids, vaginal penetration, by cyberkaps, │\n", "│ naili \\(cyberkaps\\), deer, human, lagomorph, leporid, rabbit, huge filesize, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3636231.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3636231.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7241fac24fc871088313e8659f1de799.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accident, accidental exposure, all fours, anthro, antlers, anus, bent over, big butt, blonde hair, blue eyes,  │\n",
       "│  blush, blush lines, bottomwear, brown body, brown fur, buckteeth, butt, butt focus, clothed, clothing, cloven  │\n",
       "│ hooves, countershade tail, countershading, dialogue, doe with antlers, duo, ears down, eyebrows, feet, female,  │\n",
       "│  fluffy, freckles, fur, genitals, hair, hooded robe, hooves, horn, long hair, looking at viewer, looking away,  │\n",
       "│   looking back, mostly nude, multicolored body, multicolored fur, neon lights, no underwear, on ground, pink    │\n",
       "│  anus, pink pussy, pivoted ears, presenting, presenting hindquarters, public, pussy, raised bottomwear, raised  │\n",
       "│  clothing, raised inner eyebrows, raised skirt, raised tail, rear view, red nose, robe, robe only, scut tail,   │\n",
       "│    short tail, skirt, soles, solo focus, tail, teeth, text, thick thighs, toes, two tone body, two tone fur,    │\n",
       "│ unguligrade, white body, white clothing, white countershading, white fur, white robe, by cyberkaps, deltarune,  │\n",
       "│     undertale \\(series\\), background character, noelle holiday, deer, new world deer, reindeer, virovirokun     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7241fac24fc871088313e8659f1de799.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accident, accidental exposure, all fours, anthro, antlers, anus, bent over, big butt, blonde hair, blue eyes, │\n", "│ blush, blush lines, bottomwear, brown body, brown fur, buckteeth, butt, butt focus, clothed, clothing, cloven │\n", "│ hooves, countershade tail, countershading, dialogue, doe with antlers, duo, ears down, eyebrows, feet, female, │\n", "│ fluffy, freckles, fur, genitals, hair, hooded robe, hooves, horn, long hair, looking at viewer, looking away, │\n", "│ looking back, mostly nude, multicolored body, multicolored fur, neon lights, no underwear, on ground, pink │\n", "│ anus, pink pussy, pivoted ears, presenting, presenting hindquarters, public, pussy, raised bottomwear, raised │\n", "│ clothing, raised inner eyebrows, raised skirt, raised tail, rear view, red nose, robe, robe only, scut tail, │\n", "│ short tail, skirt, soles, solo focus, tail, teeth, text, thick thighs, toes, two tone body, two tone fur, │\n", "│ unguligrade, white body, white clothing, white countershading, white fur, white robe, by cyberkaps, deltarune, │\n", "│ undertale \\(series\\), background character, noelle holiday, deer, new world deer, reindeer, virovirokun │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3636255.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3636255.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a255c73b68de7a62fd2392f44fecdd33.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, antlers, balls, bent over, bent over with legs held straight, bottomwear, buckteeth, checkered,     │\n",
       "│ checkered clothing, checkered shirt, checkered topwear, clothed, clothing, clothing around legs, cloven hooves, │\n",
       "│    disembodied penis, duo, ears down, erection, eyebrow through hair, eyebrows, feet, female, female focus,     │\n",
       "│ flustered, footwear, foreskin, freckles, front view, genitals, hair, hooves, horn, humanoid genitalia, humanoid │\n",
       "│ penis, imminent sex, legwear, long hair, looking at another, looking at partner, looking up, male, male/female, │\n",
       "│     panties, panties around legs, panties down, partially clothed, pattern clothing, pattern shirt, pattern     │\n",
       "│ topwear, penis, pivoted ears, pleated skirt, retracted foreskin, shirt, simple background, skirt, smile, socks, │\n",
       "│ solo focus, stockings, teeth, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, │\n",
       "│      topwear, translucent, translucent hair, underwear, underwear around legs, underwear down, undressing,      │\n",
       "│ unguligrade, vein, veiny penis, by cyberkaps, deltarune, undertale \\(series\\), noelle holiday, deer, new world  │\n",
       "│                                      deer, reindeer, greyscale, monochrome                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a255c73b68de7a62fd2392f44fecdd33.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, antlers, balls, bent over, bent over with legs held straight, bottomwear, buckteeth, checkered, │\n", "│ checkered clothing, checkered shirt, checkered topwear, clothed, clothing, clothing around legs, cloven hooves, │\n", "│ disembodied penis, duo, ears down, erection, eyebrow through hair, eyebrows, feet, female, female focus, │\n", "│ flustered, footwear, foreskin, freckles, front view, genitals, hair, hooves, horn, humanoid genitalia, humanoid │\n", "│ penis, imminent sex, legwear, long hair, looking at another, looking at partner, looking up, male, male/female, │\n", "│ panties, panties around legs, panties down, partially clothed, pattern clothing, pattern shirt, pattern │\n", "│ topwear, penis, pivoted ears, pleated skirt, retracted foreskin, shirt, simple background, skirt, smile, socks, │\n", "│ solo focus, stockings, teeth, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, │\n", "│ topwear, translucent, translucent hair, underwear, underwear around legs, underwear down, undressing, │\n", "│ unguligrade, vein, veiny penis, by cyberkaps, deltarune, undertale \\(series\\), noelle holiday, deer, new world │\n", "│ deer, reindeer, greyscale, monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3636270.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3636270.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\32a4f827699d37616cdc6dd2512b7196.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      against surface, anal, anal penetration, anthro, anthro penetrated, antlers, blush, bottomwear, butt,      │\n",
       "│   checkered, checkered clothing, checkered shirt, checkered topwear, clothed, clothing, clothing around legs,   │\n",
       "│     cloven hooves, curvy figure, disembodied hand, disembodied penis, duo, ears down, eyebrow through hair,     │\n",
       "│  eyebrows, feet, female, female focus, female penetrated, footwear, freckles, from behind position, genitals,   │\n",
       "│   hair, high-angle view, hooves, horn, hourglass figure, humanoid genitalia, humanoid hands, humanoid penis,    │\n",
       "│  legwear, looking at viewer, looking back, looking pleasured, lying, male, male/female, male penetrating, male  │\n",
       "│    penetrating female, on front, open mouth, panties, panties around legs, pattern clothing, pattern shirt,     │\n",
       "│    pattern topwear, penetration, penile, penile penetration, penis, penis in ass, pinned, pinned to ground,     │\n",
       "│ pivoted ears, prone bone, pussy, raised clothing, raised shirt, raised topwear, sex, shirt, simple background,  │\n",
       "│    skirt, small waist, socks, solo focus, stockings, thigh highs, toeless footwear, toeless legwear, toeless    │\n",
       "│       socks, toeless stockings, topwear, translucent, translucent hair, underwear, underwear around legs,       │\n",
       "│  unguligrade, wide hips, by cyberkaps, deltarune, undertale \\(series\\), noelle holiday, deer, new world deer,   │\n",
       "│                                         reindeer, greyscale, monochrome                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\32a4f827699d37616cdc6dd2512b7196.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ against surface, anal, anal penetration, anthro, anthro penetrated, antlers, blush, bottomwear, butt, │\n", "│ checkered, checkered clothing, checkered shirt, checkered topwear, clothed, clothing, clothing around legs, │\n", "│ cloven hooves, curvy figure, disembodied hand, disembodied penis, duo, ears down, eyebrow through hair, │\n", "│ eyebrows, feet, female, female focus, female penetrated, footwear, freckles, from behind position, genitals, │\n", "│ hair, high-angle view, hooves, horn, hourglass figure, humanoid genitalia, humanoid hands, humanoid penis, │\n", "│ legwear, looking at viewer, looking back, looking pleasured, lying, male, male/female, male penetrating, male │\n", "│ penetrating female, on front, open mouth, panties, panties around legs, pattern clothing, pattern shirt, │\n", "│ pattern topwear, penetration, penile, penile penetration, penis, penis in ass, pinned, pinned to ground, │\n", "│ pivoted ears, prone bone, pussy, raised clothing, raised shirt, raised topwear, sex, shirt, simple background, │\n", "│ skirt, small waist, socks, solo focus, stockings, thigh highs, toeless footwear, toeless legwear, toeless │\n", "│ socks, toeless stockings, topwear, translucent, translucent hair, underwear, underwear around legs, │\n", "│ unguligrade, wide hips, by cyberkaps, deltarune, undertale \\(series\\), noelle holiday, deer, new world deer, │\n", "│ reindeer, greyscale, monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3636312.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3636312.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\84f95220e6b6b86b4dfdee6b904a0224.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, anthro, antlers, areola, athletic, athletic female, breasts, buckteeth, butt from the front,     │\n",
       "│ clothed, clothing, clothing lift, consent themes, countershading, crotch lines, crotch tuft, doe with antlers,  │\n",
       "│ drawstring, ears down, embarrassed, exposed, exposed breasts, eyebrow through hair, eyebrows, female, fingers,  │\n",
       "│   freckles, genitals, hair, hooded robe, horn, long hair, looking away, looking down, markings, mostly nude,    │\n",
       "│    natural breasts, navel, nervous, nipples, pivoted ears, presenting, presenting breasts, presenting pussy,    │\n",
       "│ pubes, pussy, questionable consent, robe, robe lift, robe only, scut tail, short tail, simple background, small │\n",
       "│     breasts, solo, spots, spotted body, spread legs, spreading, submissive, submissive female, tail, teeth,     │\n",
       "│   translucent, translucent hair, tuft, unsure, white background, wide stance, wince, by cyberkaps, deltarune,   │\n",
       "│ undertale \\(series\\), noelle holiday, deer, new world deer, reindeer, graphite \\(artwork\\), monochrome, pencil  │\n",
       "│                                \\(artwork\\), sepia, traditional media \\(artwork\\)                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\84f95220e6b6b86b4dfdee6b904a0224.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, antlers, areola, athletic, athletic female, breasts, buckteeth, butt from the front, │\n", "│ clothed, clothing, clothing lift, consent themes, countershading, crotch lines, crotch tuft, doe with antlers, │\n", "│ drawstring, ears down, embarrassed, exposed, exposed breasts, eyebrow through hair, eyebrows, female, fingers, │\n", "│ freckles, genitals, hair, hooded robe, horn, long hair, looking away, looking down, markings, mostly nude, │\n", "│ natural breasts, navel, nervous, nipples, pivoted ears, presenting, presenting breasts, presenting pussy, │\n", "│ pubes, pussy, questionable consent, robe, robe lift, robe only, scut tail, short tail, simple background, small │\n", "│ breasts, solo, spots, spotted body, spread legs, spreading, submissive, submissive female, tail, teeth, │\n", "│ translucent, translucent hair, tuft, unsure, white background, wide stance, wince, by cyberkaps, deltarune, │\n", "│ undertale \\(series\\), noelle holiday, deer, new world deer, reindeer, graphite \\(artwork\\), monochrome, pencil │\n", "│ \\(artwork\\), sepia, traditional media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3636338.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3636338.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\41b1b127750be65b7cc910c901224e2b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   against surface, anal, anal penetration, anthro, anthro penetrated, antlers, athletic, athletic male, butt,   │\n",
       "│   clothed, clothed/nude, clothed female nude male, clothed sex, clothing, digit ring, dumpster, duo, eyebrow    │\n",
       "│ through hair, eyebrows, feet, female, female on human, female penetrated, from behind position, genitals, hair, │\n",
       "│  hand on butt, happy, happy sex, hip grab, hooves, horn, human on anthro, human penetrating, human penetrating  │\n",
       "│ anthro, human penetrating female, humanoid genitalia, humanoid penis, interspecies, jewelry, long hair, looking │\n",
       "│     at another, looking at partner, looking back, male, male/female, male on anthro, male penetrating, male     │\n",
       "│ penetrating anthro, male penetrating female, mostly nude, nude, penetration, penile, penile penetration, penis, │\n",
       "│ penis in ass, platform standing doggystyle, ring, robe, robe only, sex, snowgrave, soles, spiked ring, standing │\n",
       "│  doggystyle, three-quarter view, toes, translucent, translucent hair, underhoof, unguligrade, wedding ring, by  │\n",
       "│  cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle holiday, deer, human, new world deer,   │\n",
       "│    reindeer, graphite \\(artwork\\), greyscale, monochrome, pencil \\(artwork\\), traditional media \\(artwork\\)     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\41b1b127750be65b7cc910c901224e2b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ against surface, anal, anal penetration, anthro, anthro penetrated, antlers, athletic, athletic male, butt, │\n", "│ clothed, clothed/nude, clothed female nude male, clothed sex, clothing, digit ring, dumpster, duo, eyebrow │\n", "│ through hair, eyebrows, feet, female, female on human, female penetrated, from behind position, genitals, hair, │\n", "│ hand on butt, happy, happy sex, hip grab, hooves, horn, human on anthro, human penetrating, human penetrating │\n", "│ anthro, human penetrating female, humanoid genitalia, humanoid penis, interspecies, jewelry, long hair, looking │\n", "│ at another, looking at partner, looking back, male, male/female, male on anthro, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, mostly nude, nude, penetration, penile, penile penetration, penis, │\n", "│ penis in ass, platform standing doggystyle, ring, robe, robe only, sex, snowgrave, soles, spiked ring, standing │\n", "│ doggystyle, three-quarter view, toes, translucent, translucent hair, underhoof, unguligrade, wedding ring, by │\n", "│ cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle holiday, deer, human, new world deer, │\n", "│ reindeer, graphite \\(artwork\\), greyscale, monochrome, pencil \\(artwork\\), traditional media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3638140.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3638140.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\f2cda20e61f72a7b0b39676a16f6b71b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, big ears, blue eyes, blush, blush lines, breasts, butt, butt focus, claws, eyebrow through hair,  │\n",
       "│ eyebrows, female, floppy ears, fur, genitals, grey body, grey fur, hair, hair between eyes, holding raised leg, │\n",
       "│  legs up, long hair, looking at viewer, low-angle view, lying, navel, nipples, nude, on side, one leg up, pink  │\n",
       "│  anus, pink nipples, pink pussy, pinup, pose, presenting, presenting anus, presenting hindquarters, presenting  │\n",
       "│   pussy, pussy, raised leg, red hair, simple background, small breasts, smile, solo, spread legs, spreading,    │\n",
       "│ translucent, translucent hair, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\f2cda20e61f72a7b0b39676a16f6b71b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big ears, blue eyes, blush, blush lines, breasts, butt, butt focus, claws, eyebrow through hair, │\n", "│ eyebrows, female, floppy ears, fur, genitals, grey body, grey fur, hair, hair between eyes, holding raised leg, │\n", "│ legs up, long hair, looking at viewer, low-angle view, lying, navel, nipples, nude, on side, one leg up, pink │\n", "│ anus, pink nipples, pink pussy, pinup, pose, presenting, presenting anus, presenting hindquarters, presenting │\n", "│ pussy, pussy, raised leg, red hair, simple background, small breasts, smile, solo, spread legs, spreading, │\n", "│ translucent, translucent hair, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3638171.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3638171.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\9d2923ef6e6fa7c329fcb540930ee18e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, ahoge, anthro, anus, areola, arm tuft, blue eyes, blush, blush lines, bodily fluids, book, breasts,  │\n",
       "│  butt, caught, cloven hooves, ears down, embarrassed, exclamation point, eyebrow through hair, eyebrows, feet,  │\n",
       "│ female, fingers, fur, genital fluids, genitals, gradient fur, grey body, grey fur, hair, hair over eye, holding │\n",
       "│ book, holding object, hooves, legs up, long hair, looking at viewer, lying, masturbation, navel, nipples, nude, │\n",
       "│   offscreen character, on back, one eye obstructed, pillow, pink anus, pink areola, pink nipples, pink pussy,   │\n",
       "│   pivoted ears, pussy, reading, reading book, scut tail, short tail, shoulder tuft, simple background, small    │\n",
       "│  breasts, solo, spread pussy, spreading, surprise, surprised expression, tail, translucent, translucent hair,   │\n",
       "│ tuft, unguligrade, urethra, vaginal fluids, walk-in, white body, white fur, by cyberkaps, for dummies, ann the  │\n",
       "│                                      sheep, bovid, caprine, sheep, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\9d2923ef6e6fa7c329fcb540930ee18e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahoge, anthro, anus, areola, arm tuft, blue eyes, blush, blush lines, bodily fluids, book, breasts, │\n", "│ butt, caught, cloven hooves, ears down, embarrassed, exclamation point, eyebrow through hair, eyebrows, feet, │\n", "│ female, fingers, fur, genital fluids, genitals, gradient fur, grey body, grey fur, hair, hair over eye, holding │\n", "│ book, holding object, hooves, legs up, long hair, looking at viewer, lying, masturbation, navel, nipples, nude, │\n", "│ offscreen character, on back, one eye obstructed, pillow, pink anus, pink areola, pink nipples, pink pussy, │\n", "│ pivoted ears, pussy, reading, reading book, scut tail, short tail, shoulder tuft, simple background, small │\n", "│ breasts, solo, spread pussy, spreading, surprise, surprised expression, tail, translucent, translucent hair, │\n", "│ tuft, unguligrade, urethra, vaginal fluids, walk-in, white body, white fur, by cyberkaps, for dummies, ann the │\n", "│ sheep, bovid, caprine, sheep, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3646462.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3646462.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d07803767f12fbb634b2e4e06a0bee1e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   absolute territory, all fours, anthro, bare shoulders, bent over, big ears, blue eyes, blush, blush lines,    │\n",
       "│   bottomwear, butt, butt focus, butt pose, claws, clothed, clothing, digitigrade, ears up, eye through hair,    │\n",
       "│ eyebrow through hair, eyebrows, eyelashes, feet, female, footwear, fur, genitals, gradient fur, grey body, grey │\n",
       "│    fur, hair, hair between eyes, legwear, looking at viewer, looking back, no underwear, pawpads, paws, pink    │\n",
       "│  pawpads, pink pussy, pinup, pose, pussy, red hair, red tail, scut tail, shirt, short tail, simple background,  │\n",
       "│  skirt, smile, socks, solo, stockings, tail, thick eyelashes, thigh highs, toeless footwear, toeless legwear,   │\n",
       "│   toeless socks, toeless stockings, topwear, translucent, translucent hair, white bottomwear, white clothing,   │\n",
       "│ white legwear, white skirt, white stockings, white thigh highs, yellow clothing, yellow shirt, yellow topwear,  │\n",
       "│                          by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d07803767f12fbb634b2e4e06a0bee1e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ absolute territory, all fours, anthro, bare shoulders, bent over, big ears, blue eyes, blush, blush lines, │\n", "│ bottomwear, butt, butt focus, butt pose, claws, clothed, clothing, digitigrade, ears up, eye through hair, │\n", "│ eyebrow through hair, eyebrows, eyelashes, feet, female, footwear, fur, genitals, gradient fur, grey body, grey │\n", "│ fur, hair, hair between eyes, legwear, looking at viewer, looking back, no underwear, pawpads, paws, pink │\n", "│ pawpads, pink pussy, pinup, pose, pussy, red hair, red tail, scut tail, shirt, short tail, simple background, │\n", "│ skirt, smile, socks, solo, stockings, tail, thick eyelashes, thigh highs, toeless footwear, toeless legwear, │\n", "│ toeless socks, toeless stockings, topwear, translucent, translucent hair, white bottomwear, white clothing, │\n", "│ white legwear, white skirt, white stockings, white thigh highs, yellow clothing, yellow shirt, yellow topwear, │\n", "│ by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3646481.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3646481.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\dbc61192a5114d36d559029e0fa916cf.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  alternative fashion, anthro, athletic, bare shoulders, big ears, black clothing, black shirt, black topwear,   │\n",
       "│     blue eyes, blush, blush lines, bone, bottomless, butt from the front, clothed, clothing, clothing lift,     │\n",
       "│ collarbone, cross, crotch lines, ears up, eyebrow through hair, eyebrows, eyelashes, female, fur, garter belt,  │\n",
       "│ garter straps, genitals, goth, gradient background, gradient fur, grey body, grey fur, hair, hair between eyes, │\n",
       "│  halter neck, inverted cross, lace, legwear, lingerie, midriff, navel, pink pussy, pinup, pose, pubes, pussy,   │\n",
       "│   raised inner eyebrows, red hair, shirt, shirt lift, simple background, skull, smile, solo, stockings, text,   │\n",
       "│       text on clothing, text on shirt, text on topwear, thick eyelashes, thigh gap, thigh highs, topwear,       │\n",
       "│      translucent, translucent hair, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\dbc61192a5114d36d559029e0fa916cf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alternative fashion, anthro, athletic, bare shoulders, big ears, black clothing, black shirt, black topwear, │\n", "│ blue eyes, blush, blush lines, bone, bottomless, butt from the front, clothed, clothing, clothing lift, │\n", "│ collarbone, cross, crotch lines, ears up, eyebrow through hair, eyebrows, eyelashes, female, fur, garter belt, │\n", "│ garter straps, genitals, goth, gradient background, gradient fur, grey body, grey fur, hair, hair between eyes, │\n", "│ halter neck, inverted cross, lace, legwear, lingerie, midriff, navel, pink pussy, pinup, pose, pubes, pussy, │\n", "│ raised inner eyebrows, red hair, shirt, shirt lift, simple background, skull, smile, solo, stockings, text, │\n", "│ text on clothing, text on shirt, text on topwear, thick eyelashes, thigh gap, thigh highs, topwear, │\n", "│ translucent, translucent hair, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3646492.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3646492.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1d96c2dc89bdafa772fbebd12417d726.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anthro, anthro penetrated, anus, areola, balls, big ears, black clothing, black shirt,  │\n",
       "│ black topwear, bodily fluids, bottomless, bottomless female, breasts, buckteeth, claws, clothed, clothed/nude,  │\n",
       "│    clothed female nude male, clothing, clothing lift, drooling, duo, exposed breasts, eyebrow through hair,     │\n",
       "│     eyebrows, female, female focus, female on human, female on top, female penetrated, fur, genital fluids,     │\n",
       "│   genitals, gradient fur, grey body, grey fur, hair, hair between eyes, hand holding, human on anthro, human    │\n",
       "│      penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis,       │\n",
       "│ interspecies, legwear, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating │\n",
       "│      anthro, male penetrating female, navel, nipples, nude, on bottom, on top, penetration, penile, penile      │\n",
       "│ penetration, penis, penis in ass, pink anus, pink areola, pink nipples, pink pussy, pivoted ears, pubes, pussy, │\n",
       "│ red hair, red tongue, reverse cowgirl position, saliva, sex, shirt, shirt lift, simple background, solo focus,  │\n",
       "│  spread legs, spreading, stockings, teeth, thigh highs, tongue, tongue out, topwear, translucent, translucent   │\n",
       "│     hair, vaginal fluids, waist grab, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1d96c2dc89bdafa772fbebd12417d726.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, anus, areola, balls, big ears, black clothing, black shirt, │\n", "│ black topwear, bodily fluids, bottomless, bottomless female, breasts, buckteeth, claws, clothed, clothed/nude, │\n", "│ clothed female nude male, clothing, clothing lift, drooling, duo, exposed breasts, eyebrow through hair, │\n", "│ eyebrows, female, female focus, female on human, female on top, female penetrated, fur, genital fluids, │\n", "│ genitals, gradient fur, grey body, grey fur, hair, hair between eyes, hand holding, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, │\n", "│ interspecies, legwear, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating │\n", "│ anthro, male penetrating female, navel, nipples, nude, on bottom, on top, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pink anus, pink areola, pink nipples, pink pussy, pivoted ears, pubes, pussy, │\n", "│ red hair, red tongue, reverse cowgirl position, saliva, sex, shirt, shirt lift, simple background, solo focus, │\n", "│ spread legs, spreading, stockings, teeth, thigh highs, tongue, tongue out, topwear, translucent, translucent │\n", "│ hair, vaginal fluids, waist grab, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3646518.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3646518.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\e46de2e4e57b61b9d5acd6fc5d204cb4.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, anthro, anthro penetrated, areola, balls, black body, black fur, blush, blush lines,   │\n",
       "│   bodily fluids, claws, collarbone, covering, covering eyes, covering face, dialogue, duo, ears down, eyebrow   │\n",
       "│ through hair, eyebrows, female, female focus, female on human, female penetrated, first person view, from front │\n",
       "│  position, fur, fur markings, genital fluids, genitals, hair, horn, human on anthro, human penetrating, human   │\n",
       "│       penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, inner ear fluff,        │\n",
       "│    interspecies, looking at another, looking at partner, looking at viewer, looking pleasured, lying, male,     │\n",
       "│   male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov,    │\n",
       "│  markings, messy hair, motion lines, multicolored body, multicolored fur, navel, nipples, nude, on back, open   │\n",
       "│ mouth, penetration, penile, penile penetration, penis, penis in ass, pink areola, pink nipples, pink nose, pink │\n",
       "│    pussy, pink tongue, pivoted ears, pussy, raised inner eyebrows, red body, red fur, red hair, sex, simple     │\n",
       "│  background, solo focus, tail, tail tuft, taunting, text, tongue, translucent, translucent hair, tuft, vaginal  │\n",
       "│ fluids, vein, veiny penis, wrist grab, yellow body, yellow fur, by cyberkaps, yawara \\(kiu-wot\\), domestic cat, │\n",
       "│                                       feline, human, english text, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\e46de2e4e57b61b9d5acd6fc5d204cb4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, areola, balls, black body, black fur, blush, blush lines, │\n", "│ bodily fluids, claws, collarbone, covering, covering eyes, covering face, dialogue, duo, ears down, eyebrow │\n", "│ through hair, eyebrows, female, female focus, female on human, female penetrated, first person view, from front │\n", "│ position, fur, fur markings, genital fluids, genitals, hair, horn, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, inner ear fluff, │\n", "│ interspecies, looking at another, looking at partner, looking at viewer, looking pleasured, lying, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov, │\n", "│ markings, messy hair, motion lines, multicolored body, multicolored fur, navel, nipples, nude, on back, open │\n", "│ mouth, penetration, penile, penile penetration, penis, penis in ass, pink areola, pink nipples, pink nose, pink │\n", "│ pussy, pink tongue, pivoted ears, pussy, raised inner eyebrows, red body, red fur, red hair, sex, simple │\n", "│ background, solo focus, tail, tail tuft, taunting, text, tongue, translucent, translucent hair, tuft, vaginal │\n", "│ fluids, vein, veiny penis, wrist grab, yellow body, yellow fur, by cyberkaps, yawara \\(kiu-wot\\), domestic cat, │\n", "│ feline, human, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3708356.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3708356.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\c2608b1eed1b6ecedf54bc5f97c8856b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, anthro penetrated, bare shoulders, big ears, black clothing, bottomless, breasts, clothed,  │\n",
       "│ clothed sex, clothing, duo, eyebrows, female, female on human, female penetrated, fluffy, from behind position, │\n",
       "│ fur, grey body, grey fur, hair, hair accessory, hairpin, human on anthro, human penetrating, human penetrating  │\n",
       "│  anthro, human penetrating female, interspecies, leaning, leaning forward, male, male/female, male on anthro,   │\n",
       "│   male penetrating, male penetrating anthro, male penetrating female, penetration, pulling hair, raised inner   │\n",
       "│       eyebrows, red hair, sex, small breasts, standing, standing sex, touching hair, by cyberkaps, naili        │\n",
       "│                            \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\c2608b1eed1b6ecedf54bc5f97c8856b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, anthro penetrated, bare shoulders, big ears, black clothing, bottomless, breasts, clothed, │\n", "│ clothed sex, clothing, duo, eyebrows, female, female on human, female penetrated, fluffy, from behind position, │\n", "│ fur, grey body, grey fur, hair, hair accessory, hairpin, human on anthro, human penetrating, human penetrating │\n", "│ anthro, human penetrating female, interspecies, leaning, leaning forward, male, male/female, male on anthro, │\n", "│ male penetrating, male penetrating anthro, male penetrating female, penetration, pulling hair, raised inner │\n", "│ eyebrows, red hair, sex, small breasts, standing, standing sex, touching hair, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3708359.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3708359.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\183e8f69bf41cb8513dacf9f1da9c7bc.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   bikini, black clothing, blush, clothing, female, fur, grey body, grey fur, hair, long socks, pigtails, red    │\n",
       "│       hair, smile, solo, swimwear, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\183e8f69bf41cb8513dacf9f1da9c7bc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bikini, black clothing, blush, clothing, female, fur, grey body, grey fur, hair, long socks, pigtails, red │\n", "│ hair, smile, solo, swimwear, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3708363.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3708363.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1d6c12b77231c71dbbfc9e1727b3835b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    big ears, blep, claws, clothing, female, flat chested, footwear, fur, grey body, grey fur, hair, legwear,    │\n",
       "│   leotard, paws, pigtails, red hair, smug, socks, solo, thick thighs, thigh highs, toeless footwear, toeless    │\n",
       "│ legwear, toeless socks, toeless stockings, tongue, tongue out, translucent, translucent clothing, by cyberkaps, │\n",
       "│                             naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1d6c12b77231c71dbbfc9e1727b3835b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ big ears, blep, claws, clothing, female, flat chested, footwear, fur, grey body, grey fur, hair, legwear, │\n", "│ leotard, paws, pigtails, red hair, smug, socks, solo, thick thighs, thigh highs, toeless footwear, toeless │\n", "│ legwear, toeless socks, toeless stockings, tongue, tongue out, translucent, translucent clothing, by cyberkaps, │\n", "│ naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3736750.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3736750.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7eafbb8ed49d2568bfa000b35034e43a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   accessory, accidental, anthro, anus, barefoot, big ears, bodily fluids, bottomwear, butt, butt focus, butt    │\n",
       "│  grab, claws, clothed, clothing, dialogue, duo, exposed, feet, female, female on human, floppy ears, footwear,  │\n",
       "│   frilly, furniture, genital fluids, genitals, hair, hair accessory, hairband, hand on butt, human on anthro,   │\n",
       "│ imminent sex, ineffective clothing, interspecies, legwear, maid uniform, male, male/female, male on anthro, no  │\n",
       "│  underwear, pawpads, penis, pigtails, pink anus, pink pawpads, pink pussy, precum, pussy, rear view, red hair,  │\n",
       "│     sex, shocked, shocked expression, skirt, socks, stockings, surprise, surprise sex, thigh highs, toeless     │\n",
       "│   footwear, toeless legwear, toeless socks, toeless stockings, twintails \\(hairstyle\\), uniform, upskirt, by    │\n",
       "│                    cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7eafbb8ed49d2568bfa000b35034e43a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, accidental, anthro, anus, barefoot, big ears, bodily fluids, bottomwear, butt, butt focus, butt │\n", "│ grab, claws, clothed, clothing, dialogue, duo, exposed, feet, female, female on human, floppy ears, footwear, │\n", "│ frilly, furniture, genital fluids, genitals, hair, hair accessory, hairband, hand on butt, human on anthro, │\n", "│ imminent sex, ineffective clothing, interspecies, legwear, maid uniform, male, male/female, male on anthro, no │\n", "│ underwear, pawpads, penis, pigtails, pink anus, pink pawpads, pink pussy, precum, pussy, rear view, red hair, │\n", "│ sex, shocked, shocked expression, skirt, socks, stockings, surprise, surprise sex, thigh highs, toeless │\n", "│ footwear, toeless legwear, toeless socks, toeless stockings, twintails \\(hairstyle\\), uniform, upskirt, by │\n", "│ cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3755436.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3755436.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\6a585078fa623b8552021789d7a74cd3.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big ears, blush, bodily fluids, breasts, claws, clothing, dildo, eyebrows, female, fluffy, footwear,   │\n",
       "│  fur, genital fluids, genitals, hair, legwear, looking away, lying, masturbation, on back, paws, penetration,   │\n",
       "│ pigtails, pink hair, pussy, raised inner eyebrows, sex toy, small breasts, socks, solo, spread legs, spreading, │\n",
       "│  thick thighs, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toying self,   │\n",
       "│     vaginal, vaginal fluids, vaginal penetration, white body, white fur, by cyberkaps, naili \\(cyberkaps\\),     │\n",
       "│                                       lagomorph, leporid, rabbit, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\6a585078fa623b8552021789d7a74cd3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big ears, blush, bodily fluids, breasts, claws, clothing, dildo, eyebrows, female, fluffy, footwear, │\n", "│ fur, genital fluids, genitals, hair, legwear, looking away, lying, masturbation, on back, paws, penetration, │\n", "│ pigtails, pink hair, pussy, raised inner eyebrows, sex toy, small breasts, socks, solo, spread legs, spreading, │\n", "│ thick thighs, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toying self, │\n", "│ vaginal, vaginal fluids, vaginal penetration, white body, white fur, by cyberkaps, naili \\(cyberkaps\\), │\n", "│ lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3755541.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3755541.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\00733424a5de275ba8a24fe58b0924b1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, big butt, big ears, big hands, blush, bodily fluids, breasts, brown body, brown fur, butt,     │\n",
       "│ collar, collar only, cum, dialogue, digiphilia, dominant, dominant female, duo, ejaculation, erection, female,  │\n",
       "│    female focus, female on human, first person view, fur, genital fluids, genitals, grinding, horn, human on    │\n",
       "│ anthro, humanoid genitalia, humanoid penis, interspecies, looking at viewer, male, male/female, male on anthro, │\n",
       "│  male pov, mostly nude, nude, on bottom, on top, orgasm, penis, plump labia, pussy, pussyjob, reverse cowgirl   │\n",
       "│   position, scarf, sex, side boob, text, wide hips, by cyberkaps, bandai namco, antylamon, human, lagomorph,    │\n",
       "│                                             leporid, rabbit, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\00733424a5de275ba8a24fe58b0924b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big butt, big ears, big hands, blush, bodily fluids, breasts, brown body, brown fur, butt, │\n", "│ collar, collar only, cum, dialogue, digiphilia, dominant, dominant female, duo, ejaculation, erection, female, │\n", "│ female focus, female on human, first person view, fur, genital fluids, genitals, grinding, horn, human on │\n", "│ anthro, humanoid genitalia, humanoid penis, interspecies, looking at viewer, male, male/female, male on anthro, │\n", "│ male pov, mostly nude, nude, on bottom, on top, orgasm, penis, plump labia, pussy, pussyjob, reverse cowgirl │\n", "│ position, scarf, sex, side boob, text, wide hips, by cyberkaps, bandai namco, antylamon, human, lagomorph, │\n", "│ leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3776965.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3776965.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\aabc13644e7d0f6ca06ed6972aac239a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ absolute territory, ahoge, anthro, arm tuft, bell, bell collar, black clothing, black legwear, black stockings, │\n",
       "│  black thigh highs, blue eyes, blush, breasts, clothing, collar, dress, ear piercing, ear tag, eyebrow through  │\n",
       "│    hair, eyebrows, female, fur, gradient background, grey body, grey fur, hair, legwear, letter, looking at     │\n",
       "│   viewer, multicolored body, multicolored fur, nipple outline, one eye obstructed, piercing, pose, scut tail,   │\n",
       "│  short tail, shoulder tuft, simple background, small breasts, smile, smiling at viewer, solo, stockings, tail,  │\n",
       "│   thigh highs, translucent, translucent hair, tuft, two tone body, two tone fur, white body, white clothing,    │\n",
       "│    white dress, white fur, white hair, by cyberkaps, ann the sheep, bovid, caprine, sheep, portrait, smaller    │\n",
       "│                                    version at source, three-quarter portrait                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\aabc13644e7d0f6ca06ed6972aac239a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ absolute territory, ahoge, anthro, arm tuft, bell, bell collar, black clothing, black legwear, black stockings, │\n", "│ black thigh highs, blue eyes, blush, breasts, clothing, collar, dress, ear piercing, ear tag, eyebrow through │\n", "│ hair, eyebrows, female, fur, gradient background, grey body, grey fur, hair, legwear, letter, looking at │\n", "│ viewer, multicolored body, multicolored fur, nipple outline, one eye obstructed, piercing, pose, scut tail, │\n", "│ short tail, shoulder tuft, simple background, small breasts, smile, smiling at viewer, solo, stockings, tail, │\n", "│ thigh highs, translucent, translucent hair, tuft, two tone body, two tone fur, white body, white clothing, │\n", "│ white dress, white fur, white hair, by cyberkaps, ann the sheep, bovid, caprine, sheep, portrait, smaller │\n", "│ version at source, three-quarter portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3776985.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3776985.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7fdfcdd93a8e8fac85cfa78207c76a70.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    accessory, anal, anal juice, anal penetration, anthro, anthro penetrated, anus, arm around leg, arm tuft,    │\n",
       "│  armwear, bed, bent spoon position, big ears, bite, biting lip, biting own lip, black clothing, black legwear,  │\n",
       "│  black stockings, black thigh highs, blue eyes, blush, blush lines, bodily fluids, bone, bottomwear, bow tie,   │\n",
       "│   breasts, buckteeth, claws, clothing, clothing aside, collar, cross, detached sleeves, duo, exposed breasts,   │\n",
       "│    eyebrow through hair, eyebrows, faceless character, faceless male, feet, female, female on human, female     │\n",
       "│   penetrated, footwear, frilly, front view, fur, furniture, garter, genital fluids, genitals, hair, human on    │\n",
       "│   anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid   │\n",
       "│  penis, interspecies, inverted cross, leg grab, legwear, leotard, leotard aside, long hair, looking pleasured,  │\n",
       "│     lying, lying on bed, male, male/female, male on anthro, male penetrating, male penetrating anthro, male     │\n",
       "│   penetrating female, multicolored clothing, multicolored legwear, multicolored stockings, multicolored thigh   │\n",
       "│   highs, nipples, on bed, pawpads, penetration, penile, penile penetration, penis, penis in ass, pillow, pink   │\n",
       "│   anus, pink clothing, pink hair, pink nipples, pink nose, pink pawpads, pink pillow, pink pussy, pink tail,    │\n",
       "│ pussy, red bow tie, self bite, sex, shoulder tuft, skirt, skull, skull accessory, small breasts, smile, socks,  │\n",
       "│ soles, spread legs, spreading, stockings, tail, teeth, thigh highs, toeless footwear, toeless legwear, toeless  │\n",
       "│   socks, toeless stockings, translucent, translucent clothing, translucent hair, tuft, two tone clothing, two   │\n",
       "│ tone legwear, two tone stockings, two tone thigh highs, underwear, underwear aside, vaginal fluids, waist grab, │\n",
       "│  white body, white clothing, white fur, white legwear, white stockings, white thigh highs, by cyberkaps, naili  │\n",
       "│                            \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7fdfcdd93a8e8fac85cfa78207c76a70.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal juice, anal penetration, anthro, anthro penetrated, anus, arm around leg, arm tuft, │\n", "│ armwear, bed, bent spoon position, big ears, bite, biting lip, biting own lip, black clothing, black legwear, │\n", "│ black stockings, black thigh highs, blue eyes, blush, blush lines, bodily fluids, bone, bottomwear, bow tie, │\n", "│ breasts, buckteeth, claws, clothing, clothing aside, collar, cross, detached sleeves, duo, exposed breasts, │\n", "│ eyebrow through hair, eyebrows, faceless character, faceless male, feet, female, female on human, female │\n", "│ penetrated, footwear, frilly, front view, fur, furniture, garter, genital fluids, genitals, hair, human on │\n", "│ anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid │\n", "│ penis, interspecies, inverted cross, leg grab, legwear, leotard, leotard aside, long hair, looking pleasured, │\n", "│ lying, lying on bed, male, male/female, male on anthro, male penetrating, male penetrating anthro, male │\n", "│ penetrating female, multicolored clothing, multicolored legwear, multicolored stockings, multicolored thigh │\n", "│ highs, nipples, on bed, pawpads, penetration, penile, penile penetration, penis, penis in ass, pillow, pink │\n", "│ anus, pink clothing, pink hair, pink nipples, pink nose, pink pawpads, pink pillow, pink pussy, pink tail, │\n", "│ pussy, red bow tie, self bite, sex, shoulder tuft, skirt, skull, skull accessory, small breasts, smile, socks, │\n", "│ soles, spread legs, spreading, stockings, tail, teeth, thigh highs, toeless footwear, toeless legwear, toeless │\n", "│ socks, toeless stockings, translucent, translucent clothing, translucent hair, tuft, two tone clothing, two │\n", "│ tone legwear, two tone stockings, two tone thigh highs, underwear, underwear aside, vaginal fluids, waist grab, │\n", "│ white body, white clothing, white fur, white legwear, white stockings, white thigh highs, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3806589.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3806589.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7667ccd14ed58d1bc2e1bd2fe6e2cb00.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anthro, anthro focus, anthro on top, anthro penetrated, areola, big breasts, black body, black    │\n",
       "│      scales, bodily fluids, bouncing breasts, breasts, claws, cowgirl position, digiphilia, duo, erection,      │\n",
       "│ eyelashes, female, female focus, female on human, female on top, female penetrated, fingers, first person view, │\n",
       "│ from front position, genital fluids, genitals, hand on wrist, hand on wrists, human on anthro, human on bottom, │\n",
       "│   human penetrating, human penetrating anthro, human pov, interspecies, looking at viewer, male, male/female,   │\n",
       "│ male on anthro, male on bottom, male penetrating, male penetrating female, male pov, motion lines, multicolored │\n",
       "│   body, multicolored scales, navel, nipples, nude, on bottom, on top, open mouth, penetration, penile, penile   │\n",
       "│   penetration, penis, penis in pussy, pink areola, pink nipples, pink pussy, pussy, pussy juice on penis, red   │\n",
       "│  body, red scales, saliva, saliva on tongue, saliva string, scales, sex, sharp teeth, simple background, solo   │\n",
       "│  focus, spread legs, spreading, teeth, tongue, tongue out, vaginal, vaginal fluids, vaginal penetration, white  │\n",
       "│  body, white claws, white scales, wrist grab, yellow eyes, by cyberkaps, bandai namco, guilmon, human, scalie,  │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7667ccd14ed58d1bc2e1bd2fe6e2cb00.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, anthro focus, anthro on top, anthro penetrated, areola, big breasts, black body, black │\n", "│ scales, bodily fluids, bouncing breasts, breasts, claws, cowgirl position, digiphilia, duo, erection, │\n", "│ eyelashes, female, female focus, female on human, female on top, female penetrated, fingers, first person view, │\n", "│ from front position, genital fluids, genitals, hand on wrist, hand on wrists, human on anthro, human on bottom, │\n", "│ human penetrating, human penetrating anthro, human pov, interspecies, looking at viewer, male, male/female, │\n", "│ male on anthro, male on bottom, male penetrating, male penetrating female, male pov, motion lines, multicolored │\n", "│ body, multicolored scales, navel, nipples, nude, on bottom, on top, open mouth, penetration, penile, penile │\n", "│ penetration, penis, penis in pussy, pink areola, pink nipples, pink pussy, pussy, pussy juice on penis, red │\n", "│ body, red scales, saliva, saliva on tongue, saliva string, scales, sex, sharp teeth, simple background, solo │\n", "│ focus, spread legs, spreading, teeth, tongue, tongue out, vaginal, vaginal fluids, vaginal penetration, white │\n", "│ body, white claws, white scales, wrist grab, yellow eyes, by cyberkaps, bandai namco, guilmon, human, scalie, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3808724.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3808724.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d76692d8b8aa6f10c882378b63a62ee5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal juice, anal penetration, anthro, anthro penetrated, anus, beak, bikini, blue anus, blue body, blue  │\n",
       "│ eyes, blue fur, blue insides, blue tongue, blush, blush lines, bodily fluids, border, butt, clothing, clothing  │\n",
       "│  aside, cyanotic epithelium, duo, eyebrow through hair, eyebrows, female, female on human, female penetrated,   │\n",
       "│  first person view, footwear, from behind position, fur, genital fluids, genitals, glans, gradient background,  │\n",
       "│ hair, heart symbol, human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid  │\n",
       "│  penis, interspecies, legwear, looking at viewer, looking back, looking pleasured, male, male/female, male on   │\n",
       "│ anthro, male penetrating, male penetrating female, male pov, neck tuft, outside border, panties, panties aside, │\n",
       "│ penetration, penile, penile penetration, penis, penis in ass, pink clothing, rear view, scut tail, sex, shallow │\n",
       "│ penetration, short tail, simple background, socks, solo focus, stockings, swimwear, tail, thigh highs, toeless  │\n",
       "│    footwear, toeless legwear, toeless socks, toeless stockings, tongue, translucent, translucent hair, tuft,    │\n",
       "│  underwear, underwear aside, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit,  │\n",
       "│                                            smaller version at source                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d76692d8b8aa6f10c882378b63a62ee5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal penetration, anthro, anthro penetrated, anus, beak, bikini, blue anus, blue body, blue │\n", "│ eyes, blue fur, blue insides, blue tongue, blush, blush lines, bodily fluids, border, butt, clothing, clothing │\n", "│ aside, cyanotic epithelium, duo, eyebrow through hair, eyebrows, female, female on human, female penetrated, │\n", "│ first person view, footwear, from behind position, fur, genital fluids, genitals, glans, gradient background, │\n", "│ hair, heart symbol, human on anthro, human penetrating, human penetrating anthro, humanoid genitalia, humanoid │\n", "│ penis, interspecies, legwear, looking at viewer, looking back, looking pleasured, male, male/female, male on │\n", "│ anthro, male penetrating, male penetrating female, male pov, neck tuft, outside border, panties, panties aside, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, pink clothing, rear view, scut tail, sex, shallow │\n", "│ penetration, short tail, simple background, socks, solo focus, stockings, swimwear, tail, thigh highs, toeless │\n", "│ footwear, toeless legwear, toeless socks, toeless stockings, tongue, translucent, translucent hair, tuft, │\n", "│ underwear, underwear aside, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit, │\n", "│ smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3832582.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3832582.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\af44886023eca243709efd86205cb37d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, 5 toes, anal, anal penetration, angry, anthro, anthro penetrated, antlers, anus, balls, big breasts, │\n",
       "│    big ears, blonde hair, blue eyes, blush, blush lines, bottomless, breasts, brown body, brown fur, claws,     │\n",
       "│   cleavage, clothed, clothed/nude, clothed female nude male, clothed sex, clothing, clothing around one leg,    │\n",
       "│   cloven hooves, contact onomatopoeia, cookie, countershading, covering, covering mouth, covering own mouth,    │\n",
       "│  covering self, dialogue, duo, embarrassed, erection, exposed breasts, eyebrows, faceless character, faceless   │\n",
       "│  human, faceless male, feet, female, female on human, female penetrated, fingers, flesh fang, flexible, food,   │\n",
       "│    fur, genitals, hair, hooves, horn, human on anthro, human penetrating, human penetrating anthro, humanoid    │\n",
       "│    genitalia, humanoid penis, impact onomatopoeia, inside, interspecies, jewelry, legs behind head, legs up,    │\n",
       "│   legwear, long ears, long hair, lying, male, male/female, male on anthro, male penetrating, male penetrating   │\n",
       "│       female, markings, moan, multicolored body, multicolored clothing, necklace, nipples, nude, on back,       │\n",
       "│  onomatopoeia, panties, panties around one leg, panties down, partially clothed, pendant, penetration, penile,  │\n",
       "│    penile penetration, penis, penis in ass, piledriver position, pink anus, pink nipples, pink pussy, pubes,    │\n",
       "│   purple clothing, pussy, raised clothing, raised eyebrows, raised shirt, raised topwear, red eyes, red nose,   │\n",
       "│   scut tail, sex, shirt, short tail, small breasts, smile, sound effects, speech bubble, spots, spotted body,   │\n",
       "│     spread legs, spreading, stockings, sweater, tail, tan body, text, thigh highs, toeless legwear, toeless     │\n",
       "│    stockings, toes, topwear, two tone body, underhoof, underwear, underwear around one leg, underwear down,     │\n",
       "│  unguligrade, unguligrade anthro, upside down, vein, veiny penis, white body, white clothing, white fur, white  │\n",
       "│   legwear, white spots, white stockings, wide eyed, by cyberkaps, deltarune, undertale, undertale \\(series\\),   │\n",
       "│   kris \\(deltarune\\), noelle holiday, toriel, boss monster \\(undertale\\), bovid, caprine, deer, human, comic,   │\n",
       "│    english text, meme, mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\),    │\n",
       "│                        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\\by_cyberkaps\\af44886023eca243709efd86205cb37d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, anal, anal penetration, angry, anthro, anthro penetrated, antlers, anus, balls, big breasts, │\n", "│ big ears, blonde hair, blue eyes, blush, blush lines, bottomless, breasts, brown body, brown fur, claws, │\n", "│ cleavage, clothed, clothed/nude, clothed female nude male, clothed sex, clothing, clothing around one leg, │\n", "│ cloven hooves, contact onomatopoeia, cookie, countershading, covering, covering mouth, covering own mouth, │\n", "│ covering self, dialogue, duo, embarrassed, erection, exposed breasts, eyebrows, faceless character, faceless │\n", "│ human, faceless male, feet, female, female on human, female penetrated, fingers, flesh fang, flexible, food, │\n", "│ fur, genitals, hair, hooves, horn, human on anthro, human penetrating, human penetrating anthro, humanoid │\n", "│ genitalia, humanoid penis, impact onomatopoeia, inside, interspecies, jewelry, legs behind head, legs up, │\n", "│ legwear, long ears, long hair, lying, male, male/female, male on anthro, male penetrating, male penetrating │\n", "│ female, markings, moan, multicolored body, multicolored clothing, necklace, nipples, nude, on back, │\n", "│ onomatopoeia, panties, panties around one leg, panties down, partially clothed, pendant, penetration, penile, │\n", "│ penile penetration, penis, penis in ass, piledriver position, pink anus, pink nipples, pink pussy, pubes, │\n", "│ purple clothing, pussy, raised clothing, raised eyebrows, raised shirt, raised topwear, red eyes, red nose, │\n", "│ scut tail, sex, shirt, short tail, small breasts, smile, sound effects, speech bubble, spots, spotted body, │\n", "│ spread legs, spreading, stockings, sweater, tail, tan body, text, thigh highs, toeless legwear, toeless │\n", "│ stockings, toes, topwear, two tone body, underhoof, underwear, underwear around one leg, underwear down, │\n", "│ unguligrade, unguligrade anthro, upside down, vein, veiny penis, white body, white clothing, white fur, white │\n", "│ legwear, white spots, white stockings, wide eyed, by cyberkaps, deltarune, undertale, undertale \\(series\\), │\n", "│ kris \\(deltarune\\), noelle holiday, toriel, boss monster \\(undertale\\), bovid, caprine, deer, human, comic, │\n", "│ english text, meme, mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), │\n", "│ 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\\by_cyberkaps\\3832583.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3832583.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\6adb0662615a3c76994c0cad059897c3.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 fingers, 5 fingers, 5 toes, anal, anal penetration, anthro, anthro penetrated, antlers, anus, balls, blonde  │\n",
       "│ hair, blue eyes, blush, blush lines, bottomless, breasts, brown body, brown fur, clothed, clothed/nude, clothed │\n",
       "│   female nude male, clothed sex, clothing, clothing around one leg, cloven hooves, countershading, covering,    │\n",
       "│    covering mouth, covering own mouth, covering self, duo, embarrassed, erection, exposed breasts, faceless     │\n",
       "│ character, faceless human, faceless male, feet, female, female on human, female penetrated, fingers, flexible,  │\n",
       "│   footwear, fur, genitals, hair, hooves, horn, human on anthro, human penetrating, human penetrating anthro,    │\n",
       "│   humanoid genitalia, humanoid penis, inside, interspecies, legs behind head, legs up, legwear, legwear only,   │\n",
       "│      long hair, male, male/female, male on anthro, male penetrating, male penetrating female, mostly nude,      │\n",
       "│     multicolored clothing, nipples, nude, panties, panties around one leg, panties down, partially clothed,     │\n",
       "│   penetration, penile, penile penetration, penis, penis in ass, piledriver position, pink anus, pink nipples,   │\n",
       "│ pink pussy, pubes, pussy, raised clothing, raised shirt, raised topwear, red nose, scut tail, sex, shirt, short │\n",
       "│   tail, small breasts, socks, spots, spread legs, spreading, stockings, stockings only, sweater, tail, thigh    │\n",
       "│      highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toes, topwear, underhoof,      │\n",
       "│ underwear, underwear around one leg, underwear down, unguligrade, unguligrade anthro, upside down, vein, veiny  │\n",
       "│    penis, white spots, wide eyed, by cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle     │\n",
       "│                                          holiday, deer, human, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\6adb0662615a3c76994c0cad059897c3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 5 fingers, 5 toes, anal, anal penetration, anthro, anthro penetrated, antlers, anus, balls, blonde │\n", "│ hair, blue eyes, blush, blush lines, bottomless, breasts, brown body, brown fur, clothed, clothed/nude, clothed │\n", "│ female nude male, clothed sex, clothing, clothing around one leg, cloven hooves, countershading, covering, │\n", "│ covering mouth, covering own mouth, covering self, duo, embarrassed, erection, exposed breasts, faceless │\n", "│ character, faceless human, faceless male, feet, female, female on human, female penetrated, fingers, flexible, │\n", "│ footwear, fur, genitals, hair, hooves, horn, human on anthro, human penetrating, human penetrating anthro, │\n", "│ humanoid genitalia, humanoid penis, inside, interspecies, legs behind head, legs up, legwear, legwear only, │\n", "│ long hair, male, male/female, male on anthro, male penetrating, male penetrating female, mostly nude, │\n", "│ multicolored clothing, nipples, nude, panties, panties around one leg, panties down, partially clothed, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, piledriver position, pink anus, pink nipples, │\n", "│ pink pussy, pubes, pussy, raised clothing, raised shirt, raised topwear, red nose, scut tail, sex, shirt, short │\n", "│ tail, small breasts, socks, spots, spread legs, spreading, stockings, stockings only, sweater, tail, thigh │\n", "│ highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toes, topwear, underhoof, │\n", "│ underwear, underwear around one leg, underwear down, unguligrade, unguligrade anthro, upside down, vein, veiny │\n", "│ penis, white spots, wide eyed, by cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle │\n", "│ holiday, deer, human, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3846614.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3846614.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\3fca95cf2916b56c49507c67e5a040a5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, ahoge, anthro, blue eyes, blush, blush lines, book, bottomwear, butt, clothed, clothing, collar,   │\n",
       "│    controller, duo, ear piercing, ear tag, eyebrow through hair, eyebrows, female, fingers, fur, furniture,     │\n",
       "│ genitals, gradient fur, grey body, grey fur, hair, horizontal pupils, improvised sex toy, improvised vibrator,  │\n",
       "│ inside, legwear, long hair, masturbation, multicolored clothing, no underwear, photo, piercing, pink nose, pink │\n",
       "│    pussy, pupils, pussy, skirt, sofa, solo, spread legs, spreading, stockings, sweater, table, thigh highs,     │\n",
       "│ topwear, translucent, translucent hair, white body, white fur, white hair, window, by cyberkaps, ann the sheep, │\n",
       "│                           wilma the sheep, bovid, caprine, sheep, picture in picture                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\3fca95cf2916b56c49507c67e5a040a5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahoge, anthro, blue eyes, blush, blush lines, book, bottomwear, butt, clothed, clothing, collar, │\n", "│ controller, duo, ear piercing, ear tag, eyebrow through hair, eyebrows, female, fingers, fur, furniture, │\n", "│ genitals, gradient fur, grey body, grey fur, hair, horizontal pupils, improvised sex toy, improvised vibrator, │\n", "│ inside, legwear, long hair, masturbation, multicolored clothing, no underwear, photo, piercing, pink nose, pink │\n", "│ pussy, pupils, pussy, skirt, sofa, solo, spread legs, spreading, stockings, sweater, table, thigh highs, │\n", "│ topwear, translucent, translucent hair, white body, white fur, white hair, window, by cyberkaps, ann the sheep, │\n", "│ wilma the sheep, bovid, caprine, sheep, picture in picture │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3860561.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3860561.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\70ecc06d10c3de46a10101ce32289cf5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, abs, accessory, anthro, anthro penetrated, areola, beak, big ears, blue body, blue eyes, blue fur,  │\n",
       "│ blue insides, blue nipples, bodily fluids, bone, breasts, butt from the front, chest tuft, claws, crotch lines, │\n",
       "│   cyanotic epithelium, eye through hair, eyebrow through hair, eyebrows, faceless character, faceless human,    │\n",
       "│     faceless male, female, female on human, female penetrated, fingerpads, fingers, first person view, fur,     │\n",
       "│    genitals, gradient fur, grey body, grey fur, group, hair, hair accessory, hairpin, human on anthro, human    │\n",
       "│   penetrating, human penetrating anthro, human pov, humanoid genitalia, humanoid penis, inside, interspecies,   │\n",
       "│   long hair, looking at viewer, male, male/female, male on anthro, male penetrating, male penetrating female,   │\n",
       "│ male pov, navel, neck tuft, nipples, nude, oral, oral penetration, pawpads, penetration, penis, penis in mouth, │\n",
       "│   pink nipples, pink nose, red hair, red tail, saliva, saliva on penis, scut tail, sex, shallow penetration,    │\n",
       "│ short tail, skull, skull accessory, small breasts, tail, translucent, translucent hair, trio, tuft, vein, veiny │\n",
       "│  penis, white hair, by cyberkaps, naili \\(cyberkaps\\), avian, bird, human, hybrid, lagomorph, leporid, rabbit,  │\n",
       "│                                            smaller version at source                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\70ecc06d10c3de46a10101ce32289cf5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abs, accessory, anthro, anthro penetrated, areola, beak, big ears, blue body, blue eyes, blue fur, │\n", "│ blue insides, blue nipples, bodily fluids, bone, breasts, butt from the front, chest tuft, claws, crotch lines, │\n", "│ cyanotic epithelium, eye through hair, eyebrow through hair, eyebrows, faceless character, faceless human, │\n", "│ faceless male, female, female on human, female penetrated, fingerpads, fingers, first person view, fur, │\n", "│ genitals, gradient fur, grey body, grey fur, group, hair, hair accessory, hairpin, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human pov, humanoid genitalia, humanoid penis, inside, interspecies, │\n", "│ long hair, looking at viewer, male, male/female, male on anthro, male penetrating, male penetrating female, │\n", "│ male pov, navel, neck tuft, nipples, nude, oral, oral penetration, pawpads, penetration, penis, penis in mouth, │\n", "│ pink nipples, pink nose, red hair, red tail, saliva, saliva on penis, scut tail, sex, shallow penetration, │\n", "│ short tail, skull, skull accessory, small breasts, tail, translucent, translucent hair, trio, tuft, vein, veiny │\n", "│ penis, white hair, by cyberkaps, naili \\(cyberkaps\\), avian, bird, human, hybrid, lagomorph, leporid, rabbit, │\n", "│ smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3871874.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3871874.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\da13968f71c56a39e76d33f3d5c781a0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro penetrated, athletic, athletic male, big breasts, black hair, blush,   │\n",
       "│  blush lines, breasts, butt, butt grab, clothing, cloven hooves, discarded clothing, doggystyle, duo, eyebrow   │\n",
       "│  through hair, eyebrows, faceless character, faceless human, faceless male, feet, female, female focus, female  │\n",
       "│ on human, female penetrated, footwear, from behind position, fur, furgonomics, genitals, grey anus, grey body,  │\n",
       "│ grey fur, grey nipples, grey pussy, hair, hand on butt, hooves, horn, human on anthro, human penetrating, human │\n",
       "│     penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, inside, interspecies,     │\n",
       "│ legwear, looking back, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating │\n",
       "│   anthro, male penetrating female, mostly nude, motion lines, nipples, nude male, panties, pattern clothing,    │\n",
       "│ pattern legwear, pattern stockings, pattern thigh highs, penetration, penile, penile penetration, penis, penis  │\n",
       "│ in ass, pussy, scut tail, sex, short tail, socks, soles, stockings, striped clothing, striped legwear, striped  │\n",
       "│   stockings, striped thigh highs, stripes, tail, tail motion, tailwag, thigh highs, toeless footwear, toeless   │\n",
       "│      legwear, toeless socks, toeless stockings, toes, translucent, translucent hair, underhoof, underwear,      │\n",
       "│   unguligrade, vein, veiny penis, white body, white fur, yellow eyes, by cyberkaps, dakota \\(kaggy1\\), bovid,   │\n",
       "│                                          caprine, human, sheep, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\da13968f71c56a39e76d33f3d5c781a0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, athletic, athletic male, big breasts, black hair, blush, │\n", "│ blush lines, breasts, butt, butt grab, clothing, cloven hooves, discarded clothing, doggystyle, duo, eyebrow │\n", "│ through hair, eyebrows, faceless character, faceless human, faceless male, feet, female, female focus, female │\n", "│ on human, female penetrated, footwear, from behind position, fur, furgonomics, genitals, grey anus, grey body, │\n", "│ grey fur, grey nipples, grey pussy, hair, hand on butt, hooves, horn, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, inside, interspecies, │\n", "│ legwear, looking back, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating │\n", "│ anthro, male penetrating female, mostly nude, motion lines, nipples, nude male, panties, pattern clothing, │\n", "│ pattern legwear, pattern stockings, pattern thigh highs, penetration, penile, penile penetration, penis, penis │\n", "│ in ass, pussy, scut tail, sex, short tail, socks, soles, stockings, striped clothing, striped legwear, striped │\n", "│ stockings, striped thigh highs, stripes, tail, tail motion, tailwag, thigh highs, toeless footwear, toeless │\n", "│ legwear, toeless socks, toeless stockings, toes, translucent, translucent hair, underhoof, underwear, │\n", "│ unguligrade, vein, veiny penis, white body, white fur, yellow eyes, by cyberkaps, dakota \\(kaggy1\\), bovid, │\n", "│ caprine, human, sheep, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3889911.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3889911.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\68e6845a868a9b796684e3226ed094e6.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, accessory, anthro, armwear, bare shoulders, big ears, black claws, black clothing, black   │\n",
       "│   legwear, black stockings, black thigh highs, blue eyes, blush, blush lines, bone, border, bottomwear, chest   │\n",
       "│  tuft, claws, clothed, clothing, clothing lift, collarbone, detached sleeves, digitigrade, dress, dress lift,   │\n",
       "│  eye through hair, eyebrow through hair, eyebrows, feet, female, fingers, footwear, fur, furgonomics, gradient  │\n",
       "│   fur, grey body, grey fur, hair, hair accessory, hairpin, heart symbol, high-angle view, legwear, long ears,   │\n",
       "│  long hair, looking at viewer, navel, no underwear, outside border, pigtails, raised inner eyebrows, red hair,  │\n",
       "│   simple background, skirt, skirt lift, skull, socks, solo, stockings, thigh highs, toeless footwear, toeless   │\n",
       "│    legwear, toeless socks, toeless stockings, toes, topwear, translucent, translucent hair, tube top, tuft,     │\n",
       "│   twintails \\(hairstyle\\), white body, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\68e6845a868a9b796684e3226ed094e6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, accessory, anthro, armwear, bare shoulders, big ears, black claws, black clothing, black │\n", "│ legwear, black stockings, black thigh highs, blue eyes, blush, blush lines, bone, border, bottomwear, chest │\n", "│ tuft, claws, clothed, clothing, clothing lift, collarbone, detached sleeves, digitigrade, dress, dress lift, │\n", "│ eye through hair, eyebrow through hair, eyebrows, feet, female, fingers, footwear, fur, furgonomics, gradient │\n", "│ fur, grey body, grey fur, hair, hair accessory, hairpin, heart symbol, high-angle view, legwear, long ears, │\n", "│ long hair, looking at viewer, navel, no underwear, outside border, pigtails, raised inner eyebrows, red hair, │\n", "│ simple background, skirt, skirt lift, skull, socks, solo, stockings, thigh highs, toeless footwear, toeless │\n", "│ legwear, toeless socks, toeless stockings, toes, topwear, translucent, translucent hair, tube top, tuft, │\n", "│ twintails \\(hairstyle\\), white body, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3889912.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3889912.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\88f7e23c2f0a0740c40385bac619e599.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anus, asking, begging, big ears, biped, black claws, black clothing, black legwear, black stockings,   │\n",
       "│    black thigh highs, blue eyes, blush, blush lines, bodily fluids, border, breasts, buckteeth, butt, claws,    │\n",
       "│  clothed, clothing, dialogue, dripping, eye through hair, eyebrow through hair, eyebrows, female, fur, genital  │\n",
       "│  fluids, genital focus, genitals, gradient fur, grey body, grey fur, hair, inviting, legwear, long ears, long   │\n",
       "│ hair, low-angle view, nipples, no underwear, offering sex, outside border, pink anus, pink nipples, pink nose,  │\n",
       "│  pink pussy, presenting, presenting pussy, pussy, pussy juice drip, raised inner eyebrows, red hair, red tail,  │\n",
       "│ scut tail, short tail, simple background, small breasts, smile, solo, spread pussy, spreading, stockings, tail, │\n",
       "│ teeth, text, thigh highs, topless, topless female, translucent, translucent hair, upskirt, vaginal fluids, view │\n",
       "│  up skirt, white body, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, english  │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\88f7e23c2f0a0740c40385bac619e599.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, asking, begging, big ears, biped, black claws, black clothing, black legwear, black stockings, │\n", "│ black thigh highs, blue eyes, blush, blush lines, bodily fluids, border, breasts, buckteeth, butt, claws, │\n", "│ clothed, clothing, dialogue, dripping, eye through hair, eyebrow through hair, eyebrows, female, fur, genital │\n", "│ fluids, genital focus, genitals, gradient fur, grey body, grey fur, hair, inviting, legwear, long ears, long │\n", "│ hair, low-angle view, nipples, no underwear, offering sex, outside border, pink anus, pink nipples, pink nose, │\n", "│ pink pussy, presenting, presenting pussy, pussy, pussy juice drip, raised inner eyebrows, red hair, red tail, │\n", "│ scut tail, short tail, simple background, small breasts, smile, solo, spread pussy, spreading, stockings, tail, │\n", "│ teeth, text, thigh highs, topless, topless female, translucent, translucent hair, upskirt, vaginal fluids, view │\n", "│ up skirt, white body, worm's-eye view, by cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3899728.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3899728.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a7a3fae6d3b9d4dcb8cb64a9dcbef55f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anthro, anthro penetrated, armwear, barefoot, big ears, blush, blush lines, bodily fluids, breasts,   │\n",
       "│ chest tuft, claws, clothed, clothing, cowgirl position, cross, cum, cum covered, cum in hair, cum in pussy, cum │\n",
       "│    inside, cum on chest, cum on face, detached sleeves, dominant, dominant female, duo, feet, female, female    │\n",
       "│    focus, female on human, female penetrated, first person view, footwear, from front position, fur, genital    │\n",
       "│      fluids, genitals, gradient fur, grey body, grey fur, hair, human on anthro, human penetrating, human       │\n",
       "│  penetrating anthro, human penetrating female, human pov, inside, interspecies, inverted cross, legwear, male,  │\n",
       "│   male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov,    │\n",
       "│    messy, navel, nipples, no underwear, on bottom, on top, penetration, penile, penile penetration, penis in    │\n",
       "│    pussy, pink nipples, pink nose, pink pussy, pussy, red eyes, red hair, sex, small breasts, smile, socks,     │\n",
       "│   stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toes, topless,   │\n",
       "│ tuft, twintails \\(hairstyle\\), vaginal, vaginal penetration, wounded, by cyberkaps, naili \\(cyberkaps\\), ghost, │\n",
       "│                                human, lagomorph, leporid, rabbit, spirit, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a7a3fae6d3b9d4dcb8cb64a9dcbef55f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anthro penetrated, armwear, barefoot, big ears, blush, blush lines, bodily fluids, breasts, │\n", "│ chest tuft, claws, clothed, clothing, cowgirl position, cross, cum, cum covered, cum in hair, cum in pussy, cum │\n", "│ inside, cum on chest, cum on face, detached sleeves, dominant, dominant female, duo, feet, female, female │\n", "│ focus, female on human, female penetrated, first person view, footwear, from front position, fur, genital │\n", "│ fluids, genitals, gradient fur, grey body, grey fur, hair, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, human pov, inside, interspecies, inverted cross, legwear, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov, │\n", "│ messy, navel, nipples, no underwear, on bottom, on top, penetration, penile, penile penetration, penis in │\n", "│ pussy, pink nipples, pink nose, pink pussy, pussy, red eyes, red hair, sex, small breasts, smile, socks, │\n", "│ stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless stockings, toes, topless, │\n", "│ tuft, twintails \\(hairstyle\\), vaginal, vaginal penetration, wounded, by cyberkaps, naili \\(cyberkaps\\), ghost, │\n", "│ human, lagomorph, leporid, rabbit, spirit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3908993.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3908993.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d544d5f0501a15772dbd40aca224de38.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anthro penetrated, anus, areola, bandage, black hair, bodily fluids, breasts, butt, butt grab, duo,   │\n",
       "│   eyebrow through hair, eyebrows, female, female on human, female penetrated, fur, genital fluids, genitals,    │\n",
       "│    green eyes, hair, hand on butt, horn, human on anthro, human penetrating, human penetrating anthro, human    │\n",
       "│    penetrating female, humanoid genitalia, humanoid penis, interspecies, long hair, looking pleasured, male,    │\n",
       "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, nipples, nude, │\n",
       "│ outside, outside sex, penetration, penile, penile penetration, penis, penis in pussy, pink anus, pink nipples,  │\n",
       "│   pink nose, pink pussy, pussy, red hair, sex, shallow penetration, tail, tail tuft, translucent, translucent   │\n",
       "│    hair, tuft, vaginal, vaginal fluids, vaginal penetration, vein, veiny penis, yellow body, yellow fur, by     │\n",
       "│                       cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, human, hi res                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d544d5f0501a15772dbd40aca224de38.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, anus, areola, bandage, black hair, bodily fluids, breasts, butt, butt grab, duo, │\n", "│ eyebrow through hair, eyebrows, female, female on human, female penetrated, fur, genital fluids, genitals, │\n", "│ green eyes, hair, hand on butt, horn, human on anthro, human penetrating, human penetrating anthro, human │\n", "│ penetrating female, humanoid genitalia, humanoid penis, interspecies, long hair, looking pleasured, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, nipples, nude, │\n", "│ outside, outside sex, penetration, penile, penile penetration, penis, penis in pussy, pink anus, pink nipples, │\n", "│ pink nose, pink pussy, pussy, red hair, sex, shallow penetration, tail, tail tuft, translucent, translucent │\n", "│ hair, tuft, vaginal, vaginal fluids, vaginal penetration, vein, veiny penis, yellow body, yellow fur, by │\n", "│ cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, human, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3914239.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3914239.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7dcd9b28ca0a08c7f81b3434e0dc546a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   :o, after tribadism, after vaginal, anthro, anthro on anthro, anus, ass up, biped, blue eyes, blush, bodily   │\n",
       "│  fluids, bottomless, bottomwear, breasts, butt, clothed, clothing, dominant, dominant female, duo, eye through  │\n",
       "│ hair, female, female/female, flat chested, fur, fur markings, genital fluids, genitals, green eyes, grin, hair, │\n",
       "│  legwear, looking at viewer, looking through, looking through legs, markings, nipples, open mouth, presenting,  │\n",
       "│   presenting hindquarters, presenting pussy, pussy, pussy juice string, red hair, school uniform, sex, skirt,   │\n",
       "│  small breasts, smile, spread legs, spreading, stockings, submissive, submissive female, surprised expression,  │\n",
       "│  take your pick, tan body, tan fur, thigh high stockings, thigh highs, translucent, translucent hair, uniform,  │\n",
       "│ unusual insides, upshirt, upskirt, vaginal, vaginal fluids, white body, white fur, yellow anus, yellow insides, │\n",
       "│ yellow nipples, yellow pussy, by cyberkaps, by woolrool, naili \\(cyberkaps\\), yawara \\(kiu-wot\\), domestic cat, │\n",
       "│                                   feline, lagomorph, leporid, rabbit, hi res                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7dcd9b28ca0a08c7f81b3434e0dc546a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ :o, after tribadism, after vaginal, anthro, anthro on anthro, anus, ass up, biped, blue eyes, blush, bodily │\n", "│ fluids, bottomless, bottomwear, breasts, butt, clothed, clothing, dominant, dominant female, duo, eye through │\n", "│ hair, female, female/female, flat chested, fur, fur markings, genital fluids, genitals, green eyes, grin, hair, │\n", "│ legwear, looking at viewer, looking through, looking through legs, markings, nipples, open mouth, presenting, │\n", "│ presenting hindquarters, presenting pussy, pussy, pussy juice string, red hair, school uniform, sex, skirt, │\n", "│ small breasts, smile, spread legs, spreading, stockings, submissive, submissive female, surprised expression, │\n", "│ take your pick, tan body, tan fur, thigh high stockings, thigh highs, translucent, translucent hair, uniform, │\n", "│ unusual insides, upshirt, upskirt, vaginal, vaginal fluids, white body, white fur, yellow anus, yellow insides, │\n", "│ yellow nipples, yellow pussy, by cyberkaps, by woolrool, naili \\(cyberkaps\\), yawara \\(kiu-wot\\), domestic cat, │\n", "│ feline, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3918052.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3918052.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\884495c34c49bc872d41e3477e957a35.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, anthro, anus, big ears, blue eyes, blush, bodily fluids, border, bound, bow \\(feature\\), bow ribbon,   │\n",
       "│  butt, claws, countershading, digitigrade, eyebrow through hair, eyebrows, feet, female, fur, genital fluids,   │\n",
       "│  genitals, gift wrapped, gradient fur, grey body, grey fur, hair, hands tied, heart symbol, long hair, looking  │\n",
       "│ at viewer, looking back, nude, outside border, pawpads, paws, pink anus, pink pawpads, pink pussy, presenting,  │\n",
       "│    presenting hindquarters, pussy, red hair, ribbons, scut tail, short tail, simple background, smile, solo,    │\n",
       "│ submissive, submissive female, tail, toe claws, toes, translucent, translucent hair, vaginal fluids, wrist bow, │\n",
       "│        by cyberkaps, by woolrool, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, collaboration, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\884495c34c49bc872d41e3477e957a35.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anus, big ears, blue eyes, blush, bodily fluids, border, bound, bow \\(feature\\), bow ribbon, │\n", "│ butt, claws, countershading, digitigrade, eyebrow through hair, eyebrows, feet, female, fur, genital fluids, │\n", "│ genitals, gift wrapped, gradient fur, grey body, grey fur, hair, hands tied, heart symbol, long hair, looking │\n", "│ at viewer, looking back, nude, outside border, pawpads, paws, pink anus, pink pawpads, pink pussy, presenting, │\n", "│ presenting hindquarters, pussy, red hair, ribbons, scut tail, short tail, simple background, smile, solo, │\n", "│ submissive, submissive female, tail, toe claws, toes, translucent, translucent hair, vaginal fluids, wrist bow, │\n", "│ by cyberkaps, by woolrool, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, collaboration, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3924819.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3924819.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\23e678d93d8a0e34c8acd27a30832c9f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, anal, anal penetration, anthro, anthro penetrated, anus, armwear, bite, biting lip, biting own lip,  │\n",
       "│   blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, butt, butt focus, clothed, clothed/nude,    │\n",
       "│ clothed female nude male, clothed sex, clothing, collar, countershading, cross, detached sleeves, duo, eyebrow  │\n",
       "│     through hair, eyebrows, female, female focus, female on human, female penetrated, fur, genital fluids,      │\n",
       "│   genitals, grey body, grey fur, hair, hanging breasts, human on anthro, human penetrating, human penetrating   │\n",
       "│    anthro, inside, interspecies, inverted cross, looking pleasured, male, male/female, male on anthro, male     │\n",
       "│  penetrating, male penetrating female, nipples, nude, penetration, penile, penile penetration, penis, penis in  │\n",
       "│   ass, pink anus, pink nipples, pink pussy, pussy, red hair, scut tail, sex, short tail, small breasts, tail,   │\n",
       "│   teeth, translucent, translucent hair, vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\),   │\n",
       "│        human, lagomorph, leporid, rabbit, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\23e678d93d8a0e34c8acd27a30832c9f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal penetration, anthro, anthro penetrated, anus, armwear, bite, biting lip, biting own lip, │\n", "│ blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, butt, butt focus, clothed, clothed/nude, │\n", "│ clothed female nude male, clothed sex, clothing, collar, countershading, cross, detached sleeves, duo, eyebrow │\n", "│ through hair, eyebrows, female, female focus, female on human, female penetrated, fur, genital fluids, │\n", "│ genitals, grey body, grey fur, hair, hanging breasts, human on anthro, human penetrating, human penetrating │\n", "│ anthro, inside, interspecies, inverted cross, looking pleasured, male, male/female, male on anthro, male │\n", "│ penetrating, male penetrating female, nipples, nude, penetration, penile, penile penetration, penis, penis in │\n", "│ ass, pink anus, pink nipples, pink pussy, pussy, red hair, scut tail, sex, short tail, small breasts, tail, │\n", "│ teeth, translucent, translucent hair, vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), │\n", "│ human, lagomorph, leporid, rabbit, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3928615.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3928615.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\fa2dd091b58047f8798b68e9e152e9db.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, anthro, anus, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue insides, blue pawpads, │\n",
       "│  blue pussy, butt, claws, cyanotic epithelium, digitigrade, eyebrow through hair, eyebrows, feet, female, fur,  │\n",
       "│      genitals, hair, hindpaw, long hair, looking at viewer, looking back, neck tuft, nude, pawpads, paws,       │\n",
       "│ presenting, presenting hindquarters, presenting pussy, pussy, scut tail, short tail, simple background, smile,  │\n",
       "│    solo, tail, translucent, translucent hair, tuft, white background, white hair, by cyberkaps, by woolrool,    │\n",
       "│        avian, bird, hybrid, lagomorph, leporid, rabbit, collaboration, digital media \\(artwork\\), hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\fa2dd091b58047f8798b68e9e152e9db.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anthro, anus, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue insides, blue pawpads, │\n", "│ blue pussy, butt, claws, cyanotic epithelium, digitigrade, eyebrow through hair, eyebrows, feet, female, fur, │\n", "│ genitals, hair, hindpaw, long hair, looking at viewer, looking back, neck tuft, nude, pawpads, paws, │\n", "│ presenting, presenting hindquarters, presenting pussy, pussy, scut tail, short tail, simple background, smile, │\n", "│ solo, tail, translucent, translucent hair, tuft, white background, white hair, by cyberkaps, by woolrool, │\n", "│ avian, bird, hybrid, lagomorph, leporid, rabbit, collaboration, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3942089.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3942089.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\46e65af36a8dabccc72626b78b6b1ee0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, anal, anal penetration, anthro, anthro penetrated, antler grab, antlers, balls deep, blush, butt,   │\n",
       "│  clothing, condom, duo, eyebrows, faceless character, faceless human, faceless male, female, female on human,   │\n",
       "│      female penetrated, fingers, first person view, hair, horn, human on anthro, human penetrating, human       │\n",
       "│   penetrating anthro, human penetrating female, human pov, interspecies, looking at viewer, looking up, male,   │\n",
       "│   male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov,    │\n",
       "│ penetration, raised inner eyebrows, sex, sexual barrier device, solo focus, tail, wearing condom, by cyberkaps, │\n",
       "│      deltarune, undertale \\(series\\), noelle holiday, deer, human, new world deer, reindeer, digital media      │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\46e65af36a8dabccc72626b78b6b1ee0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal penetration, anthro, anthro penetrated, antler grab, antlers, balls deep, blush, butt, │\n", "│ clothing, condom, duo, eyebrows, faceless character, faceless human, faceless male, female, female on human, │\n", "│ female penetrated, fingers, first person view, hair, horn, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, human pov, interspecies, looking at viewer, looking up, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov, │\n", "│ penetration, raised inner eyebrows, sex, sexual barrier device, solo focus, tail, wearing condom, by cyberkaps, │\n", "│ deltarune, undertale \\(series\\), noelle holiday, deer, human, new world deer, reindeer, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3945447.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3945447.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\284c09eef3954461b3ded2f7d5270992.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   after sex, anthro, anthro penetrated, anus, big breasts, blush, bodily fluids, border, breasts, butt, butt    │\n",
       "│   shot, claws, clothed, clothed/nude, clothed female nude male, clothing, crossgender, cum, cum in pussy, cum   │\n",
       "│  inside, cutaway, dialogue, duo, embrace, exposed breasts, expression avatar, female, female focus, female on   │\n",
       "│   human, female penetrated, footwear, fur, furgonomics, gaping, gaping pussy, genital fluids, genitals, hair,   │\n",
       "│ horn, hug, hugging from behind, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n",
       "│  female, interspecies, invisible penis, inviting, legwear, long hair, looking at viewer, looking back, looking  │\n",
       "│    pleasured, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating    │\n",
       "│ female, mtf crossgender, nipples, no underwear, nude, outside border, penetration, penile, penile penetration,  │\n",
       "│   penis in pussy, pink anus, pink eyes, pink nipples, pink pussy, presenting, presenting hindquarters, pussy,   │\n",
       "│  scarf, scut tail, sex, short tail, simple background, socks, speech bubble, stirrup socks, stirrup stockings,  │\n",
       "│     stockings, tail, text, thigh highs, vaginal, vaginal penetration, white body, white fur, by cyberkaps,      │\n",
       "│  deltarune, undertale \\(series\\), kris \\(deltarune\\), ralsei, bovid, caprine, goat, human, english text, huge   │\n",
       "│                                       filesize, smaller version at source                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\284c09eef3954461b3ded2f7d5270992.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, anthro penetrated, anus, big breasts, blush, bodily fluids, border, breasts, butt, butt │\n", "│ shot, claws, clothed, clothed/nude, clothed female nude male, clothing, crossgender, cum, cum in pussy, cum │\n", "│ inside, cutaway, dialogue, duo, embrace, exposed breasts, expression avatar, female, female focus, female on │\n", "│ human, female penetrated, footwear, fur, furgonomics, gaping, gaping pussy, genital fluids, genitals, hair, │\n", "│ horn, hug, hugging from behind, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n", "│ female, interspecies, invisible penis, inviting, legwear, long hair, looking at viewer, looking back, looking │\n", "│ pleasured, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating │\n", "│ female, mtf crossgender, nipples, no underwear, nude, outside border, penetration, penile, penile penetration, │\n", "│ penis in pussy, pink anus, pink eyes, pink nipples, pink pussy, presenting, presenting hindquarters, pussy, │\n", "│ scarf, scut tail, sex, short tail, simple background, socks, speech bubble, stirrup socks, stirrup stockings, │\n", "│ stockings, tail, text, thigh highs, vaginal, vaginal penetration, white body, white fur, by cyberkaps, │\n", "│ deltarune, undertale \\(series\\), kris \\(deltarune\\), ralsei, bovid, caprine, goat, human, english text, huge │\n", "│ filesize, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3945451.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3945451.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\08588cf9ec1b0d082524978dceab2873.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after sex, anthro, anthro penetrated, anus, big breasts, black body, black fur, blush, bodily fluids, border,  │\n",
       "│  breasts, butt, butt shot, claws, clothed, clothed/nude, clothed female nude male, clothing, crossgender, cum,  │\n",
       "│  cum in pussy, cum inside, cutaway, dialogue, duo, embrace, exposed breasts, expression avatar, female, female  │\n",
       "│  focus, female on human, female penetrated, footwear, fur, furgonomics, gaping, gaping pussy, genital fluids,   │\n",
       "│  genitals, hair, horn, hug, hugging from behind, human on anthro, human penetrating, human penetrating anthro,  │\n",
       "│    human penetrating female, interspecies, invisible penis, inviting, legwear, long hair, looking at viewer,    │\n",
       "│ looking back, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating anthro,  │\n",
       "│   male penetrating female, mtf crossgender, nipples, no underwear, nude, outside border, penetration, penile,   │\n",
       "│   penile penetration, penis in pussy, pink anus, pink eyes, pink nipples, pink pussy, presenting, presenting    │\n",
       "│ hindquarters, pussy, scarf, scut tail, sex, short tail, simple background, socks, speech bubble, stirrup socks, │\n",
       "│  stirrup stockings, stockings, tail, text, thigh highs, vaginal, vaginal penetration, by cyberkaps, deltarune,  │\n",
       "│   undertale \\(series\\), kris \\(deltarune\\), ralsei, bovid, caprine, goat, human, english text, huge filesize    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\08588cf9ec1b0d082524978dceab2873.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, anthro penetrated, anus, big breasts, black body, black fur, blush, bodily fluids, border, │\n", "│ breasts, butt, butt shot, claws, clothed, clothed/nude, clothed female nude male, clothing, crossgender, cum, │\n", "│ cum in pussy, cum inside, cutaway, dialogue, duo, embrace, exposed breasts, expression avatar, female, female │\n", "│ focus, female on human, female penetrated, footwear, fur, furgonomics, gaping, gaping pussy, genital fluids, │\n", "│ genitals, hair, horn, hug, hugging from behind, human on anthro, human penetrating, human penetrating anthro, │\n", "│ human penetrating female, interspecies, invisible penis, inviting, legwear, long hair, looking at viewer, │\n", "│ looking back, looking pleasured, male, male/female, male on anthro, male penetrating, male penetrating anthro, │\n", "│ male penetrating female, mtf crossgender, nipples, no underwear, nude, outside border, penetration, penile, │\n", "│ penile penetration, penis in pussy, pink anus, pink eyes, pink nipples, pink pussy, presenting, presenting │\n", "│ hindquarters, pussy, scarf, scut tail, sex, short tail, simple background, socks, speech bubble, stirrup socks, │\n", "│ stirrup stockings, stockings, tail, text, thigh highs, vaginal, vaginal penetration, by cyberkaps, deltarune, │\n", "│ undertale \\(series\\), kris \\(deltarune\\), ralsei, bovid, caprine, goat, human, english text, huge filesize │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3945454.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3945454.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\9f0a35929142ff06d7a093806dac9d52.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, big breasts, blush, border, bottomless, breasts, butt,  │\n",
       "│ chest tuft, claws, clothed, clothing, crossgender, eyebrow through hair, eyebrows, eyelashes, eyeshadow, facial │\n",
       "│  tuft, feet, female, fingers, footwear, fur, genitals, green clothing, green legwear, green thigh highs, green  │\n",
       "│    topwear, hair, half-closed eyes, hand on breast, heart symbol, horn, legs up, legwear, long ears, lying,     │\n",
       "│     makeup, mtf crossgender, narrowed eyes, nipples, on back, open clothing, open topwear, outside border,      │\n",
       "│   partially clothed, pawpads, pink anus, pink areola, pink background, pink eyes, pink nipples, pink pawpads,   │\n",
       "│   pink pussy, presenting, presenting anus, presenting pussy, pussy, scut tail, seductive, short tail, simple    │\n",
       "│  background, smile, socks, soles, solo, spread legs, spreading, stirrup socks, stirrup stockings, tail, thigh   │\n",
       "│   highs, toe claws, toes, topwear, translucent, translucent hair, tuft, white body, white fur, white hair, by   │\n",
       "│       cyberkaps, deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, smaller version at source       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\9f0a35929142ff06d7a093806dac9d52.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, big breasts, blush, border, bottomless, breasts, butt, │\n", "│ chest tuft, claws, clothed, clothing, crossgender, eyebrow through hair, eyebrows, eyelashes, eyeshadow, facial │\n", "│ tuft, feet, female, fingers, footwear, fur, genitals, green clothing, green legwear, green thigh highs, green │\n", "│ topwear, hair, half-closed eyes, hand on breast, heart symbol, horn, legs up, legwear, long ears, lying, │\n", "│ makeup, mtf crossgender, narrowed eyes, nipples, on back, open clothing, open topwear, outside border, │\n", "│ partially clothed, pawpads, pink anus, pink areola, pink background, pink eyes, pink nipples, pink pawpads, │\n", "│ pink pussy, presenting, presenting anus, presenting pussy, pussy, scut tail, seductive, short tail, simple │\n", "│ background, smile, socks, soles, solo, spread legs, spreading, stirrup socks, stirrup stockings, tail, thigh │\n", "│ highs, toe claws, toes, topwear, translucent, translucent hair, tuft, white body, white fur, white hair, by │\n", "│ cyberkaps, deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3945455.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3945455.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\f06a6402ea561b5dd0a303dfaf63d699.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, blue penis, blush, bodily fluids, border, bottomless,   │\n",
       "│   breasts, butt, chest tuft, claws, clothed, clothing, crossgender, disembodied penis, duo, erection, eyebrow   │\n",
       "│ through hair, eyebrows, eyelashes, eyeshadow, facial tuft, feet, female, female focus, fingers, footwear, fur,  │\n",
       "│  genital fluids, genitals, green clothing, green legwear, green thigh highs, green topwear, hair, half-closed   │\n",
       "│  eyes, hand on breast, heart symbol, horn, legs up, legwear, long ears, lying, makeup, male, male/female, mtf   │\n",
       "│  crossgender, narrowed eyes, nipples, on back, open clothing, open topwear, outside border, partially clothed,  │\n",
       "│      pawpads, penetration, penile, penile penetration, penis, penis in pussy, pink anus, pink areola, pink      │\n",
       "│  background, pink eyes, pink nipples, pink pawpads, pink pussy, presenting, presenting anus, presenting pussy,  │\n",
       "│   pussy, pussy juice on penis, pussy juice string, scut tail, seductive, sex, short tail, simple background,    │\n",
       "│  smile, socks, soles, solo focus, spread legs, spreading, stirrup socks, stirrup stockings, sweat, tail, thigh  │\n",
       "│     highs, toe claws, toes, topwear, translucent, translucent hair, tuft, vaginal, vaginal fluids, vaginal      │\n",
       "│  penetration, white body, white fur, white hair, by cyberkaps, deltarune, undertale \\(series\\), ralsei, bovid,  │\n",
       "│                                    caprine, goat, smaller version at source                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\f06a6402ea561b5dd0a303dfaf63d699.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, blue penis, blush, bodily fluids, border, bottomless, │\n", "│ breasts, butt, chest tuft, claws, clothed, clothing, crossgender, disembodied penis, duo, erection, eyebrow │\n", "│ through hair, eyebrows, eyelashes, eyeshadow, facial tuft, feet, female, female focus, fingers, footwear, fur, │\n", "│ genital fluids, genitals, green clothing, green legwear, green thigh highs, green topwear, hair, half-closed │\n", "│ eyes, hand on breast, heart symbol, horn, legs up, legwear, long ears, lying, makeup, male, male/female, mtf │\n", "│ crossgender, narrowed eyes, nipples, on back, open clothing, open topwear, outside border, partially clothed, │\n", "│ pawpads, penetration, penile, penile penetration, penis, penis in pussy, pink anus, pink areola, pink │\n", "│ background, pink eyes, pink nipples, pink pawpads, pink pussy, presenting, presenting anus, presenting pussy, │\n", "│ pussy, pussy juice on penis, pussy juice string, scut tail, seductive, sex, short tail, simple background, │\n", "│ smile, socks, soles, solo focus, spread legs, spreading, stirrup socks, stirrup stockings, sweat, tail, thigh │\n", "│ highs, toe claws, toes, topwear, translucent, translucent hair, tuft, vaginal, vaginal fluids, vaginal │\n", "│ penetration, white body, white fur, white hair, by cyberkaps, deltarune, undertale \\(series\\), ralsei, bovid, │\n", "│ caprine, goat, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3955692.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3955692.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\90df418b343a1bf89bfc085ae62a4c05.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, beak, big ears, blue body, blue eyes, blue fur, blue nipples, blue pawpads, blue pussy, blush, blush   │\n",
       "│   lines, border, butt, butt pose, claws, clothing, eye through hair, eyebrow through hair, eyebrows, female,    │\n",
       "│   fingerpads, fur, genitals, hair, inner ear fluff, legwear, long hair, looking at viewer, looking back, neck   │\n",
       "│  tuft, nipples, one-piece swimsuit, outside border, pawpads, pinup, pose, presenting, presenting hindquarters,  │\n",
       "│    pussy, scut tail, shadow, short tail, simple background, solo, swimwear, tail, thigh highs, translucent,     │\n",
       "│   translucent clothing, translucent hair, translucent swimwear, tuft, white hair, by cyberkaps, avian, bird,    │\n",
       "│                      hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\90df418b343a1bf89bfc085ae62a4c05.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beak, big ears, blue body, blue eyes, blue fur, blue nipples, blue pawpads, blue pussy, blush, blush │\n", "│ lines, border, butt, butt pose, claws, clothing, eye through hair, eyebrow through hair, eyebrows, female, │\n", "│ fingerpads, fur, genitals, hair, inner ear fluff, legwear, long hair, looking at viewer, looking back, neck │\n", "│ tuft, nipples, one-piece swimsuit, outside border, pawpads, pinup, pose, presenting, presenting hindquarters, │\n", "│ pussy, scut tail, shadow, short tail, simple background, solo, swimwear, tail, thigh highs, translucent, │\n", "│ translucent clothing, translucent hair, translucent swimwear, tuft, white hair, by cyberkaps, avian, bird, │\n", "│ hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3959246.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3959246.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\f419feeb7dc19017023c652c1c2f6c19.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      5 fingers, absolute territory, anthro, big ears, blue border, blue eyes, blush, blush lines, border,       │\n",
       "│   bottomwear, choker, claws, clothed, clothing, collar, digitigrade, eye through hair, eyebrow through hair,    │\n",
       "│ eyebrows, feet, female, fingers, footwear, fully clothed, fur, furgonomics, gradient fur, grey body, grey fur,  │\n",
       "│   hair, jewelry, legwear, long hair, long sleeves, miniskirt, necklace, pattern clothing, pawpads, paws, pink   │\n",
       "│   nose, pink pawpads, plaid, plaid clothing, pleated skirt, pose, red hair, shadow, shirt, simple background,   │\n",
       "│  skirt, smile, socks, solo, stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless   │\n",
       "│ stockings, topwear, translucent, translucent hair, twintails \\(hairstyle\\), by cyberkaps, naili \\(cyberkaps\\),  │\n",
       "│                          lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\f419feeb7dc19017023c652c1c2f6c19.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, absolute territory, anthro, big ears, blue border, blue eyes, blush, blush lines, border, │\n", "│ bottomwear, choker, claws, clothed, clothing, collar, digitigrade, eye through hair, eyebrow through hair, │\n", "│ eyebrows, feet, female, fingers, footwear, fully clothed, fur, furgonomics, gradient fur, grey body, grey fur, │\n", "│ hair, jewelry, legwear, long hair, long sleeves, miniskirt, necklace, pattern clothing, pawpads, paws, pink │\n", "│ nose, pink pawpads, plaid, plaid clothing, pleated skirt, pose, red hair, shadow, shirt, simple background, │\n", "│ skirt, smile, socks, solo, stockings, thigh highs, toeless footwear, toeless legwear, toeless socks, toeless │\n", "│ stockings, topwear, translucent, translucent hair, twintails \\(hairstyle\\), by cyberkaps, naili \\(cyberkaps\\), │\n", "│ lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3960916.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3960916.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\526505c3c9d2924c467c303a36b3e9bc.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   accessory, ahoge, anthro, armwear, bare shoulders, bedroom eyes, bell, blush, blush lines, border, breasts,   │\n",
       "│ bustier, butt from the front, clothed, clothing, collar, collarbone, cute fangs, detached sleeves, eye through  │\n",
       "│   hair, eyebrow through hair, eyebrows, female, fur, fur markings, furgonomics, garter, genitals, hair, hair    │\n",
       "│    accessory, hairband, horn, inner ear fluff, inside, legwear, long hair, looking at viewer, maid uniform,     │\n",
       "│     markings, narrowed eyes, no underwear, outside border, pink nose, pink pussy, pinup, pose, presenting,      │\n",
       "│ presenting pussy, pussy, red hair, seductive, small breasts, smile, solo, stockings, tail, tail accessory, tail │\n",
       "│     bell, tail tuft, thigh highs, translucent, translucent hair, tuft, uniform, yellow body, yellow fur, by     │\n",
       "│             cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, digital media \\(artwork\\), hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\526505c3c9d2924c467c303a36b3e9bc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, ahoge, anthro, armwear, bare shoulders, bedroom eyes, bell, blush, blush lines, border, breasts, │\n", "│ bustier, butt from the front, clothed, clothing, collar, collarbone, cute fangs, detached sleeves, eye through │\n", "│ hair, eyebrow through hair, eyebrows, female, fur, fur markings, furgonomics, garter, genitals, hair, hair │\n", "│ accessory, hairband, horn, inner ear fluff, inside, legwear, long hair, looking at viewer, maid uniform, │\n", "│ markings, narrowed eyes, no underwear, outside border, pink nose, pink pussy, pinup, pose, presenting, │\n", "│ presenting pussy, pussy, red hair, seductive, small breasts, smile, solo, stockings, tail, tail accessory, tail │\n", "│ bell, tail tuft, thigh highs, translucent, translucent hair, tuft, uniform, yellow body, yellow fur, by │\n", "│ cyberkaps, yawara \\(kiu-wot\\), domestic cat, feline, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3964581.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3964581.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\20a6a2d04eb682620d91c41c841023b8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal genitalia, animal penis, anthro, blue eyes, blush, blush lines, bodily fluids, border, bottomless,    │\n",
       "│ breasts, brown hair, cleavage, clothed, clothing, clothing lift, collarbone, cute fangs, duo, erection, eyebrow │\n",
       "│ through hair, eyebrows, faceless character, faceless male, female, female focus, fur, genital fluids, genitals, │\n",
       "│  hair, hand on penis, inside, knot, long hair, male, nude male, outside border, penile spines, penis, precum,   │\n",
       "│  precum string, pubes, shirt, shirt lift, shirt only, striped body, striped fur, stripes, tail, tan body, tan   │\n",
       "│   fur, topwear, topwear only, translucent, translucent hair, by cyberkaps, trins, domestic ferret, mustelid,    │\n",
       "│                      musteline, true musteline, weasel, digital media \\(artwork\\), hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\20a6a2d04eb682620d91c41c841023b8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, anthro, blue eyes, blush, blush lines, bodily fluids, border, bottomless, │\n", "│ breasts, brown hair, cleavage, clothed, clothing, clothing lift, collarbone, cute fangs, duo, erection, eyebrow │\n", "│ through hair, eyebrows, faceless character, faceless male, female, female focus, fur, genital fluids, genitals, │\n", "│ hair, hand on penis, inside, knot, long hair, male, nude male, outside border, penile spines, penis, precum, │\n", "│ precum string, pubes, shirt, shirt lift, shirt only, striped body, striped fur, stripes, tail, tan body, tan │\n", "│ fur, topwear, topwear only, translucent, translucent hair, by cyberkaps, trins, domestic ferret, mustelid, │\n", "│ musteline, true musteline, weasel, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3978820.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3978820.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a07bdda568b28aeaecb0b48707aa4b3c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, anthro, anus, big ears, black hair, border, bottomless, butt, butt focus, claws, clothed, clothing,  │\n",
       "│  digitigrade, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, feet, female, footwear, fur,   │\n",
       "│     furgonomics, genitals, green eyes, grey body, grey fur, hair, legwear, looking at viewer, looking back,     │\n",
       "│   multicolored body, multicolored fur, outside border, paws, pink anus, pink pussy, pinup, pose, presenting,    │\n",
       "│     presenting anus, presenting hindquarters, presenting pussy, pussy, scut tail, shirt, short tail, simple     │\n",
       "│    background, socks, solo, stockings, tail, thigh highs, toeless footwear, toeless legwear, toeless socks,     │\n",
       "│ toeless stockings, topwear, translucent, translucent hair, two tone body, two tone fur, white body, white fur,  │\n",
       "│         by cyberkaps, nat \\(vesperinox\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a07bdda568b28aeaecb0b48707aa4b3c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anthro, anus, big ears, black hair, border, bottomless, butt, butt focus, claws, clothed, clothing, │\n", "│ digitigrade, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, feet, female, footwear, fur, │\n", "│ furgonomics, genitals, green eyes, grey body, grey fur, hair, legwear, looking at viewer, looking back, │\n", "│ multicolored body, multicolored fur, outside border, paws, pink anus, pink pussy, pinup, pose, presenting, │\n", "│ presenting anus, presenting hindquarters, presenting pussy, pussy, scut tail, shirt, short tail, simple │\n", "│ background, socks, solo, stockings, tail, thigh highs, toeless footwear, toeless legwear, toeless socks, │\n", "│ toeless stockings, topwear, translucent, translucent hair, two tone body, two tone fur, white body, white fur, │\n", "│ by cyberkaps, nat \\(vesperinox\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3984998.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3984998.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\98c2545d86ad8e624c4abbdda409be54.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big breasts, black hair, bottomwear, breasts, buckteeth, butt, clothed, clothed/nude, clothed anthro,  │\n",
       "│ clothed anthro nude anthro, clothing, dressing, dressing another, duo, female, female/female, fireplace, hair,  │\n",
       "│ horn, inside, legwear, long hair, neck tuft, nipples, nude, nude anthro, partially clothed, ponytail, red hair, │\n",
       "│       skirt, standing, stockings, teeth, text, tuft, yellow eyes, by cyberkaps, dakota \\(kaggy1\\), naili        │\n",
       "│             \\(cyberkaps\\), bovid, caprine, lagomorph, leporid, rabbit, sheep, english text, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\98c2545d86ad8e624c4abbdda409be54.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big breasts, black hair, bottomwear, breasts, buckteeth, butt, clothed, clothed/nude, clothed anthro, │\n", "│ clothed anthro nude anthro, clothing, dressing, dressing another, duo, female, female/female, fireplace, hair, │\n", "│ horn, inside, legwear, long hair, neck tuft, nipples, nude, nude anthro, partially clothed, ponytail, red hair, │\n", "│ skirt, standing, stockings, teeth, text, tuft, yellow eyes, by cyberkaps, dakota \\(kaggy1\\), naili │\n", "│ \\(cyberkaps\\), bovid, caprine, lagomorph, leporid, rabbit, sheep, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3991890.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3991890.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\facb031335b8f62f006293bf64202ed1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, big breasts, black hair, blush, bottomless, breasts, clothed, clothing, condom, condom in mouth,  │\n",
       "│  feathers, female, footwear, genitals, grey body, grey feathers, hair, huge breasts, looking at viewer, mouth   │\n",
       "│      hold, multicolored body, multicolored feathers, object in mouth, presenting, presenting pussy, pussy,      │\n",
       "│ seductive, sexual barrier device, socks, solo, spread legs, spreading, tail, toeless footwear, toeless legwear, │\n",
       "│   toeless socks, toeless stockings, white body, white feathers, by cyberkaps, helluva boss, octavia \\(helluva   │\n",
       "│                                     boss\\), avian, bird, owl demon, hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\facb031335b8f62f006293bf64202ed1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big breasts, black hair, blush, bottomless, breasts, clothed, clothing, condom, condom in mouth, │\n", "│ feathers, female, footwear, genitals, grey body, grey feathers, hair, huge breasts, looking at viewer, mouth │\n", "│ hold, multicolored body, multicolored feathers, object in mouth, presenting, presenting pussy, pussy, │\n", "│ seductive, sexual barrier device, socks, solo, spread legs, spreading, tail, toeless footwear, toeless legwear, │\n", "│ toeless socks, toeless stockings, white body, white feathers, by cyberkaps, helluva boss, octavia \\(helluva │\n", "│ boss\\), avian, bird, owl demon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\3996197.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m3996197.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\850264bbdecb2197e4560cc410bd092c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, big breasts, black hair, blush, bottomless, breasts, clothed, clothing, condom, condom in mouth,  │\n",
       "│  feathers, female, footwear, genitals, grey body, grey feathers, hair, huge breasts, looking at viewer, mouth   │\n",
       "│ hold, multicolored body, multicolored feathers, nipples, object in mouth, presenting, presenting pussy, pussy,  │\n",
       "│ seductive, sexual barrier device, socks, solo, spread legs, spreading, tail, toeless footwear, toeless legwear, │\n",
       "│ toeless socks, toeless stockings, white body, white feathers, by cyberkaps, by third-party edit, helluva boss,  │\n",
       "│                            octavia \\(helluva boss\\), avian, bird, owl demon, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\850264bbdecb2197e4560cc410bd092c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big breasts, black hair, blush, bottomless, breasts, clothed, clothing, condom, condom in mouth, │\n", "│ feathers, female, footwear, genitals, grey body, grey feathers, hair, huge breasts, looking at viewer, mouth │\n", "│ hold, multicolored body, multicolored feathers, nipples, object in mouth, presenting, presenting pussy, pussy, │\n", "│ seductive, sexual barrier device, socks, solo, spread legs, spreading, tail, toeless footwear, toeless legwear, │\n", "│ toeless socks, toeless stockings, white body, white feathers, by cyberkaps, by third-party edit, helluva boss, │\n", "│ octavia \\(helluva boss\\), avian, bird, owl demon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4011305.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4011305.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\778dda9be73e56904ef9744ab771252c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 fingers, animal noises, anthro, anthro penetrated, anus, beak, blue eyes, blush, blush lines, bottomless,   │\n",
       "│     bottomless female, butt, clawed fingers, clothed, clothed/nude, clothed female nude male, clothed sex,      │\n",
       "│   clothing, doggystyle, duo, eyebrows, eyelashes, feathered wings, feathers, female, female focus, female on    │\n",
       "│    human, female penetrated, fingers, first person view, from behind position, furniture, genitals, gradient    │\n",
       "│     feathers, grey body, grey feathers, human on anthro, human penetrating, human penetrating anthro, human     │\n",
       "│ penetrating female, human pov, inside, interspecies, looking at viewer, looking back, looking pleasured, male,  │\n",
       "│   male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov,    │\n",
       "│   monotone anus, motion lines, multi-word onomatopoeia, multicolored pussy, nude, onomatopoeia, penetration,    │\n",
       "│ penile, penile penetration, penis, penis in pussy, pink anus, pink inner pussy, pink pussy, pupils, pussy, sex, │\n",
       "│  sofa, solo focus, sound effects, tail, tail feathers, text, tight fit, topwear, topwear only, two tone pussy,  │\n",
       "│ vaginal, vaginal penetration, vein, veiny penis, white body, white feathers, white pupils, wings, by cyberkaps, │\n",
       "│                   lyra \\(w4g4\\), avian, bird, human, potoo, digital media \\(artwork\\), hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\778dda9be73e56904ef9744ab771252c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, animal noises, anthro, anthro penetrated, anus, beak, blue eyes, blush, blush lines, bottomless, │\n", "│ bottomless female, butt, clawed fingers, clothed, clothed/nude, clothed female nude male, clothed sex, │\n", "│ clothing, doggystyle, duo, eyebrows, eyelashes, feathered wings, feathers, female, female focus, female on │\n", "│ human, female penetrated, fingers, first person view, from behind position, furniture, genitals, gradient │\n", "│ feathers, grey body, grey feathers, human on anthro, human penetrating, human penetrating anthro, human │\n", "│ penetrating female, human pov, inside, interspecies, looking at viewer, looking back, looking pleasured, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, male pov, │\n", "│ monotone anus, motion lines, multi-word onomatopoeia, multicolored pussy, nude, onomatopoeia, penetration, │\n", "│ penile, penile penetration, penis, penis in pussy, pink anus, pink inner pussy, pink pussy, pupils, pussy, sex, │\n", "│ sofa, solo focus, sound effects, tail, tail feathers, text, tight fit, topwear, topwear only, two tone pussy, │\n", "│ vaginal, vaginal penetration, vein, veiny penis, white body, white feathers, white pupils, wings, by cyberkaps, │\n", "│ lyra \\(w4g4\\), avian, bird, human, potoo, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4036062.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4036062.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\60c520981cb63df88c64567d096dbaf0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal juice on penis, anal penetration, anthro, anthro focus, anthro penetrated, anus, big penis, blush,  │\n",
       "│  bodily fluids, bottomless, bottomwear, buckteeth, butt, chair position, clothed, clothed sex, clothing, day,   │\n",
       "│ denim, denim bottomwear, denim clothing, dialogue, enhibitionism, female, female focus, female on human, female │\n",
       "│   penetrated, from behind position, fully clothed, furgonomics, genitals, group, hair, hand on head, human on   │\n",
       "│  anthro, human penetrating, human penetrating anthro, human penetrating female, interspecies, jeans, legwear,   │\n",
       "│    long hair, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating    │\n",
       "│   female, no underwear, outside, pants, penetration, penile, penile penetration, penis, penis in ass, public,   │\n",
       "│  public sex, red hair, sex, shirt, skirt, solo focus, speech bubble, stealth sex, stockings, sweat, sweatdrop,  │\n",
       "│  tail through skirt, teeth, text, topwear, trio, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid,  │\n",
       "│                                          rabbit, english text, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\60c520981cb63df88c64567d096dbaf0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice on penis, anal penetration, anthro, anthro focus, anthro penetrated, anus, big penis, blush, │\n", "│ bodily fluids, bottomless, bottomwear, buckteeth, butt, chair position, clothed, clothed sex, clothing, day, │\n", "│ denim, denim bottomwear, denim clothing, dialogue, enhibitionism, female, female focus, female on human, female │\n", "│ penetrated, from behind position, fully clothed, furgonomics, genitals, group, hair, hand on head, human on │\n", "│ anthro, human penetrating, human penetrating anthro, human penetrating female, interspecies, jeans, legwear, │\n", "│ long hair, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating │\n", "│ female, no underwear, outside, pants, penetration, penile, penile penetration, penis, penis in ass, public, │\n", "│ public sex, red hair, sex, shirt, skirt, solo focus, speech bubble, stealth sex, stockings, sweat, sweatdrop, │\n", "│ tail through skirt, teeth, text, topwear, trio, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, │\n", "│ rabbit, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4041790.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4041790.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\49126b0d925639f4b6a004054546e51e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, ass up, back dimples, blush, blush lines, border, bread, brown hair, butt, butt from the front, cute   │\n",
       "│    fangs, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, female, food, fur, hair, heart     │\n",
       "│  symbol, long hair, nude, pinup, pose, simple background, solo, striped body, striped fur, stripes, tail, tan   │\n",
       "│   body, tan fur, text, translucent, translucent hair, writing on butt, by cyberkaps, trins, domestic ferret,    │\n",
       "│               mustelid, musteline, true musteline, weasel, digital media \\(artwork\\), translated                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\49126b0d925639f4b6a004054546e51e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, ass up, back dimples, blush, blush lines, border, bread, brown hair, butt, butt from the front, cute │\n", "│ fangs, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, female, food, fur, hair, heart │\n", "│ symbol, long hair, nude, pinup, pose, simple background, solo, striped body, striped fur, stripes, tail, tan │\n", "│ body, tan fur, text, translucent, translucent hair, writing on butt, by cyberkaps, trins, domestic ferret, │\n", "│ mustelid, musteline, true musteline, weasel, digital media \\(artwork\\), translated │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4045070.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4045070.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d66c08536a756d46d78d2d467a8772bf.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, anthro, armwear, big butt, bottomless, bra, breasts, butt, claws, clothed, clothing, duo,   │\n",
       "│  feet, female, finger claws, fingers, footwear, fur, furniture, hair, inside, lamp, legwear, lingerie, looking  │\n",
       "│  at viewer, nipple outline, on sofa, partially clothed, pattern clothing, pattern legwear, pattern stockings,   │\n",
       "│   pawpads, red hair, sitting, skimpy, small waist, socks, sofa, stockings, striped clothing, striped legwear,   │\n",
       "│    striped stockings, stripes, tan body, tan fur, thigh highs, toe claws, toeless footwear, toeless legwear,    │\n",
       "│   toeless socks, toeless stockings, toes, underwear, white body, white fur, wide hips, yawara, by cyberkaps,    │\n",
       "│               naili \\(cyberkaps\\), yawara \\(kiu-wot\\), feline, lagomorph, leporid, rabbit, hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d66c08536a756d46d78d2d467a8772bf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, armwear, big butt, bottomless, bra, breasts, butt, claws, clothed, clothing, duo, │\n", "│ feet, female, finger claws, fingers, footwear, fur, furniture, hair, inside, lamp, legwear, lingerie, looking │\n", "│ at viewer, nipple outline, on sofa, partially clothed, pattern clothing, pattern legwear, pattern stockings, │\n", "│ pawpads, red hair, sitting, skimpy, small waist, socks, sofa, stockings, striped clothing, striped legwear, │\n", "│ striped stockings, stripes, tan body, tan fur, thigh highs, toe claws, toeless footwear, toeless legwear, │\n", "│ toeless socks, toeless stockings, toes, underwear, white body, white fur, wide hips, yawara, by cyberkaps, │\n", "│ naili \\(cyberkaps\\), yawara \\(kiu-wot\\), feline, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4048490.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4048490.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d47aa3ffb193e2a138c0bcf2ec19d457.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, bandage on nipple, blue eyes, bottomless, candle, clothed, clothing, cloven hooves, female,    │\n",
       "│  flexible, footwear, fur, genitals, hair, hair over eye, hooves, inside, legwear, nun, nun habit, nun outfit,   │\n",
       "│   one eye obstructed, one leg up, pasties, pussy, raised leg, religious clothing, socks, solo, splits, spread   │\n",
       "│  legs, spreading, standing, stockings, toeless legwear, toeless stockings, vertical splits, white body, white   │\n",
       "│                   fur, white hair, by cyberkaps, ann the sheep, bovid, caprine, sheep, hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d47aa3ffb193e2a138c0bcf2ec19d457.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, bandage on nipple, blue eyes, bottomless, candle, clothed, clothing, cloven hooves, female, │\n", "│ flexible, footwear, fur, genitals, hair, hair over eye, hooves, inside, legwear, nun, nun habit, nun outfit, │\n", "│ one eye obstructed, one leg up, pasties, pussy, raised leg, religious clothing, socks, solo, splits, spread │\n", "│ legs, spreading, standing, stockings, toeless legwear, toeless stockings, vertical splits, white body, white │\n", "│ fur, white hair, by cyberkaps, ann the sheep, bovid, caprine, sheep, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4052787.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4052787.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\66f61c4aedfdf2de91405634e3b47759.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   accessory, anthro, armwear, big ears, blush, blush lines, bodily fluids, bone, breasts, buckteeth, choker,    │\n",
       "│ claws, clothed, clothed/nude, clothed female nude male, clothing, collarbone, cross, detached sleeves, duo, eye │\n",
       "│ through hair, eyebrow through hair, eyebrows, faceless character, faceless human, faceless male, female, female │\n",
       "│   on human, foreskin, fur, genital fluids, genitals, gradient fur, grey body, grey fur, hair, hair accessory,   │\n",
       "│ hairpin, half-erect, hand on leg, hand on thigh, human on anthro, humanoid genitalia, humanoid pussy, imminent  │\n",
       "│ sex, inside, interspecies, inverted cross, jewelry, legwear, long hair, looking at genitalia, looking at penis, │\n",
       "│  lying, male, male/female, male on anthro, mostly nude, multicolored pussy, navel, necklace, nipples, nude, on  │\n",
       "│    back, penis, pink inner pussy, pink nipples, pink nose, pink pussy, precum, pussy, red hair, skull, small    │\n",
       "│ breasts, spread legs, spreading, stockings, teeth, text, thigh highs, thought bubble, translucent, translucent  │\n",
       "│      hair, twintails \\(hairstyle\\), two tone pussy, vaginal fluids, vein, veiny penis, by cyberkaps, naili      │\n",
       "│               \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\66f61c4aedfdf2de91405634e3b47759.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, armwear, big ears, blush, blush lines, bodily fluids, bone, breasts, buckteeth, choker, │\n", "│ claws, clothed, clothed/nude, clothed female nude male, clothing, collarbone, cross, detached sleeves, duo, eye │\n", "│ through hair, eyebrow through hair, eyebrows, faceless character, faceless human, faceless male, female, female │\n", "│ on human, foreskin, fur, genital fluids, genitals, gradient fur, grey body, grey fur, hair, hair accessory, │\n", "│ hairpin, half-erect, hand on leg, hand on thigh, human on anthro, humanoid genitalia, humanoid pussy, imminent │\n", "│ sex, inside, interspecies, inverted cross, jewelry, legwear, long hair, looking at genitalia, looking at penis, │\n", "│ lying, male, male/female, male on anthro, mostly nude, multicolored pussy, navel, necklace, nipples, nude, on │\n", "│ back, penis, pink inner pussy, pink nipples, pink nose, pink pussy, precum, pussy, red hair, skull, small │\n", "│ breasts, spread legs, spreading, stockings, teeth, text, thigh highs, thought bubble, translucent, translucent │\n", "│ hair, twintails \\(hairstyle\\), two tone pussy, vaginal fluids, vein, veiny penis, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4052788.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4052788.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\c2ed06b0a6207d0acac7080cf2ac49d8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal penetration, anthro, anthro penetrated, anus, balls, bedroom eyes, bent over, blush,   │\n",
       "│     blush lines, bodily fluids, bottomwear, bottomwear down, brazil, breasts, christ the redeemer, clothed,     │\n",
       "│   clothed/nude, clothed female nude male, clothing, clothing aside, cloud, condom, cutoffs, day, denim, denim   │\n",
       "│ bottomwear, denim clothing, duo, exposed breasts, eyebrow through hair, eyebrows, faceless character, faceless  │\n",
       "│   human, faceless male, female, female on human, female penetrated, from behind position, fur, fur markings,    │\n",
       "│    genital fluids, genitals, green eyes, hair, hand on butt, happy, happy sex, horn, human on anthro, human     │\n",
       "│  penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, humanoid  │\n",
       "│ pussy, interspecies, legwear, long hair, looking at viewer, looking back, looking pleasured, male, male/female, │\n",
       "│   male on anthro, male penetrating, male penetrating anthro, male penetrating female, markings, multicolored    │\n",
       "│      pussy, narrowed eyes, no underwear, nude, outside, outside sex, pants, pants down, partially clothed,      │\n",
       "│   penetration, penile, penile penetration, penis, penis in ass, pink anus, pink inner pussy, pink nose, pink    │\n",
       "│ pussy, pussy, railing, red hair, religion, safe sex, sculpture, seductive, sex, sexual barrier device, shorts,  │\n",
       "│ smile, standing doggystyle, statue, stockings, tail, tail around partner, tail tuft, thigh highs, translucent,  │\n",
       "│ translucent hair, tuft, two tone pussy, vaginal fluids, vein, veiny penis, wearing condom, yellow body, yellow  │\n",
       "│  fur, by cyberkaps, jesus christ, yawara \\(kiu-wot\\), domestic cat, feline, human, digital media \\(artwork\\),   │\n",
       "│                                            smaller version at source                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\c2ed06b0a6207d0acac7080cf2ac49d8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal penetration, anthro, anthro penetrated, anus, balls, bedroom eyes, bent over, blush, │\n", "│ blush lines, bodily fluids, bottomwear, bottomwear down, brazil, breasts, christ the redeemer, clothed, │\n", "│ clothed/nude, clothed female nude male, clothing, clothing aside, cloud, condom, cutoffs, day, denim, denim │\n", "│ bottomwear, denim clothing, duo, exposed breasts, eyebrow through hair, eyebrows, faceless character, faceless │\n", "│ human, faceless male, female, female on human, female penetrated, from behind position, fur, fur markings, │\n", "│ genital fluids, genitals, green eyes, hair, hand on butt, happy, happy sex, horn, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, humanoid │\n", "│ pussy, interspecies, legwear, long hair, looking at viewer, looking back, looking pleasured, male, male/female, │\n", "│ male on anthro, male penetrating, male penetrating anthro, male penetrating female, markings, multicolored │\n", "│ pussy, narrowed eyes, no underwear, nude, outside, outside sex, pants, pants down, partially clothed, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, pink anus, pink inner pussy, pink nose, pink │\n", "│ pussy, pussy, railing, red hair, religion, safe sex, sculpture, seductive, sex, sexual barrier device, shorts, │\n", "│ smile, standing doggystyle, statue, stockings, tail, tail around partner, tail tuft, thigh highs, translucent, │\n", "│ translucent hair, tuft, two tone pussy, vaginal fluids, vein, veiny penis, wearing condom, yellow body, yellow │\n", "│ fur, by cyberkaps, jesus christ, yawara \\(kiu-wot\\), domestic cat, feline, human, digital media \\(artwork\\), │\n", "│ smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4058391.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4058391.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1bdb97efa6dedb0dda75ead211fd82b9.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, back groove, bare shoulders, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue    │\n",
       "│  insides, blue pussy, blush, blush lines, bottomwear, butt, claws, clothed, clothed/nude, clothed female nude   │\n",
       "│  male, clothing, cyanotic epithelium, duo, embrace, eye through hair, eyebrow through hair, eyebrows, female,   │\n",
       "│  female focus, female on human, fingerpads, fur, genitals, gradient background, hair, hand on another's butt,   │\n",
       "│ hand on butt, holding butt, hug, human on anthro, interspecies, legwear, long hair, looking at viewer, looking  │\n",
       "│   back, low-angle view, male, male/female, male on anthro, miniskirt, neck tuft, no underwear, nude, pawpads,   │\n",
       "│   pussy, scut tail, short tail, shoulder blades, simple background, skirt, spread butt, spreading, stockings,   │\n",
       "│ tail, thigh highs, translucent, translucent hair, tuft, upskirt, white hair, by cyberkaps, avian, bird, human,  │\n",
       "│                      hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1bdb97efa6dedb0dda75ead211fd82b9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, back groove, bare shoulders, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue │\n", "│ insides, blue pussy, blush, blush lines, bottomwear, butt, claws, clothed, clothed/nude, clothed female nude │\n", "│ male, clothing, cyanotic epithelium, duo, embrace, eye through hair, eyebrow through hair, eyebrows, female, │\n", "│ female focus, female on human, fingerpads, fur, genitals, gradient background, hair, hand on another's butt, │\n", "│ hand on butt, holding butt, hug, human on anthro, interspecies, legwear, long hair, looking at viewer, looking │\n", "│ back, low-angle view, male, male/female, male on anthro, miniskirt, neck tuft, no underwear, nude, pawpads, │\n", "│ pussy, scut tail, short tail, shoulder blades, simple background, skirt, spread butt, spreading, stockings, │\n", "│ tail, thigh highs, translucent, translucent hair, tuft, upskirt, white hair, by cyberkaps, avian, bird, human, │\n", "│ hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4058392.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4058392.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\e3d91ddcca1d86a796bef822c34b0590.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, back groove, bare shoulders, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue    │\n",
       "│  insides, blue pussy, blush, blush lines, bottomless, butt, claws, clothed, clothed/nude, clothed female nude   │\n",
       "│  male, clothing, cyanotic epithelium, duo, embrace, eye through hair, eyebrow through hair, eyebrows, female,   │\n",
       "│  female focus, female on human, fingerpads, fur, genitals, gradient background, hair, hand on another's butt,   │\n",
       "│ hand on butt, holding butt, hug, human on anthro, interspecies, legwear, long hair, looking at viewer, looking  │\n",
       "│   back, low-angle view, male, male/female, male on anthro, neck tuft, nude, pawpads, pussy, scut tail, short    │\n",
       "│  tail, shoulder blades, simple background, spread butt, spreading, stockings, tail, thigh highs, translucent,   │\n",
       "│    translucent hair, tuft, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit,    │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\e3d91ddcca1d86a796bef822c34b0590.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, back groove, bare shoulders, beak, big ears, blue anus, blue body, blue eyes, blue fur, blue │\n", "│ insides, blue pussy, blush, blush lines, bottomless, butt, claws, clothed, clothed/nude, clothed female nude │\n", "│ male, clothing, cyanotic epithelium, duo, embrace, eye through hair, eyebrow through hair, eyebrows, female, │\n", "│ female focus, female on human, fingerpads, fur, genitals, gradient background, hair, hand on another's butt, │\n", "│ hand on butt, holding butt, hug, human on anthro, interspecies, legwear, long hair, looking at viewer, looking │\n", "│ back, low-angle view, male, male/female, male on anthro, neck tuft, nude, pawpads, pussy, scut tail, short │\n", "│ tail, shoulder blades, simple background, spread butt, spreading, stockings, tail, thigh highs, translucent, │\n", "│ translucent hair, tuft, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, leporid, rabbit, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4067309.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4067309.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\5b242ce6e0bc5e51add701c60f638d8d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, areola, balls, blush, bodily fluids, breasts, clothed, clothing, duo, female, female │\n",
       "│   on human, female penetrated, fur, genital fluids, genitals, hair, human on anthro, human penetrating, human   │\n",
       "│      penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, interspecies, male,      │\n",
       "│   male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, markings,    │\n",
       "│   nipples, open mouth, penetration, penis, pussy, pussy juice string, sex, spots, spotted body, spotted fur,    │\n",
       "│ vaginal, vaginal fluids, vaginal penetration, by cyberkaps, aurora \\(spacecamper\\), cheetah, feline, human, hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\5b242ce6e0bc5e51add701c60f638d8d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, areola, balls, blush, bodily fluids, breasts, clothed, clothing, duo, female, female │\n", "│ on human, female penetrated, fur, genital fluids, genitals, hair, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, interspecies, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, markings, │\n", "│ nipples, open mouth, penetration, penis, pussy, pussy juice string, sex, spots, spotted body, spotted fur, │\n", "│ vaginal, vaginal fluids, vaginal penetration, by cyberkaps, aurora \\(spacecamper\\), cheetah, feline, human, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4073689.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4073689.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d27838fcfa5ad315d79f234dd405433f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal juice, anal penetration, anthro, anthro penetrated, balls, blush, blush lines, bodily fluids,     │\n",
       "│   breasts, butt, claws, clothed, clothed/nude, clothed female nude male, clothing, cowgirl position, curling    │\n",
       "│  toes, cute fangs, duo, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, faceless character,  │\n",
       "│  faceless human, faceless male, feet, female, female focus, female on human, female on top, female penetrated,  │\n",
       "│    foot on balls, footwear, from front position, fur, genital fluids, genitals, hair, heart symbol, human on    │\n",
       "│     anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid feet, humanoid      │\n",
       "│ genitalia, humanoid pussy, inside, interspecies, long hair, looking at viewer, looking back, looking pleasured, │\n",
       "│     male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female,      │\n",
       "│ markings, membrane \\(anatomy\\), membranous wings, mostly nude, multicolored pussy, nipples, nude, on bottom, on │\n",
       "│   top, penetration, penile, penile penetration, penis, penis in ass, pink inner pussy, pink nose, pink pussy,   │\n",
       "│  plantigrade, ponytail, pupils, pussy, pussy juice string, red eyes, sex, socks, soles, stirrup socks, stirrup  │\n",
       "│  stockings, toeless footwear, toeless legwear, translucent, translucent hair, two tone pussy, unusual pupils,   │\n",
       "│  vaginal fluids, vein, veiny penis, white body, white fur, white hair, wings, by cyberkaps, frostybiter, bat,   │\n",
       "│                                    human, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d27838fcfa5ad315d79f234dd405433f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal penetration, anthro, anthro penetrated, balls, blush, blush lines, bodily fluids, │\n", "│ breasts, butt, claws, clothed, clothed/nude, clothed female nude male, clothing, cowgirl position, curling │\n", "│ toes, cute fangs, duo, eyebrow through hair, eyebrows, eyelashes, eyelashes through hair, faceless character, │\n", "│ faceless human, faceless male, feet, female, female focus, female on human, female on top, female penetrated, │\n", "│ foot on balls, footwear, from front position, fur, genital fluids, genitals, hair, heart symbol, human on │\n", "│ anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid feet, humanoid │\n", "│ genitalia, humanoid pussy, inside, interspecies, long hair, looking at viewer, looking back, looking pleasured, │\n", "│ male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, │\n", "│ markings, membrane \\(anatomy\\), membranous wings, mostly nude, multicolored pussy, nipples, nude, on bottom, on │\n", "│ top, penetration, penile, penile penetration, penis, penis in ass, pink inner pussy, pink nose, pink pussy, │\n", "│ plantigrade, ponytail, pupils, pussy, pussy juice string, red eyes, sex, socks, soles, stirrup socks, stirrup │\n", "│ stockings, toeless footwear, toeless legwear, translucent, translucent hair, two tone pussy, unusual pupils, │\n", "│ vaginal fluids, vein, veiny penis, white body, white fur, white hair, wings, by cyberkaps, frostybiter, bat, │\n", "│ human, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4084902.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4084902.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\cbc24e036895582d89fa3c1001f977f5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    all fours, ambiguous penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro    │\n",
       "│  penetrating anthro, ass up, bite, biting lip, black body, black fur, breasts, brown hair, duo, female, female  │\n",
       "│      penetrated, fur, fur markings, green eyes, hair, kerchief, looking at viewer, male, male/female, male      │\n",
       "│  penetrating, male penetrating female, markings, neckerchief, nipples, penetration, predator/prey, sex, short   │\n",
       "│   tail, tail, tan body, tan fur, by cyberkaps, samantha \\(sil blackmon\\), sil blackmon, domestic cat, feline,   │\n",
       "│                                                  lynx, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\cbc24e036895582d89fa3c1001f977f5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, ambiguous penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, ass up, bite, biting lip, black body, black fur, breasts, brown hair, duo, female, female │\n", "│ penetrated, fur, fur markings, green eyes, hair, kerchief, looking at viewer, male, male/female, male │\n", "│ penetrating, male penetrating female, markings, neckerchief, nipples, penetration, predator/prey, sex, short │\n", "│ tail, tail, tan body, tan fur, by cyberkaps, samantha \\(sil blackmon\\), sil blackmon, domestic cat, feline, │\n", "│ lynx, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4099921.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4099921.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\4f88b63b185e0decb7979ddb73194b35.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, bare shoulders, black hair, blue eyes, bottomless, breasts, butt, butt from the front, car, car     │\n",
       "│    interior, choker, claws, clothed, clothing, clothing lift, ear piercing, ear ring, eyebrow through hair,     │\n",
       "│  eyebrows, eyewear, female, finger claws, fur, genitals, glasses, grin, hair, inner ear fluff, inside, inside   │\n",
       "│  car, jewelry, looking at viewer, lying, multicolored hair, navel, necklace, nipples, on back, piercing, pink   │\n",
       "│    nipples, pink pussy, pinup, pose, pupils, pussy, red hair, ring piercing, sharp teeth, shirt, shirt lift,    │\n",
       "│ smile, solo, tail, tail around leg, tan body, tan fur, teeth, topwear, translucent, translucent hair, tuft, two │\n",
       "│ tone hair, unusual pupils, vehicle, window, by cyberkaps, aeiou \\(yoako\\), domestic cat, feline, digital media  │\n",
       "│                              \\(artwork\\), huge filesize, smaller version at source                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\4f88b63b185e0decb7979ddb73194b35.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bare shoulders, black hair, blue eyes, bottomless, breasts, butt, butt from the front, car, car │\n", "│ interior, choker, claws, clothed, clothing, clothing lift, ear piercing, ear ring, eyebrow through hair, │\n", "│ eyebrows, eyewear, female, finger claws, fur, genitals, glasses, grin, hair, inner ear fluff, inside, inside │\n", "│ car, jewelry, looking at viewer, lying, multicolored hair, navel, necklace, nipples, on back, piercing, pink │\n", "│ nipples, pink pussy, pinup, pose, pupils, pussy, red hair, ring piercing, sharp teeth, shirt, shirt lift, │\n", "│ smile, solo, tail, tail around leg, tan body, tan fur, teeth, topwear, translucent, translucent hair, tuft, two │\n", "│ tone hair, unusual pupils, vehicle, window, by cyberkaps, aeiou \\(yoako\\), domestic cat, feline, digital media │\n", "│ \\(artwork\\), huge filesize, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4111417.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4111417.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\7ae3024ccc179ddccbebd942eeaa6fc3.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, beak, bent over, big ears, blue anus, blue body, blue border, blue eyes, blue fur, blue insides,  │\n",
       "│  blue mouth, blue pussy, blush, blush lines, border, butt, butt shot, clothing, cutaway, cyanotic epithelium,   │\n",
       "│ dialogue, expression cutaway, eye through hair, eyebrow through hair, eyebrows, female, fur, genitals, gradient │\n",
       "│   background, hair, legwear, legwear only, long hair, low-angle view, mostly nude, oral request, presenting,    │\n",
       "│  presenting anus, presenting hindquarters, presenting pussy, pussy, scut tail, short tail, simple background,   │\n",
       "│    solo, speech bubble, stockings, stockings only, tail, talking to viewer, text, thigh highs, translucent,     │\n",
       "│   translucent hair, white hair, by cyberkaps, avian, bird, hybrid, lagomorph, leporid, rabbit, digital media    │\n",
       "│                              \\(artwork\\), english text, smaller version at source                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\7ae3024ccc179ddccbebd942eeaa6fc3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, beak, bent over, big ears, blue anus, blue body, blue border, blue eyes, blue fur, blue insides, │\n", "│ blue mouth, blue pussy, blush, blush lines, border, butt, butt shot, clothing, cutaway, cyanotic epithelium, │\n", "│ dialogue, expression cutaway, eye through hair, eyebrow through hair, eyebrows, female, fur, genitals, gradient │\n", "│ background, hair, legwear, legwear only, long hair, low-angle view, mostly nude, oral request, presenting, │\n", "│ presenting anus, presenting hindquarters, presenting pussy, pussy, scut tail, short tail, simple background, │\n", "│ solo, speech bubble, stockings, stockings only, tail, talking to viewer, text, thigh highs, translucent, │\n", "│ translucent hair, white hair, by cyberkaps, avian, bird, hybrid, lagomorph, leporid, rabbit, digital media │\n", "│ \\(artwork\\), english text, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4145429.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4145429.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\22178dcd8bbd407363daed4bbf3fb367.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anal, anal penetration, anthro, anthro penetrated, areola, bathroom, big breasts, black hair, blush, │\n",
       "│    blush lines, bottomwear, breasts, chest tuft, clothed, clothed sex, clothing, cloven hooves, duo, exposed    │\n",
       "│  breasts, eye through hair, eyebrow through hair, eyebrows, feet, female, female on human, female penetrated,   │\n",
       "│   fingers, first person view, fishnet clothing, fishnet legwear, fur, genitals, grey anus, grey areola, grey    │\n",
       "│     body, grey fur, grey nipples, grey pussy, hair, hooves, horn, human on anthro, human penetrating, human     │\n",
       "│  penetrating anthro, human penetrating female, human pov, inside, interspecies, legwear, long hair, looking at  │\n",
       "│    another, looking at partner, looking at viewer, male, male/female, male on anthro, male penetrating, male    │\n",
       "│     penetrating anthro, male penetrating female, male pov, navel, neck tuft, nipples, no underwear, pattern     │\n",
       "│ bottomwear, pattern clothing, pattern skirt, penetration, penile, penile penetration, penis, penis in ass, pink │\n",
       "│    nose, pink tongue, plaid, plaid bottomwear, plaid clothing, plaid skirt, public restroom, pussy, restroom    │\n",
       "│   stall, sex, skirt, spread legs, spreading, toilet paper, tongue, torn clothing, torn legwear, translucent,    │\n",
       "│   translucent hair, tuft, unguligrade, unguligrade anthro, yellow eyes, by cyberkaps, friendship is magic, my   │\n",
       "│ little pony, dakota \\(kaggy1\\), twilight sparkle \\(mlp\\), bovid, caprine, human, humanoid, sheep, huge filesize │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\22178dcd8bbd407363daed4bbf3fb367.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal penetration, anthro, anthro penetrated, areola, bathroom, big breasts, black hair, blush, │\n", "│ blush lines, bottomwear, breasts, chest tuft, clothed, clothed sex, clothing, cloven hooves, duo, exposed │\n", "│ breasts, eye through hair, eyebrow through hair, eyebrows, feet, female, female on human, female penetrated, │\n", "│ fingers, first person view, fishnet clothing, fishnet legwear, fur, genitals, grey anus, grey areola, grey │\n", "│ body, grey fur, grey nipples, grey pussy, hair, hooves, horn, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, human pov, inside, interspecies, legwear, long hair, looking at │\n", "│ another, looking at partner, looking at viewer, male, male/female, male on anthro, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, male pov, navel, neck tuft, nipples, no underwear, pattern │\n", "│ bottomwear, pattern clothing, pattern skirt, penetration, penile, penile penetration, penis, penis in ass, pink │\n", "│ nose, pink tongue, plaid, plaid bottomwear, plaid clothing, plaid skirt, public restroom, pussy, restroom │\n", "│ stall, sex, skirt, spread legs, spreading, toilet paper, tongue, torn clothing, torn legwear, translucent, │\n", "│ translucent hair, tuft, unguligrade, unguligrade anthro, yellow eyes, by cyberkaps, friendship is magic, my │\n", "│ little pony, dakota \\(kaggy1\\), twilight sparkle \\(mlp\\), bovid, caprine, human, humanoid, sheep, huge filesize │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4171464.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4171464.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\c6a7fdabf4dfabc4748a64a2102661f9.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, accessory, anal, anal penetration, anthro, anthro focus, anthro penetrated, anus, big ears, blue eyes,  │\n",
       "│  blush, blush lines, bodily fluids, bone, buckteeth, chair, choker, claws, clothed, clothed/nude, clothed sex,  │\n",
       "│   clothing, digitigrade, duo, eye roll, eye through hair, eyebrow through hair, eyebrows, faceless character,   │\n",
       "│    faceless human, faceless male, feet, female, female focus, female on human, female penetrated, flexible,     │\n",
       "│ footwear, fur, furniture, genital fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, happy,  │\n",
       "│   human on anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid genitalia,   │\n",
       "│   humanoid penis, inside, interspecies, jewelry, leaf, legs behind head, legs up, legwear, looking pleasured,   │\n",
       "│  maid uniform, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating   │\n",
       "│   female, necklace, no underwear, nude, on chair, open mouth, open smile, pawpads, paws, penetration, penile,   │\n",
       "│      penile penetration, penis, penis in ass, pink anus, pink nose, pink pawpads, pink pussy, plump labia,      │\n",
       "│    presenting, presenting pussy, pussy, red hair, red tail, scut tail, sex, short tail, skull, smile, soles,    │\n",
       "│     spread legs, spreading, stockings, tail, teeth, thigh highs, toeless footwear, toeless legwear, toeless     │\n",
       "│  stockings, toes, translucent, translucent hair, twintails \\(hairstyle\\), uniform, vaginal fluids, vein, veiny  │\n",
       "│ penis, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\c6a7fdabf4dfabc4748a64a2102661f9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, accessory, anal, anal penetration, anthro, anthro focus, anthro penetrated, anus, big ears, blue eyes, │\n", "│ blush, blush lines, bodily fluids, bone, buckteeth, chair, choker, claws, clothed, clothed/nude, clothed sex, │\n", "│ clothing, digitigrade, duo, eye roll, eye through hair, eyebrow through hair, eyebrows, faceless character, │\n", "│ faceless human, faceless male, feet, female, female focus, female on human, female penetrated, flexible, │\n", "│ footwear, fur, furniture, genital fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, happy, │\n", "│ human on anthro, human penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, │\n", "│ humanoid penis, inside, interspecies, jewelry, leaf, legs behind head, legs up, legwear, looking pleasured, │\n", "│ maid uniform, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating │\n", "│ female, necklace, no underwear, nude, on chair, open mouth, open smile, pawpads, paws, penetration, penile, │\n", "│ penile penetration, penis, penis in ass, pink anus, pink nose, pink pawpads, pink pussy, plump labia, │\n", "│ presenting, presenting pussy, pussy, red hair, red tail, scut tail, sex, short tail, skull, smile, soles, │\n", "│ spread legs, spreading, stockings, tail, teeth, thigh highs, toeless footwear, toeless legwear, toeless │\n", "│ stockings, toes, translucent, translucent hair, twintails \\(hairstyle\\), uniform, vaginal fluids, vein, veiny │\n", "│ penis, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4203995.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4203995.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\478edcf2baddff8f1c56fd51a2efe921.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, accessory, anthro, areola, armwear, big ears, blue eyes, blush, blush lines, bodily fluids, breasts,   │\n",
       "│  camel toe, choker, claws, clothing, collarbone, cross, curtains, detached sleeves, dialogue, digitigrade, eye  │\n",
       "│  through hair, eyebrow through hair, eyebrows, eyeshadow, feet, female, fitting room, footwear, fur, g-string,  │\n",
       "│     garter belt, garter straps, genital fluids, grey body, grey fur, hair, hair accessory, hairpin, inside,     │\n",
       "│   inverted cross, inviting, jewelry, legwear, lingerie, long hair, looking at viewer, makeup, mirror, mirror    │\n",
       "│     reflection, navel, necklace, nipples, offering sex, panties, pawpads, pink areola, pink clothing, pink      │\n",
       "│ eyeshadow, pink nipples, pink nose, pink topwear, propositioning, red hair, reflection, skull accessory, skull  │\n",
       "│    symbol, small breasts, smile, solo, speech bubble, stockings, text, thigh highs, thong, toeless footwear,    │\n",
       "│     toeless legwear, toeless stockings, toes, topwear, translucent, translucent clothing, translucent hair,     │\n",
       "│   translucent topwear, twintails \\(hairstyle\\), underwear, vaginal fluids, by cyberkaps, naili \\(cyberkaps\\),   │\n",
       "│         lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller version at source          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\478edcf2baddff8f1c56fd51a2efe921.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, accessory, anthro, areola, armwear, big ears, blue eyes, blush, blush lines, bodily fluids, breasts, │\n", "│ camel toe, choker, claws, clothing, collarbone, cross, curtains, detached sleeves, dialogue, digitigrade, eye │\n", "│ through hair, eyebrow through hair, eyebrows, eyeshadow, feet, female, fitting room, footwear, fur, g-string, │\n", "│ garter belt, garter straps, genital fluids, grey body, grey fur, hair, hair accessory, hairpin, inside, │\n", "│ inverted cross, inviting, jewelry, legwear, lingerie, long hair, looking at viewer, makeup, mirror, mirror │\n", "│ reflection, navel, necklace, nipples, offering sex, panties, pawpads, pink areola, pink clothing, pink │\n", "│ eyeshadow, pink nipples, pink nose, pink topwear, propositioning, red hair, reflection, skull accessory, skull │\n", "│ symbol, small breasts, smile, solo, speech bubble, stockings, text, thigh highs, thong, toeless footwear, │\n", "│ toeless legwear, toeless stockings, toes, topwear, translucent, translucent clothing, translucent hair, │\n", "│ translucent topwear, twintails \\(hairstyle\\), underwear, vaginal fluids, by cyberkaps, naili \\(cyberkaps\\), │\n", "│ lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4212247.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4212247.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\be5c6e87e1ff0355d6d04e033d579d77.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   against surface, against wall, anal, anal penetration, anthro, anthro penetrated, armwear, balls, big ears,   │\n",
       "│    bite, biting lip, biting own lip, blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, butt,    │\n",
       "│ choker, clothed, clothed sex, clothing, clothing aside, cross, detached sleeves, dripping, duo, eyebrow through │\n",
       "│  hair, eyebrows, eyeshadow, faceless character, faceless human, faceless male, female, female on human, female  │\n",
       "│   penetrated, fur, g-string, garter belt, garter straps, genital fluids, genitals, grey body, grey fur, hair,   │\n",
       "│ hands on legs, hands on thighs, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n",
       "│  female, humanoid genitalia, humanoid penis, inside, interspecies, inverted cross, jewelry, katoptronophilia,   │\n",
       "│   legwear, lingerie, long hair, looking pleasured, low-angle view, makeup, male, male/female, male on anthro,   │\n",
       "│ male penetrating, male penetrating anthro, male penetrating female, mirror, mirror reflection, navel, necklace, │\n",
       "│  nipples, panties, panties aside, penetration, penile, penile penetration, penis, penis in ass, pink clothing,  │\n",
       "│      pink eyeshadow, pink nipples, pink nose, pink pussy, pink topwear, pussy, pussy juice drip, red hair,      │\n",
       "│ reflection, sex, small breasts, spread legs, spreading, standing, standing sex, stockings, teeth, thigh highs,  │\n",
       "│  thong, thong aside, topwear, translucent, translucent clothing, translucent hair, translucent topwear, under   │\n",
       "│    boob, underwear, underwear aside, vaginal fluids, vein, veiny penis, worm's-eye view, by cyberkaps, naili    │\n",
       "│     \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\be5c6e87e1ff0355d6d04e033d579d77.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ against surface, against wall, anal, anal penetration, anthro, anthro penetrated, armwear, balls, big ears, │\n", "│ bite, biting lip, biting own lip, blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, butt, │\n", "│ choker, clothed, clothed sex, clothing, clothing aside, cross, detached sleeves, dripping, duo, eyebrow through │\n", "│ hair, eyebrows, eyeshadow, faceless character, faceless human, faceless male, female, female on human, female │\n", "│ penetrated, fur, g-string, garter belt, garter straps, genital fluids, genitals, grey body, grey fur, hair, │\n", "│ hands on legs, hands on thighs, human on anthro, human penetrating, human penetrating anthro, human penetrating │\n", "│ female, humanoid genitalia, humanoid penis, inside, interspecies, inverted cross, jewelry, katoptronophilia, │\n", "│ legwear, lingerie, long hair, looking pleasured, low-angle view, makeup, male, male/female, male on anthro, │\n", "│ male penetrating, male penetrating anthro, male penetrating female, mirror, mirror reflection, navel, necklace, │\n", "│ nipples, panties, panties aside, penetration, penile, penile penetration, penis, penis in ass, pink clothing, │\n", "│ pink eyeshadow, pink nipples, pink nose, pink pussy, pink topwear, pussy, pussy juice drip, red hair, │\n", "│ reflection, sex, small breasts, spread legs, spreading, standing, standing sex, stockings, teeth, thigh highs, │\n", "│ thong, thong aside, topwear, translucent, translucent clothing, translucent hair, translucent topwear, under │\n", "│ boob, underwear, underwear aside, vaginal fluids, vein, veiny penis, worm's-eye view, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), human, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4231834.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4231834.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\b6a15b3fe708c2ece6119fb117e0033a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ absolute territory, anthro, areola, arm markings, bare shoulders, beak, bendy straw, beverage, big ears, black  │\n",
       "│    beak, blue areola, blue body, blue eyes, blue fur, blue insides, blue nipples, blue pawpads, blush, blush    │\n",
       "│  lines, bodily fluids, bottomwear, breasts, chest tuft, claws, clothed, clothed sex, clothing, container, cum,  │\n",
       "│ cum on feet, cup, curtains, curtains open, cyanotic epithelium, digitigrade, drinking, drinking glass, drinking │\n",
       "│  straw, drinking straw in mouth, duo, enhibitionism, exposed breasts, eyebrow through hair, eyebrows, faceless  │\n",
       "│ character, faceless human, faceless male, feet, female, female on human, first person view, food, foot fetish,  │\n",
       "│ foot play, footjob, footwear, fruit, fur, fur markings, genital fluids, genitals, glass, glass container, glass │\n",
       "│    cup, hair, human on anthro, human pov, inner ear fluff, inside, interspecies, legwear, lemon, long hair,     │\n",
       "│   looking at viewer, male, male/female, male on anthro, markings, neck tuft, nipples, pawpads, paws, penile,    │\n",
       "│   penis, plant, public, public sex, reflection, restaurant, sex, shoulder markings, skirt, smile, smiling at    │\n",
       "│   viewer, smug, stealth sex, thigh highs, toeless footwear, toeless legwear, toeless stockings, translucent,    │\n",
       "│ translucent hair, tuft, under table, under table footjob, white hair, window, by cyberkaps, avian, bird, human, │\n",
       "│            hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\b6a15b3fe708c2ece6119fb117e0033a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ absolute territory, anthro, areola, arm markings, bare shoulders, beak, bendy straw, beverage, big ears, black │\n", "│ beak, blue areola, blue body, blue eyes, blue fur, blue insides, blue nipples, blue pawpads, blush, blush │\n", "│ lines, bodily fluids, bottomwear, breasts, chest tuft, claws, clothed, clothed sex, clothing, container, cum, │\n", "│ cum on feet, cup, curtains, curtains open, cyanotic epithelium, digitigrade, drinking, drinking glass, drinking │\n", "│ straw, drinking straw in mouth, duo, enhibitionism, exposed breasts, eyebrow through hair, eyebrows, faceless │\n", "│ character, faceless human, faceless male, feet, female, female on human, first person view, food, foot fetish, │\n", "│ foot play, footjob, footwear, fruit, fur, fur markings, genital fluids, genitals, glass, glass container, glass │\n", "│ cup, hair, human on anthro, human pov, inner ear fluff, inside, interspecies, legwear, lemon, long hair, │\n", "│ looking at viewer, male, male/female, male on anthro, markings, neck tuft, nipples, pawpads, paws, penile, │\n", "│ penis, plant, public, public sex, reflection, restaurant, sex, shoulder markings, skirt, smile, smiling at │\n", "│ viewer, smug, stealth sex, thigh highs, toeless footwear, toeless legwear, toeless stockings, translucent, │\n", "│ translucent hair, tuft, under table, under table footjob, white hair, window, by cyberkaps, avian, bird, human, │\n", "│ hybrid, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4245574.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4245574.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\73688b0133922c518ca8dcfe02bd83ad.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, bed, bed sheet, bedding, blonde hair, blush, blush lines, bodily fluids, brown eyes, chest tuft,     │\n",
       "│    clothing, countershading, digitigrade, dominant, dominant human, dominant pov, duo, eyebrow through hair,    │\n",
       "│ eyebrows, faceless character, faceless human, faceless male, feet, female, female focus, female on human, first │\n",
       "│   person view, flat chested, footwear, fur, furniture, genital fluids, genitals, hair, human on anthro, human   │\n",
       "│    pov, imminent sex, inside, interspecies, looking at another, looking at partner, looking at viewer, male,    │\n",
       "│ male/female, male on anthro, mostly nude, multicolored body, multicolored fur, navel, neck tuft, nipples, paws, │\n",
       "│ penis, pink inner ear, pink nipples, pink nose, pink pussy, pinned, pussy, pussy juice string, scut tail, short │\n",
       "│   hair, short tail, smile, submissive, submissive anthro, submissive female, tail, toeless footwear, toeless    │\n",
       "│  legwear, toeless stockings, translucent, translucent hair, tuft, two tone body, two tone fur, vaginal fluids,  │\n",
       "│   vein, veiny penis, white body, white fur, yellow body, yellow fur, by cyberkaps, juice \\(juicebun\\), human,   │\n",
       "│                          lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\73688b0133922c518ca8dcfe02bd83ad.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bed, bed sheet, bedding, blonde hair, blush, blush lines, bodily fluids, brown eyes, chest tuft, │\n", "│ clothing, countershading, digitigrade, dominant, dominant human, dominant pov, duo, eyebrow through hair, │\n", "│ eyebrows, faceless character, faceless human, faceless male, feet, female, female focus, female on human, first │\n", "│ person view, flat chested, footwear, fur, furniture, genital fluids, genitals, hair, human on anthro, human │\n", "│ pov, imminent sex, inside, interspecies, looking at another, looking at partner, looking at viewer, male, │\n", "│ male/female, male on anthro, mostly nude, multicolored body, multicolored fur, navel, neck tuft, nipples, paws, │\n", "│ penis, pink inner ear, pink nipples, pink nose, pink pussy, pinned, pussy, pussy juice string, scut tail, short │\n", "│ hair, short tail, smile, submissive, submissive anthro, submissive female, tail, toeless footwear, toeless │\n", "│ legwear, toeless stockings, translucent, translucent hair, tuft, two tone body, two tone fur, vaginal fluids, │\n", "│ vein, veiny penis, white body, white fur, yellow body, yellow fur, by cyberkaps, juice \\(juicebun\\), human, │\n", "│ lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4251134.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4251134.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\fbbfb6827b466e326f1f5c2026656517.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anal, anal orgasm, anal penetration, anthro, anthro penetrated, areola, armwear, bare shoulders, big │\n",
       "│  ears, blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, choker, claws, clothed, clothed sex,   │\n",
       "│ clothing, clothing aside, collarbone, contact onomatopoeia, countershading, cross, detached sleeves, dialogue,  │\n",
       "│   duo, ejaculation, eyebrows, eyeshadow, faceless character, faceless human, faceless male, female, female on   │\n",
       "│    human, female penetrated, finger claws, fitting room, fur, g-string, garter belt, garter straps, genital     │\n",
       "│ fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, human on anthro, human penetrating, human │\n",
       "│    penetrating anthro, human penetrating female, impact onomatopoeia, inside, interspecies, inverted cross,     │\n",
       "│    jewelry, legwear, lingerie, long hair, makeup, male, male/female, male on anthro, male penetrating, male     │\n",
       "│    penetrating anthro, male penetrating female, muscular, muscular male, navel, necklace, nipples, offscreen    │\n",
       "│ character, onomatopoeia, orgasm, panties, panties aside, penetration, penile, penile penetration, penis, penis  │\n",
       "│ in ass, pink areola, pink clothing, pink eyeshadow, pink nipples, pink pussy, pink tongue, pink topwear, plap,  │\n",
       "│ pussy, pussy ejaculation, pussy ejaculation while penetrated, pussy juice string, red hair, red inner ear, sex, │\n",
       "│  skull accessory, small breasts, sound effects, speech bubble, spread legs, spreading, stealth sex, stockings,  │\n",
       "│  teeth, text, thigh highs, thong, tongue, topwear, translucent, translucent clothing, twintails \\(hairstyle\\),  │\n",
       "│    underwear, underwear aside, vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), human,     │\n",
       "│         lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller version at source          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\fbbfb6827b466e326f1f5c2026656517.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal orgasm, anal penetration, anthro, anthro penetrated, areola, armwear, bare shoulders, big │\n", "│ ears, blue eyes, blush, blush lines, bodily fluids, breasts, buckteeth, choker, claws, clothed, clothed sex, │\n", "│ clothing, clothing aside, collarbone, contact onomatopoeia, countershading, cross, detached sleeves, dialogue, │\n", "│ duo, ejaculation, eyebrows, eyeshadow, faceless character, faceless human, faceless male, female, female on │\n", "│ human, female penetrated, finger claws, fitting room, fur, g-string, garter belt, garter straps, genital │\n", "│ fluids, genitals, grey body, grey fur, hair, hair accessory, hairpin, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, impact onomatopoeia, inside, interspecies, inverted cross, │\n", "│ jewelry, legwear, lingerie, long hair, makeup, male, male/female, male on anthro, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, muscular, muscular male, navel, necklace, nipples, offscreen │\n", "│ character, onomatopoeia, orgasm, panties, panties aside, penetration, penile, penile penetration, penis, penis │\n", "│ in ass, pink areola, pink clothing, pink eyeshadow, pink nipples, pink pussy, pink tongue, pink topwear, plap, │\n", "│ pussy, pussy ejaculation, pussy ejaculation while penetrated, pussy juice string, red hair, red inner ear, sex, │\n", "│ skull accessory, small breasts, sound effects, speech bubble, spread legs, spreading, stealth sex, stockings, │\n", "│ teeth, text, thigh highs, thong, tongue, topwear, translucent, translucent clothing, twintails \\(hairstyle\\), │\n", "│ underwear, underwear aside, vaginal fluids, vein, veiny penis, by cyberkaps, naili \\(cyberkaps\\), human, │\n", "│ lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4260715.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4260715.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a2d7f360237891ad6f8e12151194c455.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    accessory, after anal, after sex, anthro, anus, big ears, black clothing, black panties, black underwear,    │\n",
       "│  bodily fluids, butt, butt focus, claws, clothing, clothing aside, countershade fur, countershading, cum, cum   │\n",
       "│ drip, cum from ass, cum in ass, cum inside, cum on perineum, cum on pussy, dialogue, dripping, female, fitting  │\n",
       "│ room, footwear, fur, g-string, gaping, gaping anus, garter belt, garter straps, genital fluids, genitals, grey  │\n",
       "│    body, grey fur, hair, hair accessory, hairpin, inside, leaking cum, legwear, lingerie, long hair, mirror,    │\n",
       "│  offscreen character, panties, panties aside, perineum, pink anus, pink clothing, pink pussy, pink shirt, pink  │\n",
       "│  topwear, presenting, presenting anus, presenting cream pie, presenting hindquarters, presenting pussy, pussy,  │\n",
       "│ raised tail, red hair, red tail, reflection, scut tail, sex, shirt, short tail, shoulder blades, speech bubble, │\n",
       "│  stealth sex, stockings, tail, text, thigh highs, thong, toeless footwear, toeless legwear, toeless stockings,  │\n",
       "│   topwear, twintails \\(hairstyle\\), underwear, underwear aside, by cyberkaps, naili \\(cyberkaps\\), lagomorph,   │\n",
       "│                      leporid, rabbit, digital media \\(artwork\\), smaller version at source                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a2d7f360237891ad6f8e12151194c455.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, after anal, after sex, anthro, anus, big ears, black clothing, black panties, black underwear, │\n", "│ bodily fluids, butt, butt focus, claws, clothing, clothing aside, countershade fur, countershading, cum, cum │\n", "│ drip, cum from ass, cum in ass, cum inside, cum on perineum, cum on pussy, dialogue, dripping, female, fitting │\n", "│ room, footwear, fur, g-string, gaping, gaping anus, garter belt, garter straps, genital fluids, genitals, grey │\n", "│ body, grey fur, hair, hair accessory, hairpin, inside, leaking cum, legwear, lingerie, long hair, mirror, │\n", "│ offscreen character, panties, panties aside, perineum, pink anus, pink clothing, pink pussy, pink shirt, pink │\n", "│ topwear, presenting, presenting anus, presenting cream pie, presenting hindquarters, presenting pussy, pussy, │\n", "│ raised tail, red hair, red tail, reflection, scut tail, sex, shirt, short tail, shoulder blades, speech bubble, │\n", "│ stealth sex, stockings, tail, text, thigh highs, thong, toeless footwear, toeless legwear, toeless stockings, │\n", "│ topwear, twintails \\(hairstyle\\), underwear, underwear aside, by cyberkaps, naili \\(cyberkaps\\), lagomorph, │\n", "│ leporid, rabbit, digital media \\(artwork\\), smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4285365.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4285365.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\8b2239ddc111b85a7077cec09a06f6c5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro penetrated, big butt, blush, blush lines, bodily fluids, bottomless,   │\n",
       "│    butt, clothed, clothing, dialogue, duo, faceless character, faceless human, faceless male, female, female    │\n",
       "│  focus, female on human, female penetrated, floppy ears, fur, genital fluids, genitals, horn, human on anthro,  │\n",
       "│ human penetrating, human penetrating anthro, human penetrating female, inside, interspecies, long ears, looking │\n",
       "│     pleasured, lop ears, male, male/female, male on anthro, male penetrating, male penetrating anthro, male     │\n",
       "│    penetrating female, nipple outline, panties, panties down, partially clothed, penetration, penile, penile    │\n",
       "│    penetration, penis, penis in ass, pink pussy, pussy, red eyes, saliva, scut tail, sex, short tail, speech    │\n",
       "│   bubble, tail, text, underwear, underwear down, vaginal fluids, vein, veiny penis, white body, white fur, by   │\n",
       "│ cyberkaps, deltarune, undertale, undertale \\(series\\), kris \\(deltarune\\), toriel, boss monster \\(undertale\\),  │\n",
       "│  bovid, caprine, human, digital media \\(artwork\\), english text, smaller version at source, adopted \\(lore\\),   │\n",
       "│ adoptive mother \\(lore\\), incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), parent \\(lore\\), parent  │\n",
       "│                                               and child \\(lore\\)                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\8b2239ddc111b85a7077cec09a06f6c5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, big butt, blush, blush lines, bodily fluids, bottomless, │\n", "│ butt, clothed, clothing, dialogue, duo, faceless character, faceless human, faceless male, female, female │\n", "│ focus, female on human, female penetrated, floppy ears, fur, genital fluids, genitals, horn, human on anthro, │\n", "│ human penetrating, human penetrating anthro, human penetrating female, inside, interspecies, long ears, looking │\n", "│ pleasured, lop ears, male, male/female, male on anthro, male penetrating, male penetrating anthro, male │\n", "│ penetrating female, nipple outline, panties, panties down, partially clothed, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pink pussy, pussy, red eyes, saliva, scut tail, sex, short tail, speech │\n", "│ bubble, tail, text, underwear, underwear down, vaginal fluids, vein, veiny penis, white body, white fur, by │\n", "│ cyberkaps, deltarune, undertale, undertale \\(series\\), kris \\(deltarune\\), toriel, boss monster \\(undertale\\), │\n", "│ bovid, caprine, human, digital media \\(artwork\\), english text, smaller version at source, adopted \\(lore\\), │\n", "│ adoptive mother \\(lore\\), incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), parent \\(lore\\), parent │\n", "│ and child \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4310155.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4310155.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\9ccd0f25905e90a30062c66c6984bbff.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, areola, big ears, blue eyes, blush, blush lines, breasts, choker, claws, clothed, clothing, clothing   │\n",
       "│  lift, collarbone, countershading, cross, dialogue, dress, dress lift, eye through hair, eyebrow through hair,  │\n",
       "│       eyebrows, female, finger claws, flashing, fur, genitals, greenery, grey body, grey fur, hair, heat        │\n",
       "│     \\(temperature\\), inverted cross, jewelry, leaf, legwear, long hair, looking at viewer, navel, necklace,     │\n",
       "│    nipples, no underwear, outside, pink areola, pink nipples, pink nose, pinup, pose, presenting, presenting    │\n",
       "│     breasts, pussy, question mark, red hair, shirt, shirt lift, small breasts, smile, solo, speech bubble,      │\n",
       "│     stockings, talking to viewer, text, thigh highs, topwear, translucent, translucent hair, wide hips, by      │\n",
       "│  cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller   │\n",
       "│                                                version at source                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\9ccd0f25905e90a30062c66c6984bbff.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, big ears, blue eyes, blush, blush lines, breasts, choker, claws, clothed, clothing, clothing │\n", "│ lift, collarbone, countershading, cross, dialogue, dress, dress lift, eye through hair, eyebrow through hair, │\n", "│ eyebrows, female, finger claws, flashing, fur, genitals, greenery, grey body, grey fur, hair, heat │\n", "│ \\(temperature\\), inverted cross, jewelry, leaf, legwear, long hair, looking at viewer, navel, necklace, │\n", "│ nipples, no underwear, outside, pink areola, pink nipples, pink nose, pinup, pose, presenting, presenting │\n", "│ breasts, pussy, question mark, red hair, shirt, shirt lift, small breasts, smile, solo, speech bubble, │\n", "│ stockings, talking to viewer, text, thigh highs, topwear, translucent, translucent hair, wide hips, by │\n", "│ cyberkaps, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), english text, smaller │\n", "│ version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4337341.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4337341.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\6f98af867acbfccbae4a56775ca28c98.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anthro, anus, bent over, bent over with legs held straight, big butt, blonde hair, blue eyes, blush, │\n",
       "│  blush lines, bodily fluids, bottomwear, brown body, brown fur, buckteeth, butt, butt focus, chalk, checkered,  │\n",
       "│   checkered floor, clothed, clothing, countershading, dialogue, door, eyebrow through hair, eyebrows, female,   │\n",
       "│   fingers, flashing, flashing butt, flashing pussy, flexible, floor, footwear, freckles, fur, genital fluids,   │\n",
       "│  genitals, hair, hooves, horn, innuendo, inside, legwear, locker, long hair, looking at viewer, looking back,   │\n",
       "│ looking back at viewer, miniskirt, no underwear, pink anus, pink pussy, presenting, presenting anus, presenting │\n",
       "│ hindquarters, presenting pussy, public, public exposure, pussy, red nose, school, scut tail, short tail, skirt, │\n",
       "│   solo, speech bubble, sweater, tail, talking to viewer, teeth, text, thigh highs, tile, tile floor, toeless    │\n",
       "│   footwear, toeless legwear, toeless stockings, toeless thigh highs, topwear, translucent, translucent hair,    │\n",
       "│ unguligrade, unguligrade anthro, unguligrade legs, upskirt, vaginal fluids, wide hips, by cyberkaps, deltarune, │\n",
       "│   undertale \\(series\\), noelle holiday, deer, digital media \\(artwork\\), english text, huge filesize, smaller   │\n",
       "│                                                version at source                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\6f98af867acbfccbae4a56775ca28c98.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, anus, bent over, bent over with legs held straight, big butt, blonde hair, blue eyes, blush, │\n", "│ blush lines, bodily fluids, bottomwear, brown body, brown fur, buckteeth, butt, butt focus, chalk, checkered, │\n", "│ checkered floor, clothed, clothing, countershading, dialogue, door, eyebrow through hair, eyebrows, female, │\n", "│ fingers, flashing, flashing butt, flashing pussy, flexible, floor, footwear, freckles, fur, genital fluids, │\n", "│ genitals, hair, hooves, horn, innuendo, inside, legwear, locker, long hair, looking at viewer, looking back, │\n", "│ looking back at viewer, miniskirt, no underwear, pink anus, pink pussy, presenting, presenting anus, presenting │\n", "│ hindquarters, presenting pussy, public, public exposure, pussy, red nose, school, scut tail, short tail, skirt, │\n", "│ solo, speech bubble, sweater, tail, talking to viewer, teeth, text, thigh highs, tile, tile floor, toeless │\n", "│ footwear, toeless legwear, toeless stockings, toeless thigh highs, topwear, translucent, translucent hair, │\n", "│ unguligrade, unguligrade anthro, unguligrade legs, upskirt, vaginal fluids, wide hips, by cyberkaps, deltarune, │\n", "│ undertale \\(series\\), noelle holiday, deer, digital media \\(artwork\\), english text, huge filesize, smaller │\n", "│ version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4360529.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4360529.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\dc2b73c85bb39300fe50f24836339f42.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anal, anal penetration, anthro, anthro penetrated, antlers, blue eyes, blush, blush lines, breasts,  │\n",
       "│  brown body, brown fur, capelet, chest tuft, clawed fingers, claws, clothed, clothed/nude, clothed female nude  │\n",
       "│    male, clothing, countershading, cute fangs, dialogue, duo, eyebrow through hair, eyebrows, female, female    │\n",
       "│  focus, female on human, female on top, female penetrated, first person view, flower, flower in hair, forest,   │\n",
       "│   fur, garter, genitals, grass, green hair, hair, hair accessory, hand holding, horn, human on anthro, human    │\n",
       "│   penetrating, human penetrating anthro, human penetrating female, human pov, interspecies, inverted nipples,   │\n",
       "│      light, light beam, male, male/female, male on anthro, male penetrating, male penetrating anthro, male      │\n",
       "│ penetrating female, male pov, mostly nude, navel, nipples, nude, on top, outside, penetrating pov, penetration, │\n",
       "│  penile, penile penetration, penis, penis in ass, pink nipples, pink pussy, plant, pussy, sex, speech bubble,   │\n",
       "│ sunbeam, sunlight, text, translucent, translucent hair, tree, tuft, twintails \\(hairstyle\\), vein, veiny penis, │\n",
       "│          by cyberkaps, una \\(dobrota\\), chimera, deer, human, english text, smaller version at source           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\dc2b73c85bb39300fe50f24836339f42.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal penetration, anthro, anthro penetrated, antlers, blue eyes, blush, blush lines, breasts, │\n", "│ brown body, brown fur, capelet, chest tuft, clawed fingers, claws, clothed, clothed/nude, clothed female nude │\n", "│ male, clothing, countershading, cute fangs, dialogue, duo, eyebrow through hair, eyebrows, female, female │\n", "│ focus, female on human, female on top, female penetrated, first person view, flower, flower in hair, forest, │\n", "│ fur, garter, genitals, grass, green hair, hair, hair accessory, hand holding, horn, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, human pov, interspecies, inverted nipples, │\n", "│ light, light beam, male, male/female, male on anthro, male penetrating, male penetrating anthro, male │\n", "│ penetrating female, male pov, mostly nude, navel, nipples, nude, on top, outside, penetrating pov, penetration, │\n", "│ penile, penile penetration, penis, penis in ass, pink nipples, pink pussy, plant, pussy, sex, speech bubble, │\n", "│ sunbeam, sunlight, text, translucent, translucent hair, tree, tuft, twintails \\(hairstyle\\), vein, veiny penis, │\n", "│ by cyberkaps, una \\(dobrota\\), chimera, deer, human, english text, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4368650.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4368650.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\093010e85c63fe60831db144b8ccf932.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, back dimples, blush, blush lines, bodily fluids, breasts, butt, clothed, clothing, cute fangs,      │\n",
       "│ dialogue, duo, eyebrow through hair, eyebrows, female, female/female, fur, fur markings, genital fluids, green  │\n",
       "│    eyes, grey body, grey fur, hair, horn, inside, legwear, looking at another, looking at partner, markings,    │\n",
       "│ masturbation, navel, nipple fetish, nipple play, nipples, panties, panties down, partially clothed, partner as  │\n",
       "│  porn, pink nose, presenting, presenting hindquarters, pupils, red hair, red tail, scut tail, short tail, slit  │\n",
       "│    pupils, small breasts, speech bubble, stockings, tail, text, thigh highs, translucent, translucent hair,     │\n",
       "│  underwear, underwear down, vaginal fluids, yellow body, yellow fur, by cyberkaps, naili \\(cyberkaps\\), yawara  │\n",
       "│  \\(kiu-wot\\), domestic cat, feline, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at   │\n",
       "│                                                     source                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\093010e85c63fe60831db144b8ccf932.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, back dimples, blush, blush lines, bodily fluids, breasts, butt, clothed, clothing, cute fangs, │\n", "│ dialogue, duo, eyebrow through hair, eyebrows, female, female/female, fur, fur markings, genital fluids, green │\n", "│ eyes, grey body, grey fur, hair, horn, inside, legwear, looking at another, looking at partner, markings, │\n", "│ masturbation, navel, nipple fetish, nipple play, nipples, panties, panties down, partially clothed, partner as │\n", "│ porn, pink nose, presenting, presenting hindquarters, pupils, red hair, red tail, scut tail, short tail, slit │\n", "│ pupils, small breasts, speech bubble, stockings, tail, text, thigh highs, translucent, translucent hair, │\n", "│ underwear, underwear down, vaginal fluids, yellow body, yellow fur, by cyberkaps, naili \\(cyberkaps\\), yawara │\n", "│ \\(kiu-wot\\), domestic cat, feline, lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at │\n", "│ source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4382306.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4382306.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\af9a46383f14c00b1a49241b674f023c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating,   │\n",
       "│  anthro penetrating anthro, areola, beak, big breasts, black body, black fur, black hair, blush, blush lines,   │\n",
       "│ bodily fluids, breasts, chest tuft, clothed, clothed/nude, clothed anthro, clothed anthro nude anthro, clothed  │\n",
       "│ anthro nude male, clothed female, clothed female nude anthro, clothed female nude male, clothed sex, clothing,  │\n",
       "│  collarbone, countershading, duo, exposed breasts, eye contact, eyeshadow, female, female penetrated, fingers,  │\n",
       "│       fur, genital fluids, genitals, grey body, grey fur, hair, huge breasts, imminent knotting, inside,        │\n",
       "│  interspecies, knot, knot root, knotting, legwear, long hair, looking at another, looking at partner, looking   │\n",
       "│ pleasured, makeup, male, male/female, male penetrating, male penetrating female, navel, nipples, no pupils, no  │\n",
       "│    underwear, nude, nude anthro, nude male, on one leg, one leg up, penetration, penile, penile penetration,    │\n",
       "│ penis, penis in pussy, pink nipples, pink pussy, pussy, raised leg, red sclera, sex, sheath, standing, standing │\n",
       "│     sex, stockings, stretched pussy, thigh highs, tuft, vaginal, vaginal fluids, vaginal knotting, vaginal      │\n",
       "│    penetration, white body, white eyes, white fur, by cyberkaps, helluva boss, mythology, octavia \\(helluva     │\n",
       "│    boss\\), avian, bird, demon, hellhound, mythological creature, owl, owl demon, digital media \\(artwork\\),     │\n",
       "│                                            smaller version at source                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\af9a46383f14c00b1a49241b674f023c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, areola, beak, big breasts, black body, black fur, black hair, blush, blush lines, │\n", "│ bodily fluids, breasts, chest tuft, clothed, clothed/nude, clothed anthro, clothed anthro nude anthro, clothed │\n", "│ anthro nude male, clothed female, clothed female nude anthro, clothed female nude male, clothed sex, clothing, │\n", "│ collarbone, countershading, duo, exposed breasts, eye contact, eyeshadow, female, female penetrated, fingers, │\n", "│ fur, genital fluids, genitals, grey body, grey fur, hair, huge breasts, imminent knotting, inside, │\n", "│ interspecies, knot, knot root, knotting, legwear, long hair, looking at another, looking at partner, looking │\n", "│ pleasured, makeup, male, male/female, male penetrating, male penetrating female, navel, nipples, no pupils, no │\n", "│ underwear, nude, nude anthro, nude male, on one leg, one leg up, penetration, penile, penile penetration, │\n", "│ penis, penis in pussy, pink nipples, pink pussy, pussy, raised leg, red sclera, sex, sheath, standing, standing │\n", "│ sex, stockings, stretched pussy, thigh highs, tuft, vaginal, vaginal fluids, vaginal knotting, vaginal │\n", "│ penetration, white body, white eyes, white fur, by cyberkaps, helluva boss, mythology, octavia \\(helluva │\n", "│ boss\\), avian, bird, demon, hellhound, mythological creature, owl, owl demon, digital media \\(artwork\\), │\n", "│ smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4389286.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4389286.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d7a453999cf12ce3d10040dcfd5de2ff.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, anthro, anthro penetrated, balls, big breasts, black hair, blue eyes, bodily fluids,   │\n",
       "│      breasts, choker, clothed, clothed/nude, clothing, cum, cum in ass, cum inside, duo, eyewear, faceless      │\n",
       "│     character, faceless human, faceless male, female, female focus, female on human, female on top, female      │\n",
       "│ penetrated, fur, genital fluids, genitals, glasses, hair, human on anthro, human penetrating, human penetrating │\n",
       "│ anthro, human penetrating female, inside, interspecies, jewelry, legwear, long hair, male, male/female, male on │\n",
       "│  anthro, male penetrating, male penetrating anthro, male penetrating female, mostly nude, mostly nude anthro,   │\n",
       "│   motion lines, motion outline, necklace, nipple piercing, nipples, nude, on top, penetration, penile, penile   │\n",
       "│    penetration, penis, penis in ass, piercing, pink nipples, pink pussy, pussy, sex, stockings, thigh highs,    │\n",
       "│ vaginal fluids, vein, veiny penis, white body, white fur, by cyberkaps, aria snow, avian, bird, human, digital  │\n",
       "│                                  media \\(artwork\\), smaller version at source                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d7a453999cf12ce3d10040dcfd5de2ff.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, balls, big breasts, black hair, blue eyes, bodily fluids, │\n", "│ breasts, choker, clothed, clothed/nude, clothing, cum, cum in ass, cum inside, duo, eyewear, faceless │\n", "│ character, faceless human, faceless male, female, female focus, female on human, female on top, female │\n", "│ penetrated, fur, genital fluids, genitals, glasses, hair, human on anthro, human penetrating, human penetrating │\n", "│ anthro, human penetrating female, inside, interspecies, jewelry, legwear, long hair, male, male/female, male on │\n", "│ anthro, male penetrating, male penetrating anthro, male penetrating female, mostly nude, mostly nude anthro, │\n", "│ motion lines, motion outline, necklace, nipple piercing, nipples, nude, on top, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, piercing, pink nipples, pink pussy, pussy, sex, stockings, thigh highs, │\n", "│ vaginal fluids, vein, veiny penis, white body, white fur, by cyberkaps, aria snow, avian, bird, human, digital │\n", "│ media \\(artwork\\), smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4401330.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4401330.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\e94543798e9a2a33293756913df88eca.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anthro penetrated, beak, big ears, blue body, blue eyes, blue fur, blue nipples, blue pussy, bra,    │\n",
       "│       breasts, clothed, clothed/nude, clothed female nude male, clothing, clothing aside, countershading,       │\n",
       "│   digitigrade, duo, exposed breasts, eye through hair, eyebrow through hair, eyebrows, female, female focus,    │\n",
       "│    female on human, female on top, female penetrated, first person view, fur, genitals, hair, hand on penis,    │\n",
       "│ happy, happy sex, human on anthro, human penetrating, human penetrating anthro, human penetrating female, human │\n",
       "│   pov, humanoid genitalia, humanoid penis, imminent sex, inner ear fluff, inside, interspecies, legwear, long   │\n",
       "│  hair, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female,   │\n",
       "│    male pov, navel, neck tuft, nipples, nude, on top, panties, panties aside, penetrating pov, penetration,     │\n",
       "│   penile, penile penetration, penis, penis in pussy, pussy, scut tail, sex, shallow penetration, short tail,    │\n",
       "│   smile, solo focus, stockings, tail, thigh highs, translucent, translucent hair, tuft, underwear, underwear    │\n",
       "│  aside, vaginal, vaginal penetration, vein, veiny penis, white hair, by cyberkaps, avian, bird, human, hybrid,  │\n",
       "│                lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\e94543798e9a2a33293756913df88eca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, beak, big ears, blue body, blue eyes, blue fur, blue nipples, blue pussy, bra, │\n", "│ breasts, clothed, clothed/nude, clothed female nude male, clothing, clothing aside, countershading, │\n", "│ digitigrade, duo, exposed breasts, eye through hair, eyebrow through hair, eyebrows, female, female focus, │\n", "│ female on human, female on top, female penetrated, first person view, fur, genitals, hair, hand on penis, │\n", "│ happy, happy sex, human on anthro, human penetrating, human penetrating anthro, human penetrating female, human │\n", "│ pov, humanoid genitalia, humanoid penis, imminent sex, inner ear fluff, inside, interspecies, legwear, long │\n", "│ hair, male, male/female, male on anthro, male penetrating, male penetrating anthro, male penetrating female, │\n", "│ male pov, navel, neck tuft, nipples, nude, on top, panties, panties aside, penetrating pov, penetration, │\n", "│ penile, penile penetration, penis, penis in pussy, pussy, scut tail, sex, shallow penetration, short tail, │\n", "│ smile, solo focus, stockings, tail, thigh highs, translucent, translucent hair, tuft, underwear, underwear │\n", "│ aside, vaginal, vaginal penetration, vein, veiny penis, white hair, by cyberkaps, avian, bird, human, hybrid, │\n", "│ lagomorph, leporid, rabbit, digital media \\(artwork\\), smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4465393.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4465393.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\dc2255d978fc7ed8c9a75f8e6a3e5f6a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anthro penetrated, big ears, blue body, blue eyes, blue fur, blue insides, blue mouth, blue nipples,   │\n",
       "│   blue pawpads, blue pussy, blue tongue, bodily fluids, breasts, claws, clothed, clothed/nude, clothed female   │\n",
       "│  nude male, clothed sex, clothing, clothing aside, countershading, cyanotic epithelium, duo, exposed breasts,   │\n",
       "│ female, female focus, female on human, female penetrated, finger claws, fingerpads, fur, genitals, hair, human  │\n",
       "│   on anthro, human penetrating, human penetrating anthro, human penetrating female, inner ear fluff, inside,    │\n",
       "│ interspecies, legwear, leotard, leotard aside, long hair, male, male/female, male on anthro, male penetrating,  │\n",
       "│  male penetrating anthro, male penetrating female, neck tuft, necktie, nipple dip, nipples, nude, on one leg,   │\n",
       "│  pawpads, penetration, penile, penile penetration, penis in pussy, pole, pussy, saliva, saliva on tongue, sex,  │\n",
       "│  shrug \\(clothing\\), solo focus, standing, standing sex, stockings, stripper pole, thigh highs, tongue, tuft,   │\n",
       "│ unusual insides, vaginal, vaginal penetration, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, │\n",
       "│                               leporid, rabbit, digital media \\(artwork\\), hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\dc2255d978fc7ed8c9a75f8e6a3e5f6a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, big ears, blue body, blue eyes, blue fur, blue insides, blue mouth, blue nipples, │\n", "│ blue pawpads, blue pussy, blue tongue, bodily fluids, breasts, claws, clothed, clothed/nude, clothed female │\n", "│ nude male, clothed sex, clothing, clothing aside, countershading, cyanotic epithelium, duo, exposed breasts, │\n", "│ female, female focus, female on human, female penetrated, finger claws, fingerpads, fur, genitals, hair, human │\n", "│ on anthro, human penetrating, human penetrating anthro, human penetrating female, inner ear fluff, inside, │\n", "│ interspecies, legwear, leotard, leotard aside, long hair, male, male/female, male on anthro, male penetrating, │\n", "│ male penetrating anthro, male penetrating female, neck tuft, necktie, nipple dip, nipples, nude, on one leg, │\n", "│ pawpads, penetration, penile, penile penetration, penis in pussy, pole, pussy, saliva, saliva on tongue, sex, │\n", "│ shrug \\(clothing\\), solo focus, standing, standing sex, stockings, stripper pole, thigh highs, tongue, tuft, │\n", "│ unusual insides, vaginal, vaginal penetration, white hair, by cyberkaps, avian, bird, human, hybrid, lagomorph, │\n", "│ leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4469333.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4469333.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\048fed4074ccd517ec790e30e0538839.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anthro, antlers, autumn, big breasts, blue eyes, bottomless, bottomwear, breasts, brown body, brown  │\n",
       "│ fur, clothed, clothing, clothing lift, countershading, cute fangs, dialogue, eye through hair, eyebrow through  │\n",
       "│    hair, eyebrows, feather in hair, feathers, female, forest, forest background, fur, green hair, hair, hair    │\n",
       "│   accessory, horn, loincloth, loincloth lift, nature, nature background, neck tuft, nipple outline, outside,    │\n",
       "│  plant, solo, speech bubble, text, translucent, translucent hair, tree, tuft, waterfall, wet, wet clothing, by  │\n",
       "│                                   cyberkaps, una \\(dobrota\\), chimera, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\048fed4074ccd517ec790e30e0538839.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, antlers, autumn, big breasts, blue eyes, bottomless, bottomwear, breasts, brown body, brown │\n", "│ fur, clothed, clothing, clothing lift, countershading, cute fangs, dialogue, eye through hair, eyebrow through │\n", "│ hair, eyebrows, feather in hair, feathers, female, forest, forest background, fur, green hair, hair, hair │\n", "│ accessory, horn, loincloth, loincloth lift, nature, nature background, neck tuft, nipple outline, outside, │\n", "│ plant, solo, speech bubble, text, translucent, translucent hair, tree, tuft, waterfall, wet, wet clothing, by │\n", "│ cyberkaps, una \\(dobrota\\), chimera, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4475270.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4475270.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\a7b9b9a1208a90bdf1b7d28de1e55d04.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, antlers, anus, bent over, big breasts, blue eyes, bottomless, bottomwear, breasts, brown body, brown   │\n",
       "│   fur, butt, butt focus, clothed, clothing, clothing lift, female, forest, fungus, fur, genitals, green hair,   │\n",
       "│    hair, hanging breasts, horn, loincloth, loincloth lift, looking back, mostly nude, mushroom, nature, open    │\n",
       "│  mouth, partially clothed, pigtails, plant, presenting, presenting hindquarters, pussy, rear view, solo, tail,  │\n",
       "│          tree, under boob, wardrobe malfunction, by cyberkaps, una \\(dobrota\\), chimera, deer, hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\a7b9b9a1208a90bdf1b7d28de1e55d04.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, antlers, anus, bent over, big breasts, blue eyes, bottomless, bottomwear, breasts, brown body, brown │\n", "│ fur, butt, butt focus, clothed, clothing, clothing lift, female, forest, fungus, fur, genitals, green hair, │\n", "│ hair, hanging breasts, horn, loincloth, loincloth lift, looking back, mostly nude, mushroom, nature, open │\n", "│ mouth, partially clothed, pigtails, plant, presenting, presenting hindquarters, pussy, rear view, solo, tail, │\n", "│ tree, under boob, wardrobe malfunction, by cyberkaps, una \\(dobrota\\), chimera, deer, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4492630.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4492630.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\1499bf8ea33a4ecc0e3c37dacb2ec047.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal penetration, anthro, anthro penetrated, areola, balls, biped, breasts, duo, eyelashes, female,    │\n",
       "│   female on human, female penetrated, genitals, human on anthro, human penetrating, human penetrating anthro,   │\n",
       "│  human penetrating female, interspecies, male, male/female, male on anthro, male penetrating, male penetrating  │\n",
       "│ anthro, male penetrating female, nipples, penetration, penile, penile penetration, penis, penis in ass, pupils, │\n",
       "│  pussy, raised leg, sex, smile, spread legs, spreading, tail, by cyberkaps, mythology, dragon, human, kobold,   │\n",
       "│                           mythological creature, mythological scalie, scalie, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\1499bf8ea33a4ecc0e3c37dacb2ec047.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, areola, balls, biped, breasts, duo, eyelashes, female, │\n", "│ female on human, female penetrated, genitals, human on anthro, human penetrating, human penetrating anthro, │\n", "│ human penetrating female, interspecies, male, male/female, male on anthro, male penetrating, male penetrating │\n", "│ anthro, male penetrating female, nipples, penetration, penile, penile penetration, penis, penis in ass, pupils, │\n", "│ pussy, raised leg, sex, smile, spread legs, spreading, tail, by cyberkaps, mythology, dragon, human, kobold, │\n", "│ mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4520656.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4520656.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\bcee2702096377aa2ccc0e136a390141.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, areola, biped, blush, breasts, christmas tree, clothing, eyelashes, female, fur, genitals, hair,     │\n",
       "│ holidays, legwear, mostly nude, nipples, pink hair, plant, pupils, pussy, smile, solo, thigh highs, tree, white │\n",
       "│             body, by cyberkaps, christmas, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\bcee2702096377aa2ccc0e136a390141.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, biped, blush, breasts, christmas tree, clothing, eyelashes, female, fur, genitals, hair, │\n", "│ holidays, legwear, mostly nude, nipples, pink hair, plant, pupils, pussy, smile, solo, thigh highs, tree, white │\n", "│ body, by cyberkaps, christmas, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4520664.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4520664.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\da28ade2883d45258b45259582c3c6d4.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, anthro, areola, biped, blue eyes, blush, breasts, christmas tree, female, female/ambiguous,  │\n",
       "│  fur, hair, high-angle view, holidays, mostly nude, navel, nipples, pink hair, plant, tree, white body, white   │\n",
       "│              fur, by cyberkaps, christmas, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\da28ade2883d45258b45259582c3c6d4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, areola, biped, blue eyes, blush, breasts, christmas tree, female, female/ambiguous, │\n", "│ fur, hair, high-angle view, holidays, mostly nude, navel, nipples, pink hair, plant, tree, white body, white │\n", "│ fur, by cyberkaps, christmas, naili \\(cyberkaps\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4523249.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4523249.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\98e352b14f874dde73da1db4118b7d4b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, areola, black nails, bodily fluids, breasts, butt, clitoral hood, clitoris, clothing, colored   │\n",
       "│  nails, female, female on human, fur, genital fluids, genitals, hair, human on anthro, interspecies, legwear,   │\n",
       "│   male, male/female, male on anthro, nails, nipples, penis, pink hair, precum, presenting, presenting pussy,    │\n",
       "│     pussy, spread legs, spreading, text, thigh highs, urethra, vein, veiny penis, white body, white fur, by     │\n",
       "│             cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, english text, hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\98e352b14f874dde73da1db4118b7d4b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, areola, black nails, bodily fluids, breasts, butt, clitoral hood, clitoris, clothing, colored │\n", "│ nails, female, female on human, fur, genital fluids, genitals, hair, human on anthro, interspecies, legwear, │\n", "│ male, male/female, male on anthro, nails, nipples, penis, pink hair, precum, presenting, presenting pussy, │\n", "│ pussy, spread legs, spreading, text, thigh highs, urethra, vein, veiny penis, white body, white fur, by │\n", "│ cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4532837.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4532837.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\01b763710009eaeb54ec403f270487c9.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, areola, biped, breasts, carry position, clothed, clothing, duo, feet, female, female │\n",
       "│     on human, female penetrated, from behind position, fur, hair, human on anthro, human penetrating, human     │\n",
       "│ penetrating anthro, human penetrating female, inside, interspecies, kemono, legwear, male, male/female, male on │\n",
       "│ anthro, male penetrating, male penetrating anthro, male penetrating female, nipples, nude, penetration, reverse │\n",
       "│ stand and carry position, sex, stand and carry position, standing, standing sex, suspension, thigh highs, white │\n",
       "│                              body, by cyberkaps, umeko \\(zeekzag\\), human, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\01b763710009eaeb54ec403f270487c9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, areola, biped, breasts, carry position, clothed, clothing, duo, feet, female, female │\n", "│ on human, female penetrated, from behind position, fur, hair, human on anthro, human penetrating, human │\n", "│ penetrating anthro, human penetrating female, inside, interspecies, kemono, legwear, male, male/female, male on │\n", "│ anthro, male penetrating, male penetrating anthro, male penetrating female, nipples, nude, penetration, reverse │\n", "│ stand and carry position, sex, stand and carry position, standing, standing sex, suspension, thigh highs, white │\n", "│ body, by cyberkaps, umeko \\(zeekzag\\), human, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4543452.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4543452.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\db56259bcb82b1e21c1f863f8bcaa53b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anthro focus, anthro penetrated, areola, arm grab, blush, bodily fluids, breasts, clothing, erection,  │\n",
       "│  faceless character, faceless human, faceless male, female, female focus, female on human, female penetrated,   │\n",
       "│ from front position, fur, genital fluids, genitals, hair, human on anthro, human penetrating, human penetrating │\n",
       "│ anthro, human penetrating female, insult, interspecies, legwear, looking pleasured, male, male/female, male on  │\n",
       "│      anthro, male penetrating, male penetrating anthro, male penetrating female, motion outline, nipples,       │\n",
       "│  penetration, penile, penile penetration, penis, penis in pussy, pink hair, pussy, pussy juice on penis, sex,   │\n",
       "│ solo focus, spread legs, spreading, talking to another, talking to partner, thick thighs, thigh highs, vaginal, │\n",
       "│       vaginal fluids, vaginal penetration, vein, veiny penis, white body, white fur, by cyberkaps, naili        │\n",
       "│                            \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\db56259bcb82b1e21c1f863f8bcaa53b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro focus, anthro penetrated, areola, arm grab, blush, bodily fluids, breasts, clothing, erection, │\n", "│ faceless character, faceless human, faceless male, female, female focus, female on human, female penetrated, │\n", "│ from front position, fur, genital fluids, genitals, hair, human on anthro, human penetrating, human penetrating │\n", "│ anthro, human penetrating female, insult, interspecies, legwear, looking pleasured, male, male/female, male on │\n", "│ anthro, male penetrating, male penetrating anthro, male penetrating female, motion outline, nipples, │\n", "│ penetration, penile, penile penetration, penis, penis in pussy, pink hair, pussy, pussy juice on penis, sex, │\n", "│ solo focus, spread legs, spreading, talking to another, talking to partner, thick thighs, thigh highs, vaginal, │\n", "│ vaginal fluids, vaginal penetration, vein, veiny penis, white body, white fur, by cyberkaps, naili │\n", "│ \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4554607.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4554607.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\80eed29b27c88289c51cf55c766483a6.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anthro penetrated, areola, biped, bodily fluids, breasts, cum, cum in pussy, cum inside, eye roll,    │\n",
       "│ eyelashes, female, female on human, female penetrated, from front position, genital fluids, genitals, human on  │\n",
       "│ anthro, human penetrating, human penetrating anthro, human penetrating female, interspecies, male, male/female, │\n",
       "│  male human, male on anthro, male penetrating, male penetrating anthro, male penetrating female, mating press,  │\n",
       "│   nipples, nude, open mouth, penetration, penis, pupils, pussy, sex, smile, thick thighs, tongue, tongue out,   │\n",
       "│   vaginal, vaginal penetration, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\80eed29b27c88289c51cf55c766483a6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, areola, biped, bodily fluids, breasts, cum, cum in pussy, cum inside, eye roll, │\n", "│ eyelashes, female, female on human, female penetrated, from front position, genital fluids, genitals, human on │\n", "│ anthro, human penetrating, human penetrating anthro, human penetrating female, interspecies, male, male/female, │\n", "│ male human, male on anthro, male penetrating, male penetrating anthro, male penetrating female, mating press, │\n", "│ nipples, nude, open mouth, penetration, penis, pupils, pussy, sex, smile, thick thighs, tongue, tongue out, │\n", "│ vaginal, vaginal penetration, by cyberkaps, naili \\(cyberkaps\\), human, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4573062.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4573062.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\051b49bfc0ca287ca125d2122b191127.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   after sex, anthro, areola, blurred background, blush, bodily fluids, breasts, claws, clothing, cum, cum in    │\n",
       "│  pussy, cum inside, eyebrows, eyelashes, female, fingers, genital fluids, genitals, hair, inside, leaking cum,  │\n",
       "│  legwear, long hair, looking at viewer, nipples, pink hair, pussy, solo, spread legs, spreading, by cyberkaps,  │\n",
       "│               naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\051b49bfc0ca287ca125d2122b191127.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, areola, blurred background, blush, bodily fluids, breasts, claws, clothing, cum, cum in │\n", "│ pussy, cum inside, eyebrows, eyelashes, female, fingers, genital fluids, genitals, hair, inside, leaking cum, │\n", "│ legwear, long hair, looking at viewer, nipples, pink hair, pussy, solo, spread legs, spreading, by cyberkaps, │\n", "│ naili \\(cyberkaps\\), lagomorph, leporid, rabbit, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4596912.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4596912.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\d8d23b16cadf1b1bb18876399d20f20c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal juice, anal penetration, anthro, anthro penetrated, anus, areola, balls, blush, bodily fluids,    │\n",
       "│  breasts, duo, eyebrows, faceless character, faceless male, feet, female, female on human, female penetrated,   │\n",
       "│  fur, genitals, hair, human on anthro, human penetrating, human penetrating anthro, human penetrating female,   │\n",
       "│  humanoid genitalia, humanoid penis, interspecies, looking pleasured, male, male/female, male on anthro, male   │\n",
       "│   penetrating, male penetrating anthro, male penetrating female, nipples, outside, palphilia, pawpads, paws,    │\n",
       "│   penetration, penile, penile penetration, penis, penis in ass, plant, purple areola, purple nipples, purple    │\n",
       "│  pussy, pussy, sex, solo focus, spread legs, spreading, toes, tree, by cyberkaps, palworld, pocketpair, human,  │\n",
       "│                           katress, pal \\(species\\), digital media \\(artwork\\), hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\d8d23b16cadf1b1bb18876399d20f20c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal penetration, anthro, anthro penetrated, anus, areola, balls, blush, bodily fluids, │\n", "│ breasts, duo, eyebrows, faceless character, faceless male, feet, female, female on human, female penetrated, │\n", "│ fur, genitals, hair, human on anthro, human penetrating, human penetrating anthro, human penetrating female, │\n", "│ humanoid genitalia, humanoid penis, interspecies, looking pleasured, male, male/female, male on anthro, male │\n", "│ penetrating, male penetrating anthro, male penetrating female, nipples, outside, palphilia, pawpads, paws, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, plant, purple areola, purple nipples, purple │\n", "│ pussy, pussy, sex, solo focus, spread legs, spreading, toes, tree, by cyberkaps, palworld, pocketpair, human, │\n", "│ katress, pal \\(species\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4603008.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4603008.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\0b7dcaa01bc5c7029d55de36f4efa460.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal juice, anal penetration, anthro, anthro penetrated, anus, areola, balls, bedroom eyes, blush, bodily │\n",
       "│   fluids, breasts, clothing, cute fangs, duo, eyebrows, eyelashes, faceless character, faceless male, fangs,    │\n",
       "│    female, female on human, female penetrated, fur, genitals, hair, happy, happy sex, human on anthro, human    │\n",
       "│      penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis,       │\n",
       "│ interspecies, legwear, long hair, looking at viewer, looking pleasured, male, male/female, male on anthro, male │\n",
       "│   penetrating, male penetrating anthro, male penetrating female, narrowed eyes, nipples, penetration, penile,   │\n",
       "│ penile penetration, penis, penis in ass, pussy, seductive, sex, tail, teeth, by cyberkaps, yawara \\(kiu-wot\\),  │\n",
       "│                                    human, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\0b7dcaa01bc5c7029d55de36f4efa460.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal penetration, anthro, anthro penetrated, anus, areola, balls, bedroom eyes, blush, bodily │\n", "│ fluids, breasts, clothing, cute fangs, duo, eyebrows, eyelashes, faceless character, faceless male, fangs, │\n", "│ female, female on human, female penetrated, fur, genitals, hair, happy, happy sex, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, humanoid genitalia, humanoid penis, │\n", "│ interspecies, legwear, long hair, looking at viewer, looking pleasured, male, male/female, male on anthro, male │\n", "│ penetrating, male penetrating anthro, male penetrating female, narrowed eyes, nipples, penetration, penile, │\n", "│ penile penetration, penis, penis in ass, pussy, seductive, sex, tail, teeth, by cyberkaps, yawara \\(kiu-wot\\), │\n", "│ human, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4609629.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4609629.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\68cc7a2af254523c8d99949638c72c26.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal juice on penis, anal penetration, anthro, anthro penetrated, anus, blue body, bodily   │\n",
       "│   fluids, butt, duo, eyebrows, faceless character, faceless male, female, female on human, female penetrated,   │\n",
       "│      fingers, fucked silly, fur, genital fluids, genitals, hair, happy, happy sex, human on anthro, human       │\n",
       "│     penetrating, human penetrating anthro, human penetrating female, interspecies, looking pleasured, male,     │\n",
       "│    male/female, male human, male penetrating, male penetrating anthro, male penetrating female, penetration,    │\n",
       "│    penile, penile penetration, penis, penis in ass, pussy, sex, solo focus, tail, teeth, vaginal fluids, by     │\n",
       "│  cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle holiday, deer, human, new world deer,   │\n",
       "│                                   reindeer, digital media \\(artwork\\), hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\68cc7a2af254523c8d99949638c72c26.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal juice on penis, anal penetration, anthro, anthro penetrated, anus, blue body, bodily │\n", "│ fluids, butt, duo, eyebrows, faceless character, faceless male, female, female on human, female penetrated, │\n", "│ fingers, fucked silly, fur, genital fluids, genitals, hair, happy, happy sex, human on anthro, human │\n", "│ penetrating, human penetrating anthro, human penetrating female, interspecies, looking pleasured, male, │\n", "│ male/female, male human, male penetrating, male penetrating anthro, male penetrating female, penetration, │\n", "│ penile, penile penetration, penis, penis in ass, pussy, sex, solo focus, tail, teeth, vaginal fluids, by │\n", "│ cyberkaps, deltarune, undertale \\(series\\), kris \\(deltarune\\), noelle holiday, deer, human, new world deer, │\n", "│ reindeer, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_cyberkaps\\4645197.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_cyberkaps\\\u001b[0m\u001b[1;36m4645197.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_cyberkaps\\5ea9a6f7f6b12ee81546c77a464e6462.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ahegao, anal, anal penetration, anthro, anthro penetrated, antlers, anus, areola, biped, blush, bodily fluids,  │\n",
       "│  breasts, butt, clothing, duo, eyebrows, faceless character, female, female on human, female penetrated, fur,   │\n",
       "│   gaping, gaping anus, genital fluids, genitals, green hair, hair, horn, human on anthro, human penetrating,    │\n",
       "│  human penetrating anthro, human penetrating female, interspecies, looking pleasured, male, male/female, male   │\n",
       "│       penetrating, male penetrating anthro, male penetrating female, nipples, penetration, penile, penile       │\n",
       "│ penetration, penis in ass, pussy, sex, tail, teeth, vaginal fluids, by cyberkaps, una \\(dobrota\\), deer, human, │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_cyberkaps\\5ea9a6f7f6b12ee81546c77a464e6462.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal penetration, anthro, anthro penetrated, antlers, anus, areola, biped, blush, bodily fluids, │\n", "│ breasts, butt, clothing, duo, eyebrows, faceless character, female, female on human, female penetrated, fur, │\n", "│ gaping, gaping anus, genital fluids, genitals, green hair, hair, horn, human on anthro, human penetrating, │\n", "│ human penetrating anthro, human penetrating female, interspecies, looking pleasured, male, male/female, male │\n", "│ penetrating, male penetrating anthro, male penetrating female, nipples, penetration, penile, penile │\n", "│ penetration, penis in ass, pussy, sex, tail, teeth, vaginal fluids, by cyberkaps, una \\(dobrota\\), deer, human, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15270.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15270.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\81744a3a89e651bf24f5f46cbf70a7a7.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, anus, bodily fluids, butt, butt grab, cum, cum in pussy, cum inside, duo, erection,  │\n",
       "│   female, first person view, fur, genital fluids, genitals, hand on butt, human on anthro, human penetrating,   │\n",
       "│       impregnation, interspecies, leaking, looking at viewer, looking back, looking back at viewer, male,       │\n",
       "│  male/female, male pov, mostly nude, novelai, on bottom, on top, ovum, penetration, penis, pussy, raised tail,  │\n",
       "│  reverse cowgirl position, sex, solo focus, vaginal, vaginal penetration, yellow body, yellow fur, count grey,  │\n",
       "│                                             human, renamon, hi res                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\81744a3a89e651bf24f5f46cbf70a7a7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, anus, bodily fluids, butt, butt grab, cum, cum in pussy, cum inside, duo, erection, │\n", "│ female, first person view, fur, genital fluids, genitals, hand on butt, human on anthro, human penetrating, │\n", "│ impregnation, interspecies, leaking, looking at viewer, looking back, looking back at viewer, male, │\n", "│ male/female, male pov, mostly nude, novelai, on bottom, on top, ovum, penetration, penis, pussy, raised tail, │\n", "│ reverse cowgirl position, sex, solo focus, vaginal, vaginal penetration, yellow body, yellow fur, count grey, │\n", "│ human, renamon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15271.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15271.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\668a50dfd497512b5e6c7b1f3f8c5e9d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  bed, bedroom, bedroom eyes, bodily fluids, clitoris, female, feral, fur, furniture, genital fluids, genitals,  │\n",
       "│    glowing, glowing eyes, inside, looking at viewer, narrowed eyes, novelai, on bed, pussy juice, seductive,    │\n",
       "│                     sitting, solo, white body, white fur, window, count grey, absol, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\668a50dfd497512b5e6c7b1f3f8c5e9d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bed, bedroom, bedroom eyes, bodily fluids, clitoris, female, feral, fur, furniture, genital fluids, genitals, │\n", "│ glowing, glowing eyes, inside, looking at viewer, narrowed eyes, novelai, on bed, pussy juice, seductive, │\n", "│ sitting, solo, white body, white fur, window, count grey, absol, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15272.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15272.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\23fe12fe08ff5d5a3c2696e5b57b8ce4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    bedroom eyes, bestiality, bodily fluids, claws, clothed, clothed sex, clothing, duo, erection, fellatio,     │\n",
       "│      female, feral, first person view, fur, genitals, human on feral, humanoid genitalia, humanoid penis,       │\n",
       "│    interspecies, looking at viewer, lying, male, male/female, narrowed eyes, novelai, on back, oral, penile,    │\n",
       "│ penis, seductive, sex, shaking, sweat, trembling, vein, veiny penis, white body, white fur, count grey, absol,  │\n",
       "│                                                  human, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\23fe12fe08ff5d5a3c2696e5b57b8ce4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bedroom eyes, bestiality, bodily fluids, claws, clothed, clothed sex, clothing, duo, erection, fellatio, │\n", "│ female, feral, first person view, fur, genitals, human on feral, humanoid genitalia, humanoid penis, │\n", "│ interspecies, looking at viewer, lying, male, male/female, narrowed eyes, novelai, on back, oral, penile, │\n", "│ penis, seductive, sex, shaking, sweat, trembling, vein, veiny penis, white body, white fur, count grey, absol, │\n", "│ human, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15273.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15273.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\80e3defe31d2cc5cdc9c841a8e614666.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ <3, angry, anus, being watched, bestiality, bodily fluids, cuckold, cum, cum in pussy, cum inside, disembodied  │\n",
       "│  penis, female, feral, forest, genital fluids, genitals, group, human on feral, interspecies, leaking, looking  │\n",
       "│   at another, looking at viewer, looking back, looking back at viewer, looking pleasured, male, male/female,    │\n",
       "│ nature, novelai, orgasm, penis, plant, pussy juice, raised tail, rear view, red eyes, sex, shaking, solo focus, │\n",
       "│              thought bubble, tree, trembling, trio, vein, veiny penis, count grey, houndoom, human              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\80e3defe31d2cc5cdc9c841a8e614666.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ <3, angry, anus, being watched, bestiality, bodily fluids, cuckold, cum, cum in pussy, cum inside, disembodied │\n", "│ penis, female, feral, forest, genital fluids, genitals, group, human on feral, interspecies, leaking, looking │\n", "│ at another, looking at viewer, looking back, looking back at viewer, looking pleasured, male, male/female, │\n", "│ nature, novelai, orgasm, penis, plant, pussy juice, raised tail, rear view, red eyes, sex, shaking, solo focus, │\n", "│ thought bubble, tree, trembling, trio, vein, veiny penis, count grey, houndoom, human │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15274.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15274.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\1df78919a0d40038a58b811f29237ed3.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   bestiality, bodily fluids, disembodied hand, duo, female, feral, fingering, first person view, fur, genital   │\n",
       "│ fluids, genitals, human on feral, interspecies, looking at viewer, lying, male, male/female, male pov, novelai, │\n",
       "│   on back, open mouth, open smile, pussy, pussy juice, smile, solo focus, sparkling eyes, spread legs, spread   │\n",
       "│     pussy, spreading, vaginal, vaginal fingering, white body, white fur, count grey, human, sylveon, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\1df78919a0d40038a58b811f29237ed3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bestiality, bodily fluids, disembodied hand, duo, female, feral, fingering, first person view, fur, genital │\n", "│ fluids, genitals, human on feral, interspecies, looking at viewer, lying, male, male/female, male pov, novelai, │\n", "│ on back, open mouth, open smile, pussy, pussy juice, smile, solo focus, sparkling eyes, spread legs, spread │\n", "│ pussy, spreading, vaginal, vaginal fingering, white body, white fur, count grey, human, sylveon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\15289.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m15289.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\33e29c7c47a64944ce73b389f4ce1274.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    blue eyes, blush, bodily fluids, candle, female, feral, furniture, gaping, gaping pussy, genital fluids,     │\n",
       "│   genitals, inside, long neck, looking at viewer, novelai, presenting, presenting pussy, pussy, pussy juice,    │\n",
       "│     sofa, solo, spread pussy, spread wings, spreading, window, wings, count grey, charizard, scalie, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\33e29c7c47a64944ce73b389f4ce1274.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ blue eyes, blush, bodily fluids, candle, female, feral, furniture, gaping, gaping pussy, genital fluids, │\n", "│ genitals, inside, long neck, looking at viewer, novelai, presenting, presenting pussy, pussy, pussy juice, │\n", "│ sofa, solo, spread pussy, spread wings, spreading, window, wings, count grey, charizard, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_novelai\\20286.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_novelai\\\u001b[0m\u001b[1;36m20286.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                         E:\\training_dir\\by_novelai\\dd37039adc7a1da7ff34b48d076ccd60.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, breasts, brown eyes, brown hair, butt, female, fur, genitals, hair, hands behind head, kneeling,  │\n",
       "│    looking at viewer, looking back, looking back at viewer, nipples, novelai, nude, outside, pawpads, plant,    │\n",
       "│      pussy, red body, red fur, solo, white body, white fur, chikais, fox, red fox, colored, digital media       │\n",
       "│                                             \\(artwork\\), watermark                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_novelai\\dd37039adc7a1da7ff34b48d076ccd60.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, breasts, brown eyes, brown hair, butt, female, fur, genitals, hair, hands behind head, kneeling, │\n", "│ looking at viewer, looking back, looking back at viewer, nipples, novelai, nude, outside, pawpads, plant, │\n", "│ pussy, red body, red fur, solo, white body, white fur, chikais, fox, red fox, colored, digital media │\n", "│ \\(artwork\\), watermark │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2319386.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2319386.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\e175a9691f975e291b13ac77864c62b4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, armpit hair, belly, body hair, bottomwear, brown body, brown fur, bulge, clothing, fur, humanoid hands, │\n",
       "│    loincloth, male, moobs, navel, nipples, overweight, overweight anthro, overweight male, solo, weapon, by     │\n",
       "│              seatohao, lifewonders, tokyo afterschool summoners, kimun kamui \\(tas\\), bear, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\e175a9691f975e291b13ac77864c62b4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armpit hair, belly, body hair, bottomwear, brown body, brown fur, bulge, clothing, fur, humanoid hands, │\n", "│ loincloth, male, moobs, navel, nipples, overweight, overweight anthro, overweight male, solo, weapon, by │\n", "│ seatohao, lifewonders, tokyo afterschool summoners, kimun kamui \\(tas\\), bear, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2319387.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2319387.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\3872763dc99b3e249727b8465015946d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, armpit hair, balls, belly, body hair, bottomwear, brown body, brown fur, clothing, flaccid, foreskin,  │\n",
       "│   fur, genitals, humanoid genitalia, humanoid hands, humanoid penis, loincloth, male, moobs, navel, nipples,    │\n",
       "│ overweight, overweight anthro, overweight male, penis, solo, thick foreskin, weapon, by seatohao, lifewonders,  │\n",
       "│                         tokyo afterschool summoners, kimun kamui \\(tas\\), bear, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\3872763dc99b3e249727b8465015946d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armpit hair, balls, belly, body hair, bottomwear, brown body, brown fur, clothing, flaccid, foreskin, │\n", "│ fur, genitals, humanoid genitalia, humanoid hands, humanoid penis, loincloth, male, moobs, navel, nipples, │\n", "│ overweight, overweight anthro, overweight male, penis, solo, thick foreskin, weapon, by seatohao, lifewonders, │\n", "│ tokyo afterschool summoners, kimun kamui \\(tas\\), bear, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2335664.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2335664.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\71eb07272ad2ab5807cd2866c2b85e12.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, blush, clothing, facial hair, fur, hair, hat, headgear, headwear, male, mongolian, mongolian clothing,  │\n",
       "│  nipples, simple background, solo, white background, yellow eyes, by seatohao, lifewonders, tokyo afterschool   │\n",
       "│                                            summoners, temujin, wolf                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\71eb07272ad2ab5807cd2866c2b85e12.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, blush, clothing, facial hair, fur, hair, hat, headgear, headwear, male, mongolian, mongolian clothing, │\n", "│ nipples, simple background, solo, white background, yellow eyes, by seatohao, lifewonders, tokyo afterschool │\n", "│ summoners, temujin, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2350214.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2350214.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\431ccf6ab2c0e2bf240325e02f0dcf1e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, canon couple, clothed, clothing, duo, eyewear, fur, glasses, group, hat, headgear, headwear,       │\n",
       "│   interspecies, male, romantic, romantic ambiance, romantic couple, simple background, topwear, by seatohao,    │\n",
       "│               night in the woods, angus delaney, gregg lee, bear, fox, digital media \\(artwork\\)                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\431ccf6ab2c0e2bf240325e02f0dcf1e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, canon couple, clothed, clothing, duo, eyewear, fur, glasses, group, hat, headgear, headwear, │\n", "│ interspecies, male, romantic, romantic ambiance, romantic couple, simple background, topwear, by seatohao, │\n", "│ night in the woods, angus delaney, gregg lee, bear, fox, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2364139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2364139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\27e02eaf4ecdf6802e0f4448c4986bf6.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, accessory, anthro, bottomwear, clothed, clothing, fur, grey body, grey fur, hands behind head, headband,  │\n",
       "│  loincloth, looking at viewer, male, muscular, muscular anthro, muscular male, nipples, one eye closed, solo,   │\n",
       "│    topless, yellow eyes, by seatohao, lifewonders, tokyo afterschool summoners, horkeu kamui \\(tas\\), wolf,     │\n",
       "│                                       alternate version at source, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\27e02eaf4ecdf6802e0f4448c4986bf6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, accessory, anthro, bottomwear, clothed, clothing, fur, grey body, grey fur, hands behind head, headband, │\n", "│ loincloth, looking at viewer, male, muscular, muscular anthro, muscular male, nipples, one eye closed, solo, │\n", "│ topless, yellow eyes, by seatohao, lifewonders, tokyo afterschool summoners, horkeu kamui \\(tas\\), wolf, │\n", "│ alternate version at source, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2372499.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2372499.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\e8f02833859bd5411aec7e0b1326d4a8.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anthro, armpit hair, athletic, athletic anthro, athletic male, ball fondling, balls, biped, body hair,   │\n",
       "│   brown body, brown fur, disembodied hand, duo, fondling, fur, genitals, grey body, grey fur, holding balls,    │\n",
       "│   humanoid genitalia, humanoid hands, humanoid penis, lying, male, mongolian, mongolian clothing, nipples, on   │\n",
       "│  back, penis, solo focus, tattoo, by seatohao, lifewonders, tokyo afterschool summoners, temujin, wolf, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\e8f02833859bd5411aec7e0b1326d4a8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, athletic, athletic anthro, athletic male, ball fondling, balls, biped, body hair, │\n", "│ brown body, brown fur, disembodied hand, duo, fondling, fur, genitals, grey body, grey fur, holding balls, │\n", "│ humanoid genitalia, humanoid hands, humanoid penis, lying, male, mongolian, mongolian clothing, nipples, on │\n", "│ back, penis, solo focus, tattoo, by seatohao, lifewonders, tokyo afterschool summoners, temujin, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2372556.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2372556.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\7a15128aa73b31273126b8372e292e65.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anthro, athletic, athletic anthro, athletic male, balls, biped, bodily fluids, clothing, cum,     │\n",
       "│     fingers, floatie, fur, genital fluids, genitals, grey body, grey fur, hat, headgear, headwear, humanoid     │\n",
       "│    genitalia, humanoid hands, humanoid penis, inflatable, male, multicolored body, multicolored fur, navel,     │\n",
       "│    nipples, pawpads, penis, pubes, solo, swimming trunks, swimwear, tattoo, two tone body, two tone fur, by     │\n",
       "│                    seatohao, lifewonders, tokyo afterschool summoners, temujin, wolf, hi res                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\7a15128aa73b31273126b8372e292e65.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, athletic, athletic anthro, athletic male, balls, biped, bodily fluids, clothing, cum, │\n", "│ fingers, floatie, fur, genital fluids, genitals, grey body, grey fur, hat, headgear, headwear, humanoid │\n", "│ genitalia, humanoid hands, humanoid penis, inflatable, male, multicolored body, multicolored fur, navel, │\n", "│ nipples, pawpads, penis, pubes, solo, swimming trunks, swimwear, tattoo, two tone body, two tone fur, by │\n", "│ seatohao, lifewonders, tokyo afterschool summoners, temujin, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2389688.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2389688.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\fd6396e1ff79d69b4619651e6e1cff4f.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, anthro, athletic, athletic anthro, athletic male, blush, body hair, brown body, brown fur, bulge,   │\n",
       "│   clothed, clothing, countershade arms, countershade face, countershade fur, countershade legs, countershade    │\n",
       "│ tail, countershade torso, countershading, facial hair, fangs, fur, goatee, green clothing, grey body, grey fur, │\n",
       "│      hand on hip, happy trail, headband, male, nipples, pecs, pubes, simple background, solo, tail, teeth,      │\n",
       "│ underwear, white background, white body, white clothing, white fur, white underwear, yellow body, yellow eyes,  │\n",
       "│                by seatohao, lifewonders, tokyo afterschool summoners, aba, temujin, wolf, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\fd6396e1ff79d69b4619651e6e1cff4f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, athletic, athletic anthro, athletic male, blush, body hair, brown body, brown fur, bulge, │\n", "│ clothed, clothing, countershade arms, countershade face, countershade fur, countershade legs, countershade │\n", "│ tail, countershade torso, countershading, facial hair, fangs, fur, goatee, green clothing, grey body, grey fur, │\n", "│ hand on hip, happy trail, headband, male, nipples, pecs, pubes, simple background, solo, tail, teeth, │\n", "│ underwear, white background, white body, white clothing, white fur, white underwear, yellow body, yellow eyes, │\n", "│ by seatohao, lifewonders, tokyo afterschool summoners, aba, temujin, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2433867.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2433867.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\fd1445afe93238cadc8346f3baf56458.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, abs, accessory, anthro, biped, black bottomwear, black claws, black clothing, black nose, black    │\n",
       "│  shorts, blue body, blue ears, blue eyes, blue fur, blue tail, blush, bottomwear, chest tuft, claws, clothed,   │\n",
       "│    clothing, eye scar, eyebrows, facial scar, finger claws, fingers, fur, headband, looking at viewer, male,    │\n",
       "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, navel, nipples, one eye closed,  │\n",
       "│     open mouth, pawpads, pink tongue, pubes, raised arm, scar, shorts, solo, standing, tail, teeth, tongue,     │\n",
       "│  topless, tuft, two tone body, two tone fur, wet, wet body, wet bottomwear, wet clothing, wet fur, white body,  │\n",
       "│                              white eyebrows, white fur, by seatohao, wolf, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\fd1445afe93238cadc8346f3baf56458.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abs, accessory, anthro, biped, black bottomwear, black claws, black clothing, black nose, black │\n", "│ shorts, blue body, blue ears, blue eyes, blue fur, blue tail, blush, bottomwear, chest tuft, claws, clothed, │\n", "│ clothing, eye scar, eyebrows, facial scar, finger claws, fingers, fur, headband, looking at viewer, male, │\n", "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, navel, nipples, one eye closed, │\n", "│ open mouth, pawpads, pink tongue, pubes, raised arm, scar, shorts, solo, standing, tail, teeth, tongue, │\n", "│ topless, tuft, two tone body, two tone fur, wet, wet body, wet bottomwear, wet clothing, wet fur, white body, │\n", "│ white eyebrows, white fur, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2433872.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2433872.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\ff9a94e3ef1263f8175150751d01bd2c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, accessory, anthro, biped, black bottomwear, black claws, black clothing, black nose, black shorts,  │\n",
       "│ blue body, blue ears, blue eyes, blue fur, blue tail, blush, bottomwear, chest tuft, claws, clothed, clothing,  │\n",
       "│ eye scar, eyebrows, facial scar, finger claws, fingers, fully clothed, fur, headband, looking at viewer, male,  │\n",
       "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, navel, nipples, one eye closed,  │\n",
       "│ open mouth, pawpads, pink tongue, pubes, raised arm, scar, shirt, shorts, solo, standing, tail, teeth, tongue,  │\n",
       "│  topwear, translucent, translucent clothing, translucent shirt, translucent topwear, tuft, two tone body, two   │\n",
       "│ tone fur, wet, wet body, wet bottomwear, wet clothing, wet fur, wet shirt, wet shorts, wet topwear, white body, │\n",
       "│        white clothing, white eyebrows, white fur, white shirt, white topwear, by seatohao, wolf, hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\ff9a94e3ef1263f8175150751d01bd2c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, accessory, anthro, biped, black bottomwear, black claws, black clothing, black nose, black shorts, │\n", "│ blue body, blue ears, blue eyes, blue fur, blue tail, blush, bottomwear, chest tuft, claws, clothed, clothing, │\n", "│ eye scar, eyebrows, facial scar, finger claws, fingers, fully clothed, fur, headband, looking at viewer, male, │\n", "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, navel, nipples, one eye closed, │\n", "│ open mouth, pawpads, pink tongue, pubes, raised arm, scar, shirt, shorts, solo, standing, tail, teeth, tongue, │\n", "│ topwear, translucent, translucent clothing, translucent shirt, translucent topwear, tuft, two tone body, two │\n", "│ tone fur, wet, wet body, wet bottomwear, wet clothing, wet fur, wet shirt, wet shorts, wet topwear, white body, │\n", "│ white clothing, white eyebrows, white fur, white shirt, white topwear, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2658855.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2658855.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                      E:\\training_dir\\by_seatohao\\4ef6e494632e7edee4b212a219ffa3dc.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, clothing, fur, hair, male, simple background, solo, by seatohao, digital media \\(artwork\\), hi res │\n",
       "└────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\4ef6e494632e7edee4b212a219ffa3dc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, clothing, fur, hair, male, simple background, solo, by seatohao, digital media \\(artwork\\), hi res │\n", "└────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2658860.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2658860.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\750a2bed6d7f195c0238457e044cf582.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, armpit hair, biceps, body hair, bottomwear, clothing, fur, hair, male, muscular, muscular anthro,  │\n",
       "│                       muscular male, nipples, pecs, scar, solo, by seatohao, wolf, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\750a2bed6d7f195c0238457e044cf582.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, biceps, body hair, bottomwear, clothing, fur, hair, male, muscular, muscular anthro, │\n", "│ muscular male, nipples, pecs, scar, solo, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2749297.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2749297.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\79343442914aedd1c99bcc77f6105049.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, biceps, black nose, bottomwear, clothing, facial hair, fur, male, muscular, muscular anthro, muscular  │\n",
       "│       male, simple background, solo, white body, white fur, by seatohao, bear, polar bear, ursine, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\79343442914aedd1c99bcc77f6105049.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, biceps, black nose, bottomwear, clothing, facial hair, fur, male, muscular, muscular anthro, muscular │\n", "│ male, simple background, solo, white body, white fur, by seatohao, bear, polar bear, ursine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2749301.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2749301.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\1933b30523df6c06070b5d941c8cd543.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, belt, bottomwear, chest tuft, clothed, clothing, fingerless gloves, fur, gloves, hair, handwear,  │\n",
       "│ male, muscular, muscular anthro, muscular male, partially clothed, pecs, solo, tuft, by seatohao, wolf, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\1933b30523df6c06070b5d941c8cd543.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, belt, bottomwear, chest tuft, clothed, clothing, fingerless gloves, fur, gloves, hair, handwear, │\n", "│ male, muscular, muscular anthro, muscular male, partially clothed, pecs, solo, tuft, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2764728.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2764728.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\cf37404f0df8eeb905ce40cceeb851b5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, balls, clothing, erection, eyewear, genitals, glasses, male, masturbation, muscular, muscular anthro,  │\n",
       "│    muscular male, nipples, penile, penile masturbation, penis, scar, solo, tracksuit, by seatohao, odd taxi,    │\n",
       "│                            sekiguchi \\(odd taxi\\), bear, polar bear, ursine, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\cf37404f0df8eeb905ce40cceeb851b5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, clothing, erection, eyewear, genitals, glasses, male, masturbation, muscular, muscular anthro, │\n", "│ muscular male, nipples, penile, penile masturbation, penis, scar, solo, tracksuit, by seatohao, odd taxi, │\n", "│ sekiguchi \\(odd taxi\\), bear, polar bear, ursine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2917497.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2917497.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\f55946e5dfb597e645eee2eba7b33a31.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, barazoku, beard, biceps, black nose, black pawpads, bodily fluids, butt, cheek tuft, claws, clothed,   │\n",
       "│  clothing, facial hair, facial tuft, fur, hair, hand on hip, jockstrap, looking away, male, muscular, muscular  │\n",
       "│ male, pawpads, pose, scar, short hair, simple background, solo, standing, sweat, sweatdrop, three-quarter view, │\n",
       "│ topless, topless anthro, topless male, triceps, tuft, underwear, white background, white body, white fur, white │\n",
       "│                  hair, by seatohao, bear, polar bear, ursine, portrait, three-quarter portrait                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\f55946e5dfb597e645eee2eba7b33a31.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, barazoku, beard, biceps, black nose, black pawpads, bodily fluids, butt, cheek tuft, claws, clothed, │\n", "│ clothing, facial hair, facial tuft, fur, hair, hand on hip, jockstrap, looking away, male, muscular, muscular │\n", "│ male, pawpads, pose, scar, short hair, simple background, solo, standing, sweat, sweatdrop, three-quarter view, │\n", "│ topless, topless anthro, topless male, triceps, tuft, underwear, white background, white body, white fur, white │\n", "│ hair, by seatohao, bear, polar bear, ursine, portrait, three-quarter portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\2957698.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m2957698.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\8506b12e218b45c27ad986a5a7668b0d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, balls, blush, bottomwear, bottomwear down, clothed, clothing, countershading, erection, eyewear,  │\n",
       "│   fingerless gloves, foreskin, genitals, gloves, goggles, handwear, humanoid genitalia, humanoid penis, male,   │\n",
       "│  muscular, muscular anthro, muscular male, nipples, partially clothed, pecs, penis, shorts, shorts down, solo,  │\n",
       "│     swimwear, by november hao, by seatohao, lifewonders, live a hero, barrel \\(live a hero\\), wolf, hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\8506b12e218b45c27ad986a5a7668b0d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, balls, blush, bottomwear, bottomwear down, clothed, clothing, countershading, erection, eyewear, │\n", "│ fingerless gloves, foreskin, genitals, gloves, goggles, handwear, humanoid genitalia, humanoid penis, male, │\n", "│ muscular, muscular anthro, muscular male, nipples, partially clothed, pecs, penis, shorts, shorts down, solo, │\n", "│ swimwear, by november hao, by seatohao, lifewonders, live a hero, barrel \\(live a hero\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3070781.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3070781.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\69bdee68b56e127c4bd98ff104fc55b1.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anthro, armpit hair, biceps, biped, body hair, bottomwear, brown body, brown fur, brown    │\n",
       "│ stripes, claws, clothed, clothing, eyebrows, facial hair, feet, fingers, footwear, fully clothed, fur, goatee,  │\n",
       "│  hair, looking at viewer, male, muscular, muscular anthro, muscular male, muscular thighs, open shorts, pecs,   │\n",
       "│    pose, quads, shirt, shorts, socks, solo, striped body, striped fur, stripes, tank top, toe claws, toeless    │\n",
       "│   footwear, toeless socks, toes, topwear, triceps, unbuttoned, unbuttoned bottomwear, underwear, white body,    │\n",
       "│            white fur, white hair, by seatohao, pantherine, tiger, digital media \\(artwork\\), hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\69bdee68b56e127c4bd98ff104fc55b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, armpit hair, biceps, biped, body hair, bottomwear, brown body, brown fur, brown │\n", "│ stripes, claws, clothed, clothing, eyebrows, facial hair, feet, fingers, footwear, fully clothed, fur, goatee, │\n", "│ hair, looking at viewer, male, muscular, muscular anthro, muscular male, muscular thighs, open shorts, pecs, │\n", "│ pose, quads, shirt, shorts, socks, solo, striped body, striped fur, stripes, tank top, toe claws, toeless │\n", "│ footwear, toeless socks, toes, topwear, triceps, unbuttoned, unbuttoned bottomwear, underwear, white body, │\n", "│ white fur, white hair, by seatohao, pantherine, tiger, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3300090.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3300090.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\8f4bdeed155e4622fa0e6b250e79d68d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, ball fondling, balls, biceps, body hair, clothing, condom, facial hair, fondling, genitals, glans, │\n",
       "│  goatee, happy trail, humanoid genitalia, humanoid penis, looking at viewer, male, muscular, muscular anthro,   │\n",
       "│   muscular male, nipples, pecs, penis, pubes, sexual barrier device, simple background, solo, triceps, vein,    │\n",
       "│                      veiny penis, white background, by seatohao, pantherine, tiger, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\8f4bdeed155e4622fa0e6b250e79d68d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, ball fondling, balls, biceps, body hair, clothing, condom, facial hair, fondling, genitals, glans, │\n", "│ goatee, happy trail, humanoid genitalia, humanoid penis, looking at viewer, male, muscular, muscular anthro, │\n", "│ muscular male, nipples, pecs, penis, pubes, sexual barrier device, simple background, solo, triceps, vein, │\n", "│ veiny penis, white background, by seatohao, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318231.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318231.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\04c23b264130e495ebad00245ef1c44b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abs, anthro, bow tie, box, boxers \\(clothing\\), bulge, claws, clothed, clothing, container, dress shirt,     │\n",
       "│  eyebrows, fur, heart boxers, heart clothing, heart pattern underwear, heart symbol, heart underwear, jacket,   │\n",
       "│   looking at viewer, male, muscular, muscular anthro, muscular male, navel, open clothing, open jacket, open    │\n",
       "│   shirt, open topwear, pecs, shirt, simple background, sitting, smile, solo, teeth, topwear, tuft, underwear,   │\n",
       "│        white background, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\04c23b264130e495ebad00245ef1c44b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, bow tie, box, boxers \\(clothing\\), bulge, claws, clothed, clothing, container, dress shirt, │\n", "│ eyebrows, fur, heart boxers, heart clothing, heart pattern underwear, heart symbol, heart underwear, jacket, │\n", "│ looking at viewer, male, muscular, muscular anthro, muscular male, navel, open clothing, open jacket, open │\n", "│ shirt, open topwear, pecs, shirt, simple background, sitting, smile, solo, teeth, topwear, tuft, underwear, │\n", "│ white background, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318240.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318240.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\b92c650897fe22fad65945f4ba83ef9e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bottomwear, clothed, clothing, dress shirt, eyebrows, eyewear, footwear, fur, heart clothing, heart   │\n",
       "│ symbol, heart underwear, jacket, looking at viewer, male, necktie, open clothing, open jacket, open mouth, open │\n",
       "│ shirt, open smile, open topwear, pants, shirt, shoes, simple background, sitting, smile, solo, standing, suit,  │\n",
       "│  sunglasses, teeth, tongue, topwear, tuft, unbuttoned pants, underwear, unzipped, white background, zipper, by  │\n",
       "│                   seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\b92c650897fe22fad65945f4ba83ef9e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bottomwear, clothed, clothing, dress shirt, eyebrows, eyewear, footwear, fur, heart clothing, heart │\n", "│ symbol, heart underwear, jacket, looking at viewer, male, necktie, open clothing, open jacket, open mouth, open │\n", "│ shirt, open smile, open topwear, pants, shirt, shoes, simple background, sitting, smile, solo, standing, suit, │\n", "│ sunglasses, teeth, tongue, topwear, tuft, unbuttoned pants, underwear, unzipped, white background, zipper, by │\n", "│ seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318245.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318245.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\f1acc4a05a794c9c938ca45b5227356a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, blush, clothed, clothing, eyebrows, fur, hood, looking at viewer, male, muscular, muscular anthro, │\n",
       "│ muscular male, onesie, pecs, simple background, sitting, smile, solo, teeth, tuft, unzipped, white background,  │\n",
       "│             zipper, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\f1acc4a05a794c9c938ca45b5227356a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, blush, clothed, clothing, eyebrows, fur, hood, looking at viewer, male, muscular, muscular anthro, │\n", "│ muscular male, onesie, pecs, simple background, sitting, smile, solo, teeth, tuft, unzipped, white background, │\n", "│ zipper, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318247.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318247.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\3774d5e4ceb0c0f895ac90ee2322bae3.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, big penis, blush, clothed, clothing, erection, eyebrows, foreskin, fur, genitals, hood, humanoid  │\n",
       "│   genitalia, humanoid penis, looking at viewer, male, muscular, muscular anthro, muscular male, onesie, pecs,   │\n",
       "│   penis, simple background, sitting, smile, solo, teeth, thick penis, tuft, unzipped, vein, white background,   │\n",
       "│             zipper, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\3774d5e4ceb0c0f895ac90ee2322bae3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, big penis, blush, clothed, clothing, erection, eyebrows, foreskin, fur, genitals, hood, humanoid │\n", "│ genitalia, humanoid penis, looking at viewer, male, muscular, muscular anthro, muscular male, onesie, pecs, │\n", "│ penis, simple background, sitting, smile, solo, teeth, thick penis, tuft, unzipped, vein, white background, │\n", "│ zipper, by seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318873.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318873.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\4e521d4422a8f90027fc8e627ddf486c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abs, anthro, belt, bottomwear, claws, clothed, clothing, eyebrows, fur, jacket, looking at viewer, male,     │\n",
       "│ muscular, muscular anthro, muscular male, navel, necktie, open clothing, open jacket, open shirt, open topwear, │\n",
       "│  pants, pecs, shirt, simple background, sitting, smile, solo, suit, teeth, topwear, tuft, white background, by  │\n",
       "│                   seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\4e521d4422a8f90027fc8e627ddf486c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, belt, bottomwear, claws, clothed, clothing, eyebrows, fur, jacket, looking at viewer, male, │\n", "│ muscular, muscular anthro, muscular male, navel, necktie, open clothing, open jacket, open shirt, open topwear, │\n", "│ pants, pecs, shirt, simple background, sitting, smile, solo, suit, teeth, topwear, tuft, white background, by │\n", "│ seatohao, dreamworks, the bad guys, mr. wolf \\(the bad guys\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3318874.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3318874.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\49716a24a356e854cc2481f8ba00b1a9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anthro, anthro on anthro, belt, bent over, bottomwear, bracelet, claws, clothed, clothing, dress, duo,   │\n",
       "│     eyebrows, eyelashes, female, fur, interspecies, jacket, jewelry, looking at another, male, male/female,     │\n",
       "│   muscular, muscular anthro, muscular male, navel, necklace, necktie, open clothing, open jacket, open shirt,   │\n",
       "│     open topwear, pants, pecs, shirt, simple background, sitting, smile, suit, teeth, topwear, tuft, white      │\n",
       "│  background, by seatohao, dreamworks, the bad guys, diane foxington, mr. wolf \\(the bad guys\\), fox, wolf, hi   │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\49716a24a356e854cc2481f8ba00b1a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, anthro on anthro, belt, bent over, bottomwear, bracelet, claws, clothed, clothing, dress, duo, │\n", "│ eyebrows, eyelashes, female, fur, interspecies, jacket, jewelry, looking at another, male, male/female, │\n", "│ muscular, muscular anthro, muscular male, navel, necklace, necktie, open clothing, open jacket, open shirt, │\n", "│ open topwear, pants, pecs, shirt, simple background, sitting, smile, suit, teeth, topwear, tuft, white │\n", "│ background, by seatohao, dreamworks, the bad guys, diane foxington, mr. wolf \\(the bad guys\\), fox, wolf, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3338817.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3338817.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\e5da087505c3dc79478cc0a24b32bdae.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, clothing, duo, embrace, feral, fur, hat, headgear, headwear, hug, male, open mouth, scales, suit,    │\n",
       "│ wrapped, by seatohao, dreamworks, the bad guys, mr. snake \\(the bad guys\\), mr. wolf \\(the bad guys\\), reptile, │\n",
       "│                                           scalie, snake, wolf, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\e5da087505c3dc79478cc0a24b32bdae.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, clothing, duo, embrace, feral, fur, hat, headgear, headwear, hug, male, open mouth, scales, suit, │\n", "│ wrapped, by seatohao, dreamworks, the bad guys, mr. snake \\(the bad guys\\), mr. wolf \\(the bad guys\\), reptile, │\n", "│ scalie, snake, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3488938.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3488938.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\59be061c8a67d64cf4c2259eb13c6f8d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anthro, biceps, black nipples, black nose, facial piercing, fingers, fur, male, musclegut, muscular, │\n",
       "│      muscular anthro, muscular male, nipple piercing, nipples, nose piercing, nude, pecs, piercing, simple      │\n",
       "│             background, solo, white body, white fur, by seatohao, bear, polar bear, ursine, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\59be061c8a67d64cf4c2259eb13c6f8d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, biceps, black nipples, black nose, facial piercing, fingers, fur, male, musclegut, muscular, │\n", "│ muscular anthro, muscular male, nipple piercing, nipples, nose piercing, nude, pecs, piercing, simple │\n", "│ background, solo, white body, white fur, by seatohao, bear, polar bear, ursine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3493974.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3493974.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\18e9f5f7740acdde4d2634c2d0500e98.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, balls, barazoku, bodily fluids, brown body, brown hair, clenched teeth, dipstick tail, erection,  │\n",
       "│     genitals, hair, hands above head, humanoid genetalia, humanoid genitalia, humanoid penis, kneeling, leg     │\n",
       "│    bracelet, looking at genitalia, looking at own penis, looking at penis, looking at self, male, markings,     │\n",
       "│    muscular, muscular anthro, muscular male, nipples, pecs, penis, restrained arms, simple background, solo,    │\n",
       "│ sweat, sweatdrop, tail, tail markings, teeth, teeth showing, towel, towel only, white background, yellow eyes,  │\n",
       "│                                            by seatohao, wolf, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\18e9f5f7740acdde4d2634c2d0500e98.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, balls, barazoku, bodily fluids, brown body, brown hair, clenched teeth, dipstick tail, erection, │\n", "│ genitals, hair, hands above head, humanoid genetalia, humanoid genitalia, humanoid penis, kneeling, leg │\n", "│ bracelet, looking at genitalia, looking at own penis, looking at penis, looking at self, male, markings, │\n", "│ muscular, muscular anthro, muscular male, nipples, pecs, penis, restrained arms, simple background, solo, │\n", "│ sweat, sweatdrop, tail, tail markings, teeth, teeth showing, towel, towel only, white background, yellow eyes, │\n", "│ by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3722211.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3722211.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\29c23ccac717885638dee042bef30384.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, back muscles, backsack, balls, beach, black nose, brown hair, butt, fur, genitals, hair, looking at   │\n",
       "│ viewer, looking back, looking back at viewer, lying, male, mane, mane hair, muscular, muscular anthro, muscular │\n",
       "│    male, nude, nude anthro, nude beach, nude male, on front, outdoor nudity, outside, presenting, presenting    │\n",
       "│  hindquarters, seaside, short hair, smile, solo, spread legs, spreading, tail, tail aside, three-quarter view,  │\n",
       "│                                white body, white fur, by seatohao, wolf, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\29c23ccac717885638dee042bef30384.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, back muscles, backsack, balls, beach, black nose, brown hair, butt, fur, genitals, hair, looking at │\n", "│ viewer, looking back, looking back at viewer, lying, male, mane, mane hair, muscular, muscular anthro, muscular │\n", "│ male, nude, nude anthro, nude beach, nude male, on front, outdoor nudity, outside, presenting, presenting │\n", "│ hindquarters, seaside, short hair, smile, solo, spread legs, spreading, tail, tail aside, three-quarter view, │\n", "│ white body, white fur, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3744786.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3744786.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\07ef44f993ac0c444b91f0d6b1b075d2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, accessory, armpit hair, balls, barazoku, biceps, body hair, clothing, clothing aside, cock ring, collar,  │\n",
       "│   facial hair, furniture, genitals, glans, goatee, happy trail, humanoid genitalia, humanoid penis, jewelry,    │\n",
       "│     jockstrap, looking at viewer, lying, male, muscular, nipples, nude, pecs, penis, penis accessory, penis     │\n",
       "│    jewelry, presenting, pubes, sofa, solo, triceps, underwear, vein, veiny penis, by seatohao, wolf, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\07ef44f993ac0c444b91f0d6b1b075d2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, accessory, armpit hair, balls, barazoku, biceps, body hair, clothing, clothing aside, cock ring, collar, │\n", "│ facial hair, furniture, genitals, glans, goatee, happy trail, humanoid genitalia, humanoid penis, jewelry, │\n", "│ jockstrap, looking at viewer, lying, male, muscular, nipples, nude, pecs, penis, penis accessory, penis │\n", "│ jewelry, presenting, pubes, sofa, solo, triceps, underwear, vein, veiny penis, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3744794.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3744794.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\53f40da0da3394c5dd4a135df58786de.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, armpit hair, barazoku, biceps, body hair, facial hair, flaccid, foreskin, genitals, goatee, hand  │\n",
       "│   on head, happy trail, humanoid genitalia, humanoid penis, lying, male, muscular, muscular anthro, muscular    │\n",
       "│  male, nipples, nude, pecs, penis, pubes, simple background, solo, triceps, unretracted foreskin, vein, veiny   │\n",
       "│                               penis, white background, by seatohao, wolf, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\53f40da0da3394c5dd4a135df58786de.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, barazoku, biceps, body hair, facial hair, flaccid, foreskin, genitals, goatee, hand │\n", "│ on head, happy trail, humanoid genitalia, humanoid penis, lying, male, muscular, muscular anthro, muscular │\n", "│ male, nipples, nude, pecs, penis, pubes, simple background, solo, triceps, unretracted foreskin, vein, veiny │\n", "│ penis, white background, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3772152.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3772152.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\6b15a366015ff628dc99b6e84f956663.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, bed, butt, camera, clothed, clothing, collar, condom, condom in mouth, duo, furniture, imminent   │\n",
       "│ sex, jockstrap, jockstrap only, male, male/male, mouth hold, muscular, muscular male, nipples, nude, object in  │\n",
       "│   mouth, pecs, recording, scar, sexual barrier device, smile, topless, underwear, underwear only, undressing,   │\n",
       "│               unused condom, wrapped condom, by seatohao, bear, polar bear, ursine, wolf, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\6b15a366015ff628dc99b6e84f956663.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, bed, butt, camera, clothed, clothing, collar, condom, condom in mouth, duo, furniture, imminent │\n", "│ sex, jockstrap, jockstrap only, male, male/male, mouth hold, muscular, muscular male, nipples, nude, object in │\n", "│ mouth, pecs, recording, scar, sexual barrier device, smile, topless, underwear, underwear only, undressing, │\n", "│ unused condom, wrapped condom, by seatohao, bear, polar bear, ursine, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3772156.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3772156.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\e526ed83aafca531bf23f9fa9150356a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abs, anthro, bed, blep, butt, camera, clothed, clothing, collar, condom, duo, furniture, imminent sex,      │\n",
       "│ jockstrap, jockstrap only, male, male/male, muscular, muscular male, nipples, nude, on bed, pecs, scar, sexual  │\n",
       "│  barrier device, smile, tongue, tongue out, topless, underwear, underwear only, unused condom, wrapped condom,  │\n",
       "│                               by seatohao, bear, polar bear, ursine, wolf, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\e526ed83aafca531bf23f9fa9150356a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, bed, blep, butt, camera, clothed, clothing, collar, condom, duo, furniture, imminent sex, │\n", "│ jockstrap, jockstrap only, male, male/male, muscular, muscular male, nipples, nude, on bed, pecs, scar, sexual │\n", "│ barrier device, smile, tongue, tongue out, topless, underwear, underwear only, unused condom, wrapped condom, │\n", "│ by seatohao, bear, polar bear, ursine, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3772160.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3772160.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\f53baa44083b4fba0d09b0a5cbac56dd.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, butt, collar, confusion, disappointed, door, duo, male, male/male, muscular, muscular male, nude, scar, │\n",
       "│                     sleeping, surprise, by seatohao, bear, polar bear, ursine, wolf, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\f53baa44083b4fba0d09b0a5cbac56dd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, butt, collar, confusion, disappointed, door, duo, male, male/male, muscular, muscular male, nude, scar, │\n", "│ sleeping, surprise, by seatohao, bear, polar bear, ursine, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3809472.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3809472.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\200696895ed7d4372cb44c25b6977a31.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│       abs, anthro, anus, balls, bdsm, blindfold, bondage, bondage gear, bound, butt, chain, chained, cuff       │\n",
       "│  \\(restraint\\), erection, fur, gag, gagged, genitals, hands behind head, legs up, male, markings, multicolored  │\n",
       "│  body, multicolored fur, muscular, muscular anthro, muscular male, muscular sub, nipple piercing, nipple ring,  │\n",
       "│ nipples, nude, pawpads, pecs, penis, piercing, pink anus, pink penis, pink tongue, presenting, presenting anus, │\n",
       "│    presenting hindquarters, purple body, purple fur, raised arm, restraints, ring gag, ring piercing, simple    │\n",
       "│      background, solo, spread legs, spreading, stripes, submissive, submissive male, suspended in midair,       │\n",
       "│    suspension, suspension bondage, tail, tail markings, tail tuft, teeth, tongue, tuft, white background, by    │\n",
       "│                              seatohao, sadiend, feline, pantherine, tiger, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\200696895ed7d4372cb44c25b6977a31.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, anus, balls, bdsm, blindfold, bondage, bondage gear, bound, butt, chain, chained, cuff │\n", "│ \\(restraint\\), erection, fur, gag, gagged, genitals, hands behind head, legs up, male, markings, multicolored │\n", "│ body, multicolored fur, muscular, muscular anthro, muscular male, muscular sub, nipple piercing, nipple ring, │\n", "│ nipples, nude, pawpads, pecs, penis, piercing, pink anus, pink penis, pink tongue, presenting, presenting anus, │\n", "│ presenting hindquarters, purple body, purple fur, raised arm, restraints, ring gag, ring piercing, simple │\n", "│ background, solo, spread legs, spreading, stripes, submissive, submissive male, suspended in midair, │\n", "│ suspension, suspension bondage, tail, tail markings, tail tuft, teeth, tongue, tuft, white background, by │\n", "│ seatohao, sadiend, feline, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3809480.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3809480.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\57be8d37e2dc729b071351317fc67ae5.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, anus, balls, bdsm, blindfold, bodily fluids, bondage, bondage gear, bound, butt, chain, chained,  │\n",
       "│  cuff \\(restraint\\), cum, cum drip, cum in ass, cum in mouth, cum inside, cum on face, cum on penis, dripping,  │\n",
       "│  erection, fur, gag, gagged, gaping, gaping anus, genital fluids, genitals, hands behind head, legs up, male,   │\n",
       "│  markings, multicolored body, multicolored fur, muscular, muscular anthro, muscular male, muscular sub, nipple  │\n",
       "│    piercing, nipple ring, nipples, nude, pawpads, pecs, penis, piercing, pink anus, pink penis, pink tongue,    │\n",
       "│   presenting, presenting anus, presenting hindquarters, purple body, purple fur, raised arm, restraints, ring   │\n",
       "│   gag, ring piercing, simple background, solo, spread legs, spreading, stripes, submissive, submissive male,    │\n",
       "│ suspended in midair, suspension, suspension bondage, tail, tail markings, tail tuft, teeth, tongue, tuft, white │\n",
       "│                       background, by seatohao, sadiend, feline, pantherine, tiger, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\57be8d37e2dc729b071351317fc67ae5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, anus, balls, bdsm, blindfold, bodily fluids, bondage, bondage gear, bound, butt, chain, chained, │\n", "│ cuff \\(restraint\\), cum, cum drip, cum in ass, cum in mouth, cum inside, cum on face, cum on penis, dripping, │\n", "│ erection, fur, gag, gagged, gaping, gaping anus, genital fluids, genitals, hands behind head, legs up, male, │\n", "│ markings, multicolored body, multicolored fur, muscular, muscular anthro, muscular male, muscular sub, nipple │\n", "│ piercing, nipple ring, nipples, nude, pawpads, pecs, penis, piercing, pink anus, pink penis, pink tongue, │\n", "│ presenting, presenting anus, presenting hindquarters, purple body, purple fur, raised arm, restraints, ring │\n", "│ gag, ring piercing, simple background, solo, spread legs, spreading, stripes, submissive, submissive male, │\n", "│ suspended in midair, suspension, suspension bondage, tail, tail markings, tail tuft, teeth, tongue, tuft, white │\n", "│ background, by seatohao, sadiend, feline, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3836267.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3836267.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\76674ab6f3eadfc647fc5a359b06a00c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, balls, beard, big muscles, big pecs, bodily fluids, breath, brown hair, bulge, clothed, clothing, cum,  │\n",
       "│    cum in clothing, cum through clothing, duo, erection, facial hair, facial piercing, fur, genital fluids,     │\n",
       "│  genitals, hair, horn, jockstrap, jockstrap only, licking, licking lips, lying, male, male/male, mostly nude,   │\n",
       "│  muscular, muscular anthro, muscular male, nipple piercing, nipple ring, nipples, nose piercing, nose ring, on  │\n",
       "│    back, on front, pecs, piercing, ring piercing, sweat, tenting, tongue, tongue out, topless, translucent,     │\n",
       "│ translucent clothing, underwear, underwear only, wet, wet clothing, white body, white fur, by seatohao, bovid,  │\n",
       "│                                             bovine, cattle, hi res                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\76674ab6f3eadfc647fc5a359b06a00c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, beard, big muscles, big pecs, bodily fluids, breath, brown hair, bulge, clothed, clothing, cum, │\n", "│ cum in clothing, cum through clothing, duo, erection, facial hair, facial piercing, fur, genital fluids, │\n", "│ genitals, hair, horn, jockstrap, jockstrap only, licking, licking lips, lying, male, male/male, mostly nude, │\n", "│ muscular, muscular anthro, muscular male, nipple piercing, nipple ring, nipples, nose piercing, nose ring, on │\n", "│ back, on front, pecs, piercing, ring piercing, sweat, tenting, tongue, tongue out, topless, translucent, │\n", "│ translucent clothing, underwear, underwear only, wet, wet clothing, white body, white fur, by seatohao, bovid, │\n", "│ bovine, cattle, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3855396.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3855396.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\5ee43b4c781f0fbcb4de124b8eaf7205.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abs, anthro, armpit hair, balls, biceps, big balls, black nose, blush, bodily fluids, body hair, clawed     │\n",
       "│   fingers, clothed, clothing, clothing lift, dripping, exposed, facial hair, flaccid, foreskin, fur, genital    │\n",
       "│    fluids, genitals, goatee, hand behind head, happy trail, male, manly, muscular arms, navel, nipples, open    │\n",
       "│ mouth, partially clothed, pawpads, pecs, penis, precum, precum drip, pubes, raised arm, raised clothing, raised │\n",
       "│ shirt, raised topwear, shirt, shirt lift, simple background, solo, standing, sweat, tail, tail motion, tailwag, │\n",
       "│ tan body, tan fur, tank top, teeth, tongue, tongue out, topwear, translucent, translucent clothing, translucent │\n",
       "│ shirt, translucent topwear, triceps, underwear, underwear down, white background, white clothing, white shirt,  │\n",
       "│                         white tank top, white topwear, yellow eyes, by seatohao, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\5ee43b4c781f0fbcb4de124b8eaf7205.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, balls, biceps, big balls, black nose, blush, bodily fluids, body hair, clawed │\n", "│ fingers, clothed, clothing, clothing lift, dripping, exposed, facial hair, flaccid, foreskin, fur, genital │\n", "│ fluids, genitals, goatee, hand behind head, happy trail, male, manly, muscular arms, navel, nipples, open │\n", "│ mouth, partially clothed, pawpads, pecs, penis, precum, precum drip, pubes, raised arm, raised clothing, raised │\n", "│ shirt, raised topwear, shirt, shirt lift, simple background, solo, standing, sweat, tail, tail motion, tailwag, │\n", "│ tan body, tan fur, tank top, teeth, tongue, tongue out, topwear, translucent, translucent clothing, translucent │\n", "│ shirt, translucent topwear, triceps, underwear, underwear down, white background, white clothing, white shirt, │\n", "│ white tank top, white topwear, yellow eyes, by seatohao, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\3889693.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m3889693.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\09d34fd9b78b408d8049a154177b1896.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, anthro, arm scar, badge, beard, bedroom eyes, bent over, biceps, big biceps, big brachioradialis,   │\n",
       "│   big extensor carpi, big muscles, big triceps, black clothing, black dress shirt, black hat, black headwear,   │\n",
       "│   black nose, black police hat, black shirt, black topwear, black vest, blue clothing, blue dress shirt, blue   │\n",
       "│  shirt, blue topwear, bottomless, bottomless anthro, bottomless male, brachioradialis, brown arms, brown back,  │\n",
       "│   brown beard, brown body, brown butt, brown ears, brown eyebrows, brown eyelids, brown face, brown fingers,    │\n",
       "│ brown fur, brown hands, brown head, brown inner ear, brown legs, brown neck, brown tail, butt, cheek tuft, chin │\n",
       "│      tuft, clock, closed smile, clothed, clothing, countershade arms, countershade body, countershade fur,      │\n",
       "│  countershade hands, countershade legs, countershade tail, countershading, crossed arms, dark beard, extensor   │\n",
       "│ carpi, eyebrows, eyelids, facial hair, facial scar, facial tuft, fingers, fluffy fur, fur, furgonomic headwear, │\n",
       "│   furgonomics, furniture, glistening, glistening body, glistening butt, glistening clothing, glistening fur,    │\n",
       "│ glistening hat, glistening headgear, glistening headwear, glistening legs, glistening metal, glistening tongue, │\n",
       "│   glistening wristwear, gold \\(metal\\), grey clothing, grey hat, grey headwear, half-closed eyes, hand scar,    │\n",
       "│  happy, hat, headgear, headwear, humanoid hands, inner ear fluff, leaning, leaning forward, light body, light   │\n",
       "│    eyes, light fur, looking aside, looking at viewer, looking away, male, manly, mature anthro, mature male,    │\n",
       "│    monotone back, monotone beard, monotone butt, monotone eyes, monotone fingers, monotone wristwear, mouth     │\n",
       "│   closed, multicolored body, multicolored clothing, multicolored dress shirt, multicolored fur, multicolored    │\n",
       "│  headwear, multicolored shirt, multicolored topwear, muscular, muscular anthro, muscular arms, muscular male,   │\n",
       "│   narrowed eyes, neck tuft, on sofa, pinup, police, police badge, police hat, police officer, police uniform,   │\n",
       "│     pose, scar, seductive, shirt, simple background, smile, smiling at viewer, sofa, solo, standing, steel,     │\n",
       "│  suggestive look, suggestive pose, tail, tan arms, tan body, tan countershading, tan face, tan fur, tan hands,  │\n",
       "│  tan head, tan legs, tan neck, tan tail, text, text on clothing, text on topwear, text on vest, three-quarter   │\n",
       "│   view, tongue, tongue out, topwear, triceps, tuft, two tone arms, two tone body, two tone clothing, two tone   │\n",
       "│   face, two tone fur, two tone hands, two tone hat, two tone head, two tone headwear, two tone inner ear, two   │\n",
       "│  tone legs, two tone neck, two tone police hat, two tone tail, two tone topwear, two tone vest, uniform, veiny  │\n",
       "│ arms, vest, watch, white background, white clothing, white dress shirt, white inner ear, white lighting, white  │\n",
       "│   shirt, white text, white topwear, white vest, wristwatch, yellow clothing, yellow dress shirt, yellow eyes,   │\n",
       "│  yellow shirt, yellow topwear, by seatohao, domestic dog, german shepherd, herding dog, pastoral dog, colored,  │\n",
       "│  digital drawing \\(artwork\\), digital media \\(artwork\\), english text, half-length portrait, portrait, simple   │\n",
       "│                                                     shading                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\09d34fd9b78b408d8049a154177b1896.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, arm scar, badge, beard, bedroom eyes, bent over, biceps, big biceps, big brachioradialis, │\n", "│ big extensor carpi, big muscles, big triceps, black clothing, black dress shirt, black hat, black headwear, │\n", "│ black nose, black police hat, black shirt, black topwear, black vest, blue clothing, blue dress shirt, blue │\n", "│ shirt, blue topwear, bottomless, bottomless anthro, bottomless male, brachioradialis, brown arms, brown back, │\n", "│ brown beard, brown body, brown butt, brown ears, brown eyebrows, brown eyelids, brown face, brown fingers, │\n", "│ brown fur, brown hands, brown head, brown inner ear, brown legs, brown neck, brown tail, butt, cheek tuft, chin │\n", "│ tuft, clock, closed smile, clothed, clothing, countershade arms, countershade body, countershade fur, │\n", "│ countershade hands, countershade legs, countershade tail, countershading, crossed arms, dark beard, extensor │\n", "│ carpi, eyebrows, eyelids, facial hair, facial scar, facial tuft, fingers, fluffy fur, fur, furgonomic headwear, │\n", "│ furgonomics, furniture, glistening, glistening body, glistening butt, glistening clothing, glistening fur, │\n", "│ glistening hat, glistening headgear, glistening headwear, glistening legs, glistening metal, glistening tongue, │\n", "│ glistening wristwear, gold \\(metal\\), grey clothing, grey hat, grey headwear, half-closed eyes, hand scar, │\n", "│ happy, hat, headgear, headwear, humanoid hands, inner ear fluff, leaning, leaning forward, light body, light │\n", "│ eyes, light fur, looking aside, looking at viewer, looking away, male, manly, mature anthro, mature male, │\n", "│ monotone back, monotone beard, monotone butt, monotone eyes, monotone fingers, monotone wristwear, mouth │\n", "│ closed, multicolored body, multicolored clothing, multicolored dress shirt, multicolored fur, multicolored │\n", "│ headwear, multicolored shirt, multicolored topwear, muscular, muscular anthro, muscular arms, muscular male, │\n", "│ narrowed eyes, neck tuft, on sofa, pinup, police, police badge, police hat, police officer, police uniform, │\n", "│ pose, scar, seductive, shirt, simple background, smile, smiling at viewer, sofa, solo, standing, steel, │\n", "│ suggestive look, suggestive pose, tail, tan arms, tan body, tan countershading, tan face, tan fur, tan hands, │\n", "│ tan head, tan legs, tan neck, tan tail, text, text on clothing, text on topwear, text on vest, three-quarter │\n", "│ view, tongue, tongue out, topwear, triceps, tuft, two tone arms, two tone body, two tone clothing, two tone │\n", "│ face, two tone fur, two tone hands, two tone hat, two tone head, two tone headwear, two tone inner ear, two │\n", "│ tone legs, two tone neck, two tone police hat, two tone tail, two tone topwear, two tone vest, uniform, veiny │\n", "│ arms, vest, watch, white background, white clothing, white dress shirt, white inner ear, white lighting, white │\n", "│ shirt, white text, white topwear, white vest, wristwatch, yellow clothing, yellow dress shirt, yellow eyes, │\n", "│ yellow shirt, yellow topwear, by seatohao, domestic dog, german shepherd, herding dog, pastoral dog, colored, │\n", "│ digital drawing \\(artwork\\), digital media \\(artwork\\), english text, half-length portrait, portrait, simple │\n", "│ shading │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4002017.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4002017.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\3164a57d919c5ceac16983f27373566b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, armpit hair, balls, beach umbrella, big penis, bodily fluids, body hair, eyes closed, facial hair, │\n",
       "│     flaccid, foreskin, genitals, male, muscular, muscular anthro, muscular male, nipples, nude, open mouth,     │\n",
       "│                   parasol, pecs, penis, sky, solo, sun, sweat, sweatdrop, by seatohao, hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\3164a57d919c5ceac16983f27373566b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, balls, beach umbrella, big penis, bodily fluids, body hair, eyes closed, facial hair, │\n", "│ flaccid, foreskin, genitals, male, muscular, muscular anthro, muscular male, nipples, nude, open mouth, │\n", "│ parasol, pecs, penis, sky, solo, sun, sweat, sweatdrop, by seatohao, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4005229.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4005229.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\f8452973f88eb08335b2eccbf2458ad0.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, accessory, amber eyes, anatomically correct, anatomically correct genitalia, anatomically correct penis,  │\n",
       "│   animal genitalia, animal penis, anthro, back muscles, balls, biceps, butt, cock ring, collar, collar only,    │\n",
       "│ erection, eyebrows, fur, genitals, grey background, grey body, grey fur, jewelry, knot, knot restraint, leash,  │\n",
       "│ leashed collar, male, muscular, muscular anthro, muscular male, muscular thighs, nude, penis, penis accessory,  │\n",
       "│   penis jewelry, pinup, pose, pubes, quads, simple background, smile, solo, tail, teeth, thick thighs, vein,    │\n",
       "│                   veiny penis, whiskers, by seatohao, wolf, digital media \\(artwork\\), hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\f8452973f88eb08335b2eccbf2458ad0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, accessory, amber eyes, anatomically correct, anatomically correct genitalia, anatomically correct penis, │\n", "│ animal genitalia, animal penis, anthro, back muscles, balls, biceps, butt, cock ring, collar, collar only, │\n", "│ erection, eyebrows, fur, genitals, grey background, grey body, grey fur, jewelry, knot, knot restraint, leash, │\n", "│ leashed collar, male, muscular, muscular anthro, muscular male, muscular thighs, nude, penis, penis accessory, │\n", "│ penis jewelry, pinup, pose, pubes, quads, simple background, smile, solo, tail, teeth, thick thighs, vein, │\n", "│ veiny penis, whiskers, by seatohao, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4005231.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4005231.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\0cedeb75460a6ef83d41b1f46fe00fa4.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abs, accessory, amber eyes, anthro, back muscles, balls, biceps, butt, cock ring, collar, collar only,      │\n",
       "│  erection, eyebrows, foreskin, fur, genitals, glans, grey background, grey body, grey fur, humanoid genitalia,  │\n",
       "│    humanoid penis, jewelry, leash, leashed collar, male, muscular, muscular anthro, muscular male, muscular     │\n",
       "│   thighs, nude, penis, penis accessory, penis jewelry, pinup, pose, pubes, quads, retracted foreskin, simple    │\n",
       "│   background, smile, solo, tail, teeth, thick thighs, vein, veiny penis, whiskers, by seatohao, wolf, digital   │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\0cedeb75460a6ef83d41b1f46fe00fa4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, accessory, amber eyes, anthro, back muscles, balls, biceps, butt, cock ring, collar, collar only, │\n", "│ erection, eyebrows, foreskin, fur, genitals, glans, grey background, grey body, grey fur, humanoid genitalia, │\n", "│ humanoid penis, jewelry, leash, leashed collar, male, muscular, muscular anthro, muscular male, muscular │\n", "│ thighs, nude, penis, penis accessory, penis jewelry, pinup, pose, pubes, quads, retracted foreskin, simple │\n", "│ background, smile, solo, tail, teeth, thick thighs, vein, veiny penis, whiskers, by seatohao, wolf, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4005238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4005238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\2210fcdcfe72a36834fdd05b0ddddece.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, apron, areola, barista, beard, biceps, big pecs, biped, blush, bodily fluids, bottomwear, bulge,     │\n",
       "│ clothed, clothing, eyebrows, facial hair, fully clothed, fur, genital outline, grey nose, holding bulge, male,  │\n",
       "│ muscular, muscular anthro, muscular male, nipple fetish, nipple play, nipples, open clothing, open mouth, open  │\n",
       "│  shirt, open topwear, pants, pecs, penis outline, pinup, pose, purple body, purple fur, purple stripes, shirt,  │\n",
       "│  solo, striped body, striped fur, stripes, sweat, tail, teeth, tongue, topwear, white body, white fur, yellow   │\n",
       "│                eyes, by seatohao, sadiend, pantherine, tiger, digital media \\(artwork\\), hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\2210fcdcfe72a36834fdd05b0ddddece.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, apron, areola, barista, beard, biceps, big pecs, biped, blush, bodily fluids, bottomwear, bulge, │\n", "│ clothed, clothing, eyebrows, facial hair, fully clothed, fur, genital outline, grey nose, holding bulge, male, │\n", "│ muscular, muscular anthro, muscular male, nipple fetish, nipple play, nipples, open clothing, open mouth, open │\n", "│ shirt, open topwear, pants, pecs, penis outline, pinup, pose, purple body, purple fur, purple stripes, shirt, │\n", "│ solo, striped body, striped fur, stripes, sweat, tail, teeth, tongue, topwear, white body, white fur, yellow │\n", "│ eyes, by seatohao, sadiend, pantherine, tiger, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4084083.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4084083.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\757d5558936805f1ae570c09b124e5a2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, asian clothing, beard, chest tuft, clothing, east asian clothing, facial hair, fundoshi, japanese  │\n",
       "│   clothing, male, mostly nude, muscular, muscular male, nipples, partially submerged, pecs, scar, sideburns,    │\n",
       "│                             solo, tuft, underwear, water, wet, by seatohao, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\757d5558936805f1ae570c09b124e5a2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, asian clothing, beard, chest tuft, clothing, east asian clothing, facial hair, fundoshi, japanese │\n", "│ clothing, male, mostly nude, muscular, muscular male, nipples, partially submerged, pecs, scar, sideburns, │\n", "│ solo, tuft, underwear, water, wet, by seatohao, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4117139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4117139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\82c88df946c41f492a3046c401e5bd09.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal scar, abs, anthro, arm scar, asian clothing, bag, barazoku, belt, biceps, black hair, chest scar,   │\n",
       "│  clothed, clothing, cuff \\(restraint\\), east asian clothing, eye scar, facial scar, fundoshi, fur, hair, hand   │\n",
       "│    scar, handcuffs, holding bag, japanese clothing, male, metal cuffs, multicolored body, multicolored fur,     │\n",
       "│   muscular thighs, nipples, open clothing, purple hair, restraints, rope, rope belt, scar, simple background,   │\n",
       "│   snout, snout scar, solo, striped body, striped fur, stripes, underwear, white background, white body, white   │\n",
       "│               fur, yellow eyes, by seatohao, sdorica, yao \\(sdorica\\), pantherine, tiger, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\82c88df946c41f492a3046c401e5bd09.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal scar, abs, anthro, arm scar, asian clothing, bag, barazoku, belt, biceps, black hair, chest scar, │\n", "│ clothed, clothing, cuff \\(restraint\\), east asian clothing, eye scar, facial scar, fundoshi, fur, hair, hand │\n", "│ scar, handcuffs, holding bag, japanese clothing, male, metal cuffs, multicolored body, multicolored fur, │\n", "│ muscular thighs, nipples, open clothing, purple hair, restraints, rope, rope belt, scar, simple background, │\n", "│ snout, snout scar, solo, striped body, striped fur, stripes, underwear, white background, white body, white │\n", "│ fur, yellow eyes, by seatohao, sdorica, yao \\(sdorica\\), pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4166837.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4166837.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\773b7977d5b94b3572d376d6876c9996.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, areola, arm tuft, armpit hair, balls, biceps, black nose, body hair, butt, chain piercing, chest tattoo,  │\n",
       "│    chest tuft, clothing, elbow tuft, erection, eyebrows, facial hair, fur, genitals, green eyes, grin, hands    │\n",
       "│  behind head, jockstrap, male, muscular, muscular male, neck tuft, nipple dip, nipple piercing, nipples, pecs,  │\n",
       "│     penis, piercing, pink areola, pink body, pink fur, pubes, salmon fur, smile, smirk, solo, spread legs,      │\n",
       "│   spreading, stretched underwear, tail, tan body, tan fur, tattoo, teeth, tenting, toothy grin, translucent,    │\n",
       "│       translucent clothing, translucent underwear, tuft, underwear, vein, veiny penis, by seatohao, wolf        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\773b7977d5b94b3572d376d6876c9996.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, areola, arm tuft, armpit hair, balls, biceps, black nose, body hair, butt, chain piercing, chest tattoo, │\n", "│ chest tuft, clothing, elbow tuft, erection, eyebrows, facial hair, fur, genitals, green eyes, grin, hands │\n", "│ behind head, jockstrap, male, muscular, muscular male, neck tuft, nipple dip, nipple piercing, nipples, pecs, │\n", "│ penis, piercing, pink areola, pink body, pink fur, pubes, salmon fur, smile, smirk, solo, spread legs, │\n", "│ spreading, stretched underwear, tail, tan body, tan fur, tattoo, teeth, tenting, toothy grin, translucent, │\n", "│ translucent clothing, translucent underwear, tuft, underwear, vein, veiny penis, by seatohao, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4181699.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4181699.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\3b49d9be58dffac846cf601d44081574.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, biceps, body hair, claws, clothing, eyes closed, facial hair, finger claws, fur, goatee, hair, happy   │\n",
       "│ trail, highlights \\(coloring\\), lying, male, multicolored body, multicolored fur, nipple outline, on back, open │\n",
       "│  mouth, orange clothing, orange swimwear, partially submerged, pawpads, pecs, purple body, purple fur, purple   │\n",
       "│ highlights, purple stripes, shirt, solo, star pattern, striped body, striped fur, stripes, swimwear, tank top,  │\n",
       "│   topwear, two tone body, two tone fur, water, wet, wet body, wet clothing, wet fur, wet hair, wet shirt, wet   │\n",
       "│   topwear, white body, white clothing, white fur, white hair, white shirt, white tank top, white topwear, by    │\n",
       "│                                  seatohao, sadiend, pantherine, tiger, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\3b49d9be58dffac846cf601d44081574.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, biceps, body hair, claws, clothing, eyes closed, facial hair, finger claws, fur, goatee, hair, happy │\n", "│ trail, highlights \\(coloring\\), lying, male, multicolored body, multicolored fur, nipple outline, on back, open │\n", "│ mouth, orange clothing, orange swimwear, partially submerged, pawpads, pecs, purple body, purple fur, purple │\n", "│ highlights, purple stripes, shirt, solo, star pattern, striped body, striped fur, stripes, swimwear, tank top, │\n", "│ topwear, two tone body, two tone fur, water, wet, wet body, wet clothing, wet fur, wet hair, wet shirt, wet │\n", "│ topwear, white body, white clothing, white fur, white hair, white shirt, white tank top, white topwear, by │\n", "│ seatohao, sadiend, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4181700.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4181700.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\4226b845fffe93df23620f5ae8a9dcb1.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abs, anthro, biceps, body hair, claws, clothed, clothing, clothing lift, facial hair, finger claws, fur,     │\n",
       "│  goatee, hair, happy trail, highlights \\(coloring\\), lying, male, multicolored body, multicolored fur, navel,   │\n",
       "│   nipples, on back, orange clothing, orange swimwear, partially submerged, pawpads, pecs, purple body, purple   │\n",
       "│  fur, purple highlights, purple stripes, shirt, shirt in mouth, shirt lift, solo, star pattern, striped body,   │\n",
       "│    striped fur, stripes, swimwear, tank top, topwear, two tone body, two tone fur, water, wet, wet body, wet    │\n",
       "│  clothing, wet fur, wet hair, wet shirt, wet topwear, white body, white clothing, white fur, white hair, white  │\n",
       "│       shirt, white tank top, white topwear, yellow eyes, by seatohao, sadiend, pantherine, tiger, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\4226b845fffe93df23620f5ae8a9dcb1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, biceps, body hair, claws, clothed, clothing, clothing lift, facial hair, finger claws, fur, │\n", "│ goatee, hair, happy trail, highlights \\(coloring\\), lying, male, multicolored body, multicolored fur, navel, │\n", "│ nipples, on back, orange clothing, orange swimwear, partially submerged, pawpads, pecs, purple body, purple │\n", "│ fur, purple highlights, purple stripes, shirt, shirt in mouth, shirt lift, solo, star pattern, striped body, │\n", "│ striped fur, stripes, swimwear, tank top, topwear, two tone body, two tone fur, water, wet, wet body, wet │\n", "│ clothing, wet fur, wet hair, wet shirt, wet topwear, white body, white clothing, white fur, white hair, white │\n", "│ shirt, white tank top, white topwear, yellow eyes, by seatohao, sadiend, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4215797.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4215797.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\d13c520e882c7baf54fbbca5f5c8962a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anthro, biceps, big pecs, blonde hair, body hair, bulge, chest hair, claws, clothing, cloud, eyebrows,   │\n",
       "│   facial hair, goatee, hair, happy trail, looking at viewer, low-angle view, male, muscular, muscular anthro,   │\n",
       "│    muscular male, nipples, pecs, sky, solo, swimwear, thick eyebrows, yellow eyes, by seatohao, wolf, hi res    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\d13c520e882c7baf54fbbca5f5c8962a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, biceps, big pecs, blonde hair, body hair, bulge, chest hair, claws, clothing, cloud, eyebrows, │\n", "│ facial hair, goatee, hair, happy trail, looking at viewer, low-angle view, male, muscular, muscular anthro, │\n", "│ muscular male, nipples, pecs, sky, solo, swimwear, thick eyebrows, yellow eyes, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4215806.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4215806.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\ab944b557be3372bdff507e09bd4d9ca.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     all fours, anthro, balls, bodily fluids, clock, collar, cum, erection, eyebrows, fangs, genital fluids,     │\n",
       "│      genitals, group, group sex, harness, humanoid genitalia, humanoid penis, licking, licking lips, male,      │\n",
       "│   male/male, muscular, muscular anthro, muscular male, nipples, open mouth, pecs, penis, sex, teeth, tongue,    │\n",
       "│                                  tongue out, watch, by seatohao, wolf, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\ab944b557be3372bdff507e09bd4d9ca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anthro, balls, bodily fluids, clock, collar, cum, erection, eyebrows, fangs, genital fluids, │\n", "│ genitals, group, group sex, harness, humanoid genitalia, humanoid penis, licking, licking lips, male, │\n", "│ male/male, muscular, muscular anthro, muscular male, nipples, open mouth, pecs, penis, sex, teeth, tongue, │\n", "│ tongue out, watch, by seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4232249.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4232249.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\c923c3b0f3967e45d928931d0bde55e9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, armpit hair, arms tied, balls, blush, body hair, bound, brown eyes, collar, collar only, erection,    │\n",
       "│  facial piercing, foreskin, fur, genital piercing, genitals, happy trail, humanoid genitalia, humanoid penis,   │\n",
       "│ male, muscular, muscular male, nipples, nose piercing, nose ring, nude, penis, penis piercing, piercing, prince │\n",
       "│     albert piercing, red body, red fur, ring piercing, simple background, solo, tail, white background, by      │\n",
       "│                                     seatohao, bovid, bovine, cattle, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\c923c3b0f3967e45d928931d0bde55e9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, armpit hair, arms tied, balls, blush, body hair, bound, brown eyes, collar, collar only, erection, │\n", "│ facial piercing, foreskin, fur, genital piercing, genitals, happy trail, humanoid genitalia, humanoid penis, │\n", "│ male, muscular, muscular male, nipples, nose piercing, nose ring, nude, penis, penis piercing, piercing, prince │\n", "│ albert piercing, red body, red fur, ring piercing, simple background, solo, tail, white background, by │\n", "│ seatohao, bovid, bovine, cattle, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4281206.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4281206.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\21f5569a13ff00407dd8cfff10f39bb9.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anal, angry, angry expression, anthro, anus, arm tuft, armpit hair, back muscles, balls, bdsm, biceps,   │\n",
       "│  blush, bodily fluids, body hair, bondage, bottomwear, bound, butt, clenched teeth, clothing, collar, cowgirl   │\n",
       "│   position, cum, cum on penis, cumshot, deltoids, dominant, dominant male, dripping, duo, ejaculation, elbow    │\n",
       "│   tuft, erection, facial hair, fist, from front position, genital fluids, genitals, goatee, hand behind head,   │\n",
       "│ hands behind back, leash, leash pull, male, male/male, manly, muscular, muscular butt, muscular legs, nipples,  │\n",
       "│   nude, obliques, on bottom, on top, open mouth, pecs, penis, precum, precum drip, questionable consent, sex,   │\n",
       "│  shirt, shorts, shorts open, simple background, spread legs, spreading, straddling, tank top, teeth, topwear,   │\n",
       "│ triceps, tuft, vein, veiny penis, white background, white clothing, white shirt, white tank top, white topwear, │\n",
       "│                                wrists tied, by seatohao, sadiend, feline, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\21f5569a13ff00407dd8cfff10f39bb9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, angry, angry expression, anthro, anus, arm tuft, armpit hair, back muscles, balls, bdsm, biceps, │\n", "│ blush, bodily fluids, body hair, bondage, bottomwear, bound, butt, clenched teeth, clothing, collar, cowgirl │\n", "│ position, cum, cum on penis, cumshot, deltoids, dominant, dominant male, dripping, duo, ejaculation, elbow │\n", "│ tuft, erection, facial hair, fist, from front position, genital fluids, genitals, goatee, hand behind head, │\n", "│ hands behind back, leash, leash pull, male, male/male, manly, muscular, muscular butt, muscular legs, nipples, │\n", "│ nude, obliques, on bottom, on top, open mouth, pecs, penis, precum, precum drip, questionable consent, sex, │\n", "│ shirt, shorts, shorts open, simple background, spread legs, spreading, straddling, tank top, teeth, topwear, │\n", "│ triceps, tuft, vein, veiny penis, white background, white clothing, white shirt, white tank top, white topwear, │\n", "│ wrists tied, by seatohao, sadiend, feline, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4294767.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4294767.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\fa220f5a9b3ae70b97d0fe6585da3fd0.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anal, anal penetration, anthro, barazoku, big pecs, black body, black fur, bodily fluids, breath, clenched │\n",
       "│  teeth, clothing, clothing aside, darkened genitalia, darkened penis, dripping, drooling, duo, erection, fur,   │\n",
       "│  furniture, genital fluids, genitals, humanoid genitalia, humanoid penis, id card, jockstrap, jockstrap aside,  │\n",
       "│    legs up, male, male/male, male penetrated, male penetrating, male penetrating male, musclegut, muscular,     │\n",
       "│    muscular male, necktie, office, office clothing, on table, pecs, penetration, penile, penile penetration,    │\n",
       "│     penis, penis in ass, precum, precum drip, saliva, sex, sweat, table, teeth, underwear, underwear aside,     │\n",
       "│                       unprofessional behavior, white body, white fur, by seatohao, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\fa220f5a9b3ae70b97d0fe6585da3fd0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal penetration, anthro, barazoku, big pecs, black body, black fur, bodily fluids, breath, clenched │\n", "│ teeth, clothing, clothing aside, darkened genitalia, darkened penis, dripping, drooling, duo, erection, fur, │\n", "│ furniture, genital fluids, genitals, humanoid genitalia, humanoid penis, id card, jockstrap, jockstrap aside, │\n", "│ legs up, male, male/male, male penetrated, male penetrating, male penetrating male, musclegut, muscular, │\n", "│ muscular male, necktie, office, office clothing, on table, pecs, penetration, penile, penile penetration, │\n", "│ penis, penis in ass, precum, precum drip, saliva, sex, sweat, table, teeth, underwear, underwear aside, │\n", "│ unprofessional behavior, white body, white fur, by seatohao, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4294768.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4294768.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\ef0b630f672a40a4470c58eaec63ba2d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anal, anal penetration, anthro, barazoku, big pecs, black body, black fur, bodily fluids, clenched teeth,  │\n",
       "│     clothing, cum, cum in ass, cum inflation, cum inside, cum on self, cum while penetrated, cumshot, duo,      │\n",
       "│  ejaculation, erection, eye roll, fur, genital fluids, genitals, humanoid genitalia, humanoid penis, id card,   │\n",
       "│   inflation, jockstrap, male, male/male, male penetrated, male penetrating, male penetrating male, musclegut,   │\n",
       "│    muscular, muscular male, necktie, office, office clothing, orgasm face, pecs, penetration, penile, penile    │\n",
       "│     penetration, penis, penis in ass, sex, spread legs, spreading, sweat, teeth, underwear, unprofessional      │\n",
       "│                              behavior, white body, white fur, by seatohao, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\ef0b630f672a40a4470c58eaec63ba2d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal penetration, anthro, barazoku, big pecs, black body, black fur, bodily fluids, clenched teeth, │\n", "│ clothing, cum, cum in ass, cum inflation, cum inside, cum on self, cum while penetrated, cumshot, duo, │\n", "│ ejaculation, erection, eye roll, fur, genital fluids, genitals, humanoid genitalia, humanoid penis, id card, │\n", "│ inflation, jockstrap, male, male/male, male penetrated, male penetrating, male penetrating male, musclegut, │\n", "│ muscular, muscular male, necktie, office, office clothing, orgasm face, pecs, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, sex, spread legs, spreading, sweat, teeth, underwear, unprofessional │\n", "│ behavior, white body, white fur, by seatohao, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4294769.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4294769.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\17595a25218257c1beffba4192cb503d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, after anal, after sex, afterglow, anthro, aroused, barazoku, biceps, big pecs, big penis, black body,    │\n",
       "│ black fur, bodily fluids, breath, butt, clothing, cum, cum from ass, cum in ass, cum inflation, cum inside, cum │\n",
       "│   on face, cum on self, duo, erection, fur, genital fluids, genitals, humanoid genitalia, humanoid penis, id    │\n",
       "│  card, inflation, jockstrap, looking pleasured, male, male/male, musclegut, muscular, muscular male, necktie,   │\n",
       "│        nipples, office, office clothing, panting, pecs, penis, spread legs, spreading, sweat, underwear,        │\n",
       "│         unprofessional behavior, white body, white fur, by seatohao, digital media \\(artwork\\), hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\17595a25218257c1beffba4192cb503d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, after anal, after sex, afterglow, anthro, aroused, barazoku, biceps, big pecs, big penis, black body, │\n", "│ black fur, bodily fluids, breath, butt, clothing, cum, cum from ass, cum in ass, cum inflation, cum inside, cum │\n", "│ on face, cum on self, duo, erection, fur, genital fluids, genitals, humanoid genitalia, humanoid penis, id │\n", "│ card, inflation, jockstrap, looking pleasured, male, male/male, musclegut, muscular, muscular male, necktie, │\n", "│ nipples, office, office clothing, panting, pecs, penis, spread legs, spreading, sweat, underwear, │\n", "│ unprofessional behavior, white body, white fur, by seatohao, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4330013.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4330013.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\ee0eed00973e387fbb4a3ffd6c1e89fd.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, balls, big glans, big penis, comparing, comparing penis, duo, erection, food, foreskin, frottage,    │\n",
       "│   genitals, glans, humanoid genitalia, humanoid penis, male, male anthro, meat, partially retracted foreskin,   │\n",
       "│              penile, penis, pubes, sausage, sex, speech bubble, standing, vein, by seatohao, wolf               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\ee0eed00973e387fbb4a3ffd6c1e89fd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, big glans, big penis, comparing, comparing penis, duo, erection, food, foreskin, frottage, │\n", "│ genitals, glans, humanoid genitalia, humanoid penis, male, male anthro, meat, partially retracted foreskin, │\n", "│ penile, penis, pubes, sausage, sex, speech bubble, standing, vein, by seatohao, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4370475.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4370475.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\de1ad7bad2e1605801e98760b437864c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, balls, barazoku, bathroom, biceps, bodily fluids, duo, erection, fellatio, genitals, humanoid      │\n",
       "│   genitalia, humanoid penis, male, male/male, muscular, muscular anthro, muscular male, nipples, nude, oral,    │\n",
       "│     pecs, penile, penis, pubes, public restroom, restroom stall, saliva, sex, tongue, vein, veiny penis, by     │\n",
       "│                                             seatohao, wolf, hi res                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\de1ad7bad2e1605801e98760b437864c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, barazoku, bathroom, biceps, bodily fluids, duo, erection, fellatio, genitals, humanoid │\n", "│ genitalia, humanoid penis, male, male/male, muscular, muscular anthro, muscular male, nipples, nude, oral, │\n", "│ pecs, penile, penis, pubes, public restroom, restroom stall, saliva, sex, tongue, vein, veiny penis, by │\n", "│ seatohao, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4379239.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4379239.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\dd3e18e10f66618bfc68ab6e6fe31882.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anthro, armpit hair, beard, biceps, black hair, black nose, blush, blush lines, body hair, body tuft,    │\n",
       "│  boxers \\(clothing\\), brown body, brown fur, cellphone, chest hair, chest tuft, claws, clothing, electronics,   │\n",
       "│     eyebrows, facial hair, facial tuft, feet, flexing, flexing bicep, flexing biceps, flexing muscles, fur,     │\n",
       "│ genitals, hair, happy trail, holding object, holding phone, humanoid genitalia, humanoid penis, lined, looking  │\n",
       "│   at object, looking at phone, male, multicolored body, multicolored fur, muscular, muscular anthro, muscular   │\n",
       "│   legs, muscular male, nipples, orange eyes, pecs, penis, penis through underwear, phone, pubes, raised arm,    │\n",
       "│ serratus, sitting, smile, solo, spots, tail, teeth, tuft, underarm, underwear, vein, veiny penis, by seatohao,  │\n",
       "│                                           domestic dog, wolf, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\dd3e18e10f66618bfc68ab6e6fe31882.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, armpit hair, beard, biceps, black hair, black nose, blush, blush lines, body hair, body tuft, │\n", "│ boxers \\(clothing\\), brown body, brown fur, cellphone, chest hair, chest tuft, claws, clothing, electronics, │\n", "│ eyebrows, facial hair, facial tuft, feet, flexing, flexing bicep, flexing biceps, flexing muscles, fur, │\n", "│ genitals, hair, happy trail, holding object, holding phone, humanoid genitalia, humanoid penis, lined, looking │\n", "│ at object, looking at phone, male, multicolored body, multicolored fur, muscular, muscular anthro, muscular │\n", "│ legs, muscular male, nipples, orange eyes, pecs, penis, penis through underwear, phone, pubes, raised arm, │\n", "│ serratus, sitting, smile, solo, spots, tail, teeth, tuft, underarm, underwear, vein, veiny penis, by seatohao, │\n", "│ domestic dog, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4387021.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4387021.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\081efce43f795cc348ac83e71a17a9f0.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anthro, areola, armpit hair, ball tuft, balls, beard, biceps, black hair, blue eyes, body hair, brown    │\n",
       "│ body, brown fur, chest hair, chest tuft, clothing, costume, facial hair, food, foreskin, fruit, fur, genitals,  │\n",
       "│     glans, grass, grin, hair, halloween costume, happy trail, holidays, humanoid genitalia, humanoid penis,     │\n",
       "│ jack-o'-lantern, male, moon, mostly nude, multicolored body, multicolored fur, mummy costume, mummy wrappings,  │\n",
       "│   muscular, muscular anthro, muscular male, night, nipples, outside, pecs, penis, pink nipples, plant, pubes,   │\n",
       "│ pumpkin, sky, smile, solo, teeth, tuft, vein, veiny penis, white body, white fur, by seatohao, halloween, wolf, │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\081efce43f795cc348ac83e71a17a9f0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, areola, armpit hair, ball tuft, balls, beard, biceps, black hair, blue eyes, body hair, brown │\n", "│ body, brown fur, chest hair, chest tuft, clothing, costume, facial hair, food, foreskin, fruit, fur, genitals, │\n", "│ glans, grass, grin, hair, halloween costume, happy trail, holidays, humanoid genitalia, humanoid penis, │\n", "│ jack-o'-lantern, male, moon, mostly nude, multicolored body, multicolored fur, mummy costume, mummy wrappings, │\n", "│ muscular, muscular anthro, muscular male, night, nipples, outside, pecs, penis, pink nipples, plant, pubes, │\n", "│ pumpkin, sky, smile, solo, teeth, tuft, vein, veiny penis, white body, white fur, by seatohao, halloween, wolf, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4433519.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4433519.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\a53aa726111512630161b3847e7d81c2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, ass up, balls, barazoku, beard, black claws, black nose, bodily fluids, brown body, brown facial  │\n",
       "│     hair, brown fur, brown hair, brown pubes, butt, claws, clothing, countershade butt, countershade face,      │\n",
       "│     countershade legs, countershade tail, countershade torso, countershading, erection, facial hair, fangs,     │\n",
       "│ foreskin, fur, genital fluids, genitals, glans, gloves, hair, handwear, humanoid genitalia, humanoid penis, leg │\n",
       "│       markings, looking at viewer, looking through, looking through legs, low-angle view, male, markings,       │\n",
       "│   multicolored body, multicolored fur, muscular, muscular anthro, muscular male, nipples, nude, orange body,    │\n",
       "│ orange fur, partially retracted foreskin, penis, perineum, pink anus, pink glans, pink nipples, precum, precum  │\n",
       "│ string, presenting, presenting hindquarters, pubes, rear view, red eyes, sideburns, simple background, snaggle  │\n",
       "│ tooth, socks \\(marking\\), solo, tail, teeth, toe claws, vein, veiny penis, white background, white balls, white │\n",
       "│ body, white countershading, white fur, white penis, white perineum, by seatohao, domestic dog, colored, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\a53aa726111512630161b3847e7d81c2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, ass up, balls, barazoku, beard, black claws, black nose, bodily fluids, brown body, brown facial │\n", "│ hair, brown fur, brown hair, brown pubes, butt, claws, clothing, countershade butt, countershade face, │\n", "│ countershade legs, countershade tail, countershade torso, countershading, erection, facial hair, fangs, │\n", "│ foreskin, fur, genital fluids, genitals, glans, gloves, hair, handwear, humanoid genitalia, humanoid penis, leg │\n", "│ markings, looking at viewer, looking through, looking through legs, low-angle view, male, markings, │\n", "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, nipples, nude, orange body, │\n", "│ orange fur, partially retracted foreskin, penis, perineum, pink anus, pink glans, pink nipples, precum, precum │\n", "│ string, presenting, presenting hindquarters, pubes, rear view, red eyes, sideburns, simple background, snaggle │\n", "│ tooth, socks \\(marking\\), solo, tail, teeth, toe claws, vein, veiny penis, white background, white balls, white │\n", "│ body, white countershading, white fur, white penis, white perineum, by seatohao, domestic dog, colored, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4539440.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4539440.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\44ffd1673abf673c2f2a10e08204ce68.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abdominal scar, abs, anthro, arch, arm scar, axe, bdsm, belt, biceps, black clothing, black coat, black     │\n",
       "│  footwear, black gloves, black handwear, black hat, black headwear, black jacket, black sclera, black topwear,  │\n",
       "│   black underwear, blue bottomwear, blue clothing, blue jeans, blue pants, blush, bondage, bottomwear, bound,   │\n",
       "│  braided hair, bulge, cathedral, chain, chained, chained to pole, chest tuft, claws, clothed, clothing, coat,   │\n",
       "│   coat cape, denim, denim bottomwear, denim clothing, duo, eyewear, footwear, forehead gem, fur, gem, gloves,   │\n",
       "│ grin, hair, hands behind back, handwear, hat, headgear, headwear, holding object, holding whip, inside, jacket, │\n",
       "│    jeans, leafs, long hair, male, male/male, melee weapon, muscular, muscular anthro, muscular male, navel,     │\n",
       "│ nipples, open belt, open mouth, pants, pecs, pillar, polearm, red eyes, restrained arms, scar, smile, standing  │\n",
       "│    on weapon, striped body, striped fur, stripes, sunglasses, sword, tan body, tan fur, toe claws, topless,     │\n",
       "│  topwear, torn bottomwear, torn clothing, torn pants, tuft, underwear, unzipped, unzipped pants, weapon, whip,  │\n",
       "│   white body, white fur, white hair, window, wounded, zipper, by seatohao, dislyte, freddy \\(dislyte\\), javid   │\n",
       "│                  \\(dislyte\\), jin qiu \\(dislyte\\), lion, pantherine, tiger, wolf, official art                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\44ffd1673abf673c2f2a10e08204ce68.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal scar, abs, anthro, arch, arm scar, axe, bdsm, belt, biceps, black clothing, black coat, black │\n", "│ footwear, black gloves, black handwear, black hat, black headwear, black jacket, black sclera, black topwear, │\n", "│ black underwear, blue bottomwear, blue clothing, blue jeans, blue pants, blush, bondage, bottomwear, bound, │\n", "│ braided hair, bulge, cathedral, chain, chained, chained to pole, chest tuft, claws, clothed, clothing, coat, │\n", "│ coat cape, denim, denim bottomwear, denim clothing, duo, eyewear, footwear, forehead gem, fur, gem, gloves, │\n", "│ grin, hair, hands behind back, handwear, hat, headgear, headwear, holding object, holding whip, inside, jacket, │\n", "│ jeans, leafs, long hair, male, male/male, melee weapon, muscular, muscular anthro, muscular male, navel, │\n", "│ nipples, open belt, open mouth, pants, pecs, pillar, polearm, red eyes, restrained arms, scar, smile, standing │\n", "│ on weapon, striped body, striped fur, stripes, sunglasses, sword, tan body, tan fur, toe claws, topless, │\n", "│ topwear, torn bottomwear, torn clothing, torn pants, tuft, underwear, unzipped, unzipped pants, weapon, whip, │\n", "│ white body, white fur, white hair, window, wounded, zipper, by seatohao, dislyte, freddy \\(dislyte\\), javid │\n", "│ \\(dislyte\\), jin qiu \\(dislyte\\), lion, pantherine, tiger, wolf, official art │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4608363.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4608363.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\d26d298567734227f330185d04d7623b.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anthro, anus, areola, balls, barazoku, biceps, big balls, big butt, big muscles, big pecs, big    │\n",
       "│   penis, butt, curtains, dildo, erection, fingers, foreskin, fur, furniture, genitals, hand on butt, humanoid   │\n",
       "│  genitalia, humanoid penis, inside, looking back, male, manly, multicolored body, multicolored fur, muscular,   │\n",
       "│   muscular anthro, muscular arms, muscular legs, muscular male, muscular thighs, nipples, nude, pecs, penis,    │\n",
       "│   penis backwards, retracted foreskin, seductive, sex toy, smile, solo, spread butt, spread legs, spreading,    │\n",
       "│       table, tail, thick penis, thick thighs, vein, veiny penis, by seatohao, domestic dog, digital media       │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\d26d298567734227f330185d04d7623b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, anus, areola, balls, barazoku, biceps, big balls, big butt, big muscles, big pecs, big │\n", "│ penis, butt, curtains, dildo, erection, fingers, foreskin, fur, furniture, genitals, hand on butt, humanoid │\n", "│ genitalia, humanoid penis, inside, looking back, male, manly, multicolored body, multicolored fur, muscular, │\n", "│ muscular anthro, muscular arms, muscular legs, muscular male, muscular thighs, nipples, nude, pecs, penis, │\n", "│ penis backwards, retracted foreskin, seductive, sex toy, smile, solo, spread butt, spread legs, spreading, │\n", "│ table, tail, thick penis, thick thighs, vein, veiny penis, by seatohao, domestic dog, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4617565.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4617565.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\1d07ba78eb1b7b4c19844a9fac7442da.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, arm wraps, balls, bent leg, biped, blood moon, cheek tuft, claws, clothed, clothing,  │\n",
       "│    dual wielding, duo, erection, facial markings, facial tuft, feet, first person view, fluffy, fluffy tail,    │\n",
       "│    foreskin, fur, genitals, glans, grass, head markings, holding object, holding weapon, humanoid genitalia,    │\n",
       "│   humanoid penis, imminent sex, licking, licking lips, looking at viewer, lust, lustful gaze, male, markings,   │\n",
       "│    mask \\(marking\\), muscular, muscular male, narrowed eyes, nature, nature background, offscreen character,    │\n",
       "│  outside, pantsless, penis, plant, red eyes, sickle, smile, solo focus, tail, toe claws, toes, tongue, tongue   │\n",
       "│  out, tuft, weapon, white body, white fur, wraps, by seatohao, dreamworks, puss in boots \\(dreamworks\\), death  │\n",
       "│             \\(puss in boots\\), wolf, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\1d07ba78eb1b7b4c19844a9fac7442da.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, arm wraps, balls, bent leg, biped, blood moon, cheek tuft, claws, clothed, clothing, │\n", "│ dual wielding, duo, erection, facial markings, facial tuft, feet, first person view, fluffy, fluffy tail, │\n", "│ foreskin, fur, genitals, glans, grass, head markings, holding object, holding weapon, humanoid genitalia, │\n", "│ humanoid penis, imminent sex, licking, licking lips, looking at viewer, lust, lustful gaze, male, markings, │\n", "│ mask \\(marking\\), muscular, muscular male, narrowed eyes, nature, nature background, offscreen character, │\n", "│ outside, pantsless, penis, plant, red eyes, sickle, smile, solo focus, tail, toe claws, toes, tongue, tongue │\n", "│ out, tuft, weapon, white body, white fur, wraps, by seatohao, dreamworks, puss in boots \\(dreamworks\\), death │\n", "│ \\(puss in boots\\), wolf, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4627483.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4627483.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\57a0a185ef70a4e7fa41862410071976.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, arms above head, balls, beard, blush, bodily fluids, brown eyes, bulge, clothed, clothing, duo,     │\n",
       "│  erection, facial hair, genitals, hair, high-angle view, looking at another, looking at partner, lying, male,   │\n",
       "│   male/male, muscular, muscular anthro, muscular male, musk, musk clouds, on back, partially clothed, penis,    │\n",
       "│ presenting, pubes, scar, short hair, simple background, sweat, sweatdrop, underwear, by seatohao, bear, ursine, │\n",
       "│                                     wolf, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\57a0a185ef70a4e7fa41862410071976.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arms above head, balls, beard, blush, bodily fluids, brown eyes, bulge, clothed, clothing, duo, │\n", "│ erection, facial hair, genitals, hair, high-angle view, looking at another, looking at partner, lying, male, │\n", "│ male/male, muscular, muscular anthro, muscular male, musk, musk clouds, on back, partially clothed, penis, │\n", "│ presenting, pubes, scar, short hair, simple background, sweat, sweatdrop, underwear, by seatohao, bear, ursine, │\n", "│ wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4627490.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4627490.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\30b9bd38e30688be8e7f456579781d82.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, beard, blush, bodily fluids, breath, brown eyes, claws, clothed, clothing, duo, facial hair, fellatio,  │\n",
       "│      genitals, grabbing arm, hair, heart symbol, looking at another, looking at partner, looking up, male,      │\n",
       "│ male/male, muscular, muscular anthro, muscular male, musk, musk clouds, one eye closed, oral, oral penetration, │\n",
       "│     partially clothed, penetration, penile, penis, pubes, scar, sex, short hair, simple background, sweat,      │\n",
       "│                      sweatdrop, by seatohao, bear, wolf, digital media \\(artwork\\), hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\30b9bd38e30688be8e7f456579781d82.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beard, blush, bodily fluids, breath, brown eyes, claws, clothed, clothing, duo, facial hair, fellatio, │\n", "│ genitals, grabbing arm, hair, heart symbol, looking at another, looking at partner, looking up, male, │\n", "│ male/male, muscular, muscular anthro, muscular male, musk, musk clouds, one eye closed, oral, oral penetration, │\n", "│ partially clothed, penetration, penile, penis, pubes, scar, sex, short hair, simple background, sweat, │\n", "│ sweatdrop, by seatohao, bear, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4627496.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4627496.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\9c7278da70ac9cf1b3b699e4f18f1e57.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  beard, bodily fluids, brown eyes, clothed, clothing, cum, cum in mouth, cum inside, cum on face, embarrassed,  │\n",
       "│  facial hair, genital fluids, hair, male, partially clothed, short hair, simple background, solo, by seatohao,  │\n",
       "│                                     bear, digital media \\(artwork\\), hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\9c7278da70ac9cf1b3b699e4f18f1e57.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ beard, bodily fluids, brown eyes, clothed, clothing, cum, cum in mouth, cum inside, cum on face, embarrassed, │\n", "│ facial hair, genital fluids, hair, male, partially clothed, short hair, simple background, solo, by seatohao, │\n", "│ bear, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4632652.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4632652.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\3c48e907d03260893f7f24b5ddaa30c2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, balls, barely visible balls, barely visible genitalia, bulge, crossed arms, flaccid, genital outline,  │\n",
       "│   genitals, male, muscular, muscular anthro, muscular male, penis, penis outline, penis under clothes, simple   │\n",
       "│  background, solo, standing, by seatohao, urshifu, 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\\by_seatohao\\3c48e907d03260893f7f24b5ddaa30c2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, barely visible balls, barely visible genitalia, bulge, crossed arms, flaccid, genital outline, │\n", "│ genitals, male, muscular, muscular anthro, muscular male, penis, penis outline, penis under clothes, simple │\n", "│ background, solo, standing, by seatohao, urshifu, digital drawing \\(artwork\\), digital media \\(artwork\\), hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4635760.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4635760.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\a14db3982dcd6ebc22e4198babb67723.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, areola, arm tuft, armpit hair, balls, barazoku, belly, biceps, big muscles, big pecs, biped, black    │\n",
       "│  chest, black ears, black emanata, black face, black hair, black nipples, body hair, claws, deltoids, emanata,  │\n",
       "│   eyebrows, facial tuft, foreskin, genitals, green eyes, grey belly, grey chest, hair, hand behind head, huge   │\n",
       "│   muscles, humanoid genitalia, humanoid penis, male, multicolored belly, muscular, muscular anthro, muscular    │\n",
       "│ male, navel, nipples, obliques, offering hand, pecs, penis, shoulder tuft, simple background, smile, smiling at │\n",
       "│ viewer, solo, standing, teeth, tongue, tongue out, tuft, two tone belly, two tone chest, two tone face, yellow  │\n",
       "│         sclera, by seatohao, incineroar, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\a14db3982dcd6ebc22e4198babb67723.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, arm tuft, armpit hair, balls, barazoku, belly, biceps, big muscles, big pecs, biped, black │\n", "│ chest, black ears, black emanata, black face, black hair, black nipples, body hair, claws, deltoids, emanata, │\n", "│ eyebrows, facial tuft, foreskin, genitals, green eyes, grey belly, grey chest, hair, hand behind head, huge │\n", "│ muscles, humanoid genitalia, humanoid penis, male, multicolored belly, muscular, muscular anthro, muscular │\n", "│ male, navel, nipples, obliques, offering hand, pecs, penis, shoulder tuft, simple background, smile, smiling at │\n", "│ viewer, solo, standing, teeth, tongue, tongue out, tuft, two tone belly, two tone chest, two tone face, yellow │\n", "│ sclera, by seatohao, incineroar, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4662734.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4662734.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\bde602f4517f760653b817e76be9424a.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, anus, balls, biceps, big balls, big penis, claws, fur, genitals, gloves \\(marking\\), humanoid      │\n",
       "│  genitalia, humanoid penis, leg markings, looking at viewer, looking back, male, markings, multicolored body,   │\n",
       "│      multicolored fur, muscular, muscular anthro, muscular male, nude, penis, perineum, rear view, simple       │\n",
       "│  background, socks \\(marking\\), solo, striped body, striped fur, stripes, tail, white background, by seatohao,  │\n",
       "│                                          hyena, striped hyena, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\bde602f4517f760653b817e76be9424a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, balls, biceps, big balls, big penis, claws, fur, genitals, gloves \\(marking\\), humanoid │\n", "│ genitalia, humanoid penis, leg markings, looking at viewer, looking back, male, markings, multicolored body, │\n", "│ multicolored fur, muscular, muscular anthro, muscular male, nude, penis, perineum, rear view, simple │\n", "│ background, socks \\(marking\\), solo, striped body, striped fur, stripes, tail, white background, by seatohao, │\n", "│ hyena, striped hyena, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4662735.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4662735.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\2df931c90d2f8d57295fd9612e8cd47c.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, anus, balls, biceps, big balls, big penis, butt, claws, duo, fur, genitals, gloves \\(marking\\),     │\n",
       "│ humanoid genitalia, humanoid penis, leg markings, looking at viewer, looking back, male, markings, multicolored │\n",
       "│   body, multicolored fur, muscular, muscular anthro, muscular male, nude, penis, perineum, rear view, simple    │\n",
       "│   background, socks \\(marking\\), solo focus, spread anus, spread butt, spreading, striped body, striped fur,    │\n",
       "│                   stripes, tail, white background, by seatohao, hyena, striped hyena, hi res                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\2df931c90d2f8d57295fd9612e8cd47c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, balls, biceps, big balls, big penis, butt, claws, duo, fur, genitals, gloves \\(marking\\), │\n", "│ humanoid genitalia, humanoid penis, leg markings, looking at viewer, looking back, male, markings, multicolored │\n", "│ body, multicolored fur, muscular, muscular anthro, muscular male, nude, penis, perineum, rear view, simple │\n", "│ background, socks \\(marking\\), solo focus, spread anus, spread butt, spreading, striped body, striped fur, │\n", "│ stripes, tail, white background, by seatohao, hyena, striped hyena, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_seatohao\\4662736.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_seatohao\\\u001b[0m\u001b[1;36m4662736.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_seatohao\\aa5bbc724ab6111645220e579c618f8d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    after sex, anthro, anus, balls, biceps, big balls, big penis, bodily fluids, claws, cum, cum in ass, cum     │\n",
       "│  inside, erection, fur, genital fluids, genitals, gloves \\(marking\\), humanoid genitalia, humanoid penis, leg   │\n",
       "│    markings, looking at viewer, looking back, male, markings, multicolored body, multicolored fur, muscular,    │\n",
       "│      muscular anthro, muscular male, nude, penis, penis backwards, penis tuck, perineum, rear view, simple      │\n",
       "│    background, socks \\(marking\\), solo, striped body, striped fur, stripes, tail, tongue, tongue out, white     │\n",
       "│                              background, by seatohao, hyena, striped hyena, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_seatohao\\aa5bbc724ab6111645220e579c618f8d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, anus, balls, biceps, big balls, big penis, bodily fluids, claws, cum, cum in ass, cum │\n", "│ inside, erection, fur, genital fluids, genitals, gloves \\(marking\\), humanoid genitalia, humanoid penis, leg │\n", "│ markings, looking at viewer, looking back, male, markings, multicolored body, multicolored fur, muscular, │\n", "│ muscular anthro, muscular male, nude, penis, penis backwards, penis tuck, perineum, rear view, simple │\n", "│ background, socks \\(marking\\), solo, striped body, striped fur, stripes, tail, tongue, tongue out, white │\n", "│ background, by seatohao, hyena, striped hyena, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\27866.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m27866.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\6158a3bb0a7b2811f651088d6a189219.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anatomically correct, animal genitalia, animal pussy, anus, bed, black body, blush, butt, female, feral,     │\n",
       "│  furniture, genitals, horn, looking at viewer, on bed, pussy, seductive, simple background, solo, spade tail,   │\n",
       "│                                           traialas, houndoom, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\6158a3bb0a7b2811f651088d6a189219.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anatomically correct, animal genitalia, animal pussy, anus, bed, black body, blush, butt, female, feral, │\n", "│ furniture, genitals, horn, looking at viewer, on bed, pussy, seductive, simple background, solo, spade tail, │\n", "│ traialas, houndoom, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\29188.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m29188.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\bbd618e91b4549a86ade24a5628918cb.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   female, feral, hair, horn, looking at viewer, lying, mane, nude, on side, outside, paws, pink hair, smile,    │\n",
       "│                             solo, traialas, dragon, eastern dragon, scalie, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\bbd618e91b4549a86ade24a5628918cb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ female, feral, hair, horn, looking at viewer, lying, mane, nude, on side, outside, paws, pink hair, smile, │\n", "│ solo, traialas, dragon, eastern dragon, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\29238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m29238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\f88495f169db174aac04b1c32d08f7c1.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, bed, blush, female, fur, furniture, genitals, hair, horn, looking at viewer, lying, nude, on    │\n",
       "│   back, on bed, paws, pink hair, presenting, pussy, solo, tuft, white body, traialas, dragon, eastern dragon,   │\n",
       "│                                                 hybrid, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\f88495f169db174aac04b1c32d08f7c1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, bed, blush, female, fur, furniture, genitals, hair, horn, looking at viewer, lying, nude, on │\n", "│ back, on bed, paws, pink hair, presenting, pussy, solo, tuft, white body, traialas, dragon, eastern dragon, │\n", "│ hybrid, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\29239.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m29239.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\2dca0cadfad690aa0ffbb7fc72bfb031.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, bed, blush, butt, female, furniture, genitals, hair, horn, looking at viewer, nude, on bed, paws, │\n",
       "│  pink hair, presenting, presenting hindquarters, pussy, raised tail, smile, solo, tuft, white body, traialas,   │\n",
       "│                                         dragon, eastern dragon, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\2dca0cadfad690aa0ffbb7fc72bfb031.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, bed, blush, butt, female, furniture, genitals, hair, horn, looking at viewer, nude, on bed, paws, │\n", "│ pink hair, presenting, presenting hindquarters, pussy, raised tail, smile, solo, tuft, white body, traialas, │\n", "│ dragon, eastern dragon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\29844.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m29844.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\d004d528a77288966e62c18659d7c0d3.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anus, breasts, butt, cloven hooves, female, fur, genitals, hair, hooves, looking at viewer, nipples,   │\n",
       "│  nude, outside, presenting, presenting hindquarters, pussy, raised tail, smile, solo, traialas, cervid, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\d004d528a77288966e62c18659d7c0d3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, breasts, butt, cloven hooves, female, fur, genitals, hair, hooves, looking at viewer, nipples, │\n", "│ nude, outside, presenting, presenting hindquarters, pussy, raised tail, smile, solo, traialas, cervid, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_traialas\\30083.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_traialas\\\u001b[0m\u001b[1;36m30083.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\by_traialas\\33908270b549a1aaa6b5b59152cff782.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black stripes, blush, breasts, clothing, countershading, female, fur, genitals, hair, legwear, looking  │\n",
       "│   at viewer, mane, navel, nipples, orange body, orange fur, pussy, simple background, slightly chubby, smile,   │\n",
       "│  solo, striped body, striped fur, stripes, tan body, tan countershading, transparent background, tuft, yellow   │\n",
       "│                            eyes, traialas, arcanine, alpha channel, colored, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_traialas\\33908270b549a1aaa6b5b59152cff782.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black stripes, blush, breasts, clothing, countershading, female, fur, genitals, hair, legwear, looking │\n", "│ at viewer, mane, navel, nipples, orange body, orange fur, pussy, simple background, slightly chubby, smile, │\n", "│ solo, striped body, striped fur, stripes, tan body, tan countershading, transparent background, tuft, yellow │\n", "│ eyes, traialas, arcanine, alpha channel, colored, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1185527.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1185527.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\0ac8006013f304f585b6ca946c165da0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro, anus, arm warmers, armwear,   │\n",
       "│  backsack, balls, big butt, big dildo, black body, black fur, black hair, black tail, blue eyes, bondage gear,  │\n",
       "│     butt, clothing, collar, cuff \\(restraint\\), dildo, dildo in ass, dildo insertion, equine dildo, fucking     │\n",
       "│     machine, fur, garter belt, garter straps, genitals, girly, green hair, group, group masturbation, hair,     │\n",
       "│   handcuffs, huge dildo, large penetration, latex, legwear, long dildo, looking at viewer, looking pleasured,   │\n",
       "│ machine, male, male/male, male penetrated, male penetrating, masturbation, metal cuffs, mostly nude, object in  │\n",
       "│    ass, orange body, orange fur, orange hair, penetration, red body, red eyes, red fur, restraints, science     │\n",
       "│    fiction, sex, sex toy, sex toy in ass, sex toy insertion, shackles, stockings, tail, thigh highs, tongue,    │\n",
       "│   tongue out, toying self, white body, white fur, by rajii, mythology, jayden, kai yun-jun, v-0-1-d, dragon,    │\n",
       "│ fennec fox, fox, lagomorph, leporid, mythological creature, mythological scalie, rabbit, reptile, scalie, true  │\n",
       "│                                         fox, smaller version at source                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\0ac8006013f304f585b6ca946c165da0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro, anus, arm warmers, armwear, │\n", "│ backsack, balls, big butt, big dildo, black body, black fur, black hair, black tail, blue eyes, bondage gear, │\n", "│ butt, clothing, collar, cuff \\(restraint\\), dildo, dildo in ass, dildo insertion, equine dildo, fucking │\n", "│ machine, fur, garter belt, garter straps, genitals, girly, green hair, group, group masturbation, hair, │\n", "│ handcuffs, huge dildo, large penetration, latex, legwear, long dildo, looking at viewer, looking pleasured, │\n", "│ machine, male, male/male, male penetrated, male penetrating, masturbation, metal cuffs, mostly nude, object in │\n", "│ ass, orange body, orange fur, orange hair, penetration, red body, red eyes, red fur, restraints, science │\n", "│ fiction, sex, sex toy, sex toy in ass, sex toy insertion, shackles, stockings, tail, thigh highs, tongue, │\n", "│ tongue out, toying self, white body, white fur, by rajii, mythology, jayden, kai yun-jun, v-0-1-d, dragon, │\n", "│ fennec fox, fox, lagomorph, leporid, mythological creature, mythological scalie, rabbit, reptile, scalie, true │\n", "│ fox, smaller version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1335748.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1335748.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\799f18bbb1a1d04df03f08f06610f572.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, anus, black nose, blush, bodily fluids, branch, breasts,   │\n",
       "│  brown body, brown fur, butt, dildo, dildo in ass, dildo insertion, eyes closed, female, fur, genital fluids,   │\n",
       "│ genitals, in tree, looking pleasured, markings, masturbation, moss, nude, object in ass, on branch, open mouth, │\n",
       "│  outside, outside masturbation, penetration, plant, pussy, saliva, sex toy, sex toy in ass, sex toy insertion,  │\n",
       "│   side boob, solo, sweat, text, tongue, tongue out, toying self, tree, vaginal fluids, vibrator, white body,    │\n",
       "│      white fur, by photonoko, rodent, sciurid, tree squirrel, digital media \\(artwork\\), digital painting       │\n",
       "│                                      \\(artwork\\), english text, signature                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\799f18bbb1a1d04df03f08f06610f572.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anus, black nose, blush, bodily fluids, branch, breasts, │\n", "│ brown body, brown fur, butt, dildo, dildo in ass, dildo insertion, eyes closed, female, fur, genital fluids, │\n", "│ genitals, in tree, looking pleasured, markings, masturbation, moss, nude, object in ass, on branch, open mouth, │\n", "│ outside, outside masturbation, penetration, plant, pussy, saliva, sex toy, sex toy in ass, sex toy insertion, │\n", "│ side boob, solo, sweat, text, tongue, tongue out, toying self, tree, vaginal fluids, vibrator, white body, │\n", "│ white fur, by photonoko, rodent, sciurid, tree squirrel, digital media \\(artwork\\), digital painting │\n", "│ \\(artwork\\), english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1731997.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1731997.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\7aac0565338481cac4bc611c84c00fef.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, balls, bodily  │\n",
       "│   fluids, cum, cum in ass, cum inside, cum tube, cum while penetrated, dildo, dildo in ass, dildo insertion,    │\n",
       "│     ejaculation, erection, fixed toy, fur, genital fluids, genitals, hands-free, heart eyes, heart symbol,      │\n",
       "│ internal, large penetration, looking pleasured, lube, male, male penetrated, masturbation, nude, object in ass, │\n",
       "│  paws, penetration, penis, raised tail, red body, red fur, sex toy, sex toy in ass, sex toy insertion, shower,  │\n",
       "│  simple background, smile, solo, squirting dildo, squirting sex toy, tail, toying self, wall mounted dildo, by  │\n",
       "│                 braeburned, bad dragon, kiraz, domestic dog, digital media \\(artwork\\), hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\7aac0565338481cac4bc611c84c00fef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, balls, bodily │\n", "│ fluids, cum, cum in ass, cum inside, cum tube, cum while penetrated, dildo, dildo in ass, dildo insertion, │\n", "│ ejaculation, erection, fixed toy, fur, genital fluids, genitals, hands-free, heart eyes, heart symbol, │\n", "│ internal, large penetration, looking pleasured, lube, male, male penetrated, masturbation, nude, object in ass, │\n", "│ paws, penetration, penis, raised tail, red body, red fur, sex toy, sex toy in ass, sex toy insertion, shower, │\n", "│ simple background, smile, solo, squirting dildo, squirting sex toy, tail, toying self, wall mounted dildo, by │\n", "│ braeburned, bad dragon, kiraz, domestic dog, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1799359.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1799359.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\846bcad9860c6f6f4c20c3d88c5c9ab5.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 toes, 69 position, accessory, anal, anal juice, anal penetration, animal genitalia, animal penis,   │\n",
       "│   anklet, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, armlet,   │\n",
       "│   backsack, balls, balls deep, barefoot, bed, black body, black fur, black hair, blue body, blue fur, blush,    │\n",
       "│  bodily fluids, butt, close-up, cock ring, cutaway, digit ring, dildo, dildo in ass, dildo insertion, duo, ear  │\n",
       "│     piercing, erection, eyes closed, facial piercing, feet, fellatio, frenum ladder, frenum piercing, fur,      │\n",
       "│  furgonomics, furniture, genital fluids, genital jewelry, genital piercing, genitals, girly, guiche piercing,   │\n",
       "│ hair, handjob, humanoid genitalia, humanoid penis, internal, interspecies, jewelry, jewelry only, knot, ladder  │\n",
       "│      piercing, licking, lying, male, male/male, male penetrated, male penetrating, male penetrating male,       │\n",
       "│   multicolored body, multicolored fur, multiple cock rings, nose piercing, nose ring, nude, object in ass, on   │\n",
       "│   back, oral, oral penetration, penetration, penile, penis, penis accessory, penis jewelry, penis lick, penis   │\n",
       "│   piercing, perineum, piercing, precum, ring, ring piercing, roman, royalty, saliva, sex, sex toy, sex toy in   │\n",
       "│  ass, sex toy insertion, soles, tail, tail accessory, tail jewelry, tail ring, toe ring, toes, tongue, tongue   │\n",
       "│  out, toying partner, two tone body, two tone fur, white balls, white body, white fur, white perineum, yellow   │\n",
       "│     eyes, by rajii, beronon, philomaeus, fox, murid, murine, rat, rodent, digital media \\(artwork\\), hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\846bcad9860c6f6f4c20c3d88c5c9ab5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 toes, 69 position, accessory, anal, anal juice, anal penetration, animal genitalia, animal penis, │\n", "│ anklet, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, armlet, │\n", "│ backsack, balls, balls deep, barefoot, bed, black body, black fur, black hair, blue body, blue fur, blush, │\n", "│ bodily fluids, butt, close-up, cock ring, cutaway, digit ring, dildo, dildo in ass, dildo insertion, duo, ear │\n", "│ piercing, erection, eyes closed, facial piercing, feet, fellatio, frenum ladder, frenum piercing, fur, │\n", "│ furgonomics, furniture, genital fluids, genital jewelry, genital piercing, genitals, girly, guiche piercing, │\n", "│ hair, handjob, humanoid genitalia, humanoid penis, internal, interspecies, jewelry, jewelry only, knot, ladder │\n", "│ piercing, licking, lying, male, male/male, male penetrated, male penetrating, male penetrating male, │\n", "│ multicolored body, multicolored fur, multiple cock rings, nose piercing, nose ring, nude, object in ass, on │\n", "│ back, oral, oral penetration, penetration, penile, penis, penis accessory, penis jewelry, penis lick, penis │\n", "│ piercing, perineum, piercing, precum, ring, ring piercing, roman, royalty, saliva, sex, sex toy, sex toy in │\n", "│ ass, sex toy insertion, soles, tail, tail accessory, tail jewelry, tail ring, toe ring, toes, tongue, tongue │\n", "│ out, toying partner, two tone body, two tone fur, white balls, white body, white fur, white perineum, yellow │\n", "│ eyes, by rajii, beronon, philomaeus, fox, murid, murine, rat, rodent, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1888177.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1888177.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\d6d2a2f5317dbb5e5efeae4094cd6f26.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal sex toy, anthro,    │\n",
       "│ anthro penetrated, areola, barefoot, big breasts, biped, bottomless, box, breasts, brown body, brown fur, brown │\n",
       "│  hair, clitoris, clothed, clothing, container, curvy figure, delivery \\(commerce\\), delivery employee, dildo,   │\n",
       "│ dildo in ass, dildo insertion, dildo sitting, equine dildo, eyelashes, eyes closed, fangs, feet, female, female │\n",
       "│    penetrated, footwear, fur, genitals, hair, hat, headgear, headwear, hourglass figure, huge dildo, inside,    │\n",
       "│   legwear, looking pleasured, lube, masturbation, navel, nipple piercing, nipples, object in ass, open mouth,   │\n",
       "│ package, penetration, piercing, pink areola, pink nipples, pink nose, pink pussy, plantigrade, ponytail, postal │\n",
       "│  carrier, postal delivery, presenting, presenting pussy, pussy, raised heel, sex toy, sex toy in ass, sex toy   │\n",
       "│   insertion, shirt, small waist, socks, solo, spread legs, spreading, teeth, toeless footwear, toeless socks,   │\n",
       "│     toes, tongue, topwear, toying self, unprofessional behavior, by bearpatrol, by lost-paw, by wolfy-nail,     │\n",
       "│  luvbites, ups, jessica \\(luvbites\\), domestic dog, collaboration, digital media \\(artwork\\), story, story in   │\n",
       "│                                                   description                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\d6d2a2f5317dbb5e5efeae4094cd6f26.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal sex toy, anthro, │\n", "│ anthro penetrated, areola, barefoot, big breasts, biped, bottomless, box, breasts, brown body, brown fur, brown │\n", "│ hair, clitoris, clothed, clothing, container, curvy figure, delivery \\(commerce\\), delivery employee, dildo, │\n", "│ dildo in ass, dildo insertion, dildo sitting, equine dildo, eyelashes, eyes closed, fangs, feet, female, female │\n", "│ penetrated, footwear, fur, genitals, hair, hat, headgear, headwear, hourglass figure, huge dildo, inside, │\n", "│ legwear, looking pleasured, lube, masturbation, navel, nipple piercing, nipples, object in ass, open mouth, │\n", "│ package, penetration, piercing, pink areola, pink nipples, pink nose, pink pussy, plantigrade, ponytail, postal │\n", "│ carrier, postal delivery, presenting, presenting pussy, pussy, raised heel, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shirt, small waist, socks, solo, spread legs, spreading, teeth, toeless footwear, toeless socks, │\n", "│ toes, tongue, topwear, toying self, unprofessional behavior, by bearpatrol, by lost-paw, by wolfy-nail, │\n", "│ luvbites, ups, jessica \\(luvbites\\), domestic dog, collaboration, digital media \\(artwork\\), story, story in │\n", "│ description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\1943061.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m1943061.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\d11256c56949ebaad69fe61b12489744.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, accessory, anal, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, anthro   │\n",
       "│     penetrated, anus, balls, barefoot, bedroom, bedroom eyes, big penis, biped, black penis, bodily fluids,     │\n",
       "│  bottomless, butt, clothed, clothing, dildo, dildo in ass, dildo insertion, erection, feet, flower, flower in   │\n",
       "│  hair, genital fluids, genitals, girly, hair, hair accessory, half-closed eyes, knot, knotted dildo, legs up,   │\n",
       "│   long hair, looking at viewer, lying, male, male penetrated, masturbation, mismatched genitalia, mismatched    │\n",
       "│   penis, narrowed eyes, object in ass, on back, open mouth, open smile, penetration, penis, plant, pokeball,    │\n",
       "│  precum, precum string, purple eyes, red balls, seductive, sex toy, sex toy in ass, sex toy insertion, smile,   │\n",
       "│     soles, solo, sweater, toes, tongue, topwear, toying self, yellow sclera, by twang, fan character, racha     │\n",
       "│  \\(otterjunk\\), avian, bird, blaziken, digital media \\(artwork\\), hi res, trans \\(lore\\), trans woman \\(lore\\)  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\d11256c56949ebaad69fe61b12489744.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, accessory, anal, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, anthro │\n", "│ penetrated, anus, balls, barefoot, bedroom, bedroom eyes, big penis, biped, black penis, bodily fluids, │\n", "│ bottomless, butt, clothed, clothing, dildo, dildo in ass, dildo insertion, erection, feet, flower, flower in │\n", "│ hair, genital fluids, genitals, girly, hair, hair accessory, half-closed eyes, knot, knotted dildo, legs up, │\n", "│ long hair, looking at viewer, lying, male, male penetrated, masturbation, mismatched genitalia, mismatched │\n", "│ penis, narrowed eyes, object in ass, on back, open mouth, open smile, penetration, penis, plant, pokeball, │\n", "│ precum, precum string, purple eyes, red balls, seductive, sex toy, sex toy in ass, sex toy insertion, smile, │\n", "│ soles, solo, sweater, toes, tongue, topwear, toying self, yellow sclera, by twang, fan character, racha │\n", "│ \\(otterjunk\\), avian, bird, blaziken, digital media \\(artwork\\), hi res, trans \\(lore\\), trans woman \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2010923.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2010923.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\0c9c8eb5a61ae6809e32b8087b622315.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal juice, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anus, balls, biped,   │\n",
       "│     blue eyes, blue hair, blush, bodily fluids, butt, cum, cum while penetrated, dildo, dildo in ass, dildo     │\n",
       "│   insertion, ejaculation, erection, fucking machine, genital fluids, genitals, girly, glistening, glistening    │\n",
       "│   body, hair, hands-free, knot, machine, male, male/male, male penetrated, male penetrating, male penetrating   │\n",
       "│  male, nude, object in ass, open mouth, orgasm, penetration, penis, precum, sex, sex toy, sex toy in ass, sex   │\n",
       "│ toy insertion, solo, tail, tail motion, tailwag, teeth, tongue, virtual reality, vr headset, by rajii, kipwolf, │\n",
       "│                                wolf, digital media \\(artwork\\), multiple images                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\0c9c8eb5a61ae6809e32b8087b622315.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anus, balls, biped, │\n", "│ blue eyes, blue hair, blush, bodily fluids, butt, cum, cum while penetrated, dildo, dildo in ass, dildo │\n", "│ insertion, ejaculation, erection, fucking machine, genital fluids, genitals, girly, glistening, glistening │\n", "│ body, hair, hands-free, knot, machine, male, male/male, male penetrated, male penetrating, male penetrating │\n", "│ male, nude, object in ass, open mouth, orgasm, penetration, penis, precum, sex, sex toy, sex toy in ass, sex │\n", "│ toy insertion, solo, tail, tail motion, tailwag, teeth, tongue, virtual reality, vr headset, by rajii, kipwolf, │\n", "│ wolf, digital media \\(artwork\\), multiple images │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2079008.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2079008.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\cd4f3e45b0aac4d9b42baeb9a9d8fb56.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, anal, anal masturbation, anal penetration, anthro, balls, bedroom eyes, blush, clothed, clothing,   │\n",
       "│ clothing lift, dildo, dildo in ass, dildo insertion, dildo sitting, erection, eyewear, fingers, fur, genitals,  │\n",
       "│   girly, glans, glasses, hat, headgear, headwear, horn, humanoid genitalia, humanoid penis, magic user, male,   │\n",
       "│ male penetrated, masturbation, narrowed eyes, object in ass, open mouth, partially clothed, penetration, penis, │\n",
       "│     pink glans, pink penis, red scarf, robe, robe lift, scarf, seductive, sex toy, sex toy in ass, sex toy      │\n",
       "│    insertion, simple background, solo, topwear, toying self, white balls, white body, white fur, by renabu,     │\n",
       "│        deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, digital media \\(artwork\\), hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\cd4f3e45b0aac4d9b42baeb9a9d8fb56.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal masturbation, anal penetration, anthro, balls, bedroom eyes, blush, clothed, clothing, │\n", "│ clothing lift, dildo, dildo in ass, dildo insertion, dildo sitting, erection, eyewear, fingers, fur, genitals, │\n", "│ girly, glans, glasses, hat, headgear, headwear, horn, humanoid genitalia, humanoid penis, magic user, male, │\n", "│ male penetrated, masturbation, narrowed eyes, object in ass, open mouth, partially clothed, penetration, penis, │\n", "│ pink glans, pink penis, red scarf, robe, robe lift, scarf, seductive, sex toy, sex toy in ass, sex toy │\n", "│ insertion, simple background, solo, topwear, toying self, white balls, white body, white fur, by renabu, │\n", "│ deltarune, undertale \\(series\\), ralsei, bovid, caprine, goat, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2120883.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2120883.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\ebedc97239fa23dd5195c945cb14f2ab.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anal, anal juice, anal masturbation, anal penetration, anthro, anus, big butt, bodily fluids,     │\n",
       "│    bottomless, bubble butt, butt, butt grab, claws, clothed, clothing, deep skin, dildo, dildo in ass, dildo    │\n",
       "│       insertion, dildo sitting, fangs, fingers, group, group masturbation, hand on butt, huge butt, male,       │\n",
       "│ masturbation, object in ass, penetration, puffy anus, raised tail, sex toy, sex toy in ass, sex toy insertion,  │\n",
       "│  spread anus, spread butt, spreading, sweat, tail, tailless, teeth, by justmegabenewell, epic games, fortnite,  │\n",
       "│  mythology, dire \\(fortnite\\), fennix \\(fortnite\\), hybrid \\(fortnite\\), dinosaur, fox, mythological creature,  │\n",
       "│                 red fox, reptile, scalie, true fox, were, werecanid, werecanine, werewolf, wolf                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\ebedc97239fa23dd5195c945cb14f2ab.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal juice, anal masturbation, anal penetration, anthro, anus, big butt, bodily fluids, │\n", "│ bottomless, bubble butt, butt, butt grab, claws, clothed, clothing, deep skin, dildo, dildo in ass, dildo │\n", "│ insertion, dildo sitting, fangs, fingers, group, group masturbation, hand on butt, huge butt, male, │\n", "│ masturbation, object in ass, penetration, puffy anus, raised tail, sex toy, sex toy in ass, sex toy insertion, │\n", "│ spread anus, spread butt, spreading, sweat, tail, tailless, teeth, by justmegabenewell, epic games, fortnite, │\n", "│ mythology, dire \\(fortnite\\), fennix \\(fortnite\\), hybrid \\(fortnite\\), dinosaur, fox, mythological creature, │\n", "│ red fox, reptile, scalie, true fox, were, werecanid, werecanine, werewolf, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2166405.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2166405.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\85428ff2df8786a5ff24be124edfb948.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, anal, anal orgasm, anal penetration, anthro, bdsm, bodily fluids, bondage, bound, chastity cage,   │\n",
       "│ chastity device, collar, collar only, cum, cum in mouth, cum inside, cum on chest, cum while chaste, cum while  │\n",
       "│   penetrated, cumshot, dildo, dildo in ass, dildo insertion, dominant, dominant male, duo, ejaculation, eyes    │\n",
       "│  closed, fingers, fucking machine, fur, genital fluids, genitals, green body, green fur, grey body, grey fur,   │\n",
       "│  hand on penis, hands-free, lying, machine, male, male/male, messy, nude, object in ass, on back, open mouth,   │\n",
       "│  orgasm, penetration, penis, sex toy, sex toy in ass, sex toy insertion, sheath cage, solo focus, submissive,   │\n",
       "│    submissive male, by ruaidri, blue \\(ruaidri\\), gale \\(ruaidri\\), fox, wolf, traditional media \\(artwork\\)    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\85428ff2df8786a5ff24be124edfb948.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal orgasm, anal penetration, anthro, bdsm, bodily fluids, bondage, bound, chastity cage, │\n", "│ chastity device, collar, collar only, cum, cum in mouth, cum inside, cum on chest, cum while chaste, cum while │\n", "│ penetrated, cumshot, dildo, dildo in ass, dildo insertion, dominant, dominant male, duo, ejaculation, eyes │\n", "│ closed, fingers, fucking machine, fur, genital fluids, genitals, green body, green fur, grey body, grey fur, │\n", "│ hand on penis, hands-free, lying, machine, male, male/male, messy, nude, object in ass, on back, open mouth, │\n", "│ orgasm, penetration, penis, sex toy, sex toy in ass, sex toy insertion, sheath cage, solo focus, submissive, │\n", "│ submissive male, by ruaidri, blue \\(ruaidri\\), gale \\(ruaidri\\), fox, wolf, traditional media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2195244.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2195244.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\60ffe55160364b258199b60eecfdb181.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, ahegao, anal, anal fingering, anal masturbation, anal penetration, animal genitalia, animal penis,    │\n",
       "│  anthro, anthro penetrated, balls, big penis, biped, black penis, blonde hair, blush, bodily fluids, clothing,  │\n",
       "│  cum, cum in mouth, cum in own mouth, cum in self, cum inside, cum on self, digitigrade, dildo, dildo in ass,   │\n",
       "│    dildo insertion, erection, eye roll, eyelashes, feet, fingering, footwear, fur, genital fluids, genitals,    │\n",
       "│     girly, hair, heart symbol, knot, legwear, looking pleasured, lying, male, male anthro, male penetrated,     │\n",
       "│  masturbation, multicolored body, multicolored fur, object in ass, on back, pattern clothing, pattern legwear,  │\n",
       "│  pawpads, paws, penetration, penis, pink pawpads, red eyes, sex toy, sex toy in ass, sex toy insertion, simple  │\n",
       "│  background, socks, solo, stockings, striped clothing, striped legwear, stripes, tail, text, toeless footwear,  │\n",
       "│ toeless socks, toes, two tone body, two tone fur, white balls, by prsmrti, logan \\(callmekrey\\), digital media  │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\60ffe55160364b258199b60eecfdb181.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, ahegao, anal, anal fingering, anal masturbation, anal penetration, animal genitalia, animal penis, │\n", "│ anthro, anthro penetrated, balls, big penis, biped, black penis, blonde hair, blush, bodily fluids, clothing, │\n", "│ cum, cum in mouth, cum in own mouth, cum in self, cum inside, cum on self, digitigrade, dildo, dildo in ass, │\n", "│ dildo insertion, erection, eye roll, eyelashes, feet, fingering, footwear, fur, genital fluids, genitals, │\n", "│ girly, hair, heart symbol, knot, legwear, looking pleasured, lying, male, male anthro, male penetrated, │\n", "│ masturbation, multicolored body, multicolored fur, object in ass, on back, pattern clothing, pattern legwear, │\n", "│ pawpads, paws, penetration, penis, pink pawpads, red eyes, sex toy, sex toy in ass, sex toy insertion, simple │\n", "│ background, socks, solo, stockings, striped clothing, striped legwear, stripes, tail, text, toeless footwear, │\n", "│ toeless socks, toes, two tone body, two tone fur, white balls, by prsmrti, logan \\(callmekrey\\), digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2205878.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2205878.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\db26cdad6b336a40f402bff3a0729b0f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anal, anal orgasm, anal penetration, animal genitalia, animal penis, ankle tuft, anthro,   │\n",
       "│   anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm markings, arm tuft,   │\n",
       "│ athletic, athletic dom, athletic male, athletic sub, balls, barefoot, barn, bdsm, belly, belt, biceps, big dom  │\n",
       "│ small sub, big ears, big penis, black body, black collar, black eyebrows, black fur, black hair, black hooves,  │\n",
       "│  black markings, black nose, black tail, blue body, blue bottomwear, blue clothing, blue ears, blue eyes, blue  │\n",
       "│ face, blue fur, blue hair, blue pants, blue tail, bodily fluids, bondage, bottomwear, bound, brown body, brown  │\n",
       "│    collar, brown ears, brown face, brown fur, brown penis, bucket, cheek tuft, chest tuft, claws, clipboard,    │\n",
       "│    clothed, clothed/nude, clothed male nude male, clothing, collar, collar only, collar ring, colored nails,    │\n",
       "│   container, countershade arms, countershade face, countershade legs, countershade tail, countershade torso,    │\n",
       "│  countershading, crotch lines, cum, cum collecting, cum in bucket, cum in container, cum in mouth, cum inside,  │\n",
       "│    cum on face, cum on ground, cum on own penis, cum on penis, cum on self, cum slave, cum while penetrated,    │\n",
       "│ cumshot, denim, denim bottomwear, denim clothing, dildo, dildo in ass, dildo insertion, dipstick ears, dipstick │\n",
       "│  tail, dominant, dominant male, ear piercing, ear tag, ejaculation, elbow tuft, electrode, electrode in anus,   │\n",
       "│     electroejaculation, electrojac, electrostimulation, equine genitalia, equine penis, erection, eyebrows,     │\n",
       "│   eyelashes, eyes closed, facial tuft, feet, fingernails, fingers, flaccid, fluffy, fluffy hair, fluffy tail,   │\n",
       "│ forced, forced orgasm, fuck bench, fully sheathed, fur, fur markings, fur tuft, gag, genital fluids, genitals,  │\n",
       "│      glistening, glistening body, glistening eyes, glistening fur, glistening genitalia, glistening penis,      │\n",
       "│   glistening tail, grey body, grey claws, grey dildo, grey ears, grey face, grey fingernails, grey fur, grey    │\n",
       "│  hair, grey nails, grey pawpads, grey sex toy, grey tail, group, hair, hair size difference, half-closed eyes,  │\n",
       "│    half-erect, hands-free, harness, harness gag, harness ring gag, holding clipboard, holding dildo, holding    │\n",
       "│    object, holding sex toy, hooves, humanoid hands, inner ear fluff, inside, interspecies, jeans, knee tuft,    │\n",
       "│   kneeling, larger anthro, larger male, leg markings, leg tuft, lipsticking, long hair, long tail, looking at   │\n",
       "│ another, looking at butt, looking at partner, looking down, looking forward, male, male/male, male penetrated,  │\n",
       "│   male penetrating, male penetrating male, markings, masochism, medial ring, messy, monotone balls, monotone    │\n",
       "│ belly, monotone body, monotone collar, monotone face, monotone fur, monotone genitals, monotone hair, monotone  │\n",
       "│  penis, monotone tail, multicolored body, multicolored ears, multicolored face, multicolored fur, multicolored  │\n",
       "│   markings, multicolored penis, multicolored tail, muzzle \\(object\\), nails, narrowed eyes, neck tuft, nude,    │\n",
       "│  object in ass, on one knee, open mouth, open smile, orgasm, pants, pawpads, paws, pecs, penetration, penile,   │\n",
       "│  penis, penis milking, penis size difference, penis through fly, penis tip, piercing, pink penis, pink tongue,  │\n",
       "│ pivoted ears, poking out, prick ears, pubic mound, pupils, raised tail, rape, restraints, ring gag, rope, rope  │\n",
       "│   bondage, sadism, saliva, saliva on penis, sex, sex slave, sex toy, sex toy in ass, sex toy insertion, sharp   │\n",
       "│ fingernails, sharp nails, sheath, shirt, short hair, shoulder markings, shoulder tuft, size difference, slave,  │\n",
       "│    slave factory, slave farm, slim, smaller anthro, smaller male, smaller penetrated, smile, snout, stable,     │\n",
       "│    standing, submissive, submissive male, supervised sex, t-shirt, tail, tail grab, tail markings, tail size    │\n",
       "│   difference, tail wraps, thigh tuft, toes, tongue, topwear, toying partner, tuft, two doms one sub, two tone   │\n",
       "│   body, two tone ears, two tone face, two tone fur, two tone markings, two tone penis, two tone tail, v-cut,    │\n",
       "│ white balls, white belly, white body, white clothing, white countershading, white ears, white face, white fur,  │\n",
       "│     white markings, white sheath, white shirt, white tail, white topwear, wraps, by ruaidri, baeo, bloudin      │\n",
       "│  \\(whatisdamatter\\), domestic dog, equid, equine, horse, husky, nordic sled dog, spitz, wolf, story, story in   │\n",
       "│                                             description, tag panic                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\db26cdad6b336a40f402bff3a0729b0f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal, anal orgasm, anal penetration, animal genitalia, animal penis, ankle tuft, anthro, │\n", "│ anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm markings, arm tuft, │\n", "│ athletic, athletic dom, athletic male, athletic sub, balls, barefoot, barn, bdsm, belly, belt, biceps, big dom │\n", "│ small sub, big ears, big penis, black body, black collar, black eyebrows, black fur, black hair, black hooves, │\n", "│ black markings, black nose, black tail, blue body, blue bottomwear, blue clothing, blue ears, blue eyes, blue │\n", "│ face, blue fur, blue hair, blue pants, blue tail, bodily fluids, bondage, bottomwear, bound, brown body, brown │\n", "│ collar, brown ears, brown face, brown fur, brown penis, bucket, cheek tuft, chest tuft, claws, clipboard, │\n", "│ clothed, clothed/nude, clothed male nude male, clothing, collar, collar only, collar ring, colored nails, │\n", "│ container, countershade arms, countershade face, countershade legs, countershade tail, countershade torso, │\n", "│ countershading, crotch lines, cum, cum collecting, cum in bucket, cum in container, cum in mouth, cum inside, │\n", "│ cum on face, cum on ground, cum on own penis, cum on penis, cum on self, cum slave, cum while penetrated, │\n", "│ cumshot, denim, denim bottomwear, denim clothing, dildo, dildo in ass, dildo insertion, dipstick ears, dipstick │\n", "│ tail, dominant, dominant male, ear piercing, ear tag, ejaculation, elbow tuft, electrode, electrode in anus, │\n", "│ electroejaculation, electrojac, electrostimulation, equine genitalia, equine penis, erection, eyebrows, │\n", "│ eyelashes, eyes closed, facial tuft, feet, fingernails, fingers, flaccid, fluffy, fluffy hair, fluffy tail, │\n", "│ forced, forced orgasm, fuck bench, fully sheathed, fur, fur markings, fur tuft, gag, genital fluids, genitals, │\n", "│ glistening, glistening body, glistening eyes, glistening fur, glistening genitalia, glistening penis, │\n", "│ glistening tail, grey body, grey claws, grey dildo, grey ears, grey face, grey fingernails, grey fur, grey │\n", "│ hair, grey nails, grey pawpads, grey sex toy, grey tail, group, hair, hair size difference, half-closed eyes, │\n", "│ half-erect, hands-free, harness, harness gag, harness ring gag, holding clipboard, holding dildo, holding │\n", "│ object, holding sex toy, hooves, humanoid hands, inner ear fluff, inside, interspecies, jeans, knee tuft, │\n", "│ kneeling, larger anthro, larger male, leg markings, leg tuft, lipsticking, long hair, long tail, looking at │\n", "│ another, looking at butt, looking at partner, looking down, looking forward, male, male/male, male penetrated, │\n", "│ male penetrating, male penetrating male, markings, masochism, medial ring, messy, monotone balls, monotone │\n", "│ belly, monotone body, monotone collar, monotone face, monotone fur, monotone genitals, monotone hair, monotone │\n", "│ penis, monotone tail, multicolored body, multicolored ears, multicolored face, multicolored fur, multicolored │\n", "│ markings, multicolored penis, multicolored tail, muzzle \\(object\\), nails, narrowed eyes, neck tuft, nude, │\n", "│ object in ass, on one knee, open mouth, open smile, orgasm, pants, pawpads, paws, pecs, penetration, penile, │\n", "│ penis, penis milking, penis size difference, penis through fly, penis tip, piercing, pink penis, pink tongue, │\n", "│ pivoted ears, poking out, prick ears, pubic mound, pupils, raised tail, rape, restraints, ring gag, rope, rope │\n", "│ bondage, sadism, saliva, saliva on penis, sex, sex slave, sex toy, sex toy in ass, sex toy insertion, sharp │\n", "│ fingernails, sharp nails, sheath, shirt, short hair, shoulder markings, shoulder tuft, size difference, slave, │\n", "│ slave factory, slave farm, slim, smaller anthro, smaller male, smaller penetrated, smile, snout, stable, │\n", "│ standing, submissive, submissive male, supervised sex, t-shirt, tail, tail grab, tail markings, tail size │\n", "│ difference, tail wraps, thigh tuft, toes, tongue, topwear, toying partner, tuft, two doms one sub, two tone │\n", "│ body, two tone ears, two tone face, two tone fur, two tone markings, two tone penis, two tone tail, v-cut, │\n", "│ white balls, white belly, white body, white clothing, white countershading, white ears, white face, white fur, │\n", "│ white markings, white sheath, white shirt, white tail, white topwear, wraps, by ruaidri, baeo, bloudin │\n", "│ \\(whatisdamatter\\), domestic dog, equid, equine, horse, husky, nordic sled dog, spitz, wolf, story, story in │\n", "│ description, tag panic │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2206482.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2206482.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\242ca16f997a525f7372a835c4fff22e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal sex toy, │\n",
       "│  anthro, awoo, back muscles, black claws, black nose, bodily fluids, brown body, brown fur, brown tail, butt,   │\n",
       "│   claws, countershade butt, countershade face, countershade feet, countershade legs, countershading, cum, cum   │\n",
       "│   while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dipstick tail, ejaculation,   │\n",
       "│   eyebrows, eyelashes, eyes closed, feet, fixed dildo, fixed toy, fur, genital fluids, genitals, hands-free,    │\n",
       "│  howl, kneeling, knot, knotted dildo, male, male anthro, male penetrated, markings, masturbation, multicolored  │\n",
       "│  body, multicolored fur, muscular, muscular anthro, muscular male, neck tuft, nude, object in ass, open mouth,  │\n",
       "│   orgasm, orgasm face, pawpads, paws, penetration, pink dildo, pink pawpads, sex toy, sex toy in ass, sex toy   │\n",
       "│ insertion, soles, solo, tail, tail markings, tail motion, tailwag, tan body, tan countershading, tan fur, text, │\n",
       "│     toe claws, toes, toying self, tuft, by raaz, fenwolf, wolf, colored, digital media \\(artwork\\), hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\242ca16f997a525f7372a835c4fff22e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal sex toy, │\n", "│ anthro, awoo, back muscles, black claws, black nose, bodily fluids, brown body, brown fur, brown tail, butt, │\n", "│ claws, countershade butt, countershade face, countershade feet, countershade legs, countershading, cum, cum │\n", "│ while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dipstick tail, ejaculation, │\n", "│ eyebrows, eyelashes, eyes closed, feet, fixed dildo, fixed toy, fur, genital fluids, genitals, hands-free, │\n", "│ howl, kneeling, knot, knotted dildo, male, male anthro, male penetrated, markings, masturbation, multicolored │\n", "│ body, multicolored fur, muscular, muscular anthro, muscular male, neck tuft, nude, object in ass, open mouth, │\n", "│ orgasm, orgasm face, pawpads, paws, penetration, pink dildo, pink pawpads, sex toy, sex toy in ass, sex toy │\n", "│ insertion, soles, solo, tail, tail markings, tail motion, tailwag, tan body, tan countershading, tan fur, text, │\n", "│ toe claws, toes, toying self, tuft, by raaz, fenwolf, wolf, colored, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2290050.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2290050.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\d1d6ac6b7852ca1cb95c47b46a342a86.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro on anthro, anthro penetrated,    │\n",
       "│   asian clothing, balls, band \\(marking\\), biped, black body, black clothing, black fur, black legwear, black   │\n",
       "│   markings, black stockings, black thigh highs, blue eyes, bottomwear, bow tie, brown hair, butt, classroom,    │\n",
       "│ clothed, clothed sex, clothing, crossdressing, dark clothing, dark legwear, dark markings, dark stockings, dark │\n",
       "│   thigh highs, dildo, dildo in ass, dildo insertion, dildo sitting, duo, east asian clothing, erection, feet,   │\n",
       "│   fingers, floor, fluffy, fluffy tail, fur, furgonomics, genitals, girly, glans, gradient body, gradient fur,   │\n",
       "│    grey body, grey butt, grey fur, hair, handjob, humanoid genitalia, humanoid penis, inside, interspecies,     │\n",
       "│   japanese clothing, japanese school uniform, kneeling, legwear, male, male/male, male penetrated, markings,    │\n",
       "│   masturbation, monotone butt, monotone clothing, monotone legwear, monotone stockings, monotone thigh highs,   │\n",
       "│  multicolored body, multicolored fur, mutual handjob, mutual masturbation, no underwear, object in ass, object  │\n",
       "│ penetration, open mouth, orange body, orange fur, penetration, penile, penis, red hair, school, school uniform, │\n",
       "│    serafuku, sex, sex toy, sex toy in ass, sex toy insertion, shadow, short hair, skirt, stirrup stockings,     │\n",
       "│  stockings, tail, tail through skirt, tail under skirt, thigh highs, thigh stockings, tile, tile floor, toes,   │\n",
       "│   toying self, two tone body, two tone fur, uniform, white body, white fur, yellow eyes, by re-sublimity-kun,   │\n",
       "│                      taryn crimson, domestic dog, feline, lynx, digital media \\(artwork\\)                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\d1d6ac6b7852ca1cb95c47b46a342a86.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro on anthro, anthro penetrated, │\n", "│ asian clothing, balls, band \\(marking\\), biped, black body, black clothing, black fur, black legwear, black │\n", "│ markings, black stockings, black thigh highs, blue eyes, bottomwear, bow tie, brown hair, butt, classroom, │\n", "│ clothed, clothed sex, clothing, crossdressing, dark clothing, dark legwear, dark markings, dark stockings, dark │\n", "│ thigh highs, dildo, dildo in ass, dildo insertion, dildo sitting, duo, east asian clothing, erection, feet, │\n", "│ fingers, floor, fluffy, fluffy tail, fur, furgonomics, genitals, girly, glans, gradient body, gradient fur, │\n", "│ grey body, grey butt, grey fur, hair, handjob, humanoid genitalia, humanoid penis, inside, interspecies, │\n", "│ japanese clothing, japanese school uniform, kneeling, legwear, male, male/male, male penetrated, markings, │\n", "│ masturbation, monotone butt, monotone clothing, monotone legwear, monotone stockings, monotone thigh highs, │\n", "│ multicolored body, multicolored fur, mutual handjob, mutual masturbation, no underwear, object in ass, object │\n", "│ penetration, open mouth, orange body, orange fur, penetration, penile, penis, red hair, school, school uniform, │\n", "│ serafuku, sex, sex toy, sex toy in ass, sex toy insertion, shadow, short hair, skirt, stirrup stockings, │\n", "│ stockings, tail, tail through skirt, tail under skirt, thigh highs, thigh stockings, tile, tile floor, toes, │\n", "│ toying self, two tone body, two tone fur, uniform, white body, white fur, yellow eyes, by re-sublimity-kun, │\n", "│ taryn crimson, domestic dog, feline, lynx, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2354539.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2354539.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\0a300b4ee93ad3ec67f6b121f143b233.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ahegao, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex   │\n",
       "│   toy, anthro, balls, big penis, black balls, black penis, bodily fluids, condom, dildo, dildo in ass, dildo    │\n",
       "│  insertion, dildo sitting, ear piercing, equine dildo, erection, filled condom, foreskin, front view, genital   │\n",
       "│   fluids, genitals, glans, humanoid genitalia, humanoid penis, looking pleasured, low-angle view, male, male    │\n",
       "│    penetrated, masturbation, object in ass, open mouth, open smile, paws, penetration, penis, piercing, pink    │\n",
       "│    glans, precum, sex toy, sex toy in ass, sex toy insertion, sexual barrier device, slim, smile, solo, toy,    │\n",
       "│                           toying self, by rajii, fan character, kami the cat, zeraora                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\0a300b4ee93ad3ec67f6b121f143b233.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex │\n", "│ toy, anthro, balls, big penis, black balls, black penis, bodily fluids, condom, dildo, dildo in ass, dildo │\n", "│ insertion, dildo sitting, ear piercing, equine dildo, erection, filled condom, foreskin, front view, genital │\n", "│ fluids, genitals, glans, humanoid genitalia, humanoid penis, looking pleasured, low-angle view, male, male │\n", "│ penetrated, masturbation, object in ass, open mouth, open smile, paws, penetration, penis, piercing, pink │\n", "│ glans, precum, sex toy, sex toy in ass, sex toy insertion, sexual barrier device, slim, smile, solo, toy, │\n", "│ toying self, by rajii, fan character, kami the cat, zeraora │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2354548.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2354548.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\87c59656a099d97acf54dbcf7ec7a434.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ahegao, anal, anal juice, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia,   │\n",
       "│  animal penis, animal sex toy, anthro, balls, big penis, black balls, black penis, bodily fluids, condom, cum,  │\n",
       "│     cum on ground, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, ear      │\n",
       "│  piercing, ejaculation, equine dildo, erection, filled condom, foreskin, front view, genital fluids, genitals,  │\n",
       "│      glans, hands-free, humanoid genitalia, humanoid penis, looking pleasured, low-angle view, male, male       │\n",
       "│  penetrated, masturbation, object in ass, open mouth, open smile, orgasm, paws, penetration, penis, piercing,   │\n",
       "│ pink glans, sex toy, sex toy in ass, sex toy insertion, sexual barrier device, slim, smile, solo, toying self,  │\n",
       "│                                 by rajii, fan character, kami the cat, zeraora                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\87c59656a099d97acf54dbcf7ec7a434.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal juice, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, │\n", "│ animal penis, animal sex toy, anthro, balls, big penis, black balls, black penis, bodily fluids, condom, cum, │\n", "│ cum on ground, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, ear │\n", "│ piercing, ejaculation, equine dildo, erection, filled condom, foreskin, front view, genital fluids, genitals, │\n", "│ glans, hands-free, humanoid genitalia, humanoid penis, looking pleasured, low-angle view, male, male │\n", "│ penetrated, masturbation, object in ass, open mouth, open smile, orgasm, paws, penetration, penis, piercing, │\n", "│ pink glans, sex toy, sex toy in ass, sex toy insertion, sexual barrier device, slim, smile, solo, toying self, │\n", "│ by rajii, fan character, kami the cat, zeraora │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2384656.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2384656.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\9b22ff5cf95c4e04df8f48239e9cfc03.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 fingers, 4 toes, anal, anal masturbation, anal orgasm, anal penetration, anthro, anus, balls, barefoot, black │\n",
       "│    body, black fur, black sclera, bodily fluids, butt, claws, clothing, cum, cum drip, cum while penetrated,    │\n",
       "│  cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, ejaculation, erection, eyewear, feet,  │\n",
       "│   fingers, fur, genital fluids, genitals, girly, glasses, hands-free, hat, headgear, headwear, hindpaw, horn,   │\n",
       "│   knotted dildo, low-angle view, male, male penetrated, masturbation, nude, object in ass, paws, penetration,   │\n",
       "│  penis, penis tuck, pupils, scarf, sex toy, sex toy in ass, sex toy insertion, simple background, soles, solo,  │\n",
       "│     toe claws, toes, white pupils, wizard hat, by chelodoy, deltarune, undertale \\(series\\), ralsei, bovid,     │\n",
       "│                                                  caprine, goat                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\9b22ff5cf95c4e04df8f48239e9cfc03.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, anal, anal masturbation, anal orgasm, anal penetration, anthro, anus, balls, barefoot, black │\n", "│ body, black fur, black sclera, bodily fluids, butt, claws, clothing, cum, cum drip, cum while penetrated, │\n", "│ cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, ejaculation, erection, eyewear, feet, │\n", "│ fingers, fur, genital fluids, genitals, girly, glasses, hands-free, hat, headgear, headwear, hindpaw, horn, │\n", "│ knotted dildo, low-angle view, male, male penetrated, masturbation, nude, object in ass, paws, penetration, │\n", "│ penis, penis tuck, pupils, scarf, sex toy, sex toy in ass, sex toy insertion, simple background, soles, solo, │\n", "│ toe claws, toes, white pupils, wizard hat, by chelodoy, deltarune, undertale \\(series\\), ralsei, bovid, │\n", "│ caprine, goat │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2427889.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2427889.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\285582433c8b52509befdb1deb598170.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, anal, anal juice, anal masturbation, anal penetration, anal storage, anthro, anus, big butt,  │\n",
       "│  big dildo, blue body, blush, bodily fluids, butt, cavity storage, clothed, clothing, crop top, curvy figure,   │\n",
       "│    deep penetration, dildo, dildo in ass, dildo insertion, female, genitals, hidden sex toy, it go round the    │\n",
       "│  corner, large penetration, masturbation, navel, object in ass, onomatopoeia, panties, panties down, partially  │\n",
       "│  clothed, penetration, pink clothing, pink panties, pink underwear, purple clothing, purple dildo, purple sex   │\n",
       "│  toy, purple topwear, pussy, raised tail, sex toy, sex toy in ass, sex toy insertion, sex toy under clothing,   │\n",
       "│  shaking, shirt, solo, sound effects, stealth masturbation, stretched anus, tail, text, thick thighs, topwear,  │\n",
       "│   trembling, underwear, underwear down, undressing, veiny dildo, voluptuous, wide hips, by nightfaux, bandai    │\n",
       "│                          namco, fan character, haley \\(nightfaux\\), renamon, signature                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\285582433c8b52509befdb1deb598170.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal juice, anal masturbation, anal penetration, anal storage, anthro, anus, big butt, │\n", "│ big dildo, blue body, blush, bodily fluids, butt, cavity storage, clothed, clothing, crop top, curvy figure, │\n", "│ deep penetration, dildo, dildo in ass, dildo insertion, female, genitals, hidden sex toy, it go round the │\n", "│ corner, large penetration, masturbation, navel, object in ass, onomatopoeia, panties, panties down, partially │\n", "│ clothed, penetration, pink clothing, pink panties, pink underwear, purple clothing, purple dildo, purple sex │\n", "│ toy, purple topwear, pussy, raised tail, sex toy, sex toy in ass, sex toy insertion, sex toy under clothing, │\n", "│ shaking, shirt, solo, sound effects, stealth masturbation, stretched anus, tail, text, thick thighs, topwear, │\n", "│ trembling, underwear, underwear down, undressing, veiny dildo, voluptuous, wide hips, by nightfaux, bandai │\n", "│ namco, fan character, haley \\(nightfaux\\), renamon, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2428354.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2428354.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\9fa57ea261c0adb4ec52ecd16a44efc8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal knotting, anal penetration, anal tugging, anthro, anthro on anthro, backsack, balls,   │\n",
       "│  balls outline, bodily fluids, bottomwear, bra, bulge, clothed, clothing, clothing aside, dildo, dildo in ass,  │\n",
       "│  dildo insertion, dildo knotting, duo, eyewear, flexible, footwear, genital outline, genitals, girly, glasses,  │\n",
       "│  internal, knot, knotted dildo, knotting, legs behind head, legs up, legwear, male, male/male, midriff, nipple  │\n",
       "│ outline, object in ass, panties, panties aside, pattern bottomwear, pattern clothing, pattern panties, pattern  │\n",
       "│   underwear, penetration, sex, sex toy, sex toy in ass, sex toy insertion, shoes, striped bottomwear, striped   │\n",
       "│ clothing, striped panties, striped underwear, stripes, sweat, thigh highs, toying partner, underwear, underwear │\n",
       "│  aside, by wizzikt, mellow \\(wizzikt\\), mustelid, musteline, true musteline, weasel, digital media \\(artwork\\)  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\9fa57ea261c0adb4ec52ecd16a44efc8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal knotting, anal penetration, anal tugging, anthro, anthro on anthro, backsack, balls, │\n", "│ balls outline, bodily fluids, bottomwear, bra, bulge, clothed, clothing, clothing aside, dildo, dildo in ass, │\n", "│ dildo insertion, dildo knotting, duo, eyewear, flexible, footwear, genital outline, genitals, girly, glasses, │\n", "│ internal, knot, knotted dildo, knotting, legs behind head, legs up, legwear, male, male/male, midriff, nipple │\n", "│ outline, object in ass, panties, panties aside, pattern bottomwear, pattern clothing, pattern panties, pattern │\n", "│ underwear, penetration, sex, sex toy, sex toy in ass, sex toy insertion, shoes, striped bottomwear, striped │\n", "│ clothing, striped panties, striped underwear, stripes, sweat, thigh highs, toying partner, underwear, underwear │\n", "│ aside, by wizzikt, mellow \\(wizzikt\\), mustelid, musteline, true musteline, weasel, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2440298.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2440298.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\c93d5650c9a32bce9938c16e650904d2.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, animal genitalia, animal penis, annoyed, anus, ass up, balls, bdsm, blue sclera, blush, │\n",
       "│     bodily fluids, bondage, bound, camera, cellphone, dildo, dildo in ass, dildo insertion, dominant, duo,      │\n",
       "│     electronics, erection, feral, genitals, girly, half-closed eyes, josou seme, knot, knotted dildo, male,     │\n",
       "│   male/male, narrowed eyes, object in ass, outside, penetration, penis, phone, public, recording, red sclera,   │\n",
       "│   ribbons, sex, sex toy, sex toy in ass, sex toy insertion, spread legs, spreading, sweat, tail, toy, toying    │\n",
       "│                                      partner, by lapatte, sylveon, umbreon                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\c93d5650c9a32bce9938c16e650904d2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal penis, annoyed, anus, ass up, balls, bdsm, blue sclera, blush, │\n", "│ bodily fluids, bondage, bound, camera, cellphone, dildo, dildo in ass, dildo insertion, dominant, duo, │\n", "│ electronics, erection, feral, genitals, girly, half-closed eyes, josou seme, knot, knotted dildo, male, │\n", "│ male/male, narrowed eyes, object in ass, outside, penetration, penis, phone, public, recording, red sclera, │\n", "│ ribbons, sex, sex toy, sex toy in ass, sex toy insertion, spread legs, spreading, sweat, tail, toy, toying │\n", "│ partner, by lapatte, sylveon, umbreon │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2496921.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2496921.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\92f4b8f2193fb936c9fd473420a504c6.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, arm warmers,   │\n",
       "│ armwear, ball tuft, balls, bed, big balls, big penis, black sclera, blue eyes, bodily fluids, claws, clothing,  │\n",
       "│   cum, cum inflation, cum inside, cum tube, cum while penetrated, cumshot, curvy figure, dildo, dildo in ass,   │\n",
       "│   dildo insertion, dildo sitting, drooling, ejaculation, erection, fur, furniture, genital fluids, genitals,    │\n",
       "│   girly, hands-free, heart symbol, hourglass figure, inflation, knot, knotted dildo, looking pleasured, lube,   │\n",
       "│ male, male penetrated, masturbation, nude, object in ass, open mouth, orgasm, penetration, penis, saggy balls,  │\n",
       "│ saliva, saliva string, sex toy, sex toy in ass, sex toy insertion, small waist, solo, squirting dildo, tongue,  │\n",
       "│  tongue out, toying self, tuft, yellow body, yellow fur, by fluffydisk42, bandai namco, renamon, digital media  │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\92f4b8f2193fb936c9fd473420a504c6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, arm warmers, │\n", "│ armwear, ball tuft, balls, bed, big balls, big penis, black sclera, blue eyes, bodily fluids, claws, clothing, │\n", "│ cum, cum inflation, cum inside, cum tube, cum while penetrated, cumshot, curvy figure, dildo, dildo in ass, │\n", "│ dildo insertion, dildo sitting, drooling, ejaculation, erection, fur, furniture, genital fluids, genitals, │\n", "│ girly, hands-free, heart symbol, hourglass figure, inflation, knot, knotted dildo, looking pleasured, lube, │\n", "│ male, male penetrated, masturbation, nude, object in ass, open mouth, orgasm, penetration, penis, saggy balls, │\n", "│ saliva, saliva string, sex toy, sex toy in ass, sex toy insertion, small waist, solo, squirting dildo, tongue, │\n", "│ tongue out, toying self, tuft, yellow body, yellow fur, by fluffydisk42, bandai namco, renamon, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2504219.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2504219.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\1e1795925873b3df8634f5ba39900d28.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anal, anal knotting, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro, anthro      │\n",
       "│ penetrated, balls, black nose, blush, bodily fluids, brown body, brown ears, brown fur, brown hair, butt, cum,  │\n",
       "│  cum in ass, cum inside, cum on balls, cum on leg, cum on penis, cum tube, cutaway, dildo, dildo in ass, dildo  │\n",
       "│  insertion, ear piercing, ear tag, ears down, ejaculating dildo, ejaculation, facial piercing, fingers, floppy  │\n",
       "│ ears, foreskin, fur, genital fluids, genitals, girly, hair, hands-free, heart symbol, horn, humanoid genitalia, │\n",
       "│ humanoid hands, humanoid penis, imminent knotting, internal, knot, knotted dildo, knotting, looking at viewer,  │\n",
       "│ looking back, male, male penetrated, markings, masturbation, nipples, nose piercing, nose ring, nude, object in │\n",
       "│ ass, one eye closed, penetration, penis, perineum, piercing, pivoted ears, ring piercing, sex, sex toy, sex toy │\n",
       "│ in ass, sex toy insertion, simple background, solo, spots, spotted body, spotted fur, squirting dildo, suction  │\n",
       "│   cup dildo, tail, text, toying self, white body, white fur, wink, winking at viewer, by conditional dnp, by    │\n",
       "│                         zackary911, ahkrin, deer, digital media \\(artwork\\), signature                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\1e1795925873b3df8634f5ba39900d28.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal knotting, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro, anthro │\n", "│ penetrated, balls, black nose, blush, bodily fluids, brown body, brown ears, brown fur, brown hair, butt, cum, │\n", "│ cum in ass, cum inside, cum on balls, cum on leg, cum on penis, cum tube, cutaway, dildo, dildo in ass, dildo │\n", "│ insertion, ear piercing, ear tag, ears down, ejaculating dildo, ejaculation, facial piercing, fingers, floppy │\n", "│ ears, foreskin, fur, genital fluids, genitals, girly, hair, hands-free, heart symbol, horn, humanoid genitalia, │\n", "│ humanoid hands, humanoid penis, imminent knotting, internal, knot, knotted dildo, knotting, looking at viewer, │\n", "│ looking back, male, male penetrated, markings, masturbation, nipples, nose piercing, nose ring, nude, object in │\n", "│ ass, one eye closed, penetration, penis, perineum, piercing, pivoted ears, ring piercing, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, simple background, solo, spots, spotted body, spotted fur, squirting dildo, suction │\n", "│ cup dildo, tail, text, toying self, white body, white fur, wink, winking at viewer, by conditional dnp, by │\n", "│ zackary911, ahkrin, deer, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2511539.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2511539.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\b7f2688c7c7dc19bac995241ca33ee28.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal juice, anal masturbation, anal penetration, anthro, anus, black body, black fur, blush, bodily    │\n",
       "│ fluids, clothing, dildo, dildo in ass, dildo insertion, eye roll, eyewear, fur, girly, glasses, hat, headgear,  │\n",
       "│    headwear, heart eyes, heart symbol, knotted dildo, looking pleasured, male, masturbation, object in ass,     │\n",
       "│     penetration, scarf, sex toy, sex toy in ass, sex toy insertion, solo, by wizzikt, deltarune, undertale      │\n",
       "│                       \\(series\\), ralsei, bovid, caprine, goat, digital media \\(artwork\\)                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\b7f2688c7c7dc19bac995241ca33ee28.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal penetration, anthro, anus, black body, black fur, blush, bodily │\n", "│ fluids, clothing, dildo, dildo in ass, dildo insertion, eye roll, eyewear, fur, girly, glasses, hat, headgear, │\n", "│ headwear, heart eyes, heart symbol, knotted dildo, looking pleasured, male, masturbation, object in ass, │\n", "│ penetration, scarf, sex toy, sex toy in ass, sex toy insertion, solo, by wizzikt, deltarune, undertale │\n", "│ \\(series\\), ralsei, bovid, caprine, goat, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2548022.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2548022.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\534b25e4f9b43d686d0037ed2449621e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anus, balls, big flare, │\n",
       "│      bodily fluids, cum, cum on self, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion,      │\n",
       "│ ejaculation, equine anus, equine genitalia, equine penis, eyes closed, feathered wings, feathers, feral, flared │\n",
       "│ penis, flaring, genital fluids, genitals, hands-free, hooves, horn, looking pleasured, lying, magic, male, male │\n",
       "│ penetrated, masturbation, object in ass, on back, orgasm, penetration, penis, precum, puffy anus, sex toy, sex  │\n",
       "│  toy in ass, sex toy insertion, solo, tail, wings, by rajii, mythology, equid, equine, mythological creature,   │\n",
       "│                                   mythological equine, winged unicorn, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\534b25e4f9b43d686d0037ed2449621e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, anus, balls, big flare, │\n", "│ bodily fluids, cum, cum on self, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, │\n", "│ ejaculation, equine anus, equine genitalia, equine penis, eyes closed, feathered wings, feathers, feral, flared │\n", "│ penis, flaring, genital fluids, genitals, hands-free, hooves, horn, looking pleasured, lying, magic, male, male │\n", "│ penetrated, masturbation, object in ass, on back, orgasm, penetration, penis, precum, puffy anus, sex toy, sex │\n", "│ toy in ass, sex toy insertion, solo, tail, wings, by rajii, mythology, equid, equine, mythological creature, │\n", "│ mythological equine, winged unicorn, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2553184.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2553184.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\6daaea3561de1ba3463876db0f245c0a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal orgasm, anal penetration, anthro, anthro penetrated, backsack, balls, blush,    │\n",
       "│  bodily fluids, bottomless, bubble butt, butt, clothed, clothing, collar, cum, cum while penetrated, cutaway,   │\n",
       "│ dildo, dildo in ass, dildo insertion, dildo size difference, dildo vibrator, disembodied penis, drooling, ears  │\n",
       "│    down, ejaculation, emanata, erection, eyewear, fellatio, genital fluids, genitals, girly, glasses, hair,     │\n",
       "│  hands-free, hooves, horn, humanoid genitalia, humanoid penis, kneeling, legband, legwear, looking pleasured,   │\n",
       "│     male, male penetrated, masturbation, motion lines, narrowed eyes, object in ass, open mouth, oral, oral     │\n",
       "│  penetration, penetration, penile, penis, perineum, pivoted ears, saliva, saliva string, sex, sex toy, sex toy  │\n",
       "│  in ass, sex toy insertion, shirt, solo, stockings, thighband, tongue, tongue out, topwear, transparent dildo,  │\n",
       "│  transparent sex toy, vibrator, vibrator in ass, virtual reality, vr headset, by wizzikt, farv \\(funkyknife\\),  │\n",
       "│                                 bovid, caprine, goat, digital media \\(artwork\\)                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\6daaea3561de1ba3463876db0f245c0a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, anthro, anthro penetrated, backsack, balls, blush, │\n", "│ bodily fluids, bottomless, bubble butt, butt, clothed, clothing, collar, cum, cum while penetrated, cutaway, │\n", "│ dildo, dildo in ass, dildo insertion, dildo size difference, dildo vibrator, disembodied penis, drooling, ears │\n", "│ down, ejaculation, emanata, erection, eyewear, fellatio, genital fluids, genitals, girly, glasses, hair, │\n", "│ hands-free, hooves, horn, humanoid genitalia, humanoid penis, kneeling, legband, legwear, looking pleasured, │\n", "│ male, male penetrated, masturbation, motion lines, narrowed eyes, object in ass, open mouth, oral, oral │\n", "│ penetration, penetration, penile, penis, perineum, pivoted ears, saliva, saliva string, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, shirt, solo, stockings, thighband, tongue, tongue out, topwear, transparent dildo, │\n", "│ transparent sex toy, vibrator, vibrator in ass, virtual reality, vr headset, by wizzikt, farv \\(funkyknife\\), │\n", "│ bovid, caprine, goat, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2563421.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2563421.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\e1e47156374cec72be373a71c681a4ce.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, balls, black balls,   │\n",
       "│   black body, black nose, black perineum, blue blush, blue body, blue eyes, blue pawpads, blue penis, blush,    │\n",
       "│   bodily fluids, butt, cum, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, ejaculation,   │\n",
       "│  erection, feral, genital fluids, genitals, glistening, glistening body, grin, hands-free, hands on legs, legs  │\n",
       "│   up, lying, male, male penetrated, masturbation, object in ass, on back, pawpads, paws, penetration, penis,    │\n",
       "│   perineum, purple dildo, raised tail, sex toy, sex toy in ass, sex toy insertion, simple background, smile,    │\n",
       "│                         solo, tail, by pata, umbreon, digital media \\(artwork\\), hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\e1e47156374cec72be373a71c681a4ce.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, balls, black balls, │\n", "│ black body, black nose, black perineum, blue blush, blue body, blue eyes, blue pawpads, blue penis, blush, │\n", "│ bodily fluids, butt, cum, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, ejaculation, │\n", "│ erection, feral, genital fluids, genitals, glistening, glistening body, grin, hands-free, hands on legs, legs │\n", "│ up, lying, male, male penetrated, masturbation, object in ass, on back, pawpads, paws, penetration, penis, │\n", "│ perineum, purple dildo, raised tail, sex toy, sex toy in ass, sex toy insertion, simple background, smile, │\n", "│ solo, tail, by pata, umbreon, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2598896.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2598896.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\59952283115dad8210ba081b54993c3b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro on anthro, anthro penetrated,    │\n",
       "│   asian clothing, balls, band \\(marking\\), biped, black body, black clothing, black fur, black legwear, black   │\n",
       "│   markings, black stockings, black thigh highs, blush, bodily fluids, bottomwear, bow tie, brown hair, butt,    │\n",
       "│ classroom, clothed, clothed sex, clothing, crossdressing, cum, dark clothing, dark legwear, dark markings, dark │\n",
       "│   stockings, dark thigh highs, dildo, dildo in ass, dildo insertion, dildo sitting, duo, east asian clothing,   │\n",
       "│    ejaculation, erection, eyes closed, feet, fingers, floor, fluffy, fluffy tail, fur, furgonomics, genital     │\n",
       "│   fluids, genitals, girly, glans, gradient body, gradient fur, grey body, grey butt, grey fur, hair, handjob,   │\n",
       "│  humanoid genitalia, humanoid penis, inside, interspecies, japanese clothing, japanese school uniform, kiss on  │\n",
       "│   lips, kissing, kneeling, legwear, male, male/male, male penetrated, markings, masturbation, monotone butt,    │\n",
       "│ monotone clothing, monotone legwear, monotone stockings, monotone thigh highs, multicolored body, multicolored  │\n",
       "│  fur, mutual handjob, mutual masturbation, no underwear, object in ass, object penetration, open mouth, orange  │\n",
       "│ body, orange fur, penetration, penile, penis, red hair, school, school uniform, serafuku, sex, sex toy, sex toy │\n",
       "│  in ass, sex toy insertion, shadow, short hair, skirt, stirrup stockings, stockings, tail, tail through skirt,  │\n",
       "│  tail under skirt, thigh highs, thigh stockings, tile, tile floor, toes, toying self, two tone body, two tone   │\n",
       "│  fur, uniform, white body, white fur, by re-sublimity-kun, taryn crimson, domestic dog, feline, lynx, digital   │\n",
       "│                                                media \\(artwork\\)                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\59952283115dad8210ba081b54993c3b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro on anthro, anthro penetrated, │\n", "│ asian clothing, balls, band \\(marking\\), biped, black body, black clothing, black fur, black legwear, black │\n", "│ markings, black stockings, black thigh highs, blush, bodily fluids, bottomwear, bow tie, brown hair, butt, │\n", "│ classroom, clothed, clothed sex, clothing, crossdressing, cum, dark clothing, dark legwear, dark markings, dark │\n", "│ stockings, dark thigh highs, dildo, dildo in ass, dildo insertion, dildo sitting, duo, east asian clothing, │\n", "│ ejaculation, erection, eyes closed, feet, fingers, floor, fluffy, fluffy tail, fur, furgonomics, genital │\n", "│ fluids, genitals, girly, glans, gradient body, gradient fur, grey body, grey butt, grey fur, hair, handjob, │\n", "│ humanoid genitalia, humanoid penis, inside, interspecies, japanese clothing, japanese school uniform, kiss on │\n", "│ lips, kissing, kneeling, legwear, male, male/male, male penetrated, markings, masturbation, monotone butt, │\n", "│ monotone clothing, monotone legwear, monotone stockings, monotone thigh highs, multicolored body, multicolored │\n", "│ fur, mutual handjob, mutual masturbation, no underwear, object in ass, object penetration, open mouth, orange │\n", "│ body, orange fur, penetration, penile, penis, red hair, school, school uniform, serafuku, sex, sex toy, sex toy │\n", "│ in ass, sex toy insertion, shadow, short hair, skirt, stirrup stockings, stockings, tail, tail through skirt, │\n", "│ tail under skirt, thigh highs, thigh stockings, tile, tile floor, toes, toying self, two tone body, two tone │\n", "│ fur, uniform, white body, white fur, by re-sublimity-kun, taryn crimson, domestic dog, feline, lynx, digital │\n", "│ media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2637863.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2637863.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\2826a908aa8912a621bbc070ed4e2406.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, areola, bed, bedroom, big breasts, blush, bodily fluids,   │\n",
       "│ breasts, chest tuft, clitoris, crouching, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo in pussy,  │\n",
       "│   dildo insertion, dildo sitting, double penetration, ejaculating dildo, female, furniture, genitals, hand on   │\n",
       "│  breast, holding breast, inside, looking pleasured, lube, masturbation, navel, nightstand, nipples, object in   │\n",
       "│ ass, open mouth, penetration, pink areola, pink body, pink nipples, plushie, poster, pussy, sex toy, sex toy in │\n",
       "│ ass, sex toy in pussy, sex toy insertion, shaking, snout, solo, spread legs, spreading, squirting dildo, sweat, │\n",
       "│      tail, teeth, tongue, toying self, trembling, tuft, twitching, vaginal, vaginal masturbation, vaginal       │\n",
       "│ penetration, by keadonger, bad dragon, capcom, end of the line, monster hunter, team fortress 2, valve, avalee, │\n",
       "│                         leviathan \\(mh\\), mizutsune, scalie, digital media \\(artwork\\)                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\2826a908aa8912a621bbc070ed4e2406.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, areola, bed, bedroom, big breasts, blush, bodily fluids, │\n", "│ breasts, chest tuft, clitoris, crouching, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo in pussy, │\n", "│ dildo insertion, dildo sitting, double penetration, ejaculating dildo, female, furniture, genitals, hand on │\n", "│ breast, holding breast, inside, looking pleasured, lube, masturbation, navel, nightstand, nipples, object in │\n", "│ ass, open mouth, penetration, pink areola, pink body, pink nipples, plushie, poster, pussy, sex toy, sex toy in │\n", "│ ass, sex toy in pussy, sex toy insertion, shaking, snout, solo, spread legs, spreading, squirting dildo, sweat, │\n", "│ tail, teeth, tongue, toying self, trembling, tuft, twitching, vaginal, vaginal masturbation, vaginal │\n", "│ penetration, by keadonger, bad dragon, capcom, end of the line, monster hunter, team fortress 2, valve, avalee, │\n", "│ leviathan \\(mh\\), mizutsune, scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2654084.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2654084.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\c3b42dcb3186215ae23c650deaa3dfa9.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anus, balls, blep, bodily   │\n",
       "│     fluids, bottomless, clothed, clothing, controller, cum, cum while penetrated, darkened balls, darkened      │\n",
       "│   genitalia, darkened sheath, dildo, dildo in ass, dildo insertion, flaccid, front view, fully sheathed, fur,   │\n",
       "│  genital fluids, genitals, girly, maid headdress, maid uniform, male, masturbation, multiple poses, object in   │\n",
       "│  ass, pawpads, penetration, penis, pink anus, pinup, pose, presenting, raised leg, rear view, sex toy, sex toy  │\n",
       "│    in ass, sex toy insertion, sheath, solo, tan body, tan fur, thick thighs, tongue, tongue out, uniform, by    │\n",
       "│                          elicitie, vtuber, chester the otter, mustelid, otter, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\c3b42dcb3186215ae23c650deaa3dfa9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anus, balls, blep, bodily │\n", "│ fluids, bottomless, clothed, clothing, controller, cum, cum while penetrated, darkened balls, darkened │\n", "│ genitalia, darkened sheath, dildo, dildo in ass, dildo insertion, flaccid, front view, fully sheathed, fur, │\n", "│ genital fluids, genitals, girly, maid headdress, maid uniform, male, masturbation, multiple poses, object in │\n", "│ ass, pawpads, penetration, penis, pink anus, pinup, pose, presenting, raised leg, rear view, sex toy, sex toy │\n", "│ in ass, sex toy insertion, sheath, solo, tan body, tan fur, thick thighs, tongue, tongue out, uniform, by │\n", "│ elicitie, vtuber, chester the otter, mustelid, otter, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2689935.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2689935.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\5a11ca0894c557331ef8dc39c05cb948.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal orgasm, anal penetration, anthro, anus, balls, beak, beak fetish, beak play,    │\n",
       "│   blush, bodily fluids, butt, cum, cum drip, cum on self, cum on wall, cum while penetrated, cumshot, dildo,    │\n",
       "│    dildo beakjob, dildo fellatio, dildo in ass, dildo in mouth, dildo insertion, dripping, ejaculation, eyes    │\n",
       "│  closed, genital fluids, genitals, hands-free, male, male penetrated, masturbation, object in ass, oral, oral   │\n",
       "│      penetration, orgasm, penetration, penis, piercing, sex toy, sex toy in ass, sex toy in mouth, sex toy      │\n",
       "│ insertion, solo, spread butt, spreading, steam, sweat, tongue, tongue out, by youwannaslap, avian, bird, hi res │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\5a11ca0894c557331ef8dc39c05cb948.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, anthro, anus, balls, beak, beak fetish, beak play, │\n", "│ blush, bodily fluids, butt, cum, cum drip, cum on self, cum on wall, cum while penetrated, cumshot, dildo, │\n", "│ dildo beakjob, dildo fellatio, dildo in ass, dildo in mouth, dildo insertion, dripping, ejaculation, eyes │\n", "│ closed, genital fluids, genitals, hands-free, male, male penetrated, masturbation, object in ass, oral, oral │\n", "│ penetration, orgasm, penetration, penis, piercing, sex toy, sex toy in ass, sex toy in mouth, sex toy │\n", "│ insertion, solo, spread butt, spreading, steam, sweat, tongue, tongue out, by youwannaslap, avian, bird, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2696319.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2696319.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\8aa92683f0a52e8f34b694df80e45fca.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, ahegao, aircraft, airplane, anal, anal masturbation, anal orgasm, anal penetration, anal tugging,   │\n",
       "│ animal genitalia, animal penis, anthro, bathroom, big penis, blonde hair, bodily fluids, brown body, brown fur, │\n",
       "│   butt, cum, cum splatter, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, ejaculation,    │\n",
       "│  equine genitalia, equine penis, excessive cum, excessive genital fluids, eye roll, fur, furgonomics, genital   │\n",
       "│ fluids, genitals, girly, hair, half-closed eyes, hands-free, huge penis, jewelry, looking pleasured, male, male │\n",
       "│ penetrated, masturbation, medial ring, mirror, narrowed eyes, object in ass, onomatopoeia, open mouth, orgasm,  │\n",
       "│    orgasm face, penetration, penis, ponytail, sex toy, sex toy in ass, sex toy insertion, sink, solo, sound     │\n",
       "│   effects, standing, tail, tail accessory, tailband, text, toilet, tongue, tongue out, vehicle, wide hips, by   │\n",
       "│                                conditional dnp, by klaide, equid, equine, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\8aa92683f0a52e8f34b694df80e45fca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, ahegao, aircraft, airplane, anal, anal masturbation, anal orgasm, anal penetration, anal tugging, │\n", "│ animal genitalia, animal penis, anthro, bathroom, big penis, blonde hair, bodily fluids, brown body, brown fur, │\n", "│ butt, cum, cum splatter, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, ejaculation, │\n", "│ equine genitalia, equine penis, excessive cum, excessive genital fluids, eye roll, fur, furgonomics, genital │\n", "│ fluids, genitals, girly, hair, half-closed eyes, hands-free, huge penis, jewelry, looking pleasured, male, male │\n", "│ penetrated, masturbation, medial ring, mirror, narrowed eyes, object in ass, onomatopoeia, open mouth, orgasm, │\n", "│ orgasm face, penetration, penis, ponytail, sex toy, sex toy in ass, sex toy insertion, sink, solo, sound │\n", "│ effects, standing, tail, tail accessory, tailband, text, toilet, tongue, tongue out, vehicle, wide hips, by │\n", "│ conditional dnp, by klaide, equid, equine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2696718.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2696718.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\412cc8116473f2a6344511a90087ae10.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 fingers, 3 toes, abdominal bulge, after orgasm, anal, anal masturbation, anal penetration, animal genitalia,  │\n",
       "│ animal penis, anthro, balls, blush, bodily fluids, claws, computer, cum, cum on ground, dialogue, dildo, dildo  │\n",
       "│ in ass, dildo insertion, electronics, erection, exhibitionism, fangs, feet, finger claws, fingers, fur, genital │\n",
       "│ fluids, genitals, green eyes, grey body, grey fur, hair, half-closed eyes, heart symbol, knot, laptop, leaking  │\n",
       "│     cum, livestream, long hair, lube bottle, male, masturbation, narrowed eyes, object in ass, open mouth,      │\n",
       "│ penetration, penis, presenting, presenting penis, red hair, sex toy, sex toy in ass, sex toy insertion, shadow, │\n",
       "│    solo, teeth, text, toe claws, toes, toying self, by conditional dnp, by phosaggro, bad dragon, twitch.tv,    │\n",
       "│                zoroark, digital media \\(artwork\\), english text, lol comments, pixel \\(artwork\\)                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\412cc8116473f2a6344511a90087ae10.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 3 toes, abdominal bulge, after orgasm, anal, anal masturbation, anal penetration, animal genitalia, │\n", "│ animal penis, anthro, balls, blush, bodily fluids, claws, computer, cum, cum on ground, dialogue, dildo, dildo │\n", "│ in ass, dildo insertion, electronics, erection, exhibitionism, fangs, feet, finger claws, fingers, fur, genital │\n", "│ fluids, genitals, green eyes, grey body, grey fur, hair, half-closed eyes, heart symbol, knot, laptop, leaking │\n", "│ cum, livestream, long hair, lube bottle, male, masturbation, narrowed eyes, object in ass, open mouth, │\n", "│ penetration, penis, presenting, presenting penis, red hair, sex toy, sex toy in ass, sex toy insertion, shadow, │\n", "│ solo, teeth, text, toe claws, toes, toying self, by conditional dnp, by phosaggro, bad dragon, twitch.tv, │\n", "│ zoroark, digital media \\(artwork\\), english text, lol comments, pixel \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2802086.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2802086.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\500e058b1a2127093eae0b7d15207b2b.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anthro, anus, blush,  │\n",
       "│    butt, dildo, dildo in ass, dildo insertion, dildo sitting, erection, genital slit, genitals, horn, knot,     │\n",
       "│    knotted dildo, knotting, male, male anthro, masturbation, nude, object in ass, patreon logo, penetration,    │\n",
       "│    penis, sex toy, sex toy in ass, sex toy insertion, solo, spread legs, spreading, tail, text, by wizzikt,     │\n",
       "│ mythology, patreon, illarion \\(talarath\\), dragon, mythological creature, mythological scalie, scalie, digital  │\n",
       "│                                         media \\(artwork\\), english text                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\500e058b1a2127093eae0b7d15207b2b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anthro, anus, blush, │\n", "│ butt, dildo, dildo in ass, dildo insertion, dildo sitting, erection, genital slit, genitals, horn, knot, │\n", "│ knotted dildo, knotting, male, male anthro, masturbation, nude, object in ass, patreon logo, penetration, │\n", "│ penis, sex toy, sex toy in ass, sex toy insertion, solo, spread legs, spreading, tail, text, by wizzikt, │\n", "│ mythology, patreon, illarion \\(talarath\\), dragon, mythological creature, mythological scalie, scalie, digital │\n", "│ media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2808271.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2808271.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\aa73aa48ef4819c82a39f64c7e3c14a6.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous fluids, anal, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy, anthro, │\n",
       "│ anus, backsack, balls, belt, bent over, big butt, big dildo, black clothing, black legwear, black thigh highs,  │\n",
       "│   blush, bodily fluids, bottomwear, bottomwear down, butt, clothed, clothing, colored nails, countershading,    │\n",
       "│ dildo, dildo in ass, dildo insertion, dripping, eating, equine dildo, equine genitalia, equine penis, eyewear,  │\n",
       "│    food, fur, genitals, glasses, green nails, grey body, grey fur, hair, hat, headgear, headwear, horizontal    │\n",
       "│ pupils, horn, hot dog, legwear, male, medial ring, mustard, nails, object in ass, pants, pants down, partially  │\n",
       "│ clothed, penetration, penis, perineum, pupils, red eyes, scut tail, sex toy, sex toy in ass, sex toy insertion, │\n",
       "│  shirt, short tail, solo, tail, tail motion, tailwag, text, text on clothing, text on shirt, text on topwear,   │\n",
       "│  thigh highs, topwear, white bottomwear, white clothing, white hair, white pants, by wizzikt, monster energy,   │\n",
       "│        farv \\(funkyknife\\), bovid, caprine, goat, digital media \\(artwork\\), english text, soft shading         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\aa73aa48ef4819c82a39f64c7e3c14a6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous fluids, anal, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy, anthro, │\n", "│ anus, backsack, balls, belt, bent over, big butt, big dildo, black clothing, black legwear, black thigh highs, │\n", "│ blush, bodily fluids, bottomwear, bottomwear down, butt, clothed, clothing, colored nails, countershading, │\n", "│ dildo, dildo in ass, dildo insertion, dripping, eating, equine dildo, equine genitalia, equine penis, eyewear, │\n", "│ food, fur, genitals, glasses, green nails, grey body, grey fur, hair, hat, headgear, headwear, horizontal │\n", "│ pupils, horn, hot dog, legwear, male, medial ring, mustard, nails, object in ass, pants, pants down, partially │\n", "│ clothed, penetration, penis, perineum, pupils, red eyes, scut tail, sex toy, sex toy in ass, sex toy insertion, │\n", "│ shirt, short tail, solo, tail, tail motion, tailwag, text, text on clothing, text on shirt, text on topwear, │\n", "│ thigh highs, topwear, white bottomwear, white clothing, white hair, white pants, by wizzikt, monster energy, │\n", "│ farv \\(funkyknife\\), bovid, caprine, goat, digital media \\(artwork\\), english text, soft shading │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2823307.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2823307.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\7ad79b61e9502562451a848ff4a49bc8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ alternative fashion, anal, anal masturbation, anal penetration, anthro, balls, big breasts, black hair, blush,  │\n",
       "│ body slider, bottomwear, bra, breasts, chastity cage, chastity device, clothing, dialogue, dildo, dildo in ass, │\n",
       "│    dildo insertion, dildo sitting, dildo size difference, dipstick tail, ear piercing, expansion, eye roll,     │\n",
       "│     feminization, fur, gender transformation, genitals, grunting, gynomorph, hair, highlights \\(coloring\\),     │\n",
       "│   intersex, large penetration, looking pleasured, markings, masturbation, micropenis, mtg transformation, mti   │\n",
       "│ transformation, multicolored tail, object in ass, onomatopoeia, open mouth, penetration, penis, piercing, pink  │\n",
       "│    chastity cage, scene \\(fashion\\), scene haircut, sex toy, sex toy in ass, sex toy insertion, skirt, small    │\n",
       "│   penis, solo, sound effects, tail, tail markings, text, toying self, transformation, underwear, white body,    │\n",
       "│       white fur, by tyroo, switcher-roo, aero \\(aerookami\\), fox, digital media \\(artwork\\), english text       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\7ad79b61e9502562451a848ff4a49bc8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alternative fashion, anal, anal masturbation, anal penetration, anthro, balls, big breasts, black hair, blush, │\n", "│ body slider, bottomwear, bra, breasts, chastity cage, chastity device, clothing, dialogue, dildo, dildo in ass, │\n", "│ dildo insertion, dildo sitting, dildo size difference, dipstick tail, ear piercing, expansion, eye roll, │\n", "│ feminization, fur, gender transformation, genitals, grunting, gynomorph, hair, highlights \\(coloring\\), │\n", "│ intersex, large penetration, looking pleasured, markings, masturbation, micropenis, mtg transformation, mti │\n", "│ transformation, multicolored tail, object in ass, onomatopoeia, open mouth, penetration, penis, piercing, pink │\n", "│ chastity cage, scene \\(fashion\\), scene haircut, sex toy, sex toy in ass, sex toy insertion, skirt, small │\n", "│ penis, solo, sound effects, tail, tail markings, text, toying self, transformation, underwear, white body, │\n", "│ white fur, by tyroo, switcher-roo, aero \\(aerookami\\), fox, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2835733.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2835733.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\5b8fd75a50e119d2777a61c290478716.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal juice, anal masturbation, anal penetration, animal genitalia, anthro, anus, backsack, balls, behind  │\n",
       "│    the counter, bodily fluids, bottomwear, bottomwear down, breasts, butt, clothed, clothed anthro, clothed     │\n",
       "│    gynomorph, clothed intersex, clothing, cum, cum on penis, dialogue, dildo, dildo in ass, dildo insertion,    │\n",
       "│  genital fluids, genitals, gynomorph, hidden vibrator, inside, intersex, knock-kneed, masturbation, object in   │\n",
       "│      ass, pants, pants down, partially clothed, penetration, penis, penis tuck, pink penis, public, public      │\n",
       "│   masturbation, sex toy, sex toy in ass, sex toy insertion, solo, stealth masturbation, text, unprofessional    │\n",
       "│    behavior, vibrator, vibrator in ass, by con5710, kalia \\(therod-r\\), caracal, caracal \\(genus\\), feline,     │\n",
       "│                                 digital media \\(artwork\\), english text, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\5b8fd75a50e119d2777a61c290478716.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal penetration, animal genitalia, anthro, anus, backsack, balls, behind │\n", "│ the counter, bodily fluids, bottomwear, bottomwear down, breasts, butt, clothed, clothed anthro, clothed │\n", "│ gynomorph, clothed intersex, clothing, cum, cum on penis, dialogue, dildo, dildo in ass, dildo insertion, │\n", "│ genital fluids, genitals, gynomorph, hidden vibrator, inside, intersex, knock-kneed, masturbation, object in │\n", "│ ass, pants, pants down, partially clothed, penetration, penis, penis tuck, pink penis, public, public │\n", "│ masturbation, sex toy, sex toy in ass, sex toy insertion, solo, stealth masturbation, text, unprofessional │\n", "│ behavior, vibrator, vibrator in ass, by con5710, kalia \\(therod-r\\), caracal, caracal \\(genus\\), feline, │\n", "│ digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2842538.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2842538.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\2ded317a57533923fed21d21ebad9ccc.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accident, anal, anal masturbation, anal penetration, anthro, balls, blush, bodily fluids, butt, caught, claws,  │\n",
       "│  crouching, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, erection, feet, fur, genitals, grey  │\n",
       "│     body, grey fur, looking down, male, masturbation, nude, object in ass, open mouth, penetration, penis,      │\n",
       "│  presenting, presenting hindquarters, rear view, seductive, sex toy, sex toy in ass, sex toy insertion, sharp   │\n",
       "│      teeth, solo, sweat, teeth, text, by desertkaiju, beastars, legoshi \\(beastars\\), wolf, digital media       │\n",
       "│                               \\(artwork\\), english text, lol comments, signature                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\2ded317a57533923fed21d21ebad9ccc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accident, anal, anal masturbation, anal penetration, anthro, balls, blush, bodily fluids, butt, caught, claws, │\n", "│ crouching, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, erection, feet, fur, genitals, grey │\n", "│ body, grey fur, looking down, male, masturbation, nude, object in ass, open mouth, penetration, penis, │\n", "│ presenting, presenting hindquarters, rear view, seductive, sex toy, sex toy in ass, sex toy insertion, sharp │\n", "│ teeth, solo, sweat, teeth, text, by desertkaiju, beastars, legoshi \\(beastars\\), wolf, digital media │\n", "│ \\(artwork\\), english text, lol comments, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2883569.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2883569.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\f3a075439a49e81358afb4328c0aa51e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ambiguous gender, anal, anal juice, anal masturbation, anal penetration, anthro, anthro penetrated, blush,    │\n",
       "│   bodily fluids, border, brown body, brown fur, brown hair, brown pawpads, butt, claws, dildo, dildo in ass,    │\n",
       "│    dildo insertion, dildo knotting, dildo sitting, eyes closed, fur, hair, imminent knotting, inside, knot,     │\n",
       "│  knotted dildo, masturbation, nude, object in ass, patreon username, pawpads, penetration, rear view, sex toy,  │\n",
       "│   sex toy in ass, sex toy insertion, solo, text, tight fit, white border, by conditional dnp, by zackary911,    │\n",
       "│                        toast \\(losttoast\\), bear, english text, signature, male \\(lore\\)                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\f3a075439a49e81358afb4328c0aa51e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anal, anal juice, anal masturbation, anal penetration, anthro, anthro penetrated, blush, │\n", "│ bodily fluids, border, brown body, brown fur, brown hair, brown pawpads, butt, claws, dildo, dildo in ass, │\n", "│ dildo insertion, dildo knotting, dildo sitting, eyes closed, fur, hair, imminent knotting, inside, knot, │\n", "│ knotted dildo, masturbation, nude, object in ass, patreon username, pawpads, penetration, rear view, sex toy, │\n", "│ sex toy in ass, sex toy insertion, solo, text, tight fit, white border, by conditional dnp, by zackary911, │\n", "│ toast \\(losttoast\\), bear, english text, signature, male \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2889537.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2889537.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\f1dd07b7d79b55cb78605da0839ea08d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anthro, armwear, blonde hair, blurred background, breasts, chair,   │\n",
       "│ claws, clothing, dildo, dildo in ass, dildo insertion, female, female penetrated, finger claws, fur, furniture, │\n",
       "│ genitals, hair, looking pleasured, markings, masturbation, nipples, nude, object in ass, on chair, orange eyes, │\n",
       "│ penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo, spots, spotted body, spotted fur, spread  │\n",
       "│   legs, spreading, text, toying self, white body, white fur, yellow body, yellow fur, by personalami, feline,   │\n",
       "│                                   lynx, digital media \\(artwork\\), signature                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\f1dd07b7d79b55cb78605da0839ea08d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, armwear, blonde hair, blurred background, breasts, chair, │\n", "│ claws, clothing, dildo, dildo in ass, dildo insertion, female, female penetrated, finger claws, fur, furniture, │\n", "│ genitals, hair, looking pleasured, markings, masturbation, nipples, nude, object in ass, on chair, orange eyes, │\n", "│ penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo, spots, spotted body, spotted fur, spread │\n", "│ legs, spreading, text, toying self, white body, white fur, yellow body, yellow fur, by personalami, feline, │\n", "│ lynx, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\2934095.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m2934095.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\20fac1adea795718ab6fbf86ac97aadd.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    2 horns, 4 toes, 5 fingers, abdominal bulge, anal, anal masturbation, anal penetration, animal genitalia,    │\n",
       "│    animal penis, anthro, arms bent, backsack, balls, bed, bedding, bent legs, black body, black hair, black     │\n",
       "│ scales, blanket, blush, blush lines, bodily fluids, bookshelf, breath, butt, carpet, claws, crouching, cum, cum │\n",
       "│  on ground, cum while penetrated, cutaway, dialogue, digitigrade, dildo, dildo in ass, dildo insertion, dildo   │\n",
       "│ sitting, ejaculation, fangs, feet, fingers, furniture, genital fluids, genitals, girly, hair, hands-free, hands │\n",
       "│  on knees, hands on legs, hands on own knees, hands on own legs, heart after text, heart symbol, holding both   │\n",
       "│   knees, holding both legs, horn, knot, knotted dildo, lamp, male, masturbation, multicolored body, multiple    │\n",
       "│ angles, navel, nude, object in ass, panting, paws, penetration, penis, pink dildo, precum, purple balls, purple │\n",
       "│ body, purple butt, purple claws, purple eyes, purple horn, purple penis, purple scales, purple tongue, scales,  │\n",
       "│  sex toy, sex toy in ass, sex toy insertion, short hair, solo, sweat, sweaty butt, sweaty chest, tail, teeth,   │\n",
       "│ text, text with heart, toe claws, toes, tongue, toying self, two tone body, vein, veiny penis, by codyblue-731, │\n",
       "│    mythology, cypher \\(cypherdragon\\), dragon, mythological creature, mythological scalie, reptile, scalie,     │\n",
       "│                        wingless 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\\dildo_in_ass\\20fac1adea795718ab6fbf86ac97aadd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 2 horns, 4 toes, 5 fingers, abdominal bulge, anal, anal masturbation, anal penetration, animal genitalia, │\n", "│ animal penis, anthro, arms bent, backsack, balls, bed, bedding, bent legs, black body, black hair, black │\n", "│ scales, blanket, blush, blush lines, bodily fluids, bookshelf, breath, butt, carpet, claws, crouching, cum, cum │\n", "│ on ground, cum while penetrated, cutaway, dialogue, digitigrade, dildo, dildo in ass, dildo insertion, dildo │\n", "│ sitting, ejaculation, fangs, feet, fingers, furniture, genital fluids, genitals, girly, hair, hands-free, hands │\n", "│ on knees, hands on legs, hands on own knees, hands on own legs, heart after text, heart symbol, holding both │\n", "│ knees, holding both legs, horn, knot, knotted dildo, lamp, male, masturbation, multicolored body, multiple │\n", "│ angles, navel, nude, object in ass, panting, paws, penetration, penis, pink dildo, precum, purple balls, purple │\n", "│ body, purple butt, purple claws, purple eyes, purple horn, purple penis, purple scales, purple tongue, scales, │\n", "│ sex toy, sex toy in ass, sex toy insertion, short hair, solo, sweat, sweaty butt, sweaty chest, tail, teeth, │\n", "│ text, text with heart, toe claws, toes, tongue, toying self, two tone body, vein, veiny penis, by codyblue-731, │\n", "│ mythology, cypher \\(cypherdragon\\), dragon, mythological creature, mythological scalie, reptile, scalie, │\n", "│ wingless dragon, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3018211.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3018211.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\cab6a2c8f4aa2045f975bf18cebd18ae.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal juice splatter, anal masturbation, anal penetration, anthro, anus, backsack, balls,    │\n",
       "│  bodily fluids, butt, camera view, caption, chastity cage, chastity device, clothing, conjoined speech bubble,  │\n",
       "│ contour smear, crop top, dialogue, dildo, dildo in ass, dildo insertion, distorted contour, donation, donation  │\n",
       "│   incentive, genital fluids, genitals, girly, guiche piercing, heart after text, heart symbol, hearts around    │\n",
       "│ body, hearts around head, licking, licking lips, livestream, male, masturbation, motion lines, motion outline,  │\n",
       "│      number, object in ass, penetration, piercing, precum, repeated text, sex toy, sex toy in ass, sex toy      │\n",
       "│    insertion, shirt, solo, speech bubble, stated currency amount, text, text with heart, tongue, tongue out,    │\n",
       "│ topwear, toying self, by frenky hw, edlyn zephyr, arctic fox, fox, true fox, digital media \\(artwork\\), english │\n",
       "│                                                      text                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\cab6a2c8f4aa2045f975bf18cebd18ae.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal juice splatter, anal masturbation, anal penetration, anthro, anus, backsack, balls, │\n", "│ bodily fluids, butt, camera view, caption, chastity cage, chastity device, clothing, conjoined speech bubble, │\n", "│ contour smear, crop top, dialogue, dildo, dildo in ass, dildo insertion, distorted contour, donation, donation │\n", "│ incentive, genital fluids, genitals, girly, guiche piercing, heart after text, heart symbol, hearts around │\n", "│ body, hearts around head, licking, licking lips, livestream, male, masturbation, motion lines, motion outline, │\n", "│ number, object in ass, penetration, piercing, precum, repeated text, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shirt, solo, speech bubble, stated currency amount, text, text with heart, tongue, tongue out, │\n", "│ topwear, toying self, by frenky hw, edlyn zephyr, arctic fox, fox, true fox, digital media \\(artwork\\), english │\n", "│ text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3042557.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3042557.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\c12497863605b21800782338ed9db12a.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, abdominal bulge, anal, anal masturbation, anal penetration, anthro, arm warmers, armwear, balls,   │\n",
       "│     blue body, blue feathers, bodily fluids, camera, clothed, clothing, collar, dildo, dildo in ass, dildo      │\n",
       "│  insertion, dildo sitting, ejaculation, feathered wings, feathers, fingers, genital fluids, genitals, holding   │\n",
       "│  object, holding penetrable sex toy, holding sex toy, inside, jagged mouth, legwear, looking pleasured, male,   │\n",
       "│  male penetrated, masturbation, navel, object in ass, penetrable sex toy, penetration, penis, sex toy, sex toy  │\n",
       "│  in ass, sex toy insertion, solo, spread wings, thigh highs, toying self, wings, by romarom, mythology, svir,   │\n",
       "│              avian, gryphon, mythological avian, mythological creature, digital media \\(artwork\\)               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\c12497863605b21800782338ed9db12a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abdominal bulge, anal, anal masturbation, anal penetration, anthro, arm warmers, armwear, balls, │\n", "│ blue body, blue feathers, bodily fluids, camera, clothed, clothing, collar, dildo, dildo in ass, dildo │\n", "│ insertion, dildo sitting, ejaculation, feathered wings, feathers, fingers, genital fluids, genitals, holding │\n", "│ object, holding penetrable sex toy, holding sex toy, inside, jagged mouth, legwear, looking pleasured, male, │\n", "│ male penetrated, masturbation, navel, object in ass, penetrable sex toy, penetration, penis, sex toy, sex toy │\n", "│ in ass, sex toy insertion, solo, spread wings, thigh highs, toying self, wings, by romarom, mythology, svir, │\n", "│ avian, gryphon, mythological avian, mythological creature, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3065020.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3065020.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\3851104fb0613e3c715c3dde17d9d023.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  alcohol, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex   │\n",
       "│  toy, anthro, beverage, big butt, big penis, biped, black body, black fur, brown body, brown fur, butt, dildo,  │\n",
       "│  dildo in ass, dildo insertion, equine dildo, equine genitalia, equine penis, fur, genitals, knot, male, male   │\n",
       "│    penetrated, masturbation, mostly nude, necktie, necktie only, object in ass, one eye closed, penetration,    │\n",
       "│ penis, sex toy, sex toy in ass, sex toy insertion, solo, by ssssnowy, aggretsuko, sanrio, haida \\(aggretsuko\\), │\n",
       "│                     tadano \\(aggretsuko\\), hyena, spotted hyena, digital media \\(artwork\\)                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\3851104fb0613e3c715c3dde17d9d023.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alcohol, anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex │\n", "│ toy, anthro, beverage, big butt, big penis, biped, black body, black fur, brown body, brown fur, butt, dildo, │\n", "│ dildo in ass, dildo insertion, equine dildo, equine genitalia, equine penis, fur, genitals, knot, male, male │\n", "│ penetrated, masturbation, mostly nude, necktie, necktie only, object in ass, one eye closed, penetration, │\n", "│ penis, sex toy, sex toy in ass, sex toy insertion, solo, by ssssnowy, aggretsuko, sanrio, haida \\(aggretsuko\\), │\n", "│ tadano \\(aggretsuko\\), hyena, spotted hyena, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3069969.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3069969.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\498cc3ad6ee14822f778f93d212a4ac0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anthro, anus, big butt, bodily fluids, butt, cum, cum in ass, cum   │\n",
       "│ inside, cum on back, cum on butt, dildo, dildo in ass, dildo insertion, dildo sitting, female, genital fluids,  │\n",
       "│ heart symbol, knotted dildo, masturbation, object in ass, onomatopoeia, penetration, raised tail, sex toy, sex  │\n",
       "│ toy in ass, sex toy insertion, solo, sound effects, tail, text, toying self, by conditional dnp, by loonanudes, │\n",
       "│ bad dragon, helluva boss, mythology, patreon, loona \\(helluva boss\\), demon, hellhound, mythological creature,  │\n",
       "│                                                  english text                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\498cc3ad6ee14822f778f93d212a4ac0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anus, big butt, bodily fluids, butt, cum, cum in ass, cum │\n", "│ inside, cum on back, cum on butt, dildo, dildo in ass, dildo insertion, dildo sitting, female, genital fluids, │\n", "│ heart symbol, knotted dildo, masturbation, object in ass, onomatopoeia, penetration, raised tail, sex toy, sex │\n", "│ toy in ass, sex toy insertion, solo, sound effects, tail, text, toying self, by conditional dnp, by loonanudes, │\n", "│ bad dragon, helluva boss, mythology, patreon, loona \\(helluva boss\\), demon, hellhound, mythological creature, │\n", "│ english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3117129.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3117129.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\bc2fa759cc284963a918a44dea29dddb.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     4 toes, anal, anal masturbation, anal penetration, anthro, biped, blush, bodily fluids, breasts, claws,     │\n",
       "│  clothing, collar, cum, dialogue, dildo, dildo in ass, dildo insertion, feet, female, female anthro, finger in  │\n",
       "│   mouth, genital fluids, genitals, heart symbol, legwear, looking at viewer, masturbation, nipples, object in   │\n",
       "│  ass, paws, penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo, stockings, text, toe claws,   │\n",
       "│   toes, tsundere, by conditional dnp, by loonanudes, helluva boss, mythology, loona \\(helluva boss\\), demon,    │\n",
       "│                    hellhound, mythological creature, digital media \\(artwork\\), english text                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\bc2fa759cc284963a918a44dea29dddb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal, anal masturbation, anal penetration, anthro, biped, blush, bodily fluids, breasts, claws, │\n", "│ clothing, collar, cum, dialogue, dildo, dildo in ass, dildo insertion, feet, female, female anthro, finger in │\n", "│ mouth, genital fluids, genitals, heart symbol, legwear, looking at viewer, masturbation, nipples, object in │\n", "│ ass, paws, penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo, stockings, text, toe claws, │\n", "│ toes, tsundere, by conditional dnp, by loonanudes, helluva boss, mythology, loona \\(helluva boss\\), demon, │\n", "│ hellhound, mythological creature, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3138089.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3138089.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\9ec21ddae91dc1e636afb979cf3276ca.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 fingers, accessory, anal, anal penetration, anthro, balls, bdsm, begging, begging pose, black claws, black   │\n",
       "│  clothing, black collar, black legwear, black nose, bodily fluids, breath, claws, clothing, cock ring, collar,  │\n",
       "│     countershading, cuff \\(restraint\\), cum, cumshot, dildo, dildo in ass, dildo insertion, dildo knotting,     │\n",
       "│   ejaculation, finger claws, fingerless \\(marking\\), fingers, foreskin, fur, genital fluids, genitals, girly,   │\n",
       "│    glans, good boy, grey background, half-closed eyes, hands-free, jewelry, knotted dildo, legwear, looking     │\n",
       "│   pleasured, male, moan, motion lines, narrowed eyes, object in ass, offscreen character, open mouth, orgasm,   │\n",
       "│  panting, penetration, penile, penis, penis accessory, penis jewelry, pink body, pink fur, pose, raised arms,   │\n",
       "│  raised tail, red eyes, red glans, red penis, restraints, sex toy, sex toy in ass, sex toy insertion, shaking,  │\n",
       "│  simple background, solo, submissive, submissive anthro, submissive male, tail, tan balls, tan body, tan fur,   │\n",
       "│       thigh highs, trembling, vibrator, vibrator on penis, wrist cuffs, by tokifuji, domestic dog, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\9ec21ddae91dc1e636afb979cf3276ca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, accessory, anal, anal penetration, anthro, balls, bdsm, begging, begging pose, black claws, black │\n", "│ clothing, black collar, black legwear, black nose, bodily fluids, breath, claws, clothing, cock ring, collar, │\n", "│ countershading, cuff \\(restraint\\), cum, cumshot, dildo, dildo in ass, dildo insertion, dildo knotting, │\n", "│ ejaculation, finger claws, fingerless \\(marking\\), fingers, foreskin, fur, genital fluids, genitals, girly, │\n", "│ glans, good boy, grey background, half-closed eyes, hands-free, jewelry, knotted dildo, legwear, looking │\n", "│ pleasured, male, moan, motion lines, narrowed eyes, object in ass, offscreen character, open mouth, orgasm, │\n", "│ panting, penetration, penile, penis, penis accessory, penis jewelry, pink body, pink fur, pose, raised arms, │\n", "│ raised tail, red eyes, red glans, red penis, restraints, sex toy, sex toy in ass, sex toy insertion, shaking, │\n", "│ simple background, solo, submissive, submissive anthro, submissive male, tail, tan balls, tan body, tan fur, │\n", "│ thigh highs, trembling, vibrator, vibrator on penis, wrist cuffs, by tokifuji, domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3148196.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3148196.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\7106d7a4f7b0b6afce61806fe98d4604.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy,     │\n",
       "│  anthro, anthro penetrated, anus, beak, blush, bottomless, bribe, butt, claws, clothed, clothing, controller,   │\n",
       "│    dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, donation, electronics, embarrassed, equine    │\n",
       "│   dildo, feathers, feet, furniture, game controller, gaming, gaming chair, gay for pay, genitals, glistening,   │\n",
       "│   glistening anus, glistening dildo, glistening sex toy, hair, headphones, humor, inside, large penetration,    │\n",
       "│  livestream, looking back, lube, lube drip, male, male penetrated, masturbation, multicolored body, object in   │\n",
       "│    ass, onomatopoeia, partially clothed, penetration, penis, playing videogame, presenting, presenting anus,    │\n",
       "│ presenting hindquarters, profanity, prostitution, recording, sex toy, sex toy in ass, sex toy insertion, solo,  │\n",
       "│  sound effects, speech bubble, spread butt, spreading, stream chat, streaming, surprise, tail, tail feathers,   │\n",
       "│ talons, text, toes, tongue, topwear, by braeburned, nate \\(dragoneill\\), avian, bird, corvid, corvus \\(genus\\), │\n",
       "│                 crow, oscine, passerine, digital media \\(artwork\\), english text, lol comments                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\7106d7a4f7b0b6afce61806fe98d4604.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy, │\n", "│ anthro, anthro penetrated, anus, beak, blush, bottomless, bribe, butt, claws, clothed, clothing, controller, │\n", "│ dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, donation, electronics, embarrassed, equine │\n", "│ dildo, feathers, feet, furniture, game controller, gaming, gaming chair, gay for pay, genitals, glistening, │\n", "│ glistening anus, glistening dildo, glistening sex toy, hair, headphones, humor, inside, large penetration, │\n", "│ livestream, looking back, lube, lube drip, male, male penetrated, masturbation, multicolored body, object in │\n", "│ ass, onomatopoeia, partially clothed, penetration, penis, playing videogame, presenting, presenting anus, │\n", "│ presenting hindquarters, profanity, prostitution, recording, sex toy, sex toy in ass, sex toy insertion, solo, │\n", "│ sound effects, speech bubble, spread butt, spreading, stream chat, streaming, surprise, tail, tail feathers, │\n", "│ talons, text, toes, tongue, topwear, by braeburned, nate \\(dragoneill\\), avian, bird, corvid, corvus \\(genus\\), │\n", "│ crow, oscine, passerine, digital media \\(artwork\\), english text, lol comments │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3151226.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3151226.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\ea3ca5a0fb0ea6eec3aa4782207b2c19.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anal, anal juice, anal orgasm, anal penetration, anthro, anthro on anthro, anus, ass to ass, avian    │\n",
       "│    feet, balls, beak, black balls, black beak, black body, black feathers, black fur, black perineum, blush,    │\n",
       "│ bodily fluids, breath, butt, cum, cum on ground, cum while penetrated, cumshot, dialogue, dildo, dildo in ass,  │\n",
       "│   dildo insertion, double dildo, duo, ejaculation, eyes closed, feathers, feet, fingers, fur, genital fluids,   │\n",
       "│ genitals, girly, grey beak, half-closed eyes, hands-free, heart symbol, intraspecies, looking pleasured, lying, │\n",
       "│ male, male/male, narrowed eyes, nude, object in ass, on side, open mouth, orange body, orange feathers, orgasm, │\n",
       "│ orgasm face, penetration, penis, perineum, sex toy, sex toy in ass, sex toy insertion, simple background, sound │\n",
       "│ effects, tail, tail feathers, talons, text, toes, toying each other, white balls, white beak, white body, white │\n",
       "│   feathers, white fur, white perineum, by seibear, accipitriform, avian, bird, secretary bird, digital media    │\n",
       "│                                        \\(artwork\\), english text, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\ea3ca5a0fb0ea6eec3aa4782207b2c19.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anal, anal juice, anal orgasm, anal penetration, anthro, anthro on anthro, anus, ass to ass, avian │\n", "│ feet, balls, beak, black balls, black beak, black body, black feathers, black fur, black perineum, blush, │\n", "│ bodily fluids, breath, butt, cum, cum on ground, cum while penetrated, cumshot, dialogue, dildo, dildo in ass, │\n", "│ dildo insertion, double dildo, duo, ejaculation, eyes closed, feathers, feet, fingers, fur, genital fluids, │\n", "│ genitals, girly, grey beak, half-closed eyes, hands-free, heart symbol, intraspecies, looking pleasured, lying, │\n", "│ male, male/male, narrowed eyes, nude, object in ass, on side, open mouth, orange body, orange feathers, orgasm, │\n", "│ orgasm face, penetration, penis, perineum, sex toy, sex toy in ass, sex toy insertion, simple background, sound │\n", "│ effects, tail, tail feathers, talons, text, toes, toying each other, white balls, white beak, white body, white │\n", "│ feathers, white fur, white perineum, by seibear, accipitriform, avian, bird, secretary bird, digital media │\n", "│ \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3156489.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3156489.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\2fe73fe7727f725d4acd483aa4de06a7.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anus,    │\n",
       "│  balls, bent legs, big balls, big penis, blush, bodily fluids, bumped dildo, butt, cum, cum while penetrated,   │\n",
       "│  deep penetration, dialogue, dildo, dildo in ass, dildo insertion, dildo shitting, emanata, equine genitalia,   │\n",
       "│   equine penis, feral, fucked silly, genital fluids, genitals, heart symbol, hooves, looking pleasured, male,   │\n",
       "│    mane, masturbation, moan, multicolored mane, object in ass, onomatopoeia, penetration, penis, pink mane,     │\n",
       "│  precum, quadruped, sex, sex toy, sex toy in ass, sex toy insertion, solo, sound effects, text, tongue, tongue  │\n",
       "│  out, toying partner, vein, veiny penis, white body, by syuro, equid, equine, galarian form, galarian ponyta,   │\n",
       "│                            horse, japanese text, translated, translated description                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\2fe73fe7727f725d4acd483aa4de06a7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anus, │\n", "│ balls, bent legs, big balls, big penis, blush, bodily fluids, bumped dildo, butt, cum, cum while penetrated, │\n", "│ deep penetration, dialogue, dildo, dildo in ass, dildo insertion, dildo shitting, emanata, equine genitalia, │\n", "│ equine penis, feral, fucked silly, genital fluids, genitals, heart symbol, hooves, looking pleasured, male, │\n", "│ mane, masturbation, moan, multicolored mane, object in ass, onomatopoeia, penetration, penis, pink mane, │\n", "│ precum, quadruped, sex, sex toy, sex toy in ass, sex toy insertion, solo, sound effects, text, tongue, tongue │\n", "│ out, toying partner, vein, veiny penis, white body, by syuro, equid, equine, galarian form, galarian ponyta, │\n", "│ horse, japanese text, translated, translated description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3183229.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3183229.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\8330c43941d42e6c4cc00081537866cd.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal orgasm, anal penetration, anthro, balls, barbell, big balls, big penis, bodily   │\n",
       "│  fluids, cum, cum while penetrated, cumshot, digitigrade, dildo, dildo in ass, dildo insertion, dildo sitting,  │\n",
       "│     ejaculation, erection, exercise, eyes closed, genital fluids, genitals, hands-free, humanoid genitalia,     │\n",
       "│ humanoid penis, male, male penetrated, masturbation, membrane \\(anatomy\\), membranous wings, muscular, muscular │\n",
       "│      male, nude, nude workout, object in ass, orgasm, penetration, penis, sex toy, sex toy in ass, sex toy      │\n",
       "│   insertion, sexercise, solo, sweat, tail, weightlifting, wings, workout, by ssssnowy, american dragon: jake    │\n",
       "│         long, mythology, jake long, 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\\dildo_in_ass\\8330c43941d42e6c4cc00081537866cd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, anthro, balls, barbell, big balls, big penis, bodily │\n", "│ fluids, cum, cum while penetrated, cumshot, digitigrade, dildo, dildo in ass, dildo insertion, dildo sitting, │\n", "│ ejaculation, erection, exercise, eyes closed, genital fluids, genitals, hands-free, humanoid genitalia, │\n", "│ humanoid penis, male, male penetrated, masturbation, membrane \\(anatomy\\), membranous wings, muscular, muscular │\n", "│ male, nude, nude workout, object in ass, orgasm, penetration, penis, sex toy, sex toy in ass, sex toy │\n", "│ insertion, sexercise, solo, sweat, tail, weightlifting, wings, workout, by ssssnowy, american dragon: jake │\n", "│ long, mythology, jake long, dragon, mythological creature, mythological scalie, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3203238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3203238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\70be4901df0069dfc967dae831b09f46.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, anal, anal masturbation, anal penetration, animal genitalia, animal pussy, butt, camera hud,  │\n",
       "│  camera view, collar, countershading, dildo, dildo in ass, dildo insertion, dildo shitting, ear piercing, ear   │\n",
       "│ ring, female, feral, feral penetrated, fur, genitals, looking at viewer, looking back, looking back at viewer,  │\n",
       "│ masturbation, multi nipple, nipples, object in ass, penetration, piercing, presenting, presenting hindquarters, │\n",
       "│      presenting pussy, pussy, recording, ring piercing, sex toy, sex toy in ass, sex toy insertion, simple      │\n",
       "│     background, solo, text, tongue, tongue out, by q-blackbun, pepper \\(halbean\\), dobermann, domestic dog,     │\n",
       "│                                             pinscher, lol comments                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\70be4901df0069dfc967dae831b09f46.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal masturbation, anal penetration, animal genitalia, animal pussy, butt, camera hud, │\n", "│ camera view, collar, countershading, dildo, dildo in ass, dildo insertion, dildo shitting, ear piercing, ear │\n", "│ ring, female, feral, feral penetrated, fur, genitals, looking at viewer, looking back, looking back at viewer, │\n", "│ masturbation, multi nipple, nipples, object in ass, penetration, piercing, presenting, presenting hindquarters, │\n", "│ presenting pussy, pussy, recording, ring piercing, sex toy, sex toy in ass, sex toy insertion, simple │\n", "│ background, solo, text, tongue, tongue out, by q-blackbun, pepper \\(halbean\\), dobermann, domestic dog, │\n", "│ pinscher, lol comments │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3226362.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3226362.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\152c62a7fc993abe40bf382fe97b6930.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 fingers, 3 toes, abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia,  │\n",
       "│  animal penis, anthro, balls, big balls, big penis, black balls, black body, black fur, black markings, black   │\n",
       "│    sheath, black tuft, blue eyes, blush, blush lines, bodily fluids, braided hair, cabinet, claws, computer,    │\n",
       "│    counter, cum, cum drip, cum on ground, cum on own penis, cum on penis, cum on self, cum string, cum while    │\n",
       "│  penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, dutch angle, ejaculation,  │\n",
       "│   electronics, erection, exhibitionism, feet, finger claws, fingers, floor, front view, fur, genital fluids,    │\n",
       "│   genitals, hair, hand on leg, hands-free, heart symbol, inside, knot, laptop, livestream, long hair, looking   │\n",
       "│   down, looking pleasured, male, male penetrated, markings, masturbation, mirror, moan, monitor, multicolored   │\n",
       "│ body, multicolored fur, multicolored hair, object in ass, onomatopoeia, open mouth, orgasm, penetration, penis, │\n",
       "│  pink penis, pink tongue, red body, red claws, red fur, red hair, red markings, rug, semi-anthro, sex toy, sex  │\n",
       "│ toy in ass, sex toy insertion, shadow, sharp teeth, sheath, solo, sound effects, sweat, teeth, text, throbbing, │\n",
       "│  throbbing penis, tile, tile floor, tiptoes, toe claws, toes, tongue, tongue out, toying self, tuft, two tone   │\n",
       "│  body, two tone hair, by conditional dnp, by phosaggro, twitch.tv, zoroark, dated, digital media \\(artwork\\),   │\n",
       "│                                          pixel \\(artwork\\), signature                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\152c62a7fc993abe40bf382fe97b6930.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 3 toes, abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, │\n", "│ animal penis, anthro, balls, big balls, big penis, black balls, black body, black fur, black markings, black │\n", "│ sheath, black tuft, blue eyes, blush, blush lines, bodily fluids, braided hair, cabinet, claws, computer, │\n", "│ counter, cum, cum drip, cum on ground, cum on own penis, cum on penis, cum on self, cum string, cum while │\n", "│ penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, dutch angle, ejaculation, │\n", "│ electronics, erection, exhibitionism, feet, finger claws, fingers, floor, front view, fur, genital fluids, │\n", "│ genitals, hair, hand on leg, hands-free, heart symbol, inside, knot, laptop, livestream, long hair, looking │\n", "│ down, looking pleasured, male, male penetrated, markings, masturbation, mirror, moan, monitor, multicolored │\n", "│ body, multicolored fur, multicolored hair, object in ass, onomatopoeia, open mouth, orgasm, penetration, penis, │\n", "│ pink penis, pink tongue, red body, red claws, red fur, red hair, red markings, rug, semi-anthro, sex toy, sex │\n", "│ toy in ass, sex toy insertion, shadow, sharp teeth, sheath, solo, sound effects, sweat, teeth, text, throbbing, │\n", "│ throbbing penis, tile, tile floor, tiptoes, toe claws, toes, tongue, tongue out, toying self, tuft, two tone │\n", "│ body, two tone hair, by conditional dnp, by phosaggro, twitch.tv, zoroark, dated, digital media \\(artwork\\), │\n", "│ pixel \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3292493.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3292493.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\353c4cb49b88a9d47930a74c92f0603f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anthro, big breasts, blush, bodily fluids, breasts, broken heart,   │\n",
       "│   butt, cross-popping vein, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, exercise, exercise   │\n",
       "│ bike, female, genital fluids, genitals, gym, hair, inner ear fluff, inside, masturbation, nipples, nude, object │\n",
       "│  in ass, penetration, public, public masturbation, public nudity, pussy, red sclera, sex toy, sex toy in ass,   │\n",
       "│ sex toy insertion, sexercise, solo, text, tuft, vein, veiny dildo, by conditional dnp, by whisperfoot, helluva  │\n",
       "│  boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\),   │\n",
       "│                                              english text, hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\353c4cb49b88a9d47930a74c92f0603f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, big breasts, blush, bodily fluids, breasts, broken heart, │\n", "│ butt, cross-popping vein, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, exercise, exercise │\n", "│ bike, female, genital fluids, genitals, gym, hair, inner ear fluff, inside, masturbation, nipples, nude, object │\n", "│ in ass, penetration, public, public masturbation, public nudity, pussy, red sclera, sex toy, sex toy in ass, │\n", "│ sex toy insertion, sexercise, solo, text, tuft, vein, veiny dildo, by conditional dnp, by whisperfoot, helluva │\n", "│ boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\), │\n", "│ english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3322133.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3322133.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\2b019f6d4fb7a21903f5495473cfeb42.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, ahegao, anal, anal penetration, anal tugging, anthro, anthro penetrated, armwear, backsack, balls,    │\n",
       "│   biped, bodily fluids, butt, claws, clothing, deep skin, dildo, dildo in ass, dildo insertion, double dildo,   │\n",
       "│   double penetration, drooling, duo, erection, feet, fur, genitals, girly, hair, inside, latex, legwear, long   │\n",
       "│  hair, looking pleasured, lube, lube splatter, male, male/male, male penetrated, masturbation, messy, nipples,  │\n",
       "│ object in ass, pawpads, paws, penetration, penis, perineum, red eyes, saliva, sex, sex toy, sex toy in ass, sex │\n",
       "│ toy insertion, sharing sex toy, tail, thick thighs, toe claws, toes, tongue, tongue out, toying partner, toying │\n",
       "│    self, transparent dildo, transparent sex toy, by wizzikt, antoni, milo \\(haicat\\), feline, digital media     │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\2b019f6d4fb7a21903f5495473cfeb42.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, ahegao, anal, anal penetration, anal tugging, anthro, anthro penetrated, armwear, backsack, balls, │\n", "│ biped, bodily fluids, butt, claws, clothing, deep skin, dildo, dildo in ass, dildo insertion, double dildo, │\n", "│ double penetration, drooling, duo, erection, feet, fur, genitals, girly, hair, inside, latex, legwear, long │\n", "│ hair, looking pleasured, lube, lube splatter, male, male/male, male penetrated, masturbation, messy, nipples, │\n", "│ object in ass, pawpads, paws, penetration, penis, perineum, red eyes, saliva, sex, sex toy, sex toy in ass, sex │\n", "│ toy insertion, sharing sex toy, tail, thick thighs, toe claws, toes, tongue, tongue out, toying partner, toying │\n", "│ self, transparent dildo, transparent sex toy, by wizzikt, antoni, milo \\(haicat\\), feline, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3335409.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3335409.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\d30fed2997b17a7bc587531a62149af0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy,     │\n",
       "│    anthro, balls, blush, bodily fluids, cum, cum on balls, cum on hand, cum on penis, cum on self, cum while    │\n",
       "│  penetrated, dildo, dildo in ass, dildo insertion, dildo sitting, ejaculation, equine dildo, equine genitalia,  │\n",
       "│  equine penis, erection, eyes closed, furniture, genital fluids, genitals, humanoid genitalia, humanoid penis,  │\n",
       "│  looking pleasured, lube, lube bottle, male, male penetrated, masturbation, motion lines, nude, object in ass,  │\n",
       "│    penetration, penile, penile masturbation, penis, pink penis, sex toy, sex toy in ass, sex toy insertion,     │\n",
       "│ shaking, sitting, sofa, solo, sweat, sweatdrop, toying self, trembling, by raaz, nick wilde, fox, red fox, true │\n",
       "│                                                       fox                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\d30fed2997b17a7bc587531a62149af0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, animal dildo, animal genitalia, animal penis, animal sex toy, │\n", "│ anthro, balls, blush, bodily fluids, cum, cum on balls, cum on hand, cum on penis, cum on self, cum while │\n", "│ penetrated, dildo, dildo in ass, dildo insertion, dildo sitting, ejaculation, equine dildo, equine genitalia, │\n", "│ equine penis, erection, eyes closed, furniture, genital fluids, genitals, humanoid genitalia, humanoid penis, │\n", "│ looking pleasured, lube, lube bottle, male, male penetrated, masturbation, motion lines, nude, object in ass, │\n", "│ penetration, penile, penile masturbation, penis, pink penis, sex toy, sex toy in ass, sex toy insertion, │\n", "│ shaking, sitting, sofa, solo, sweat, sweatdrop, toying self, trembling, by raaz, nick wilde, fox, red fox, true │\n", "│ fox │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3359314.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3359314.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\3b3638a13fae20d2f153c9f3e73d37b1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, abdominal bulge, abs, ahegao, anal, anal juice, anal masturbation, anal penetration, animal  │\n",
       "│ dildo, animal sex toy, anthro, anthro on anthro, athletic, athletic sub, balls, bdsm, bdsm gear, big balls, big │\n",
       "│   dildo, big dom small sub, big penis, black body, black fur, black hair, blonde hair, blush, bodily fluids,    │\n",
       "│   buttplug, chain, chastity bulge, chastity device, clothed, clothing, collar, crouching, cuff \\(restraint\\),   │\n",
       "│ dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dominant male, drooling, duo, equine dildo, eye  │\n",
       "│   roll, feet, fingers, flaccid, foreskin, fur, furniture, genital fluids, genitals, girly, gloves, grey body,   │\n",
       "│ grey fur, hair, half-erect, handwear, highlights \\(coloring\\), huge dildo, humanoid dildo, humanoid genitalia,  │\n",
       "│   humanoid penis, inside, latex, latex clothing, latex gloves, latex handware, latex handwear, latex legwear,   │\n",
       "│      latex stockings, latex topwear, leash, leash pull, legwear, looking pleasured, male, male/male, male       │\n",
       "│    penetrated, markings, masturbation, nude, object in ass, open mouth, ottoman, paddle, partially clothed,     │\n",
       "│      penetrable sex toy, penetration, penis, penis size difference, plug \\(sex toy\\), precum, purple eyes,      │\n",
       "│  restraints, retracted foreskin, saliva, sex toy, sex toy in ass, sex toy insertion, size difference, skimpy,   │\n",
       "│    slim, spots, spotted markings, stockings, striped markings, stripes, submissive, submissive male, teeth,     │\n",
       "│ tentacle dildo, toes, topwear, toying self, vein, veiny penis, whip, white body, white fur, yellow body, yellow │\n",
       "│    fur, by codyblue-731, raiden \\(zapaeryan\\), anubian jackal, jackal, digital media \\(artwork\\), signature     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\3b3638a13fae20d2f153c9f3e73d37b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, abdominal bulge, abs, ahegao, anal, anal juice, anal masturbation, anal penetration, animal │\n", "│ dildo, animal sex toy, anthro, anthro on anthro, athletic, athletic sub, balls, bdsm, bdsm gear, big balls, big │\n", "│ dildo, big dom small sub, big penis, black body, black fur, black hair, blonde hair, blush, bodily fluids, │\n", "│ buttplug, chain, chastity bulge, chastity device, clothed, clothing, collar, crouching, cuff \\(restraint\\), │\n", "│ dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dominant male, drooling, duo, equine dildo, eye │\n", "│ roll, feet, fingers, flaccid, foreskin, fur, furniture, genital fluids, genitals, girly, gloves, grey body, │\n", "│ grey fur, hair, half-erect, handwear, highlights \\(coloring\\), huge dildo, humanoid dildo, humanoid genitalia, │\n", "│ humanoid penis, inside, latex, latex clothing, latex gloves, latex handware, latex handwear, latex legwear, │\n", "│ latex stockings, latex topwear, leash, leash pull, legwear, looking pleasured, male, male/male, male │\n", "│ penetrated, markings, masturbation, nude, object in ass, open mouth, ottoman, paddle, partially clothed, │\n", "│ penetrable sex toy, penetration, penis, penis size difference, plug \\(sex toy\\), precum, purple eyes, │\n", "│ restraints, retracted foreskin, saliva, sex toy, sex toy in ass, sex toy insertion, size difference, skimpy, │\n", "│ slim, spots, spotted markings, stockings, striped markings, stripes, submissive, submissive male, teeth, │\n", "│ tentacle dildo, toes, topwear, toying self, vein, veiny penis, whip, white body, white fur, yellow body, yellow │\n", "│ fur, by codyblue-731, raiden \\(zapaeryan\\), anubian jackal, jackal, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3363968.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3363968.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\b6284dc6431e8f73ab8a17b39bf89090.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, anal, anal juice, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal  │\n",
       "│    penis, anthro, anus, backless clothing, balls, black penis, bodily fluids, bottomwear, bulge, butt, butt     │\n",
       "│ cutout, cleavage cutout, clothed, clothing, collage, collar, crossdressing, cum, cum while penetrated, cumshot, │\n",
       "│  cutout, dildo, dildo in ass, dildo insertion, dildo sitting, dildo sitting reveal, easy access, ejaculation,   │\n",
       "│ footwear, gaping, gaping anus, genital fluids, genitals, girly, gradient background, heart symbol, high heels,  │\n",
       "│ hotpants, ineffective clothing, knot, knotted dildo, legwear, male, male penetrated, masturbation, nipple tape, │\n",
       "│ object in ass, open shorts, orgasm, pasties, penetration, penis, pink clothing, pink footwear, pink high heels, │\n",
       "│ pokemorph, pumps, sex toy, sex toy in ass, sex toy insertion, shorts, simple background, solo, stockings, tape, │\n",
       "│                          text, thick thighs, wide hips, by phenyanyanya, absol, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\b6284dc6431e8f73ab8a17b39bf89090.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal juice, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal │\n", "│ penis, anthro, anus, backless clothing, balls, black penis, bodily fluids, bottomwear, bulge, butt, butt │\n", "│ cutout, cleavage cutout, clothed, clothing, collage, collar, crossdressing, cum, cum while penetrated, cumshot, │\n", "│ cutout, dildo, dildo in ass, dildo insertion, dildo sitting, dildo sitting reveal, easy access, ejaculation, │\n", "│ footwear, gaping, gaping anus, genital fluids, genitals, girly, gradient background, heart symbol, high heels, │\n", "│ hotpants, ineffective clothing, knot, knotted dildo, legwear, male, male penetrated, masturbation, nipple tape, │\n", "│ object in ass, open shorts, orgasm, pasties, penetration, penis, pink clothing, pink footwear, pink high heels, │\n", "│ pokemorph, pumps, sex toy, sex toy in ass, sex toy insertion, shorts, simple background, solo, stockings, tape, │\n", "│ text, thick thighs, wide hips, by phenyanyanya, absol, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3505255.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3505255.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\0370b2110f0349d2abae9000f2399525.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anthro, areola, armwear, backsack, balls, barefoot, bodily fluids,  │\n",
       "│ claws, clothing, dildo, dildo in ass, dildo insertion, dripping, electric fan, erection, eyewear, feet, genital │\n",
       "│      fluids, genitals, girly, glasses, humanoid genitalia, humanoid penis, legwear, male, male penetrated,      │\n",
       "│   masturbation, melee weapon, mostly nude, nipples, object in ass, oscillating fan, pattern armwear, pattern    │\n",
       "│  clothing, pattern legwear, pawpads, penetration, penis, poster \\(object\\), precum, precum drip, red pawpads,   │\n",
       "│ sex toy, sex toy in ass, sex toy insertion, solo, striped armwear, striped clothing, striped legwear, stripes,  │\n",
       "│ sword, text, toe claws, toying self, weapon, by romarom, capcom, cult of the lamb, devil may cry, devil may cry │\n",
       "│ 5, massive monster \\(studio\\), microsoft, ori \\(series\\), xbox game studios, dante \\(dmc\\), lamb \\(cult of the  │\n",
       "│ lamb\\), nero \\(devil may cry\\), ori \\(ori\\), sasha \\(imbeethebunny\\), v \\(devil may cry\\), lagomorph, leporid,  │\n",
       "│                                 rabbit, digital media \\(artwork\\), english text                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\0370b2110f0349d2abae9000f2399525.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, areola, armwear, backsack, balls, barefoot, bodily fluids, │\n", "│ claws, clothing, dildo, dildo in ass, dildo insertion, dripping, electric fan, erection, eyewear, feet, genital │\n", "│ fluids, genitals, girly, glasses, humanoid genitalia, humanoid penis, legwear, male, male penetrated, │\n", "│ masturbation, melee weapon, mostly nude, nipples, object in ass, oscillating fan, pattern armwear, pattern │\n", "│ clothing, pattern legwear, pawpads, penetration, penis, poster \\(object\\), precum, precum drip, red pawpads, │\n", "│ sex toy, sex toy in ass, sex toy insertion, solo, striped armwear, striped clothing, striped legwear, stripes, │\n", "│ sword, text, toe claws, toying self, weapon, by romarom, capcom, cult of the lamb, devil may cry, devil may cry │\n", "│ 5, massive monster \\(studio\\), microsoft, ori \\(series\\), xbox game studios, dante \\(dmc\\), lamb \\(cult of the │\n", "│ lamb\\), nero \\(devil may cry\\), ori \\(ori\\), sasha \\(imbeethebunny\\), v \\(devil may cry\\), lagomorph, leporid, │\n", "│ rabbit, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3505447.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3505447.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\fa48cee7f87036aa715db30d79633f72.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal orgasm, anal penetration, anthro, anthro penetrated, antlers, anus, appliance,   │\n",
       "│ balls, big butt, big dildo, blue body, bodily fluids, butt, clothed, clothing, countershading, crouching, cum,  │\n",
       "│     cum while penetrated, dewclaw hooves, dildo, dildo in ass, dildo insertion, dildo sitting, ejaculation,     │\n",
       "│    emanata, erection, foreskin, fur, furniture, genital fluids, genitals, hands-free, hooves, horn, humanoid    │\n",
       "│ genitalia, humanoid penis, inside, looking back, male, male penetrated, masturbation, object in ass, partially  │\n",
       "│ clothed, penetration, penis, rear view, red eyes, scut tail, sex toy, sex toy in ass, sex toy insertion, short  │\n",
       "│    tail, smile, solo, tail, toying self, unguligrade, window, by jumpy jackal, animal crossing, bam \\(animal    │\n",
       "│                                                crossing\\), deer                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\fa48cee7f87036aa715db30d79633f72.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, anthro, anthro penetrated, antlers, anus, appliance, │\n", "│ balls, big butt, big dildo, blue body, bodily fluids, butt, clothed, clothing, countershading, crouching, cum, │\n", "│ cum while penetrated, dewclaw hooves, dildo, dildo in ass, dildo insertion, dildo sitting, ejaculation, │\n", "│ emanata, erection, foreskin, fur, furniture, genital fluids, genitals, hands-free, hooves, horn, humanoid │\n", "│ genitalia, humanoid penis, inside, looking back, male, male penetrated, masturbation, object in ass, partially │\n", "│ clothed, penetration, penis, rear view, red eyes, scut tail, sex toy, sex toy in ass, sex toy insertion, short │\n", "│ tail, smile, solo, tail, toying self, unguligrade, window, by jumpy jackal, animal crossing, bam \\(animal │\n", "│ crossing\\), deer │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3550122.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3550122.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\860f91fef682ffc178a5eaa364446f08.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anal, anal masturbation, anal penetration, anthro, areola, avian feet, beak, black beak, blue  │\n",
       "│  body, blue feathers, blush, bodily fluids, breasts, clitoris, dildo, dildo in ass, dildo insertion, eyebrows,  │\n",
       "│      eyelashes, feathers, feet, female, genital fluids, genitals, knot, knotted dildo, looking pleasured,       │\n",
       "│ masturbation, medium breasts, nipples, nude, object in ass, open mouth, penetration, pussy, scuted feet, scuted │\n",
       "│    legs, scutes, sex toy, sex toy in ass, sex toy insertion, smile, solo, toes, toying self, vaginal fluids,    │\n",
       "│            yellow eyes, by kammi-lu, eve azure \\(pikmin117\\), avian, bird, digital media \\(artwork\\)            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\860f91fef682ffc178a5eaa364446f08.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal masturbation, anal penetration, anthro, areola, avian feet, beak, black beak, blue │\n", "│ body, blue feathers, blush, bodily fluids, breasts, clitoris, dildo, dildo in ass, dildo insertion, eyebrows, │\n", "│ eyelashes, feathers, feet, female, genital fluids, genitals, knot, knotted dildo, looking pleasured, │\n", "│ masturbation, medium breasts, nipples, nude, object in ass, open mouth, penetration, pussy, scuted feet, scuted │\n", "│ legs, scutes, sex toy, sex toy in ass, sex toy insertion, smile, solo, toes, toying self, vaginal fluids, │\n", "│ yellow eyes, by kammi-lu, eve azure \\(pikmin117\\), avian, bird, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3614306.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3614306.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\c4211d73c0e5f84b3711f84bc40b03c2.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal grip, anal juice, anal orgasm, anal penetration, anthro, anus, back boob, big butt, big dildo, big  │\n",
       "│     penetration, blush, bodily fluids, breasts, butt, dialogue, dildo, dildo in ass, dildo insertion, dildo     │\n",
       "│  sitting, ejaculation, female, genital fluids, genitals, good girl, hands-free, heart eyes, heart symbol, huge  │\n",
       "│     butt, huge dildo, huge penetration, large penetration, looking pleasured, masturbation, object in ass,      │\n",
       "│  onomatopoeia, orgasm, penetration, pussy, pussy ejaculation, pussy ejaculation while penetrated, sex toy, sex  │\n",
       "│  toy in ass, sex toy insertion, side boob, solo, sound effects, tears, tears of pleasure, text, thick thighs,   │\n",
       "│    twitching, vaginal fluids, wide hips, by r-mk, lagomorph, leporid, lopunny, rabbit, english text, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\c4211d73c0e5f84b3711f84bc40b03c2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal grip, anal juice, anal orgasm, anal penetration, anthro, anus, back boob, big butt, big dildo, big │\n", "│ penetration, blush, bodily fluids, breasts, butt, dialogue, dildo, dildo in ass, dildo insertion, dildo │\n", "│ sitting, ejaculation, female, genital fluids, genitals, good girl, hands-free, heart eyes, heart symbol, huge │\n", "│ butt, huge dildo, huge penetration, large penetration, looking pleasured, masturbation, object in ass, │\n", "│ onomatopoeia, orgasm, penetration, pussy, pussy ejaculation, pussy ejaculation while penetrated, sex toy, sex │\n", "│ toy in ass, sex toy insertion, side boob, solo, sound effects, tears, tears of pleasure, text, thick thighs, │\n", "│ twitching, vaginal fluids, wide hips, by r-mk, lagomorph, leporid, lopunny, rabbit, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3693761.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3693761.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\282b7943b5a5ce72cff54404ab76ae80.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, abdominal bulge, anal, anal juice, anal masturbation, anal penetration, anthro, areola, big breasts, │\n",
       "│   blush, bodily fluids, book, breasts, butt, caught, caught masturbating, clothed, clothed/nude, clothed male   │\n",
       "│ nude female, clothing, collar, collar only, curvy figure, dialogue, dildo, dildo in ass, dildo insertion, dildo │\n",
       "│ sitting, duo, eyebrows, eyewear, eyewear only, female, fingers, footwear, gesture, glasses, glasses only, hair, │\n",
       "│    half-closed eyes, hand gesture, hand in pocket, heart symbol, hourglass figure, male, masturbation, musk,    │\n",
       "│  narrowed eyes, nipples, nude, nude female, object in ass, ok sign, penetration, pockets, sex toy, sex toy in   │\n",
       "│  ass, sex toy insertion, sitting, small waist, solo focus, sound effects, stealth masturbation, sweat, sweaty   │\n",
       "│   breasts, sweaty butt, text, tongue, tongue out, wearing glasses, by conditional dnp, by whisperfoot, animal   │\n",
       "│ crossing, isabelle \\(animal crossing\\), tom nook \\(animal crossing\\), domestic dog, shih tzu, toy dog, digital  │\n",
       "│                                     media \\(artwork\\), english text, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\282b7943b5a5ce72cff54404ab76ae80.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abdominal bulge, anal, anal juice, anal masturbation, anal penetration, anthro, areola, big breasts, │\n", "│ blush, bodily fluids, book, breasts, butt, caught, caught masturbating, clothed, clothed/nude, clothed male │\n", "│ nude female, clothing, collar, collar only, curvy figure, dialogue, dildo, dildo in ass, dildo insertion, dildo │\n", "│ sitting, duo, eyebrows, eyewear, eyewear only, female, fingers, footwear, gesture, glasses, glasses only, hair, │\n", "│ half-closed eyes, hand gesture, hand in pocket, heart symbol, hourglass figure, male, masturbation, musk, │\n", "│ narrowed eyes, nipples, nude, nude female, object in ass, ok sign, penetration, pockets, sex toy, sex toy in │\n", "│ ass, sex toy insertion, sitting, small waist, solo focus, sound effects, stealth masturbation, sweat, sweaty │\n", "│ breasts, sweaty butt, text, tongue, tongue out, wearing glasses, by conditional dnp, by whisperfoot, animal │\n", "│ crossing, isabelle \\(animal crossing\\), tom nook \\(animal crossing\\), domestic dog, shih tzu, toy dog, digital │\n", "│ media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3718526.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3718526.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\52ceb1ab9db400764067ff9dd63ad445.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal juice, anal masturbation, anal orgasm, anal penetration, anthro, anus, backsack, balls, blue hair,  │\n",
       "│  blue penis, blue tongue, bodily fluids, clothed, clothing, colored nails, cropped hoodie, crouching, cum, cum  │\n",
       "│  on clothing, cum on penis, cum on self, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion,   │\n",
       "│   dildo sitting, ejaculation, erection, footwear, genital fluids, genitals, girly, hair, hands-free, humanoid   │\n",
       "│   genitalia, humanoid penis, knotted dildo, leg warmers, legwear, long socks, looking at cumshot, looking at    │\n",
       "│  genitalia, looking at penis, looking pleasured, lube, lube on dildo, lube on sex toy, lube string, male, male  │\n",
       "│    penetrated, masturbation, multi tail, multicolored clothing, multicolored footwear, multicolored legwear,    │\n",
       "│ multicolored socks, multicolored thigh highs, multicolored thigh socks, nails, object in ass, orgasm, partially │\n",
       "│ clothed, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh highs, pattern thigh │\n",
       "│ socks, penetration, penis, pink clothing, pink eyes, pink footwear, pink legwear, pink socks, pink thigh highs, │\n",
       "│   pink thigh socks, poster, riding toy, sex toy, sex toy in ass, sex toy insertion, shaking, shaking orgasm,    │\n",
       "│    socks, solo, spread legs, spreading, striped clothing, striped footwear, striped legwear, striped socks,     │\n",
       "│   striped thigh highs, striped thigh socks, stripes, tail, text, thigh highs, thigh socks, toeless footwear,    │\n",
       "│    toeless legwear, toeless socks, toeless stockings, toeless thigh highs, tongue, tongue out, toying self,     │\n",
       "│  trembling, two tone clothing, two tone footwear, two tone legwear, two tone socks, two tone thigh highs, two   │\n",
       "│  tone thigh socks, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh   │\n",
       "│  socks, by herseyfox, bad dragon, red dead \\(series\\), rockstar games, arthur morgan, oliver prince, rex \\(bad  │\n",
       "│                                   dragon\\), arctic fox, fox, true fox, hi res                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\52ceb1ab9db400764067ff9dd63ad445.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal orgasm, anal penetration, anthro, anus, backsack, balls, blue hair, │\n", "│ blue penis, blue tongue, bodily fluids, clothed, clothing, colored nails, cropped hoodie, crouching, cum, cum │\n", "│ on clothing, cum on penis, cum on self, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, │\n", "│ dildo sitting, ejaculation, erection, footwear, genital fluids, genitals, girly, hair, hands-free, humanoid │\n", "│ genitalia, humanoid penis, knotted dildo, leg warmers, legwear, long socks, looking at cumshot, looking at │\n", "│ genitalia, looking at penis, looking pleasured, lube, lube on dildo, lube on sex toy, lube string, male, male │\n", "│ penetrated, masturbation, multi tail, multicolored clothing, multicolored footwear, multicolored legwear, │\n", "│ multicolored socks, multicolored thigh highs, multicolored thigh socks, nails, object in ass, orgasm, partially │\n", "│ clothed, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh highs, pattern thigh │\n", "│ socks, penetration, penis, pink clothing, pink eyes, pink footwear, pink legwear, pink socks, pink thigh highs, │\n", "│ pink thigh socks, poster, riding toy, sex toy, sex toy in ass, sex toy insertion, shaking, shaking orgasm, │\n", "│ socks, solo, spread legs, spreading, striped clothing, striped footwear, striped legwear, striped socks, │\n", "│ striped thigh highs, striped thigh socks, stripes, tail, text, thigh highs, thigh socks, toeless footwear, │\n", "│ toeless legwear, toeless socks, toeless stockings, toeless thigh highs, tongue, tongue out, toying self, │\n", "│ trembling, two tone clothing, two tone footwear, two tone legwear, two tone socks, two tone thigh highs, two │\n", "│ tone thigh socks, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh │\n", "│ socks, by herseyfox, bad dragon, red dead \\(series\\), rockstar games, arthur morgan, oliver prince, rex \\(bad │\n", "│ dragon\\), arctic fox, fox, true fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3728315.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3728315.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\fdba36dad0d1c435e9d5ba8678c23305.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, anal, anal masturbation, anal orgasm, anal penetration, anthro, backsack, balls, bed, bedroom, black   │\n",
       "│   balls, black body, black fur, black markings, black tuft, blue dildo, blue eyes, blush, blush lines, bodily   │\n",
       "│  fluids, braided hair, breath, butt, camera, claws, computer, cum, cum on keyboard, cum on screen, cum string,  │\n",
       "│ cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dipstick hair, ejaculation, │\n",
       "│    electronics, erection, exhibitionism, feet, finger claws, fur, furniture, genital fluids, genitals, hair,    │\n",
       "│  hands-free, heart symbol, inside, knot, knotted dildo, lamp, laptop, livestream, long hair, looking forward,   │\n",
       "│ looking pleasured, male, male penetrated, markings, masturbation, motion lines, multicolored body, multicolored │\n",
       "│   hair, object in ass, onomatopoeia, orgasm, penetration, penis, poster \\(object\\), red claws, red hair, red    │\n",
       "│    markings, semi-anthro, sex toy, sex toy in ass, sex toy insertion, shadow, shelf, side view, solo, sound     │\n",
       "│ effects, sweat, text, throbbing, throbbing penis, tiptoes, toe claws, toes, tuft, two tone body, two tone hair, │\n",
       "│  webcam, by conditional dnp, by phosaggro, twitch.tv, zoroark, cel shading, dated, digital media \\(artwork\\),   │\n",
       "│                                picture in picture, pixel \\(artwork\\), signature                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\fdba36dad0d1c435e9d5ba8678c23305.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anal, anal masturbation, anal orgasm, anal penetration, anthro, backsack, balls, bed, bedroom, black │\n", "│ balls, black body, black fur, black markings, black tuft, blue dildo, blue eyes, blush, blush lines, bodily │\n", "│ fluids, braided hair, breath, butt, camera, claws, computer, cum, cum on keyboard, cum on screen, cum string, │\n", "│ cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, dipstick hair, ejaculation, │\n", "│ electronics, erection, exhibitionism, feet, finger claws, fur, furniture, genital fluids, genitals, hair, │\n", "│ hands-free, heart symbol, inside, knot, knotted dildo, lamp, laptop, livestream, long hair, looking forward, │\n", "│ looking pleasured, male, male penetrated, markings, masturbation, motion lines, multicolored body, multicolored │\n", "│ hair, object in ass, onomatopoeia, orgasm, penetration, penis, poster \\(object\\), red claws, red hair, red │\n", "│ markings, semi-anthro, sex toy, sex toy in ass, sex toy insertion, shadow, shelf, side view, solo, sound │\n", "│ effects, sweat, text, throbbing, throbbing penis, tiptoes, toe claws, toes, tuft, two tone body, two tone hair, │\n", "│ webcam, by conditional dnp, by phosaggro, twitch.tv, zoroark, cel shading, dated, digital media \\(artwork\\), │\n", "│ picture in picture, pixel \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3761106.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3761106.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\f8e92dbad73a54d52b8f62af7f6cece1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal │\n",
       "│   penis, animal sex toy, anthro, anthro penetrated, balls, barefoot, beach, big penis, black body, black fur,   │\n",
       "│ blue body, blue fur, bodily fluids, claws, cum, cum from ass, cum in ass, cum inside, cum on ground, cum while  │\n",
       "│ penetrated, cumlube, digitigrade, dildo, dildo in ass, dildo insertion, dildo sitting, drooling, equine dildo,  │\n",
       "│ erection, exhibitionism, feet, finger claws, fur, genital fluids, genitals, green body, green fur, green nose,  │\n",
       "│   green pawpads, green penis, knot, large penetration, leaking cum, looking pleasured, male, male penetrated,   │\n",
       "│  masturbation, messy, narrowed eyes, nude, object in ass, pawpads, penetration, penis, precum, public, public   │\n",
       "│      erection, public masturbation, public nudity, saliva, sand, seaside, sex toy, sex toy in ass, sex toy      │\n",
       "│   insertion, shadow, snout, spread legs, spreading, tail, toe claws, tongue, tongue out, toying self, water,    │\n",
       "│  white body, white fur, by totesfleisch8, bad dragon, joyce \\(totesfleisch8\\), tyranos, vector \\(bad dragon\\),  │\n",
       "│                       zashi \\(ashes\\), domestic dog, lizard, maned wolf, reptile, scalie                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\f8e92dbad73a54d52b8f62af7f6cece1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal │\n", "│ penis, animal sex toy, anthro, anthro penetrated, balls, barefoot, beach, big penis, black body, black fur, │\n", "│ blue body, blue fur, bodily fluids, claws, cum, cum from ass, cum in ass, cum inside, cum on ground, cum while │\n", "│ penetrated, cumlube, digitigrade, dildo, dildo in ass, dildo insertion, dildo sitting, drooling, equine dildo, │\n", "│ erection, exhibitionism, feet, finger claws, fur, genital fluids, genitals, green body, green fur, green nose, │\n", "│ green pawpads, green penis, knot, large penetration, leaking cum, looking pleasured, male, male penetrated, │\n", "│ masturbation, messy, narrowed eyes, nude, object in ass, pawpads, penetration, penis, precum, public, public │\n", "│ erection, public masturbation, public nudity, saliva, sand, seaside, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shadow, snout, spread legs, spreading, tail, toe claws, tongue, tongue out, toying self, water, │\n", "│ white body, white fur, by totesfleisch8, bad dragon, joyce \\(totesfleisch8\\), tyranos, vector \\(bad dragon\\), │\n", "│ zashi \\(ashes\\), domestic dog, lizard, maned wolf, reptile, scalie │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3776912.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3776912.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\a695840a9b864d1ddf5572a97184a1ab.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, after anal, after sex, alternate color, anal, anal penetration, animal genitalia, animal penis, anus,  │\n",
       "│     balls, bandage, bandage on face, big butt, black body, black fur, blue eyes, blush, bodily fluids, body     │\n",
       "│ writing, breath, butt, cheek tuft, collar, collar tag, cum, cum from ass, cum in ass, cum inside, cum on balls, │\n",
       "│  cum on butt, cum on glass, cum on leg, cum on penis, cum pool, cumshot, cute fangs, digitigrade, dildo, dildo  │\n",
       "│  in ass, dildo insertion, drooling, ejaculation, erection, excessive cum, excessive genital fluids, exhausted,  │\n",
       "│  facial tuft, feet, feral, fucked silly, fur, genital fluids, genitals, glass, half-closed eyes, heart collar   │\n",
       "│ tag, heterochromia, improvised dildo, improvised sex toy, instruction, instruction on body, knot, leaking cum,  │\n",
       "│   legs up, looking pleasured, lying, male, marker, markings, narrowed eyes, object in ass, on back, pawpads,    │\n",
       "│  penetration, penis, pillow, pink pawpads, prostitution, public use, purple eyes, purple markings, saliva, sex  │\n",
       "│  toy, sex toy in ass, sex toy insertion, sheath, sign, snot, solo, sweat, sweatdrop, tally marks, tears, text,  │\n",
       "│    text on body, thick thighs, through wall, toes, tongue, tongue out, tuft, western tally marks, window, by    │\n",
       "│                           nikkibunn, shadow \\(sh4dow\\), umbreon, english text, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\a695840a9b864d1ddf5572a97184a1ab.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, after anal, after sex, alternate color, anal, anal penetration, animal genitalia, animal penis, anus, │\n", "│ balls, bandage, bandage on face, big butt, black body, black fur, blue eyes, blush, bodily fluids, body │\n", "│ writing, breath, butt, cheek tuft, collar, collar tag, cum, cum from ass, cum in ass, cum inside, cum on balls, │\n", "│ cum on butt, cum on glass, cum on leg, cum on penis, cum pool, cumshot, cute fangs, digitigrade, dildo, dildo │\n", "│ in ass, dildo insertion, drooling, ejaculation, erection, excessive cum, excessive genital fluids, exhausted, │\n", "│ facial tuft, feet, feral, fucked silly, fur, genital fluids, genitals, glass, half-closed eyes, heart collar │\n", "│ tag, heterochromia, improvised dildo, improvised sex toy, instruction, instruction on body, knot, leaking cum, │\n", "│ legs up, looking pleasured, lying, male, marker, markings, narrowed eyes, object in ass, on back, pawpads, │\n", "│ penetration, penis, pillow, pink pawpads, prostitution, public use, purple eyes, purple markings, saliva, sex │\n", "│ toy, sex toy in ass, sex toy insertion, sheath, sign, snot, solo, sweat, sweatdrop, tally marks, tears, text, │\n", "│ text on body, thick thighs, through wall, toes, tongue, tongue out, tuft, western tally marks, window, by │\n", "│ nikkibunn, shadow \\(sh4dow\\), umbreon, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3788450.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3788450.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\5a853638f751f22cfc486ed46e312791.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal orgasm, anal penetration, anthro, appliance, arm socks, balls, bodily fluids,   │\n",
       "│  chair, claws, clothing, computer, cum, cum in ass, cum inside, cum on face, cum on own face, cum on self, cum  │\n",
       "│   while toyed, desk, dildo, dildo in ass, dildo insertion, ejaculation, ejaculation while toyed, electronics,   │\n",
       "│  feet, furniture, genital fluids, genitals, girly, headphones, holding both legs, holding both thighs, inside,  │\n",
       "│ keyboard, knotted dildo, legs up, legwear, livestream, looking pleasured, male, male penetrated, masturbation,  │\n",
       "│   monitor, object in ass, penetration, profanity, sex toy, sex toy in ass, sex toy insertion, shelf, sitting,   │\n",
       "│ solo, spread legs, spreading, streaming, table, tail, text, thigh highs, toying self, by jumpy jackal, ambient  │\n",
       "│  among us, among us, bethesda softworks, fallout, innersloth, ambient crewmate \\(among us\\), red \\(among us\\),  │\n",
       "│                                deathclaw, reptile, scalie, english text, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\5a853638f751f22cfc486ed46e312791.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, anthro, appliance, arm socks, balls, bodily fluids, │\n", "│ chair, claws, clothing, computer, cum, cum in ass, cum inside, cum on face, cum on own face, cum on self, cum │\n", "│ while toyed, desk, dildo, dildo in ass, dildo insertion, ejaculation, ejaculation while toyed, electronics, │\n", "│ feet, furniture, genital fluids, genitals, girly, headphones, holding both legs, holding both thighs, inside, │\n", "│ keyboard, knotted dildo, legs up, legwear, livestream, looking pleasured, male, male penetrated, masturbation, │\n", "│ monitor, object in ass, penetration, profanity, sex toy, sex toy in ass, sex toy insertion, shelf, sitting, │\n", "│ solo, spread legs, spreading, streaming, table, tail, text, thigh highs, toying self, by jumpy jackal, ambient │\n", "│ among us, among us, bethesda softworks, fallout, innersloth, ambient crewmate \\(among us\\), red \\(among us\\), │\n", "│ deathclaw, reptile, scalie, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3814175.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3814175.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\d5ebe4ef2f3fa7efd79a340c8043a933.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   all fours, anal, anal penetration, anklet, anthro, anthro on anthro, anthro penetrated, anthro penetrating,   │\n",
       "│  anthro penetrating anthro, antlers, backsack, balls, bell, bell accessory, big butt, bracelet, brown antlers,  │\n",
       "│   brown body, brown fur, butt, butt heart, buttplug, candy, candy cane, countershade butt, countershade fur,    │\n",
       "│ countershade torso, countershading, dessert, dildo, dildo in ass, dildo insertion, fellatio, food, forest, from │\n",
       "│  behind position, fur, genitals, girly, group, group nudity, group sex, holidays, hooves, horn, intraspecies,   │\n",
       "│  jewelry, jingle bell, jingle bell wristband, light body, male, male/male, male penetrated, male penetrating,   │\n",
       "│  male penetrating male, muscular, muscular anthro, muscular male, nipples, nude, object in ass, oral, outdoor   │\n",
       "│  nudity, outside, outside sex, penetration, penile, perineum, pink nipples, plant, plug \\(sex toy\\), sex, sex   │\n",
       "│ toy, sex toy in ass, sex toy insertion, snow, standing, standing sex, threesome, tree, trio, white balls, white │\n",
       "│         body, white fur, white perineum, winter, by sigma x, christmas, deer, new world deer, reindeer          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\d5ebe4ef2f3fa7efd79a340c8043a933.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal penetration, anklet, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, antlers, backsack, balls, bell, bell accessory, big butt, bracelet, brown antlers, │\n", "│ brown body, brown fur, butt, butt heart, buttplug, candy, candy cane, countershade butt, countershade fur, │\n", "│ countershade torso, countershading, dessert, dildo, dildo in ass, dildo insertion, fellatio, food, forest, from │\n", "│ behind position, fur, genitals, girly, group, group nudity, group sex, holidays, hooves, horn, intraspecies, │\n", "│ jewelry, jingle bell, jingle bell wristband, light body, male, male/male, male penetrated, male penetrating, │\n", "│ male penetrating male, muscular, muscular anthro, muscular male, nipples, nude, object in ass, oral, outdoor │\n", "│ nudity, outside, outside sex, penetration, penile, perineum, pink nipples, plant, plug \\(sex toy\\), sex, sex │\n", "│ toy, sex toy in ass, sex toy insertion, snow, standing, standing sex, threesome, tree, trio, white balls, white │\n", "│ body, white fur, white perineum, winter, by sigma x, christmas, deer, new world deer, reindeer │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3872943.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3872943.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\659583c642fb4b6d45c0bce2935d2566.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anal, anal juice, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, anthro      │\n",
       "│     penetrated, anus, balls, blush, bodily fluids, brown body, brown fur, butt, dildo, dildo in ass, dildo      │\n",
       "│ insertion, erection, fur, genitals, green eyes, heart symbol, knot, male, male penetrated, masturbation, nude,  │\n",
       "│  object in ass, penetration, penis, raised tail, rear view, sex toy, sex toy in ass, sex toy insertion, solo,   │\n",
       "│   tail, by conditional dnp, by zackary911, bad dragon, crackers \\(bad dragon\\), rokkvi, eevee, digital media    │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\659583c642fb4b6d45c0bce2935d2566.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, anthro │\n", "│ penetrated, anus, balls, blush, bodily fluids, brown body, brown fur, butt, dildo, dildo in ass, dildo │\n", "│ insertion, erection, fur, genitals, green eyes, heart symbol, knot, male, male penetrated, masturbation, nude, │\n", "│ object in ass, penetration, penis, raised tail, rear view, sex toy, sex toy in ass, sex toy insertion, solo, │\n", "│ tail, by conditional dnp, by zackary911, bad dragon, crackers \\(bad dragon\\), rokkvi, eevee, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3874537.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3874537.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\f8fcadd13539bbda4e398854f67a9b88.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, balls, big balls, big penis, │\n",
       "│ biped, black body, black clothing, black fur, black legwear, black thigh highs, blush, bodily fluids, clothing, │\n",
       "│     collar, crossgender, cum, cumshot, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, duo,      │\n",
       "│   ejaculation, erection, ftm crossgender, fur, genital fluids, genitals, girly, grey hair, hair, huge penis,    │\n",
       "│      inside, knot, knotted dildo, legwear, male, male penetrated, masturbation, object in ass, open mouth,      │\n",
       "│ penetration, penis, red sclera, sex toy, sex toy in ass, sex toy insertion, spiked collar, spikes, text, thigh  │\n",
       "│   highs, toying self, walk-in, white body, white eyes, white fur, by phenyanyanya, by wizzikt, helluva boss,    │\n",
       "│    mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, collaboration, digital media     │\n",
       "│                                        \\(artwork\\), english text, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\f8fcadd13539bbda4e398854f67a9b88.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, animal genitalia, animal penis, anthro, balls, big balls, big penis, │\n", "│ biped, black body, black clothing, black fur, black legwear, black thigh highs, blush, bodily fluids, clothing, │\n", "│ collar, crossgender, cum, cumshot, dialogue, dildo, dildo in ass, dildo insertion, dildo sitting, duo, │\n", "│ ejaculation, erection, ftm crossgender, fur, genital fluids, genitals, girly, grey hair, hair, huge penis, │\n", "│ inside, knot, knotted dildo, legwear, male, male penetrated, masturbation, object in ass, open mouth, │\n", "│ penetration, penis, red sclera, sex toy, sex toy in ass, sex toy insertion, spiked collar, spikes, text, thigh │\n", "│ highs, toying self, walk-in, white body, white eyes, white fur, by phenyanyanya, by wizzikt, helluva boss, │\n", "│ mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, collaboration, digital media │\n", "│ \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3909846.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3909846.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\9d89dd50d46a81252076f2de35448bea.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, ahegao, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anthro on  │\n",
       "│  anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm warmers, armwear, ass to mouth,  │\n",
       "│    ass to other mouth, balls, bed, bedroom, big dom small sub, biped, black clothing, black footwear, black     │\n",
       "│ legwear, black penis, black socks, black thigh highs, black thigh socks, black tongue, blonde hair, blue eyes,  │\n",
       "│   blush, bodily fluids, brown body, ceiling fan, clothing, collar, cuckold, cum, cum drip, cum in ass, cum in   │\n",
       "│  mouth, cum inside, cum on balls, cum on face, cum on ground, cum overflow, cum string, cum while penetrated,   │\n",
       "│   cumshot, cut antlers, dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dripping, ejaculation,   │\n",
       "│   electric fan, erection, felching, fingers, footwear, from behind position, fur, furniture, genital fluids,    │\n",
       "│    genitals, girly, gloves, green hair, group, group sex, hair, hands-free, handwear, hooves, horn, humanoid    │\n",
       "│  genitalia, humanoid penis, knot, leaking cum, legwear, licking, licking lips, long socks, looking pleasured,   │\n",
       "│      male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, mostly nude,      │\n",
       "│   multicolored clothing, multicolored footwear, multicolored legwear, multicolored socks, multicolored thigh    │\n",
       "│    highs, multicolored thigh socks, muscular, muscular dom, muscular male, muscular top, object in ass, oral    │\n",
       "│ invitation, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh  │\n",
       "│  highs, pattern thigh socks, penetration, penile, penile penetration, penis, penis in ass, pink clothing, pink  │\n",
       "│ footwear, pink legwear, pink socks, pink thigh highs, pink thigh socks, platform standing doggystyle, red eyes, │\n",
       "│ sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller penetrated, socks, │\n",
       "│  standing doggystyle, stockings, striped armwear, striped clothing, striped footwear, striped legwear, striped  │\n",
       "│    socks, striped thigh highs, striped thigh socks, stripes, submissive, submissive male, tail, teeth, thigh    │\n",
       "│     highs, thigh socks, threesome, tongue, tongue out, trio, two subs one dom, two tone clothing, two tone      │\n",
       "│ footwear, two tone legwear, two tone socks, two tone thigh highs, two tone thigh socks, vein, veiny knot, veiny │\n",
       "│  penis, white body, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh  │\n",
       "│ socks, wings on head, by codyblue-731, mythology, felix \\(buckfelix47\\), stephen wintre, deer, dragon, hybrid,  │\n",
       "│            mythological creature, mythological scalie, scalie, digital media \\(artwork\\), watermark             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\9d89dd50d46a81252076f2de35448bea.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahegao, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm warmers, armwear, ass to mouth, │\n", "│ ass to other mouth, balls, bed, bedroom, big dom small sub, biped, black clothing, black footwear, black │\n", "│ legwear, black penis, black socks, black thigh highs, black thigh socks, black tongue, blonde hair, blue eyes, │\n", "│ blush, bodily fluids, brown body, ceiling fan, clothing, collar, cuckold, cum, cum drip, cum in ass, cum in │\n", "│ mouth, cum inside, cum on balls, cum on face, cum on ground, cum overflow, cum string, cum while penetrated, │\n", "│ cumshot, cut antlers, dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dripping, ejaculation, │\n", "│ electric fan, erection, felching, fingers, footwear, from behind position, fur, furniture, genital fluids, │\n", "│ genitals, girly, gloves, green hair, group, group sex, hair, hands-free, handwear, hooves, horn, humanoid │\n", "│ genitalia, humanoid penis, knot, leaking cum, legwear, licking, licking lips, long socks, looking pleasured, │\n", "│ male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, mostly nude, │\n", "│ multicolored clothing, multicolored footwear, multicolored legwear, multicolored socks, multicolored thigh │\n", "│ highs, multicolored thigh socks, muscular, muscular dom, muscular male, muscular top, object in ass, oral │\n", "│ invitation, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh │\n", "│ highs, pattern thigh socks, penetration, penile, penile penetration, penis, penis in ass, pink clothing, pink │\n", "│ footwear, pink legwear, pink socks, pink thigh highs, pink thigh socks, platform standing doggystyle, red eyes, │\n", "│ sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller penetrated, socks, │\n", "│ standing doggystyle, stockings, striped armwear, striped clothing, striped footwear, striped legwear, striped │\n", "│ socks, striped thigh highs, striped thigh socks, stripes, submissive, submissive male, tail, teeth, thigh │\n", "│ highs, thigh socks, threesome, tongue, tongue out, trio, two subs one dom, two tone clothing, two tone │\n", "│ footwear, two tone legwear, two tone socks, two tone thigh highs, two tone thigh socks, vein, veiny knot, veiny │\n", "│ penis, white body, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh │\n", "│ socks, wings on head, by codyblue-731, mythology, felix \\(buckfelix47\\), stephen wintre, deer, dragon, hybrid, │\n", "│ mythological creature, mythological scalie, scalie, digital media \\(artwork\\), watermark │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3965459.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3965459.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\a5f5d388c64f34680425d337ff81c1fd.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 fingers, 4 toes, all fours, anal, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro,  │\n",
       "│   anus, ass up, back markings, backsack, balls, big butt, big dildo, black border, black claws, black dildo,    │\n",
       "│   black eyes, blue balls, blue body, blue fur, blue nose, blue pawpads, blue perineum, blush, bodily fluids,    │\n",
       "│    border, butt, claws, dildo, dildo in ass, dildo insertion, dripping, equine dildo, erection, feet, finger    │\n",
       "│  claws, fingers, fur, gaping, gaping anus, genital fluids, genitals, glans, head tuft, heart symbol, humanoid   │\n",
       "│    genitalia, humanoid penis, male, markings, masturbation, multiple poses, object in ass, patreon username,    │\n",
       "│ pawpads, penetration, penis, perineum, pink anus, pink glans, pink inner ear, pink penis, pose, precum, precum  │\n",
       "│  drip, precum on ground, precum string, sex toy, sex toy in ass, sex toy insertion, shaking, small tail, solo,  │\n",
       "│ tail, toes, trembling, tuft, white eyes, by conditional dnp, by zackary911, lilo and stitch, stitch \\(lilo and  │\n",
       "│                           stitch\\), alien, experiment \\(lilo and stitch\\), signature                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\a5f5d388c64f34680425d337ff81c1fd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, all fours, anal, anal masturbation, anal penetration, animal dildo, animal sex toy, anthro, │\n", "│ anus, ass up, back markings, backsack, balls, big butt, big dildo, black border, black claws, black dildo, │\n", "│ black eyes, blue balls, blue body, blue fur, blue nose, blue pawpads, blue perineum, blush, bodily fluids, │\n", "│ border, butt, claws, dildo, dildo in ass, dildo insertion, dripping, equine dildo, erection, feet, finger │\n", "│ claws, fingers, fur, gaping, gaping anus, genital fluids, genitals, glans, head tuft, heart symbol, humanoid │\n", "│ genitalia, humanoid penis, male, markings, masturbation, multiple poses, object in ass, patreon username, │\n", "│ pawpads, penetration, penis, perineum, pink anus, pink glans, pink inner ear, pink penis, pose, precum, precum │\n", "│ drip, precum on ground, precum string, sex toy, sex toy in ass, sex toy insertion, shaking, small tail, solo, │\n", "│ tail, toes, trembling, tuft, white eyes, by conditional dnp, by zackary911, lilo and stitch, stitch \\(lilo and │\n", "│ stitch\\), alien, experiment \\(lilo and stitch\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3965554.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3965554.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\17b3f4262cb6e98eee1a8cbdf824332c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal juice, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anus,    │\n",
       "│   backsack, balls, bent legs, big balls, big penis, blush, bodily fluids, bumped dildo, butt, cum, cum while    │\n",
       "│  penetrated, deep penetration, dialogue, dildo, dildo in ass, dildo insertion, dildo shitting, emanata, equine  │\n",
       "│      genitalia, equine penis, feral, fucked silly, genital fluids, genitals, heart symbol, hooves, looking      │\n",
       "│    pleasured, male, mane, masturbation, moan, multicolored mane, nubbed dildo, object in ass, onomatopoeia,     │\n",
       "│ penetration, penis, pink mane, precum, quadruped, sex, sex toy, sex toy in ass, sex toy insertion, solo, sound  │\n",
       "│   effects, text, tongue, tongue out, toying partner, vein, veiny penis, white body, by syuro, by third-party    │\n",
       "│              edit, equid, equine, galarian form, galarian ponyta, horse, english text, translated               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\17b3f4262cb6e98eee1a8cbdf824332c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal juice, anal masturbation, anal penetration, anal tugging, animal genitalia, animal penis, anus, │\n", "│ backsack, balls, bent legs, big balls, big penis, blush, bodily fluids, bumped dildo, butt, cum, cum while │\n", "│ penetrated, deep penetration, dialogue, dildo, dildo in ass, dildo insertion, dildo shitting, emanata, equine │\n", "│ genitalia, equine penis, feral, fucked silly, genital fluids, genitals, heart symbol, hooves, looking │\n", "│ pleasured, male, mane, masturbation, moan, multicolored mane, nubbed dildo, object in ass, onomatopoeia, │\n", "│ penetration, penis, pink mane, precum, quadruped, sex, sex toy, sex toy in ass, sex toy insertion, solo, sound │\n", "│ effects, text, tongue, tongue out, toying partner, vein, veiny penis, white body, by syuro, by third-party │\n", "│ edit, equid, equine, galarian form, galarian ponyta, horse, english text, translated │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\3983130.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m3983130.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\905741d76564954ed2f09465bd991158.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 fingers, 4 paws, anal, anal masturbation, anal penetration, animal genitalia, anthro, anthro penetrated,    │\n",
       "│  anus, arrow sign, backsack, balls, big balls, big butt, big dildo, big pecs, big sheath, black border, black   │\n",
       "│  nose, blue eyes, bodily fluids, border, breath, brown body, butt, countershading, crouching, cum, cum in ass,  │\n",
       "│   cum inside, dildo, dildo in ass, dildo insertion, dildo sitting, finger in sheath, fingers, fully sheathed,   │\n",
       "│   fur, genital fluids, genitals, glans, half-closed eyes, head tuft, inside, internal, jewelry, looking back,   │\n",
       "│  looking down, looking pleasured, lube, lube drip, lube in ass, lube on dildo, lube string, lying, male, male   │\n",
       "│     penetrated, masturbation, moan, motion lines, musclegut, muscular, muscular male, narrowed eyes, navel,     │\n",
       "│ necklace, nipples, object in ass, on front, onomatopoeia, pecs, penetration, penis, perineum, precum, prostate  │\n",
       "│ stimulation, purple dildo, sex toy, sex toy in ass, sex toy insertion, sheath, sheath play, sheath pull, short  │\n",
       "│   tail, slightly chubby, smile, solo, sound effects, steam, sweat, tail, teeth, text, thick foreskin, tongue,   │\n",
       "│ tongue out, toying self, tuft, window, by jumpy jackal, banjo-kazooie, rareware, banjo \\(banjo-kazooie\\), bear, │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\905741d76564954ed2f09465bd991158.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, 4 paws, anal, anal masturbation, anal penetration, animal genitalia, anthro, anthro penetrated, │\n", "│ anus, arrow sign, backsack, balls, big balls, big butt, big dildo, big pecs, big sheath, black border, black │\n", "│ nose, blue eyes, bodily fluids, border, breath, brown body, butt, countershading, crouching, cum, cum in ass, │\n", "│ cum inside, dildo, dildo in ass, dildo insertion, dildo sitting, finger in sheath, fingers, fully sheathed, │\n", "│ fur, genital fluids, genitals, glans, half-closed eyes, head tuft, inside, internal, jewelry, looking back, │\n", "│ looking down, looking pleasured, lube, lube drip, lube in ass, lube on dildo, lube string, lying, male, male │\n", "│ penetrated, masturbation, moan, motion lines, musclegut, muscular, muscular male, narrowed eyes, navel, │\n", "│ necklace, nipples, object in ass, on front, onomatopoeia, pecs, penetration, penis, perineum, precum, prostate │\n", "│ stimulation, purple dildo, sex toy, sex toy in ass, sex toy insertion, sheath, sheath play, sheath pull, short │\n", "│ tail, slightly chubby, smile, solo, sound effects, steam, sweat, tail, teeth, text, thick foreskin, tongue, │\n", "│ tongue out, toying self, tuft, window, by jumpy jackal, banjo-kazooie, rareware, banjo \\(banjo-kazooie\\), bear, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4052181.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4052181.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\2dcf807568563e3fa327f8a41a9e8753.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal masturbation, anal penetration, anthro, anthro on anthro, balls, bdsm, beak, biped, blue body, blue  │\n",
       "│ butt, blue dildo, blue feathers, bondage, bound, butt, collar, dialogue, dildo, dildo in ass, dildo insertion,  │\n",
       "│ dirty talk, duo, eye patch, eyewear, feathers, fucking machine, genitals, gradient dildo, green dildo, knotted  │\n",
       "│  dildo, leg spreader, legs up, looking pleasured, lying, machine, male, male/male, male anthro, masturbation,   │\n",
       "│ multicolored dildo, nude, object in ass, on back, onomatopoeia, penetration, profanity, restrained, restraints, │\n",
       "│   scuted arms, scuted legs, scutes, sex toy, sex toy in ass, sex toy insertion, sound effects, speech bubble,   │\n",
       "│ spread legs, spreader bar, spreading, teasing, text, two tone dildo, younger dom older sub, by conditional dnp, │\n",
       "│   by dacad, mythology, avian, gryphon, mythological avian, mythological creature, digital media \\(artwork\\),    │\n",
       "│   english text, lol comments, brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), indirect incest \\(lore\\),   │\n",
       "│                                                sibling \\(lore\\)                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\2dcf807568563e3fa327f8a41a9e8753.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anthro on anthro, balls, bdsm, beak, biped, blue body, blue │\n", "│ butt, blue dildo, blue feathers, bondage, bound, butt, collar, dialogue, dildo, dildo in ass, dildo insertion, │\n", "│ dirty talk, duo, eye patch, eyewear, feathers, fucking machine, genitals, gradient dildo, green dildo, knotted │\n", "│ dildo, leg spreader, legs up, looking pleasured, lying, machine, male, male/male, male anthro, masturbation, │\n", "│ multicolored dildo, nude, object in ass, on back, onomatopoeia, penetration, profanity, restrained, restraints, │\n", "│ scuted arms, scuted legs, scutes, sex toy, sex toy in ass, sex toy insertion, sound effects, speech bubble, │\n", "│ spread legs, spreader bar, spreading, teasing, text, two tone dildo, younger dom older sub, by conditional dnp, │\n", "│ by dacad, mythology, avian, gryphon, mythological avian, mythological creature, digital media \\(artwork\\), │\n", "│ english text, lol comments, brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), indirect incest \\(lore\\), │\n", "│ sibling \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4062889.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4062889.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\9360fa916038fc2c3c646c785c84f895.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, balls, big penis, biped, dildo,   │\n",
       "│   dildo in ass, dildo insertion, erection, foreskin, genitals, humanoid genitalia, humanoid penis, male, male   │\n",
       "│   penetrated, masturbation, object in ass, penetration, penis, penis tuck, profanity, retracted foreskin, sex   │\n",
       "│   toy, sex toy in ass, sex toy insertion, solo, speech bubble, text, by meesh, helluva boss, stolas \\(helluva   │\n",
       "│            boss\\), avian, bird, demon, owl, owl demon, digital media \\(artwork\\), english text, url             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\9360fa916038fc2c3c646c785c84f895.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, balls, big penis, biped, dildo, │\n", "│ dildo in ass, dildo insertion, erection, foreskin, genitals, humanoid genitalia, humanoid penis, male, male │\n", "│ penetrated, masturbation, object in ass, penetration, penis, penis tuck, profanity, retracted foreskin, sex │\n", "│ toy, sex toy in ass, sex toy insertion, solo, speech bubble, text, by meesh, helluva boss, stolas \\(helluva │\n", "│ boss\\), avian, bird, demon, owl, owl demon, digital media \\(artwork\\), english text, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4064646.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4064646.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\fe97171fd0d1d2a39305c4a4108a04c8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 toes, anal, anal masturbation, anal penetration, anthro, anthro penetrated, biped, black body, black fur,   │\n",
       "│  black sclera, blush, butt, caught, claws, computer, digitigrade, dildo, dildo in ass, dildo insertion, double  │\n",
       "│   anal, double penetration, electronics, feet, female, female penetrated, fur, genitals, grey body, grey fur,   │\n",
       "│   laptop, looking pleasured, masturbation, multicolored body, multicolored fur, object in ass, pawpads, paws,   │\n",
       "│ penetration, pink pawpads, pussy, red eyes, sex toy, sex toy in ass, sex toy insertion, solo, tail, teeth, toe  │\n",
       "│   claws, toes, tongue, white body, white fur, by con5710, mythology, pornhub, pringles, dragon, mythological    │\n",
       "│                    creature, mythological scalie, scalie, digital media \\(artwork\\), hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\fe97171fd0d1d2a39305c4a4108a04c8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anal, anal masturbation, anal penetration, anthro, anthro penetrated, biped, black body, black fur, │\n", "│ black sclera, blush, butt, caught, claws, computer, digitigrade, dildo, dildo in ass, dildo insertion, double │\n", "│ anal, double penetration, electronics, feet, female, female penetrated, fur, genitals, grey body, grey fur, │\n", "│ laptop, looking pleasured, masturbation, multicolored body, multicolored fur, object in ass, pawpads, paws, │\n", "│ penetration, pink pawpads, pussy, red eyes, sex toy, sex toy in ass, sex toy insertion, solo, tail, teeth, toe │\n", "│ claws, toes, tongue, white body, white fur, by con5710, mythology, pornhub, pringles, dragon, mythological │\n", "│ creature, mythological scalie, scalie, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4125209.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4125209.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\953e91ccad7f6adaf68008feb0fab1fc.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, accessory, ahegao, anal, anal knotting, anal masturbation, anal orgasm, anal penetration,    │\n",
       "│ animal dildo, animal genitalia, animal penis, animal sex toy, anthro, anthro penetrated, anus, balls, barefoot, │\n",
       "│ blue body, blue fur, blush, bodily fluids, breath, cock ring, cross-eyed, cum, cum in mouth, cum in own mouth,  │\n",
       "│ cum in self, cum inside, cum on tongue, cum tube, cum while penetrated, cumshot, cutaway, dildo, dildo in ass,  │\n",
       "│    dildo insertion, dildo knotting, dildo sitting, ejaculation, erection, eye roll, feet, fucked silly, fur,    │\n",
       "│   genital fluids, genitals, hands-free, heart symbol, internal, internal anal, jewelry, knot, knot restraint,   │\n",
       "│    knotting, looking pleasured, lube, lube in ass, lube on dildo, male, male penetrated, masturbation, nude,    │\n",
       "│   object in ass, on ground, onomatopoeia, orgasm, orgasm face, panting, penetration, penis, penis accessory,    │\n",
       "│     penis jewelry, saliva, sex toy, sex toy in ass, sex toy insertion, sitting, solo, sound effects, text,      │\n",
       "│       throbbing, throbbing penis, tight fit, tongue, by trmk2, lucario, digital media \\(artwork\\), hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\953e91ccad7f6adaf68008feb0fab1fc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, accessory, ahegao, anal, anal knotting, anal masturbation, anal orgasm, anal penetration, │\n", "│ animal dildo, animal genitalia, animal penis, animal sex toy, anthro, anthro penetrated, anus, balls, barefoot, │\n", "│ blue body, blue fur, blush, bodily fluids, breath, cock ring, cross-eyed, cum, cum in mouth, cum in own mouth, │\n", "│ cum in self, cum inside, cum on tongue, cum tube, cum while penetrated, cumshot, cutaway, dildo, dildo in ass, │\n", "│ dildo insertion, dildo knotting, dildo sitting, ejaculation, erection, eye roll, feet, fucked silly, fur, │\n", "│ genital fluids, genitals, hands-free, heart symbol, internal, internal anal, jewelry, knot, knot restraint, │\n", "│ knotting, looking pleasured, lube, lube in ass, lube on dildo, male, male penetrated, masturbation, nude, │\n", "│ object in ass, on ground, onomatopoeia, orgasm, orgasm face, panting, penetration, penis, penis accessory, │\n", "│ penis jewelry, saliva, sex toy, sex toy in ass, sex toy insertion, sitting, solo, sound effects, text, │\n", "│ throbbing, throbbing penis, tight fit, tongue, by trmk2, lucario, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4136520.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4136520.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\eb2460a7a46b1ed0d46e1900b93b97ab.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   all fours, anal, anal orgasm, anal penetration, animal dildo, animal sex toy, ass up, backsack, ball tuft,    │\n",
       "│   balls, bedroom eyes, bent over, big dildo, blue body, blush, bodily fluids, border, cum, cum on ground, cum   │\n",
       "│    while penetrated, cumshot, day, dildo, dildo in ass, dildo insertion, disembodied hand, duo, ejaculation,    │\n",
       "│   equine dildo, erection, feathered wings, feathers, feral, fur, genital fluids, genitals, grass, hands-free,   │\n",
       "│  heart symbol, horn, knot, large penetration, looking at viewer, looking back, looking pleasured, male, medial  │\n",
       "│      ring, narrowed eyes, object in ass, open mouth, outside, patreon username, penetration, penis, plant,      │\n",
       "│  quadruped, raised tail, seductive, sex toy, sex toy in ass, sex toy insertion, sky, solo focus, spread legs,   │\n",
       "│  spreading, tail, tongue, tongue out, tuft, white border, wings, by conditional dnp, by zackary911, mythology,  │\n",
       "│    blanket \\(character\\), dragon, furred dragon, furred scalie, mythological creature, mythological scalie,     │\n",
       "│                                                scalie, signature                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\eb2460a7a46b1ed0d46e1900b93b97ab.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal orgasm, anal penetration, animal dildo, animal sex toy, ass up, backsack, ball tuft, │\n", "│ balls, bedroom eyes, bent over, big dildo, blue body, blush, bodily fluids, border, cum, cum on ground, cum │\n", "│ while penetrated, cumshot, day, dildo, dildo in ass, dildo insertion, disembodied hand, duo, ejaculation, │\n", "│ equine dildo, erection, feathered wings, feathers, feral, fur, genital fluids, genitals, grass, hands-free, │\n", "│ heart symbol, horn, knot, large penetration, looking at viewer, looking back, looking pleasured, male, medial │\n", "│ ring, narrowed eyes, object in ass, open mouth, outside, patreon username, penetration, penis, plant, │\n", "│ quadruped, raised tail, seductive, sex toy, sex toy in ass, sex toy insertion, sky, solo focus, spread legs, │\n", "│ spreading, tail, tongue, tongue out, tuft, white border, wings, by conditional dnp, by zackary911, mythology, │\n", "│ blanket \\(character\\), dragon, furred dragon, furred scalie, mythological creature, mythological scalie, │\n", "│ scalie, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4168317.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4168317.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\f52bf2ad5688840d95302c95664c83a1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal beads, anal masturbation, anal penetration, anthro, anus, armwear, balls, being watched, big butt,  │\n",
       "│  biped, blush, bodily fluids, bottomless, butt, clothed, clothing, cum, dildo, dildo in ass, dildo insertion,   │\n",
       "│ duo, ejaculation, eye roll, feet, fishnet armwear, fishnet clothing, foreskin, genital fluids, genitals, girly, │\n",
       "│ hair, horn, humanoid genitalia, humanoid penis, inside, looking at another, low-angle view, male, male anthro,  │\n",
       "│  male penetrated, masturbation, not furry, object in ass, penetration, penis, penis backwards, recording, red   │\n",
       "│    body, sex toy, sex toy in ass, sex toy insertion, soles, solo focus, tail, tongue, unretracted foreskin,     │\n",
       "│   voyeur, white hair, yellow eyes, by meesh, helluva boss, blitzo \\(helluva boss\\), moxxie \\(helluva boss\\),    │\n",
       "│                                               demon, imp, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\f52bf2ad5688840d95302c95664c83a1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal masturbation, anal penetration, anthro, anus, armwear, balls, being watched, big butt, │\n", "│ biped, blush, bodily fluids, bottomless, butt, clothed, clothing, cum, dildo, dildo in ass, dildo insertion, │\n", "│ duo, ejaculation, eye roll, feet, fishnet armwear, fishnet clothing, foreskin, genital fluids, genitals, girly, │\n", "│ hair, horn, humanoid genitalia, humanoid penis, inside, looking at another, low-angle view, male, male anthro, │\n", "│ male penetrated, masturbation, not furry, object in ass, penetration, penis, penis backwards, recording, red │\n", "│ body, sex toy, sex toy in ass, sex toy insertion, soles, solo focus, tail, tongue, unretracted foreskin, │\n", "│ voyeur, white hair, yellow eyes, by meesh, helluva boss, blitzo \\(helluva boss\\), moxxie \\(helluva boss\\), │\n", "│ demon, imp, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4177900.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4177900.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\ea34ceadc0532d2dd4b281f7e50aa553.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, anal, anal penetration, anthro, backsack, balls, bed, bedroom, blue eyes, blush, bodily fluids,    │\n",
       "│  butt, clothing, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo insertion, fingers, footwear, fur,  │\n",
       "│  furniture, genitals, girly, gloves, hair, hand on butt, handwear, knot, knotted dildo, looking back, looking   │\n",
       "│  pleasured, lube, lube drip, lube in ass, lube on dildo, male, male penetrated, mostly nude, nails, object in   │\n",
       "│   ass, on bed, penetration, purple hair, red dildo, sex toy, sex toy in ass, sex toy insertion, socks, solo,    │\n",
       "│ squirting dildo, tongue, veiny dildo, white balls, white body, by codyblue-731, bad dragon, rex \\(bad dragon\\), │\n",
       "│                             whittaker forrester, lagomorph, leporid, rabbit, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\ea34ceadc0532d2dd4b281f7e50aa553.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal penetration, anthro, backsack, balls, bed, bedroom, blue eyes, blush, bodily fluids, │\n", "│ butt, clothing, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo insertion, fingers, footwear, fur, │\n", "│ furniture, genitals, girly, gloves, hair, hand on butt, handwear, knot, knotted dildo, looking back, looking │\n", "│ pleasured, lube, lube drip, lube in ass, lube on dildo, male, male penetrated, mostly nude, nails, object in │\n", "│ ass, on bed, penetration, purple hair, red dildo, sex toy, sex toy in ass, sex toy insertion, socks, solo, │\n", "│ squirting dildo, tongue, veiny dildo, white balls, white body, by codyblue-731, bad dragon, rex \\(bad dragon\\), │\n", "│ whittaker forrester, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4177902.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4177902.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\034399d8d8bbea2394e6ebcb1d178b0c.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, ahegao, anal, anal knotting, anal penetration, anthro, backsack, balls, bed, bedroom, blue eyes,   │\n",
       "│  blush, bodily fluids, butt, clothing, cum, cum on butt, cum tube, cumlube, dildo, dildo \\(bad dragon\\), dildo  │\n",
       "│  in ass, dildo insertion, dildo knotting, drooling, ejaculating dildo, ejaculation while penetrated, eye roll,  │\n",
       "│    fingers, footwear, fucked silly, fur, furniture, genital fluids, genitals, girly, gloves, hair, handwear,    │\n",
       "│   imminent knotting, knot, knotted dildo, knotting, looking pleasured, lube, lube drip, lube in ass, lube on    │\n",
       "│  dildo, male, male penetrated, mostly nude, nails, object in ass, on bed, penetration, purple hair, red dildo,  │\n",
       "│ saliva, sex toy, sex toy in ass, sex toy insertion, shaking, socks, solo, squirting dildo, tongue, tongue out,  │\n",
       "│   trembling, veiny dildo, white balls, white body, by codyblue-731, bad dragon, rex \\(bad dragon\\), whittaker   │\n",
       "│                                  forrester, lagomorph, leporid, rabbit, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\034399d8d8bbea2394e6ebcb1d178b0c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahegao, anal, anal knotting, anal penetration, anthro, backsack, balls, bed, bedroom, blue eyes, │\n", "│ blush, bodily fluids, butt, clothing, cum, cum on butt, cum tube, cumlube, dildo, dildo \\(bad dragon\\), dildo │\n", "│ in ass, dildo insertion, dildo knotting, drooling, ejaculating dildo, ejaculation while penetrated, eye roll, │\n", "│ fingers, footwear, fucked silly, fur, furniture, genital fluids, genitals, girly, gloves, hair, handwear, │\n", "│ imminent knotting, knot, knotted dildo, knotting, looking pleasured, lube, lube drip, lube in ass, lube on │\n", "│ dildo, male, male penetrated, mostly nude, nails, object in ass, on bed, penetration, purple hair, red dildo, │\n", "│ saliva, sex toy, sex toy in ass, sex toy insertion, shaking, socks, solo, squirting dildo, tongue, tongue out, │\n", "│ trembling, veiny dildo, white balls, white body, by codyblue-731, bad dragon, rex \\(bad dragon\\), whittaker │\n", "│ forrester, lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4188108.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4188108.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\47f57f87e70f4dd95393782c8755752e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   ahegao, anal, anal juice, anal juice on dildo, anal orgasm, anal penetration, anthro, backsack, balls, big    │\n",
       "│  butt, blush, bodily fluids, border, butt, butt focus, chest tuft, collar, cum, cum while penetrated, cumshot,  │\n",
       "│    dildo, dildo in ass, dildo insertion, disembodied hand, ear tuft, ejaculation, erection, genital fluids,     │\n",
       "│    genitals, girly, graffiti, hands-free, humanoid genitalia, humanoid penis, looking pleasured, male, male     │\n",
       "│  penetrated, nubbed dildo, object in ass, onomatopoeia, orgasm, penetration, penis, public use, purple border,  │\n",
       "│   purple dildo, purple sex toy, raised tail, sex toy, sex toy in ass, sex toy insertion, sound effects, tail,   │\n",
       "│  text, textured dildo, thick thighs, through wall, tongue, tongue out, tuft, by r-mk, sweet braixen, braixen,   │\n",
       "│                                              english text, hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\47f57f87e70f4dd95393782c8755752e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal juice, anal juice on dildo, anal orgasm, anal penetration, anthro, backsack, balls, big │\n", "│ butt, blush, bodily fluids, border, butt, butt focus, chest tuft, collar, cum, cum while penetrated, cumshot, │\n", "│ dildo, dildo in ass, dildo insertion, disembodied hand, ear tuft, ejaculation, erection, genital fluids, │\n", "│ genitals, girly, graffiti, hands-free, humanoid genitalia, humanoid penis, looking pleasured, male, male │\n", "│ penetrated, nubbed dildo, object in ass, onomatopoeia, orgasm, penetration, penis, public use, purple border, │\n", "│ purple dildo, purple sex toy, raised tail, sex toy, sex toy in ass, sex toy insertion, sound effects, tail, │\n", "│ text, textured dildo, thick thighs, through wall, tongue, tongue out, tuft, by r-mk, sweet braixen, braixen, │\n", "│ english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4190354.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4190354.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\e7c7039bff5272506b106805ceba39a9.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, anal, anal penetration, anthro, balls, blush, bodily fluids, bottomless, brown body, brown fur,    │\n",
       "│    brown hair, clothed, clothing, cum, cum in mouth, cum inside, cum on face, cum on own face, cum on self,     │\n",
       "│ cumshot, dildo, dildo in ass, dildo insertion, duo, ejaculation, erection, eyes closed, fingers, foreskin, fur, │\n",
       "│     genital fluids, genitals, hair, hand on head, humanoid genitalia, humanoid penis, male, male/male, male     │\n",
       "│    penetrated, male penetrating, male penetrating male, masturbation, object in ass, oral, oral penetration,    │\n",
       "│     orgasm, partially retracted foreskin, penetration, penile, penis, sex, sex toy, sex toy in ass, sex toy     │\n",
       "│  insertion, shirt, shirt only, tail, topwear, topwear only, by poofroom, affax, frisk \\(affax\\), domestic cat,  │\n",
       "│                                     feline, fox, digital media \\(artwork\\)                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\e7c7039bff5272506b106805ceba39a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal penetration, anthro, balls, blush, bodily fluids, bottomless, brown body, brown fur, │\n", "│ brown hair, clothed, clothing, cum, cum in mouth, cum inside, cum on face, cum on own face, cum on self, │\n", "│ cumshot, dildo, dildo in ass, dildo insertion, duo, ejaculation, erection, eyes closed, fingers, foreskin, fur, │\n", "│ genital fluids, genitals, hair, hand on head, humanoid genitalia, humanoid penis, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, masturbation, object in ass, oral, oral penetration, │\n", "│ orgasm, partially retracted foreskin, penetration, penile, penis, sex, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shirt, shirt only, tail, topwear, topwear only, by poofroom, affax, frisk \\(affax\\), domestic cat, │\n", "│ feline, fox, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4282046.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4282046.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\598647300366cec3b487c777da794372.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis,     │\n",
       "│ anthro, balls, bathroom, blue balls, blue body, blue fur, blue sheath, blush, bodily fluids, cum, cum on balls, │\n",
       "│  cum on leg, cum on penis, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting,  │\n",
       "│   ejaculation, erection, fur, genital fluids, genitals, hands-free, knot, male, masturbation, nude, object in   │\n",
       "│   ass, orgasm, penetration, penis, sex toy, sex toy in ass, sex toy insertion, sheath, solo, toying self, by    │\n",
       "│                              husdingo, lucario, digital media \\(artwork\\), hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\598647300366cec3b487c777da794372.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, animal penis, │\n", "│ anthro, balls, bathroom, blue balls, blue body, blue fur, blue sheath, blush, bodily fluids, cum, cum on balls, │\n", "│ cum on leg, cum on penis, cum while penetrated, cumshot, dildo, dildo in ass, dildo insertion, dildo sitting, │\n", "│ ejaculation, erection, fur, genital fluids, genitals, hands-free, knot, male, masturbation, nude, object in │\n", "│ ass, orgasm, penetration, penis, sex toy, sex toy in ass, sex toy insertion, sheath, solo, toying self, by │\n", "│ husdingo, lucario, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4356796.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4356796.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\3cfa08a25c09f47d2edf8d77deed84e8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal genitalia, animal penis, anthro, balls, blush, bodily fluids, crouching, cum,   │\n",
       "│    cum on ground, cum on penis, dildo, dildo in ass, dildo insertion, dildo sitting, erection, fur, genital     │\n",
       "│      fluids, genitals, girly, hands behind back, inexperienced, knot, lube bottle, male, male anthro, male      │\n",
       "│ penetrated, masturbation, nude, object in ass, penetration, penis, sex toy, sex toy in ass, sex toy insertion,  │\n",
       "│      shaking, simple background, solo, tail, trembling, by azoomer, digital media \\(artwork\\), monochrome       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\3cfa08a25c09f47d2edf8d77deed84e8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal penis, anthro, balls, blush, bodily fluids, crouching, cum, │\n", "│ cum on ground, cum on penis, dildo, dildo in ass, dildo insertion, dildo sitting, erection, fur, genital │\n", "│ fluids, genitals, girly, hands behind back, inexperienced, knot, lube bottle, male, male anthro, male │\n", "│ penetrated, masturbation, nude, object in ass, penetration, penis, sex toy, sex toy in ass, sex toy insertion, │\n", "│ shaking, simple background, solo, tail, trembling, by azoomer, digital media \\(artwork\\), monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4401344.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4401344.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\b37eece7655cf2413082476737d5e6b1.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 fingers, anal, anal orgasm, anal penetration, animal genitalia, anthro, anthro penetrated, arms tied, │\n",
       "│    balls, bdsm, biped, bodily fluids, bondage, bound, claws, countershade torso, countershading, cum, cum in    │\n",
       "│     mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on own face, cum on self, cum while      │\n",
       "│ penetrated, cumshot, cumshot in mouth, cumshot in own mouth, dildo, dildo in ass, dildo insertion, ejaculation, │\n",
       "│    erection, eyes closed, feet, finger claws, fingers, fucking machine, gag, genital fluids, genitals, grey     │\n",
       "│   background, grey horn, hands-free, horn, legs tied, machine, male, male penetrated, object in ass, orgasm,    │\n",
       "│    penetration, penis, pink body, restraints, ring gag, rope, rope bondage, sex toy, sex toy in ass, sex toy    │\n",
       "│ insertion, shaking, sheath, simple background, solo, tail, toe claws, toes, trembling, white balls, white body, │\n",
       "│                              by ruaidri, kobold, scalie, digital media \\(artwork\\)                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\b37eece7655cf2413082476737d5e6b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anal, anal orgasm, anal penetration, animal genitalia, anthro, anthro penetrated, arms tied, │\n", "│ balls, bdsm, biped, bodily fluids, bondage, bound, claws, countershade torso, countershading, cum, cum in │\n", "│ mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on own face, cum on self, cum while │\n", "│ penetrated, cumshot, cumshot in mouth, cumshot in own mouth, dildo, dildo in ass, dildo insertion, ejaculation, │\n", "│ erection, eyes closed, feet, finger claws, fingers, fucking machine, gag, genital fluids, genitals, grey │\n", "│ background, grey horn, hands-free, horn, legs tied, machine, male, male penetrated, object in ass, orgasm, │\n", "│ penetration, penis, pink body, restraints, ring gag, rope, rope bondage, sex toy, sex toy in ass, sex toy │\n", "│ insertion, shaking, sheath, simple background, solo, tail, toe claws, toes, trembling, white balls, white body, │\n", "│ by ruaidri, kobold, scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4407079.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4407079.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\b5bc3ef739fb76a10f808c87d42d356f.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anal, anal masturbation, anal penetration, anthro, blue body, blue scales, bodily fluids, bottle, case,     │\n",
       "│  container, crouching, cum, cum in ass, cum inside, cum tube, cumlube, digitigrade, dildo, dildo in ass, dildo  │\n",
       "│    insertion, dildo sitting, drugs, ear piercing, ear ring, electronics, elevator, excessive cum, excessive     │\n",
       "│    genital fluids, excessive lube, exhibitionism, genital fluids, group, hand on leg, hand on thigh, holding    │\n",
       "│ object, holding phone, horn, inside, knotted dildo, lube, lube on butt, lube on dildo, lube on sex toy, lube on │\n",
       "│  tail, male, marijuana, masturbation, messy, nude, object in ass, penetration, phone, piercing, public, public  │\n",
       "│  exposure, public masturbation, public nudity, rear view, ring piercing, scales, sex toy, sex toy in ass, sex   │\n",
       "│  toy insertion, solo focus, spilled liquid, spilled lube, surprise, tail, text, toying self, by edjit, ambient  │\n",
       "│   among us, among us, innersloth, mythology, ambient crewmate \\(among us\\), dergon \\(edjit\\), dragon, kobold,   │\n",
       "│           mythological creature, mythological scalie, scalie, digital media \\(artwork\\), english text           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\b5bc3ef739fb76a10f808c87d42d356f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, blue body, blue scales, bodily fluids, bottle, case, │\n", "│ container, crouching, cum, cum in ass, cum inside, cum tube, cumlube, digitigrade, dildo, dildo in ass, dildo │\n", "│ insertion, dildo sitting, drugs, ear piercing, ear ring, electronics, elevator, excessive cum, excessive │\n", "│ genital fluids, excessive lube, exhibitionism, genital fluids, group, hand on leg, hand on thigh, holding │\n", "│ object, holding phone, horn, inside, knotted dildo, lube, lube on butt, lube on dildo, lube on sex toy, lube on │\n", "│ tail, male, marijuana, masturbation, messy, nude, object in ass, penetration, phone, piercing, public, public │\n", "│ exposure, public masturbation, public nudity, rear view, ring piercing, scales, sex toy, sex toy in ass, sex │\n", "│ toy insertion, solo focus, spilled liquid, spilled lube, surprise, tail, text, toying self, by edjit, ambient │\n", "│ among us, among us, innersloth, mythology, ambient crewmate \\(among us\\), dergon \\(edjit\\), dragon, kobold, │\n", "│ mythological creature, mythological scalie, scalie, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4423952.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4423952.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\06f71edd2fd1dd6e04de21d2072f0413.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, areola, balls, bathroom, │\n",
       "│    bedroom eyes, bodily fluids, bottomless, breasts, brown balls, brown body, brown fur, clitoral, clitoral     │\n",
       "│   fingering, clitoral masturbation, clitoris, clothed, clothing, countershade torso, countershading, cum, cum   │\n",
       "│   drip, cum on body, cum on breasts, cum on face, cum on hand, cum on leg, cum on penis, dildo, dildo in ass,   │\n",
       "│    dildo insertion, dripping, duo, ear piercing, ear ring, erect nipples, exposed breasts, eyebrow piercing,    │\n",
       "│   eyebrow ring, facial piercing, female, fingers, foreskin, fur, genital fluids, genitals, glory balls, glory   │\n",
       "│    hole, hair, hand on penis, hand on pussy, happy, happy sex, heart eyes, heart symbol, humanoid genitalia,    │\n",
       "│ humanoid penis, inner ear fluff, leaking cum, looking at genitalia, looking at penis, looking pleasured, male,  │\n",
       "│    male/female, markings, masturbation, narrowed eyes, nipple dip, nipples, no bra, object in ass, offscreen    │\n",
       "│   character, open mouth, orgasm, partially clothed, penetration, penis, piercing, pink hair, public restroom,   │\n",
       "│ pussy, restroom stall, ring piercing, seductive, sex, sex toy, sex toy in ass, sex toy insertion, shirt, spots, │\n",
       "│   spotted body, spotted fur, spread legs, spreading, tail, teeth, text, toilet, tongue, tongue out, topwear,    │\n",
       "│        topwear only, tuft, vaginal fluids, by nelly63, frinn, hyena, spotted hyena, english text, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\06f71edd2fd1dd6e04de21d2072f0413.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal masturbation, anal penetration, anthro, anthro penetrated, anus, areola, balls, bathroom, │\n", "│ bedroom eyes, bodily fluids, bottomless, breasts, brown balls, brown body, brown fur, clitoral, clitoral │\n", "│ fingering, clitoral masturbation, clitoris, clothed, clothing, countershade torso, countershading, cum, cum │\n", "│ drip, cum on body, cum on breasts, cum on face, cum on hand, cum on leg, cum on penis, dildo, dildo in ass, │\n", "│ dildo insertion, dripping, duo, ear piercing, ear ring, erect nipples, exposed breasts, eyebrow piercing, │\n", "│ eyebrow ring, facial piercing, female, fingers, foreskin, fur, genital fluids, genitals, glory balls, glory │\n", "│ hole, hair, hand on penis, hand on pussy, happy, happy sex, heart eyes, heart symbol, humanoid genitalia, │\n", "│ humanoid penis, inner ear fluff, leaking cum, looking at genitalia, looking at penis, looking pleasured, male, │\n", "│ male/female, markings, masturbation, narrowed eyes, nipple dip, nipples, no bra, object in ass, offscreen │\n", "│ character, open mouth, orgasm, partially clothed, penetration, penis, piercing, pink hair, public restroom, │\n", "│ pussy, restroom stall, ring piercing, seductive, sex, sex toy, sex toy in ass, sex toy insertion, shirt, spots, │\n", "│ spotted body, spotted fur, spread legs, spreading, tail, teeth, text, toilet, tongue, tongue out, topwear, │\n", "│ topwear only, tuft, vaginal fluids, by nelly63, frinn, hyena, spotted hyena, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4429073.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4429073.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\3a449ea3a9ceeb5a072269582aff0a27.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anthro, bodily fluids, brown body, brown fur, butt, cum, cum in ass, cum inside, dildo, │\n",
       "│   dildo in ass, dildo insertion, dildo sitting, dreadlocks, electronics, eyewear, fur, genital fluids, girly,   │\n",
       "│ glasses, hair, headphones, keyboard instrument, large penetration, male, markings, monitor, musical instrument, │\n",
       "│ musical keyboard, nude, object in ass, penetration, red hair, sex toy, sex toy in ass, sex toy insertion, solo, │\n",
       "│    speaker, spots, spotted body, spotted fur, by edjit, among us, innersloth, crewmate \\(among us\\), feline,    │\n",
       "│                                                 serval, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\3a449ea3a9ceeb5a072269582aff0a27.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, bodily fluids, brown body, brown fur, butt, cum, cum in ass, cum inside, dildo, │\n", "│ dildo in ass, dildo insertion, dildo sitting, dreadlocks, electronics, eyewear, fur, genital fluids, girly, │\n", "│ glasses, hair, headphones, keyboard instrument, large penetration, male, markings, monitor, musical instrument, │\n", "│ musical keyboard, nude, object in ass, penetration, red hair, sex toy, sex toy in ass, sex toy insertion, solo, │\n", "│ speaker, spots, spotted body, spotted fur, by edjit, among us, innersloth, crewmate \\(among us\\), feline, │\n", "│ serval, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4444071.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4444071.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\bddc0226bb0da76a977c707a668bacca.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal penetration, anthro, balls, bodily fluids, brown body, brown fur, butt, dildo,   │\n",
       "│  dildo in ass, dildo insertion, erection, eyewear, fur, gaming, genital fluids, genitals, group, knot, lying,   │\n",
       "│ male, male penetrated, masturbation, mechanical arm, nude, object in ass, on side, pawpads, penetration, penis, │\n",
       "│ penis grab, precum, prosthetic, prosthetic arm, prosthetic limb, purple penis, sex toy, sex toy in ass, sex toy │\n",
       "│  insertion, solo focus, sweat, sweaty butt, text, tongue, tongue out, toying self, trio, vr headset, by edjit,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\bddc0226bb0da76a977c707a668bacca.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, balls, bodily fluids, brown body, brown fur, butt, dildo, │\n", "│ dildo in ass, dildo insertion, erection, eyewear, fur, gaming, genital fluids, genitals, group, knot, lying, │\n", "│ male, male penetrated, masturbation, mechanical arm, nude, object in ass, on side, pawpads, penetration, penis, │\n", "│ penis grab, precum, prosthetic, prosthetic arm, prosthetic limb, purple penis, sex toy, sex toy in ass, sex toy │\n", "│ insertion, solo focus, sweat, sweaty butt, text, tongue, tongue out, toying self, trio, vr headset, by edjit, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4444391.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4444391.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\7e707151b50c8515a7e417671f8f052d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal masturbation, anal penetration, anthro, anus, backsack, balls, big dildo, blush, butt, dildo, dildo  │\n",
       "│     in ass, dildo insertion, fangs, genitals, holding object, inside, looking pleasured, lying, male, male      │\n",
       "│ penetrated, masturbation, object in ass, on front, penetration, perineum, rattle \\(anatomy\\), sex toy, sex toy  │\n",
       "│    in ass, sex toy insertion, solo, teeth, toying self, by jumpy jackal, bethesda softworks, fallout, night     │\n",
       "│                                           stalker \\(fallout\\), hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\7e707151b50c8515a7e417671f8f052d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anus, backsack, balls, big dildo, blush, butt, dildo, dildo │\n", "│ in ass, dildo insertion, fangs, genitals, holding object, inside, looking pleasured, lying, male, male │\n", "│ penetrated, masturbation, object in ass, on front, penetration, perineum, rattle \\(anatomy\\), sex toy, sex toy │\n", "│ in ass, sex toy insertion, solo, teeth, toying self, by jumpy jackal, bethesda softworks, fallout, night │\n", "│ stalker \\(fallout\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4536250.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4536250.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\34b6899e1e41fd2cbd768e512dfb045e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, antlers, balls, bodily fluids, breath, claws, crouching,   │\n",
       "│ dildo, dildo in ass, dildo insertion, dildo sitting, erection, feet, front view, fur, genitals, green antlers,  │\n",
       "│   green penis, grey body, grey fur, horn, humanoid genitalia, humanoid penis, indoor nudity, inside, knotted    │\n",
       "│  dildo, looking pleasured, lube, male, male penetrated, masturbation, nude, nude anthro, nude male, object in   │\n",
       "│ ass, open mouth, panting, penetration, penile, penile masturbation, penis, recording, sex toy, sex toy in ass,  │\n",
       "│ sex toy insertion, solo, spread legs, spreading, sweat, toe claws, toes, by edjit, ambient among us, among us,  │\n",
       "│       innersloth, ambient crewmate \\(among us\\), orgest, feline, lynx, digital media \\(artwork\\), hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\34b6899e1e41fd2cbd768e512dfb045e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, antlers, balls, bodily fluids, breath, claws, crouching, │\n", "│ dildo, dildo in ass, dildo insertion, dildo sitting, erection, feet, front view, fur, genitals, green antlers, │\n", "│ green penis, grey body, grey fur, horn, humanoid genitalia, humanoid penis, indoor nudity, inside, knotted │\n", "│ dildo, looking pleasured, lube, male, male penetrated, masturbation, nude, nude anthro, nude male, object in │\n", "│ ass, open mouth, panting, penetration, penile, penile masturbation, penis, recording, sex toy, sex toy in ass, │\n", "│ sex toy insertion, solo, spread legs, spreading, sweat, toe claws, toes, by edjit, ambient among us, among us, │\n", "│ innersloth, ambient crewmate \\(among us\\), orgest, feline, lynx, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4587421.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4587421.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\01da6e13b13c680a89e05cc7b377e347.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous fluids, anal, anal penetration, anthro, anus, blush, bubble butt, butt, clothing, crouching, dildo,  │\n",
       "│ dildo in ass, dildo insertion, female, heart symbol, internal, internal anal, legwear, object in ass, pawpads,  │\n",
       "│ paws, penetration, sex toy, sex toy in ass, sex toy insertion, shirt, solo, stockings, strip game, text, thigh  │\n",
       "│   highs, tight fit, topwear, wide hips, by catniplewds, by conditional dnp, strip meme, yumi \\(catniplewds\\),   │\n",
       "│                                          feline, english text, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\01da6e13b13c680a89e05cc7b377e347.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous fluids, anal, anal penetration, anthro, anus, blush, bubble butt, butt, clothing, crouching, dildo, │\n", "│ dildo in ass, dildo insertion, female, heart symbol, internal, internal anal, legwear, object in ass, pawpads, │\n", "│ paws, penetration, sex toy, sex toy in ass, sex toy insertion, shirt, solo, stockings, strip game, text, thigh │\n", "│ highs, tight fit, topwear, wide hips, by catniplewds, by conditional dnp, strip meme, yumi \\(catniplewds\\), │\n", "│ feline, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4598027.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4598027.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\08000e0bdc846bc2e0347a413c8a6fe6.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal penis, animal   │\n",
       "│ sex toy, arm support, balls, blush, bodily fluids, brown body, brown eyes, brown fur, brown nose, claws, closed │\n",
       "│  smile, cum, cum while penetrated, cumshot, cute fangs, dialogue, dildo, dildo in ass, dildo insertion, dildo   │\n",
       "│  riding, dildo sitting, dipstick tail, ejaculation, ejaculation while penetrated, erection, feet, feral, fur,   │\n",
       "│   genital fluids, genitals, hands-free, hind legs, hindpaw, holding own leg, knot, knotted dildo, leaning on    │\n",
       "│   wall, licking, licking lips, long ears, looking down, lube, lube on dildo, male, male penetrated, markings,   │\n",
       "│     masturbation, mouth closed, multicolored body, multicolored fur, neck collar, object in ass, offscreen      │\n",
       "│  character, open mouth, open smile, orgasm, pawpads, paws, penetration, penis, pupils, red penis, sex toy, sex  │\n",
       "│ toy in ass, sex toy insertion, sheath, smile, soles, solo, speech bubble, suction cup dildo, sweat, tail, tail  │\n",
       "│ markings, text, toes, tongue, tongue out, two tone body, two tone fur, white body, white fur, white pupils, by  │\n",
       "│                         gooeythings, eevee, artist name, english text, multiple images                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\08000e0bdc846bc2e0347a413c8a6fe6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal orgasm, anal penetration, animal dildo, animal genitalia, animal penis, animal │\n", "│ sex toy, arm support, balls, blush, bodily fluids, brown body, brown eyes, brown fur, brown nose, claws, closed │\n", "│ smile, cum, cum while penetrated, cumshot, cute fangs, dialogue, dildo, dildo in ass, dildo insertion, dildo │\n", "│ riding, dildo sitting, dipstick tail, ejaculation, ejaculation while penetrated, erection, feet, feral, fur, │\n", "│ genital fluids, genitals, hands-free, hind legs, hindpaw, holding own leg, knot, knotted dildo, leaning on │\n", "│ wall, licking, licking lips, long ears, looking down, lube, lube on dildo, male, male penetrated, markings, │\n", "│ masturbation, mouth closed, multicolored body, multicolored fur, neck collar, object in ass, offscreen │\n", "│ character, open mouth, open smile, orgasm, pawpads, paws, penetration, penis, pupils, red penis, sex toy, sex │\n", "│ toy in ass, sex toy insertion, sheath, smile, soles, solo, speech bubble, suction cup dildo, sweat, tail, tail │\n", "│ markings, text, toes, tongue, tongue out, two tone body, two tone fur, white body, white fur, white pupils, by │\n", "│ gooeythings, eevee, artist name, english text, multiple images │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\4604502.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4604502.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\057b61324412a3644fead13932ee6d57.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, anal, anal penetration, anthro, backsack, balls, bed, blush, bodily fluids, chastity cage, chastity  │\n",
       "│   cage only, chastity device, chastity device only, clenched teeth, collar, cum, cum drip, cum while chaste,    │\n",
       "│   cutaway, dildo, dildo in ass, dildo insertion, disembodied hand, dripping, duo, furniture, genital fluids,    │\n",
       "│   genitals, harness, inside, internal, lube, male, male penetrated, motion lines, object in ass, penetration,   │\n",
       "│  perineum, phallic chastity device, pillow, pink chastity cage, pink collar, pink harness, plushie, prostate,   │\n",
       "│ prostate stimulation, rear view, sex toy, sex toy in ass, sex toy insertion, shaking, solo focus, sweat, tail,  │\n",
       "│    tears, teddy bear, teeth, text, trembling, by wolftea42, praxton \\(wolftea42\\), dobermann, domestic dog,     │\n",
       "│   pinscher, english text, hi res, father \\(lore\\), father and child \\(lore\\), father and son \\(lore\\), incest   │\n",
       "│           \\(lore\\), 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\\dildo_in_ass\\057b61324412a3644fead13932ee6d57.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal penetration, anthro, backsack, balls, bed, blush, bodily fluids, chastity cage, chastity │\n", "│ cage only, chastity device, chastity device only, clenched teeth, collar, cum, cum drip, cum while chaste, │\n", "│ cutaway, dildo, dildo in ass, dildo insertion, disembodied hand, dripping, duo, furniture, genital fluids, │\n", "│ genitals, harness, inside, internal, lube, male, male penetrated, motion lines, object in ass, penetration, │\n", "│ perineum, phallic chastity device, pillow, pink chastity cage, pink collar, pink harness, plushie, prostate, │\n", "│ prostate stimulation, rear view, sex toy, sex toy in ass, sex toy insertion, shaking, solo focus, sweat, tail, │\n", "│ tears, teddy bear, teeth, text, trembling, by wolftea42, praxton \\(wolftea42\\), dobermann, domestic dog, │\n", "│ pinscher, english text, hi res, father \\(lore\\), father and child \\(lore\\), father and son \\(lore\\), incest │\n", "│ \\(lore\\), 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\\dildo_in_ass\\4658251.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m4658251.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\abc3c512ff8eeb1294f469a6be0e54c8.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, anus, balls, bath, bathing, big butt, black sclera, blue   │\n",
       "│    eyes, bodily fluids, butt, caught, curtains, dialogue, digitigrade, dildo, dildo in ass, dildo insertion,    │\n",
       "│   disembodied hand, erection, feathered wings, feathers, fur, genital fluids, genitals, hair, horn, humanoid    │\n",
       "│     genitalia, humanoid penis, inside, looking at viewer, looking back, looking back at viewer, male, male      │\n",
       "│  penetrated, masturbation, nude, object in ass, penetration, penis, purple body, purple fur, purple hair, sex   │\n",
       "│  toy, sex toy in ass, sex toy insertion, shower, showering, solo, suction cup dildo, tail, tongue, tongue out,  │\n",
       "│    toying self, wet, white body, white fur, wings, by edjit, ambient among us, mythology, acai \\(kariacai\\),    │\n",
       "│    ambient crewmate \\(among us\\), dragon, furred dragon, furred scalie, mythological creature, mythological     │\n",
       "│                                    scalie, scalie, digital media \\(artwork\\)                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\abc3c512ff8eeb1294f469a6be0e54c8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, anus, balls, bath, bathing, big butt, black sclera, blue │\n", "│ eyes, bodily fluids, butt, caught, curtains, dialogue, digitigrade, dildo, dildo in ass, dildo insertion, │\n", "│ disembodied hand, erection, feathered wings, feathers, fur, genital fluids, genitals, hair, horn, humanoid │\n", "│ genitalia, humanoid penis, inside, looking at viewer, looking back, looking back at viewer, male, male │\n", "│ penetrated, masturbation, nude, object in ass, penetration, penis, purple body, purple fur, purple hair, sex │\n", "│ toy, sex toy in ass, sex toy insertion, shower, showering, solo, suction cup dildo, tail, tongue, tongue out, │\n", "│ toying self, wet, white body, white fur, wings, by edjit, ambient among us, mythology, acai \\(kariacai\\), │\n", "│ ambient crewmate \\(among us\\), dragon, furred dragon, furred scalie, mythological creature, mythological │\n", "│ scalie, scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_ass\\717400.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_ass\\\u001b[0m\u001b[1;36m717400.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\dildo_in_ass\\5fd6075bfe7f181d41ca6da5c6c71dcb.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, athletic, athletic anthro, athletic male, balls, bodily    │\n",
       "│   fluids, body hair, bottomwear, bottomwear down, brown body, brown fur, butt, chest tuft, clothed, clothing,   │\n",
       "│  clothing aside, countershading, cum, cum drip, cum in mouth, cum inside, cum on chest, deep throat, deltoids,  │\n",
       "│ dildo, dildo in ass, dildo insertion, dildo sitting, discarded clothing, dripping, duo, erection, eyes closed,  │\n",
       "│  faceless character, faceless male, facial markings, fellatio, fur, genital fluids, genitals, grabbing, hairy   │\n",
       "│ balls, hand behind back, head markings, humanoid genitalia, humanoid penis, inside, jockstrap, kneeling, larger │\n",
       "│ male, male, male/male, male penetrated, male penetrating, male penetrating male, markings, masturbation, muscle │\n",
       "│  tone, muscular, muscular legs, muscular thighs, muzzle \\(marking\\), neck bulge, nipples, object in ass, oral,  │\n",
       "│     oral penetration, pants, pants down, partially clothed, penetration, penile, penis, penis through fly,      │\n",
       "│  perineum, perineum grab, plantigrade, poking out, raised leg, saggy balls, sex, sex toy, sex toy in ass, sex   │\n",
       "│     toy insertion, shorts, shorts down, size difference, smaller male, snout, snout markings, spread legs,      │\n",
       "│  spreading, tail, tail tuft, topless, toying self, tuft, underwear, underwear aside, underwear down, vein, by   │\n",
       "│                              darkgem, dempsey, asinus, bear, donkey, equid, equine                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_ass\\5fd6075bfe7f181d41ca6da5c6c71dcb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, athletic, athletic anthro, athletic male, balls, bodily │\n", "│ fluids, body hair, bottomwear, bottomwear down, brown body, brown fur, butt, chest tuft, clothed, clothing, │\n", "│ clothing aside, countershading, cum, cum drip, cum in mouth, cum inside, cum on chest, deep throat, deltoids, │\n", "│ dildo, dildo in ass, dildo insertion, dildo sitting, discarded clothing, dripping, duo, erection, eyes closed, │\n", "│ faceless character, faceless male, facial markings, fellatio, fur, genital fluids, genitals, grabbing, hairy │\n", "│ balls, hand behind back, head markings, humanoid genitalia, humanoid penis, inside, jockstrap, kneeling, larger │\n", "│ male, male, male/male, male penetrated, male penetrating, male penetrating male, markings, masturbation, muscle │\n", "│ tone, muscular, muscular legs, muscular thighs, muzzle \\(marking\\), neck bulge, nipples, object in ass, oral, │\n", "│ oral penetration, pants, pants down, partially clothed, penetration, penile, penis, penis through fly, │\n", "│ perineum, perineum grab, plantigrade, poking out, raised leg, saggy balls, sex, sex toy, sex toy in ass, sex │\n", "│ toy insertion, shorts, shorts down, size difference, smaller male, snout, snout markings, spread legs, │\n", "│ spreading, tail, tail tuft, topless, toying self, tuft, underwear, underwear aside, underwear down, vein, by │\n", "│ darkgem, dempsey, asinus, bear, donkey, equid, equine │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\1230637.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m1230637.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\3a25b928258c01b15973c35ae91d7f06.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anthro penetrated, anthrofied, areola, bed, being watched, blue body, blue eyes, blue fur, blush,    │\n",
       "│    bodily fluids, bottomless, breasts, breath, clothed, clothing, clothing lift, cum, cum from pussy, cum in    │\n",
       "│  pussy, cum inside, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick tail, discarded   │\n",
       "│   clothing, door, exclamation point, eyebrows, eyelashes, female, female penetrated, fur, furniture, genital    │\n",
       "│ fluids, genitals, gloves \\(marking\\), group, hand behind back, heart symbol, inside, kneeling, leaking cum, leg │\n",
       "│ markings, looking at another, looking down, looking pleasured, markings, masturbation, moan, multicolored body, │\n",
       "│ multicolored fur, multicolored tail, narrowed eyes, navel, nipples, one breast out, one eye closed, open mouth, │\n",
       "│ panties, partially clothed, peeping, penetration, pokemorph, pussy, raised tail, sex toy, sex toy in pussy, sex │\n",
       "│  toy insertion, shaking, shirt, shirt lift, socks \\(marking\\), solo focus, tail, tail markings, text, thought   │\n",
       "│ bubble, tongue, topwear, toying self, two tone body, two tone fur, underwear, vaginal, vaginal fluids, vaginal  │\n",
       "│    masturbation, vaginal penetration, walk-in, by burgerkiss, by conditional dnp, patreon, espeon, glaceon,     │\n",
       "│                        sylveon, digital media \\(artwork\\), english text, signature, url                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\3a25b928258c01b15973c35ae91d7f06.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, anthrofied, areola, bed, being watched, blue body, blue eyes, blue fur, blush, │\n", "│ bodily fluids, bottomless, breasts, breath, clothed, clothing, clothing lift, cum, cum from pussy, cum in │\n", "│ pussy, cum inside, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick tail, discarded │\n", "│ clothing, door, exclamation point, eyebrows, eyelashes, female, female penetrated, fur, furniture, genital │\n", "│ fluids, genitals, gloves \\(marking\\), group, hand behind back, heart symbol, inside, kneeling, leaking cum, leg │\n", "│ markings, looking at another, looking down, looking pleasured, markings, masturbation, moan, multicolored body, │\n", "│ multicolored fur, multicolored tail, narrowed eyes, navel, nipples, one breast out, one eye closed, open mouth, │\n", "│ panties, partially clothed, peeping, penetration, pokemorph, pussy, raised tail, sex toy, sex toy in pussy, sex │\n", "│ toy insertion, shaking, shirt, shirt lift, socks \\(marking\\), solo focus, tail, tail markings, text, thought │\n", "│ bubble, tongue, topwear, toying self, two tone body, two tone fur, underwear, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, walk-in, by burgerkiss, by conditional dnp, patreon, espeon, glaceon, │\n", "│ sylveon, digital media \\(artwork\\), english text, signature, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\1668748.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m1668748.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\5e337c6bd81f02d32c2bfed1d23bd03f.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anthro, anus, baseball cap, beak, bedroom eyes, bench, big butt, biped, black body, black feathers,  │\n",
       "│  bodily fluids, bottomwear, bottomwear down, bra, bracelet, breasts, butt, clothed, clothing, clothing aside,   │\n",
       "│   dildo, dildo in pussy, dildo insertion, dildo sitting, exhibitionism, eyelashes, feathers, female, fingers,   │\n",
       "│ footwear, furniture, genital fluids, genitals, gold \\(metal\\), gold jewelry, green eyes, happy, hat, headgear,  │\n",
       "│  headwear, jewelry, looking at viewer, looking back, masturbation, narrowed eyes, one eye closed, open mouth,   │\n",
       "│  panties, panties aside, partially clothed, penetration, presenting, presenting anus, presenting hindquarters,  │\n",
       "│  presenting pussy, purple background, pussy, pussy juice on dildo, raised tail, seductive, sex toy, sex toy in  │\n",
       "│  pussy, sex toy insertion, shirt, shoes, shorts, shorts down, simple background, sitting, smile, solo, table,   │\n",
       "│     tail, tail feathers, topwear, toying self, underwear, underwear aside, vaginal, vaginal fluids, vaginal     │\n",
       "│  masturbation, vaginal penetration, wink, by chewycuticle, genevieve quicksilver, avian, bird, corvid, corvus   │\n",
       "│                         \\(genus\\), oscine, passerine, raven, digital media \\(artwork\\)                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\5e337c6bd81f02d32c2bfed1d23bd03f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, anus, baseball cap, beak, bedroom eyes, bench, big butt, biped, black body, black feathers, │\n", "│ bodily fluids, bottomwear, bottomwear down, bra, bracelet, breasts, butt, clothed, clothing, clothing aside, │\n", "│ dildo, dildo in pussy, dildo insertion, dildo sitting, exhibitionism, eyelashes, feathers, female, fingers, │\n", "│ footwear, furniture, genital fluids, genitals, gold \\(metal\\), gold jewelry, green eyes, happy, hat, headgear, │\n", "│ headwear, jewelry, looking at viewer, looking back, masturbation, narrowed eyes, one eye closed, open mouth, │\n", "│ panties, panties aside, partially clothed, penetration, presenting, presenting anus, presenting hindquarters, │\n", "│ presenting pussy, purple background, pussy, pussy juice on dildo, raised tail, seductive, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, shirt, shoes, shorts, shorts down, simple background, sitting, smile, solo, table, │\n", "│ tail, tail feathers, topwear, toying self, underwear, underwear aside, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, wink, by chewycuticle, genevieve quicksilver, avian, bird, corvid, corvus │\n", "│ \\(genus\\), oscine, passerine, raven, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\1702385.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m1702385.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\d89b3cf4857cf510edee482af2a7d04f.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthrofied, areola, blush, bodily fluids, breasts, clitoral, clitoral fingering, clitoral masturbation, │\n",
       "│    clitoris, crouching, dildo, dildo in pussy, dildo insertion, dildo sitting, female, fur, genital fluids,     │\n",
       "│ genitals, hair, heart symbol, masturbation, medium breasts, multicolored body, multicolored fur, nipples, nude, │\n",
       "│ open mouth, penetration, pink areola, pink nipples, pokemorph, pussy, red body, red eyes, red fur, sex toy, sex │\n",
       "│    toy in pussy, sex toy insertion, shaking, simple background, solo, spread legs, spreading, sweat, tongue,    │\n",
       "│   toying self, trembling, two tone body, two tone fur, vaginal, vaginal fluids, vaginal masturbation, vaginal   │\n",
       "│ penetration, white body, white fur, white hair, by eternity-zinogre, lycanroc, midnight lycanroc, digital media │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\d89b3cf4857cf510edee482af2a7d04f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthrofied, areola, blush, bodily fluids, breasts, clitoral, clitoral fingering, clitoral masturbation, │\n", "│ clitoris, crouching, dildo, dildo in pussy, dildo insertion, dildo sitting, female, fur, genital fluids, │\n", "│ genitals, hair, heart symbol, masturbation, medium breasts, multicolored body, multicolored fur, nipples, nude, │\n", "│ open mouth, penetration, pink areola, pink nipples, pokemorph, pussy, red body, red eyes, red fur, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, shaking, simple background, solo, spread legs, spreading, sweat, tongue, │\n", "│ toying self, trembling, two tone body, two tone fur, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, white body, white fur, white hair, by eternity-zinogre, lycanroc, midnight lycanroc, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2008684.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2008684.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\c3c1b45a22560f4e1975b69e13cb1c6a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal sex toy, anthro, anus, black bars, bodily fluids, bottomwear, butt, clothed, clothing,   │\n",
       "│   dildo, dildo in pussy, dildo insertion, female, genital fluids, genitals, knotted dildo, looking at viewer,   │\n",
       "│ looking back, masturbation, no underwear, penetration, pussy, raised bottomwear, raised clothing, raised skirt, │\n",
       "│    sex toy, sex toy in pussy, sex toy insertion, skirt, solo, toying self, upskirt, vaginal, vaginal fluids,    │\n",
       "│  vaginal masturbation, vaginal penetration, by einshelm, vela \\(kagekitsoon\\), fox, digital media \\(artwork\\),  │\n",
       "│                                                    letterbox                                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\c3c1b45a22560f4e1975b69e13cb1c6a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, black bars, bodily fluids, bottomwear, butt, clothed, clothing, │\n", "│ dildo, dildo in pussy, dildo insertion, female, genital fluids, genitals, knotted dildo, looking at viewer, │\n", "│ looking back, masturbation, no underwear, penetration, pussy, raised bottomwear, raised clothing, raised skirt, │\n", "│ sex toy, sex toy in pussy, sex toy insertion, skirt, solo, toying self, upskirt, vaginal, vaginal fluids, │\n", "│ vaginal masturbation, vaginal penetration, by einshelm, vela \\(kagekitsoon\\), fox, digital media \\(artwork\\), │\n", "│ letterbox │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2087188.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2087188.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\5af26cc89708511493d532b9292b0b28.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal sex toy, anthro, anus, black body, black eyes, black fur, blush, bodily fluids, butt,    │\n",
       "│ clothing, collar, dildo, dildo in pussy, dildo insertion, dildo sitting, female, fur, genital fluids, genitals, │\n",
       "│ grey body, grey fur, half-closed eyes, leash, masturbation, multicolored body, multicolored fur, narrowed eyes, │\n",
       "│ penetration, pussy, semi-anthro, sex toy, sex toy in pussy, sex toy insertion, shirt, simple background, solo,  │\n",
       "│ tank top, teeth, text, topwear, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, │\n",
       "│    white fur, by smitty g, cartoon hangover, doctor lollipop, coco \\(doctor lollipop\\), procyonid, raccoon,     │\n",
       "│                                              english text, hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\5af26cc89708511493d532b9292b0b28.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, black body, black eyes, black fur, blush, bodily fluids, butt, │\n", "│ clothing, collar, dildo, dildo in pussy, dildo insertion, dildo sitting, female, fur, genital fluids, genitals, │\n", "│ grey body, grey fur, half-closed eyes, leash, masturbation, multicolored body, multicolored fur, narrowed eyes, │\n", "│ penetration, pussy, semi-anthro, sex toy, sex toy in pussy, sex toy insertion, shirt, simple background, solo, │\n", "│ tank top, teeth, text, topwear, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, │\n", "│ white fur, by smitty g, cartoon hangover, doctor lollipop, coco \\(doctor lollipop\\), procyonid, raccoon, │\n", "│ english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2103581.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2103581.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\c27123d4bb32ce2bc978516e6ee55ce7.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, butt, butt focus, butt shot, dildo, dildo in pussy, dildo insertion, female, fur, genitals,    │\n",
       "│   knotted dildo, masturbation, nude, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple   │\n",
       "│  background, solo, toying self, vaginal, vaginal masturbation, vaginal penetration, by einshelm, helluva boss,  │\n",
       "│  mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\), sketch  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\c27123d4bb32ce2bc978516e6ee55ce7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, butt, butt focus, butt shot, dildo, dildo in pussy, dildo insertion, female, fur, genitals, │\n", "│ knotted dildo, masturbation, nude, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple │\n", "│ background, solo, toying self, vaginal, vaginal masturbation, vaginal penetration, by einshelm, helluva boss, │\n", "│ mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\), sketch │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2142680.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2142680.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\bcea32d23925c6fa90d131defb24683d.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, animal dildo, animal sex toy, anthro, arm support, bandage, blush, bodily fluids, breasts,   │\n",
       "│ clitoral hood, clitoris, collar, crouching, dildo, dildo in pussy, dildo insertion, dildo sitting, ejaculation, │\n",
       "│     eye roll, eyelashes, female, genital fluids, genitals, hair, heart symbol, knot, knotted dildo, looking     │\n",
       "│    pleasured, masturbation, messy, messy hair, mostly nude, navel, nipples, open mouth, orgasm, orgasm face,    │\n",
       "│   penetration, pivoted ears, pussy, pussy ejaculation, saliva, sex toy, sex toy in pussy, sex toy insertion,    │\n",
       "│ solo, spread legs, spreading, tears, text, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal  │\n",
       "│                penetration, by prsmrti, lina \\(prsmrti\\), fox, digital media \\(artwork\\), sketch                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\bcea32d23925c6fa90d131defb24683d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, animal dildo, animal sex toy, anthro, arm support, bandage, blush, bodily fluids, breasts, │\n", "│ clitoral hood, clitoris, collar, crouching, dildo, dildo in pussy, dildo insertion, dildo sitting, ejaculation, │\n", "│ eye roll, eyelashes, female, genital fluids, genitals, hair, heart symbol, knot, knotted dildo, looking │\n", "│ pleasured, masturbation, messy, messy hair, mostly nude, navel, nipples, open mouth, orgasm, orgasm face, │\n", "│ penetration, pivoted ears, pussy, pussy ejaculation, saliva, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ solo, spread legs, spreading, tears, text, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, by prsmrti, lina \\(prsmrti\\), fox, digital media \\(artwork\\), sketch │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2174221.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2174221.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\fee60e4ce5e642d03a82b67f7ab6f50b.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     abdominal bulge, animal dildo, animal sex toy, anthro, bedroom eyes, big breasts, blush, bodily fluids,     │\n",
       "│   breasts, chalkboard, classroom, clothing, collar, dildo, dildo in pussy, dildo insertion, exposed breasts,    │\n",
       "│    female, female penetrated, genital fluids, genitals, glistening, glistening body, half-closed eyes, heart    │\n",
       "│   symbol, holding dildo, holding object, holding sex toy, information board, knotted dildo, legwear, looking    │\n",
       "│ pleasured, masturbation, narrowed eyes, nipples, penetration, presenting, presenting breasts, presenting pussy, │\n",
       "│  pussy, school, seductive, sex toy, sex toy in pussy, sex toy insertion, shirt, solo, spread legs, spreading,   │\n",
       "│ teacher, topwear, toying self, unbuttoned shirt, undressing, unprofessional behavior, vaginal, vaginal fluids,  │\n",
       "│   vaginal masturbation, vaginal penetration, yellow eyes, by conditional dnp, by whisperingfornothing, cheryl   │\n",
       "│                                               \\(nilesr3\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\fee60e4ce5e642d03a82b67f7ab6f50b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, animal dildo, animal sex toy, anthro, bedroom eyes, big breasts, blush, bodily fluids, │\n", "│ breasts, chalkboard, classroom, clothing, collar, dildo, dildo in pussy, dildo insertion, exposed breasts, │\n", "│ female, female penetrated, genital fluids, genitals, glistening, glistening body, half-closed eyes, heart │\n", "│ symbol, holding dildo, holding object, holding sex toy, information board, knotted dildo, legwear, looking │\n", "│ pleasured, masturbation, narrowed eyes, nipples, penetration, presenting, presenting breasts, presenting pussy, │\n", "│ pussy, school, seductive, sex toy, sex toy in pussy, sex toy insertion, shirt, solo, spread legs, spreading, │\n", "│ teacher, topwear, toying self, unbuttoned shirt, undressing, unprofessional behavior, vaginal, vaginal fluids, │\n", "│ vaginal masturbation, vaginal penetration, yellow eyes, by conditional dnp, by whisperingfornothing, cheryl │\n", "│ \\(nilesr3\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2266997.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2266997.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\705e075d51cc1c3d30731aeb28206ee0.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal dildo, animal sex toy, anthro, blush, breasts, dildo, dildo in pussy, dildo insertion, dildo sitting,   │\n",
       "│  female, genitals, knotted dildo, long ears, masturbation, nude, penetration, pussy, reflection, sex toy, sex   │\n",
       "│ toy in pussy, sex toy insertion, shower, solo, toying self, vaginal, vaginal masturbation, vaginal penetration, │\n",
       "│          water, wet, by smileeeeeee, judy hopps, lagomorph, leporid, rabbit, digital media \\(artwork\\)          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\705e075d51cc1c3d30731aeb28206ee0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, blush, breasts, dildo, dildo in pussy, dildo insertion, dildo sitting, │\n", "│ female, genitals, knotted dildo, long ears, masturbation, nude, penetration, pussy, reflection, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, shower, solo, toying self, vaginal, vaginal masturbation, vaginal penetration, │\n", "│ water, wet, by smileeeeeee, judy hopps, lagomorph, leporid, rabbit, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2313587.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2313587.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\e1b552f438b9de2b9dbbeeccce0bc7b5.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, antlers, areola, bdsm, big breasts, blush, bodily fluids, breasts, clitoris, collar, dildo, dildo in   │\n",
       "│     pussy, dildo insertion, dildo sitting, eyebrows, female, front view, genital fluids, genitals, gradient     │\n",
       "│     background, green eyes, hair, horn, large penetration, leash, long hair, masturbation, navel, nipples,      │\n",
       "│     penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, submissive,      │\n",
       "│   submissive female, sweat, sweaty body, sweaty breasts, sweaty legs, sweaty thighs, vaginal, vaginal fluids,   │\n",
       "│   vaginal masturbation, vaginal penetration, by delki, blizzard entertainment, nata rivermane, bovid, bovine,   │\n",
       "│                         highmountain tauren, tauren, digital media \\(artwork\\), hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\e1b552f438b9de2b9dbbeeccce0bc7b5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, antlers, areola, bdsm, big breasts, blush, bodily fluids, breasts, clitoris, collar, dildo, dildo in │\n", "│ pussy, dildo insertion, dildo sitting, eyebrows, female, front view, genital fluids, genitals, gradient │\n", "│ background, green eyes, hair, horn, large penetration, leash, long hair, masturbation, navel, nipples, │\n", "│ penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, submissive, │\n", "│ submissive female, sweat, sweaty body, sweaty breasts, sweaty legs, sweaty thighs, vaginal, vaginal fluids, │\n", "│ vaginal masturbation, vaginal penetration, by delki, blizzard entertainment, nata rivermane, bovid, bovine, │\n", "│ highmountain tauren, tauren, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2318342.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2318342.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a4c584c45ad20806b12b1c62e74590e4.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ bodily fluids, clitoris, controller, dildo, dildo in pussy, dildo insertion, dildo sitting, female, feral, game │\n",
       "│     controller, gaming, gaming while penetrated, genital fluids, genitals, holding controller, holding game     │\n",
       "│ controller, holding object, looking pleasured, masturbation, object in pussy, object penetration, penetration,  │\n",
       "│     playing videogame, playstation controller, pussy, sex toy, sex toy in pussy, sex toy insertion, simple      │\n",
       "│    background, solo, tongue, tongue out, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration,    │\n",
       "│    wireless controller, by smitty g, cartoon hangover, doctor lollipop, dualshock, dualshock 4, playstation,    │\n",
       "│ playstation 4, sony corporation, sony interactive entertainment, coco \\(doctor lollipop\\), procyonid, raccoon,  │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a4c584c45ad20806b12b1c62e74590e4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bodily fluids, clitoris, controller, dildo, dildo in pussy, dildo insertion, dildo sitting, female, feral, game │\n", "│ controller, gaming, gaming while penetrated, genital fluids, genitals, holding controller, holding game │\n", "│ controller, holding object, looking pleasured, masturbation, object in pussy, object penetration, penetration, │\n", "│ playing videogame, playstation controller, pussy, sex toy, sex toy in pussy, sex toy insertion, simple │\n", "│ background, solo, tongue, tongue out, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, │\n", "│ wireless controller, by smitty g, cartoon hangover, doctor lollipop, dualshock, dualshock 4, playstation, │\n", "│ playstation 4, sony corporation, sony interactive entertainment, coco \\(doctor lollipop\\), procyonid, raccoon, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2378336.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2378336.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\9a969a89c60c2f33d9e1db0a2995ad93.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, anus, blush, bodily fluids, claws, collar, curling toes, dildo, dildo in pussy, dildo insertion, fangs, │\n",
       "│  feet, female, feral, fur, genital fluids, genitals, hindpaw, lying, masturbation, open mouth, pawpads, paws,   │\n",
       "│   penetration, pillow, pussy, red blush, saliva, saliva string, sex toy, sex toy in pussy, sex toy insertion,   │\n",
       "│    solo, spread legs, spreading, tail, teeth, toe claws, toes, tongue, toying self, vaginal, vaginal fluids,    │\n",
       "│ vaginal masturbation, vaginal penetration, by hioshiru, fan character, kiara \\(blacky\\), umbreon, digital media │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\9a969a89c60c2f33d9e1db0a2995ad93.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anus, blush, bodily fluids, claws, collar, curling toes, dildo, dildo in pussy, dildo insertion, fangs, │\n", "│ feet, female, feral, fur, genital fluids, genitals, hindpaw, lying, masturbation, open mouth, pawpads, paws, │\n", "│ penetration, pillow, pussy, red blush, saliva, saliva string, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ solo, spread legs, spreading, tail, teeth, toe claws, toes, tongue, toying self, vaginal, vaginal fluids, │\n", "│ vaginal masturbation, vaginal penetration, by hioshiru, fan character, kiara \\(blacky\\), umbreon, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2391139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2391139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\2d25fb609de8973867876ac292eb06e4.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal genitalia, animal pussy, anus, armwear, blonde hair, bodily fluids, bow tie, bridal gauntlets, brown   │\n",
       "│  body, brown fur, clothed, clothed feral, clothing, colored nails, dildo, dildo in pussy, dildo insertion, ear  │\n",
       "│ piercing, female, feral, fur, genital fluids, genitals, hair, legwear, lingerie, nails, painted claws, pawpads, │\n",
       "│   penetration, piercing, plump labia, purple background, pussy, sex toy, sex toy in pussy, sex toy insertion,   │\n",
       "│ short tail, simple background, solo, stockings, tail, vaginal, vaginal fluids, vaginal penetration, y anus, by  │\n",
       "│                    halbean, pepper \\(halbean\\), dobermann, domestic dog, pinscher, signature                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\2d25fb609de8973867876ac292eb06e4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal pussy, anus, armwear, blonde hair, bodily fluids, bow tie, bridal gauntlets, brown │\n", "│ body, brown fur, clothed, clothed feral, clothing, colored nails, dildo, dildo in pussy, dildo insertion, ear │\n", "│ piercing, female, feral, fur, genital fluids, genitals, hair, legwear, lingerie, nails, painted claws, pawpads, │\n", "│ penetration, piercing, plump labia, purple background, pussy, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ short tail, simple background, solo, stockings, tail, vaginal, vaginal fluids, vaginal penetration, y anus, by │\n", "│ halbean, pepper \\(halbean\\), dobermann, domestic dog, pinscher, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2424833.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2424833.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\6b0b33842857cef614fa33352e5f1d03.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, andromorph, andromorph/female, andromorph penetrated, anthro, anthro on anthro, anus, big butt,    │\n",
       "│  blush, bodily fluids, butt, butt focus, countershading, dildo, dildo in pussy, dildo insertion, double dildo,  │\n",
       "│  duo, eyebrows, eyelashes, female, fingers, flat chested, genital fluids, genitals, heart eyes, heart symbol,   │\n",
       "│    intersex, intersex/female, intersex penetrated, looking pleasured, masturbation, open mouth, penetration,    │\n",
       "│  pussy, sex, sex toy, sex toy in pussy, sex toy insertion, smile, teeth, thick thighs, tongue, toying partner,  │\n",
       "│  toying self, transparent dildo, transparent sex toy, vaginal, vaginal fluids, vaginal penetration, by iwbitu,  │\n",
       "│     mika \\(taji-amatsukaze\\), skylar zero, pantherine, tiger, wolf, digital media \\(artwork\\), hi res, male     │\n",
       "│                                                    \\(lore\\)                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\6b0b33842857cef614fa33352e5f1d03.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, andromorph, andromorph/female, andromorph penetrated, anthro, anthro on anthro, anus, big butt, │\n", "│ blush, bodily fluids, butt, butt focus, countershading, dildo, dildo in pussy, dildo insertion, double dildo, │\n", "│ duo, eyebrows, eyelashes, female, fingers, flat chested, genital fluids, genitals, heart eyes, heart symbol, │\n", "│ intersex, intersex/female, intersex penetrated, looking pleasured, masturbation, open mouth, penetration, │\n", "│ pussy, sex, sex toy, sex toy in pussy, sex toy insertion, smile, teeth, thick thighs, tongue, toying partner, │\n", "│ toying self, transparent dildo, transparent sex toy, vaginal, vaginal fluids, vaginal penetration, by iwbitu, │\n", "│ mika \\(taji-amatsukaze\\), skylar zero, pantherine, tiger, wolf, digital media \\(artwork\\), hi res, male │\n", "│ \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2491288.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2491288.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\4cd4cdb1af19f6df36722f7c35fa1bad.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, areola, armpit fetish, bed, black areola, black body, black fur, black hair, black nipples, black    │\n",
       "│   sclera, blush, bodily fluids, bone, bone tail, breasts, clothing, crossgender, cunnilingus, dildo, dildo in   │\n",
       "│ pussy, dildo insertion, female, female/female, fur, furniture, genital fluids, genitals, green body, green fur, │\n",
       "│ group, group sex, hair, hands behind head, heat \\(temperature\\), lying, lying on bed, mask, masturbation, multi │\n",
       "│    eye, musk, nipples, on back, on bed, open mouth, oral, penetration, pink areola, pink eyes, pink nipples,    │\n",
       "│   pussy, red body, red eyes, red skin, sex, sex toy, sex toy in pussy, sex toy insertion, skull, skull head,    │\n",
       "│      sweat, threesome, tongue, tongue out, toying self, trio, undressing, vaginal, vaginal fluids, vaginal      │\n",
       "│   masturbation, vaginal penetration, white eyes, by omega56, scp foundation, scp-682, malo, monster, scp-939,   │\n",
       "│                                        undead, digital media \\(artwork\\)                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\4cd4cdb1af19f6df36722f7c35fa1bad.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, armpit fetish, bed, black areola, black body, black fur, black hair, black nipples, black │\n", "│ sclera, blush, bodily fluids, bone, bone tail, breasts, clothing, crossgender, cunnilingus, dildo, dildo in │\n", "│ pussy, dildo insertion, female, female/female, fur, furniture, genital fluids, genitals, green body, green fur, │\n", "│ group, group sex, hair, hands behind head, heat \\(temperature\\), lying, lying on bed, mask, masturbation, multi │\n", "│ eye, musk, nipples, on back, on bed, open mouth, oral, penetration, pink areola, pink eyes, pink nipples, │\n", "│ pussy, red body, red eyes, red skin, sex, sex toy, sex toy in pussy, sex toy insertion, skull, skull head, │\n", "│ sweat, threesome, tongue, tongue out, toying self, trio, undressing, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, white eyes, by omega56, scp foundation, scp-682, malo, monster, scp-939, │\n", "│ undead, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2500471.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2500471.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\7dc58e09fde518598e7f29bc976e59fc.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, areola, black nose, blush, bodily fluids, breasts, chair, clothed, clothing, collar, curvy figure,    │\n",
       "│  dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, electronics, eyebrow piercing, eyebrow ring,  │\n",
       "│  facial piercing, female, female anthro, furniture, genital fluids, genitals, hair, hourglass figure, landline  │\n",
       "│ phone, legwear, masturbation, nipples, notched ear, penetration, phone, piercing, profanity, pussy, red sclera, │\n",
       "│  ring piercing, sex toy, sex toy in pussy, sex toy insertion, silver hair, sitting, small waist, solo, speech   │\n",
       "│       bubble, spiked collar, spikes, text, thigh highs, toeless legwear, vaginal, vaginal fluids, vaginal       │\n",
       "│   masturbation, vaginal penetration, by conditional dnp, by scappo, helluva boss, mythology, loona \\(helluva    │\n",
       "│        boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\), english text, hi res         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\7dc58e09fde518598e7f29bc976e59fc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, black nose, blush, bodily fluids, breasts, chair, clothed, clothing, collar, curvy figure, │\n", "│ dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, electronics, eyebrow piercing, eyebrow ring, │\n", "│ facial piercing, female, female anthro, furniture, genital fluids, genitals, hair, hourglass figure, landline │\n", "│ phone, legwear, masturbation, nipples, notched ear, penetration, phone, piercing, profanity, pussy, red sclera, │\n", "│ ring piercing, sex toy, sex toy in pussy, sex toy insertion, silver hair, sitting, small waist, solo, speech │\n", "│ bubble, spiked collar, spikes, text, thigh highs, toeless legwear, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, by conditional dnp, by scappo, helluva boss, mythology, loona \\(helluva │\n", "│ boss\\), demon, hellhound, mythological creature, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2505205.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2505205.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\e47481c14a1e6cebfc519e0c1db50b9b.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   bow ribbon, brown body, brown fur, buttplug, buttplug in pussy, buttplug insertion, dildo, dildo in pussy,    │\n",
       "│    dildo insertion, dipstick tail, ear tuft, eyes closed, female, feral, fur, genitals, leg markings, light,    │\n",
       "│      looking pleasured, markings, masturbation, multicolored tail, nude, open mouth, open smile, outside,       │\n",
       "│ penetration, pillow, plug \\(sex toy\\), plug insertion, pokeball, pussy, sea, sex toy, sex toy in pussy, sex toy │\n",
       "│ insertion, smile, socks \\(marking\\), solo, spread legs, spreading, sunset, tail, tail markings, tongue, tongue  │\n",
       "│  out, tuft, umbrella, vaginal, vaginal penetration, vaginal plug, water, white body, white fur, by conditional  │\n",
       "│                                    dnp, by mangobird, emma the eevee, eevee                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\e47481c14a1e6cebfc519e0c1db50b9b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ bow ribbon, brown body, brown fur, buttplug, buttplug in pussy, buttplug insertion, dildo, dildo in pussy, │\n", "│ dildo insertion, dipstick tail, ear tuft, eyes closed, female, feral, fur, genitals, leg markings, light, │\n", "│ looking pleasured, markings, masturbation, multicolored tail, nude, open mouth, open smile, outside, │\n", "│ penetration, pillow, plug \\(sex toy\\), plug insertion, pokeball, pussy, sea, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, smile, socks \\(marking\\), solo, spread legs, spreading, sunset, tail, tail markings, tongue, tongue │\n", "│ out, tuft, umbrella, vaginal, vaginal penetration, vaginal plug, water, white body, white fur, by conditional │\n", "│ dnp, by mangobird, emma the eevee, eevee │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2532998.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2532998.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\ce44a240ef953a64c7972ba39f211b1d.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, 4 fingers, ankle cuffs, anthro, anus, barefoot, bdsm, big feet, blush, bodily fluids, bondage, bound,  │\n",
       "│   breasts, butt, buttplug, claws, clitoris, clitoris piercing, collar, countershade face, countershade feet,    │\n",
       "│  countershade tail, countershade torso, countershading, cuff \\(restraint\\), curling toes, digitigrade, dildo,   │\n",
       "│   dildo in pussy, dildo insertion, dripping, dungeon, ear piercing, ear ring, ejaculation, excessive genital    │\n",
       "│ fluids, excessive pussy juice, feet, female, fingers, forced, forced orgasm, fully bound, gag, gagged, genital  │\n",
       "│ fluids, genital piercing, genitals, green eyes, hair, messy, metal collar, muzzle \\(object\\), nipple piercing,  │\n",
       "│  nipple ring, nipples, notched ear, nude, orgasm, penetration, piercing, pink body, pink countershading, pink   │\n",
       "│  scales, plug \\(sex toy\\), predicament bondage, prison, prisoner, pussy, pussy ejaculation, pussy juice drip,   │\n",
       "│ pussy juice on butt, pussy juice on tail, pussy juice splatter, pussy piercing, red body, red hair, red scales, │\n",
       "│     restrained, restraints, ring piercing, scales, sex toy, sex toy in pussy, sex toy insertion, shackles,      │\n",
       "│  silhouette, soles, solo, submissive, submissive female, suspension, tail, tail cuff, toe claws, toes, upside   │\n",
       "│     down, vaginal, vaginal fluids, vaginal penetration, vibrator, whip mark, by minnosimmins, rasi, kobold,     │\n",
       "│                                             reptile, scalie, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\ce44a240ef953a64c7972ba39f211b1d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, ankle cuffs, anthro, anus, barefoot, bdsm, big feet, blush, bodily fluids, bondage, bound, │\n", "│ breasts, butt, buttplug, claws, clitoris, clitoris piercing, collar, countershade face, countershade feet, │\n", "│ countershade tail, countershade torso, countershading, cuff \\(restraint\\), curling toes, digitigrade, dildo, │\n", "│ dildo in pussy, dildo insertion, dripping, dungeon, ear piercing, ear ring, ejaculation, excessive genital │\n", "│ fluids, excessive pussy juice, feet, female, fingers, forced, forced orgasm, fully bound, gag, gagged, genital │\n", "│ fluids, genital piercing, genitals, green eyes, hair, messy, metal collar, muzzle \\(object\\), nipple piercing, │\n", "│ nipple ring, nipples, notched ear, nude, orgasm, penetration, piercing, pink body, pink countershading, pink │\n", "│ scales, plug \\(sex toy\\), predicament bondage, prison, prisoner, pussy, pussy ejaculation, pussy juice drip, │\n", "│ pussy juice on butt, pussy juice on tail, pussy juice splatter, pussy piercing, red body, red hair, red scales, │\n", "│ restrained, restraints, ring piercing, scales, sex toy, sex toy in pussy, sex toy insertion, shackles, │\n", "│ silhouette, soles, solo, submissive, submissive female, suspension, tail, tail cuff, toe claws, toes, upside │\n", "│ down, vaginal, vaginal fluids, vaginal penetration, vibrator, whip mark, by minnosimmins, rasi, kobold, │\n", "│ reptile, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2537911.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2537911.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\38e134bc6432d7d56adcc38f76f1ce5d.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    3 toes, ahegao, all fours, animal dildo, animal sex toy, anthro, anus, ass up, blush, blush lines, bodily    │\n",
       "│   fluids, breasts, breath, butt, claws, clothing, countershading, curling toes, dildo, dildo in pussy, dildo    │\n",
       "│  insertion, equine dildo, facial markings, feet, female, footwear, genital fluids, genitals, green eyes, head   │\n",
       "│   markings, legwear, legwear only, looking pleasured, markings, mostly nude, motion lines, musk, musk clouds,   │\n",
       "│ open mouth, orange body, penetration, penis, pussy, raised tail, red toe claws, saliva, saliva string, sex toy, │\n",
       "│  sex toy in pussy, sex toy insertion, simple background, solo, spots, stockings, stockings only, sweat, tail,   │\n",
       "│   text, thigh highs, toe claws, toeless footwear, toes, tongue, tongue out, tremble spikes, vaginal, vaginal    │\n",
       "│               fluids, vaginal penetration, white background, by avante92, kobold, scalie, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\38e134bc6432d7d56adcc38f76f1ce5d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, ahegao, all fours, animal dildo, animal sex toy, anthro, anus, ass up, blush, blush lines, bodily │\n", "│ fluids, breasts, breath, butt, claws, clothing, countershading, curling toes, dildo, dildo in pussy, dildo │\n", "│ insertion, equine dildo, facial markings, feet, female, footwear, genital fluids, genitals, green eyes, head │\n", "│ markings, legwear, legwear only, looking pleasured, markings, mostly nude, motion lines, musk, musk clouds, │\n", "│ open mouth, orange body, penetration, penis, pussy, raised tail, red toe claws, saliva, saliva string, sex toy, │\n", "│ sex toy in pussy, sex toy insertion, simple background, solo, spots, stockings, stockings only, sweat, tail, │\n", "│ text, thigh highs, toe claws, toeless footwear, toes, tongue, tongue out, tremble spikes, vaginal, vaginal │\n", "│ fluids, vaginal penetration, white background, by avante92, kobold, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2546094.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2546094.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\74fd76ddfac59eaf88e8702a44be00bc.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, behind the counter, biped, black   │\n",
       "│   nose, blue body, blue fur, blush, bodily fluids, brown body, brown fur, butt, christmas clothing, christmas   │\n",
       "│   headwear, christmas present, clothed, clothing, costume, dildo, dildo in pussy, dildo insertion, eyebrows,    │\n",
       "│    female, fur, genital fluids, genitals, gift, glistening, glistening body, group, hat, headgear, headwear,    │\n",
       "│  holidays, long ears, motion lines, multicolored body, multicolored fur, object in ass, panties, panties down,  │\n",
       "│   partially clothed, penetration, pink pussy, public masturbation, pussy, ribbons, santa coat, santa costume,   │\n",
       "│   santa hat, sex, sex toy, sex toy background, sex toy in ass, sex toy in pussy, sex toy insertion, shaking,    │\n",
       "│  spiral eyes, stealth, stealth sex, sweat, tan body, tan fur, teeth, toy selection, underwear, underwear down,  │\n",
       "│  unprofessional behavior, vaginal, vaginal fluids, vaginal penetration, white body, white clothing, white fur,  │\n",
       "│ white panties, white paw, white underwear, by dagasi, animal crossing, christmas, isabelle \\(animal crossing\\), │\n",
       "│  rosie \\(animal crossing\\), tom nook \\(animal crossing\\), domestic dog, feline, humanoid, raccoon dog, tanuki,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\74fd76ddfac59eaf88e8702a44be00bc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal juice, anal penetration, anthro, behind the counter, biped, black │\n", "│ nose, blue body, blue fur, blush, bodily fluids, brown body, brown fur, butt, christmas clothing, christmas │\n", "│ headwear, christmas present, clothed, clothing, costume, dildo, dildo in pussy, dildo insertion, eyebrows, │\n", "│ female, fur, genital fluids, genitals, gift, glistening, glistening body, group, hat, headgear, headwear, │\n", "│ holidays, long ears, motion lines, multicolored body, multicolored fur, object in ass, panties, panties down, │\n", "│ partially clothed, penetration, pink pussy, public masturbation, pussy, ribbons, santa coat, santa costume, │\n", "│ santa hat, sex, sex toy, sex toy background, sex toy in ass, sex toy in pussy, sex toy insertion, shaking, │\n", "│ spiral eyes, stealth, stealth sex, sweat, tan body, tan fur, teeth, toy selection, underwear, underwear down, │\n", "│ unprofessional behavior, vaginal, vaginal fluids, vaginal penetration, white body, white clothing, white fur, │\n", "│ white panties, white paw, white underwear, by dagasi, animal crossing, christmas, isabelle \\(animal crossing\\), │\n", "│ rosie \\(animal crossing\\), tom nook \\(animal crossing\\), domestic dog, feline, humanoid, raccoon dog, tanuki, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2556711.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2556711.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\641a817309267a0a47b9e0799d966df2.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal dildo, animal sex toy, anthro, big breasts, black hair, bottomwear, bow tie, breasts, chest tuft,     │\n",
       "│     clothed, clothing, cuff links, dildo, dildo in pussy, dildo insertion, female, frilly, frilly clothing,     │\n",
       "│  genitals, gloves \\(marking\\), green eyes, hair, holding breast, knotted dildo, lace, legwear, maid headdress,  │\n",
       "│      maid uniform, markings, masturbation, nipples, penetration, pussy, sex toy, sex toy in pussy, sex toy      │\n",
       "│ insertion, skirt, solo, spread legs, spreading, stockings, striped markings, striped tail, stripes, tail, tail  │\n",
       "│ markings, thigh highs, toying self, tuft, uniform, upskirt, vaginal, vaginal masturbation, vaginal penetration, │\n",
       "│   whiskers, by personalami, ami \\(personalami\\), domestic cat, feline, maine coon, digital media \\(artwork\\)    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\641a817309267a0a47b9e0799d966df2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, big breasts, black hair, bottomwear, bow tie, breasts, chest tuft, │\n", "│ clothed, clothing, cuff links, dildo, dildo in pussy, dildo insertion, female, frilly, frilly clothing, │\n", "│ genitals, gloves \\(marking\\), green eyes, hair, holding breast, knotted dildo, lace, legwear, maid headdress, │\n", "│ maid uniform, markings, masturbation, nipples, penetration, pussy, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, skirt, solo, spread legs, spreading, stockings, striped markings, striped tail, stripes, tail, tail │\n", "│ markings, thigh highs, toying self, tuft, uniform, upskirt, vaginal, vaginal masturbation, vaginal penetration, │\n", "│ whiskers, by personalami, ami \\(personalami\\), domestic cat, feline, maine coon, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2556712.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2556712.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\143dcb23177b53d8571d602c58ba7e3c.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal sex toy, anthro, big breasts, black hair, bodily fluids, bottomwear, bow tie, breasts,   │\n",
       "│  chest tuft, clothed, clothing, cuff links, cum, cum in pussy, cum inside, cum tube, cumlube, dildo, dildo in   │\n",
       "│  pussy, dildo insertion, ejaculating dildo, female, frilly, frilly clothing, genital fluids, genitals, gloves   │\n",
       "│ \\(marking\\), green eyes, hair, holding breast, knotting, lace, legwear, maid headdress, maid uniform, markings, │\n",
       "│    masturbation, nipples, open mouth, penetration, pussy, sex, sex toy, sex toy in pussy, sex toy insertion,    │\n",
       "│ skirt, solo, spread legs, spreading, squirting dildo, stockings, striped markings, striped tail, stripes, tail, │\n",
       "│     tail markings, thigh highs, toying self, tuft, uniform, upskirt, vaginal, vaginal masturbation, vaginal     │\n",
       "│   penetration, whiskers, by personalami, ami \\(personalami\\), domestic cat, feline, maine coon, digital media   │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\143dcb23177b53d8571d602c58ba7e3c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, big breasts, black hair, bodily fluids, bottomwear, bow tie, breasts, │\n", "│ chest tuft, clothed, clothing, cuff links, cum, cum in pussy, cum inside, cum tube, cumlube, dildo, dildo in │\n", "│ pussy, dildo insertion, ejaculating dildo, female, frilly, frilly clothing, genital fluids, genitals, gloves │\n", "│ \\(marking\\), green eyes, hair, holding breast, knotting, lace, legwear, maid headdress, maid uniform, markings, │\n", "│ masturbation, nipples, open mouth, penetration, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ skirt, solo, spread legs, spreading, squirting dildo, stockings, striped markings, striped tail, stripes, tail, │\n", "│ tail markings, thigh highs, toying self, tuft, uniform, upskirt, vaginal, vaginal masturbation, vaginal │\n", "│ penetration, whiskers, by personalami, ami \\(personalami\\), domestic cat, feline, maine coon, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2570942.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2570942.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a5c9cb75d649c87c6dbe9dd14b3879a3.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, anthro, bodily fluids, bovid horn, bracelet, breasts, caprine horn, claws, collar, curtains,  │\n",
       "│ curved horn, digitigrade, dildo, dildo in pussy, dildo insertion, ear piercing, ear ring, female, floppy ears,  │\n",
       "│   genital fluids, genitals, horn, horn jewelry, horn ring, jewelry, licking, licking lips, licking own lips,    │\n",
       "│  masturbation, mostly nude, penetration, piercing, pupils, pussy, raised leg, ram horn, ring \\(jewelry\\), ring  │\n",
       "│  piercing, scales, self lick, sex toy, sex toy in pussy, sex toy insertion, slit pupils, solo, tongue, tongue   │\n",
       "│   out, toying self, vaginal, vaginal fluids, vaginal penetration, yellow eyes, by crestfallenartist, kobold,    │\n",
       "│                                        scalie, digital media \\(artwork\\)                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a5c9cb75d649c87c6dbe9dd14b3879a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anthro, bodily fluids, bovid horn, bracelet, breasts, caprine horn, claws, collar, curtains, │\n", "│ curved horn, digitigrade, dildo, dildo in pussy, dildo insertion, ear piercing, ear ring, female, floppy ears, │\n", "│ genital fluids, genitals, horn, horn jewelry, horn ring, jewelry, licking, licking lips, licking own lips, │\n", "│ masturbation, mostly nude, penetration, piercing, pupils, pussy, raised leg, ram horn, ring \\(jewelry\\), ring │\n", "│ piercing, scales, self lick, sex toy, sex toy in pussy, sex toy insertion, slit pupils, solo, tongue, tongue │\n", "│ out, toying self, vaginal, vaginal fluids, vaginal penetration, yellow eyes, by crestfallenartist, kobold, │\n", "│ scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2597537.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2597537.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\0c0f18d1b4453d71d9829683fb605339.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, arm warmers, armwear, barbell piercing, bed, big breasts, black nipples, black pussy, bodily fluids,   │\n",
       "│  breasts, cervical contact, cervix, clitoral, clitoral hood, clitoral masturbation, clitoris, clothing, dildo,  │\n",
       "│  dildo in pussy, dildo insertion, dildo knotting, female, footwear, fur, furniture, genital fluids, genitals,   │\n",
       "│     hair, heart symbol, internal, knotted dildo, knotting, legwear, long socks, looking at viewer, looking      │\n",
       "│    pleasured, masturbation, mostly nude, multicolored clothing, multicolored footwear, multicolored legwear,    │\n",
       "│    multicolored socks, multicolored thigh highs, multicolored thigh socks, nipple barbell, nipple piercing,     │\n",
       "│  nipples, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern stockings, pattern thigh  │\n",
       "│   highs, pattern thigh socks, penetration, piercing, pillow, pink clothing, pink footwear, pink legwear, pink   │\n",
       "│ socks, pink thigh highs, pink thigh socks, pussy, saliva, sex toy, sex toy in pussy, sex toy insertion, socks,  │\n",
       "│  solo, spread legs, spreading, stockings, striped clothing, striped footwear, striped legwear, striped socks,   │\n",
       "│     striped stockings, striped thigh highs, striped thigh socks, stripes, thigh highs, thigh socks, toeless     │\n",
       "│   legwear, tongue, tongue out, toying self, two tone clothing, two tone footwear, two tone legwear, two tone    │\n",
       "│    socks, two tone thigh highs, two tone thigh socks, vaginal, vaginal fluids, vaginal masturbation, vaginal    │\n",
       "│ penetration, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh socks,  │\n",
       "│    by f-r95, by nuzzo, insperatus, domestic dog, husky, nordic sled dog, spitz, collaboration, digital media    │\n",
       "│                                                   \\(artwork\\)                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\0c0f18d1b4453d71d9829683fb605339.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, arm warmers, armwear, barbell piercing, bed, big breasts, black nipples, black pussy, bodily fluids, │\n", "│ breasts, cervical contact, cervix, clitoral, clitoral hood, clitoral masturbation, clitoris, clothing, dildo, │\n", "│ dildo in pussy, dildo insertion, dildo knotting, female, footwear, fur, furniture, genital fluids, genitals, │\n", "│ hair, heart symbol, internal, knotted dildo, knotting, legwear, long socks, looking at viewer, looking │\n", "│ pleasured, masturbation, mostly nude, multicolored clothing, multicolored footwear, multicolored legwear, │\n", "│ multicolored socks, multicolored thigh highs, multicolored thigh socks, nipple barbell, nipple piercing, │\n", "│ nipples, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern stockings, pattern thigh │\n", "│ highs, pattern thigh socks, penetration, piercing, pillow, pink clothing, pink footwear, pink legwear, pink │\n", "│ socks, pink thigh highs, pink thigh socks, pussy, saliva, sex toy, sex toy in pussy, sex toy insertion, socks, │\n", "│ solo, spread legs, spreading, stockings, striped clothing, striped footwear, striped legwear, striped socks, │\n", "│ striped stockings, striped thigh highs, striped thigh socks, stripes, thigh highs, thigh socks, toeless │\n", "│ legwear, tongue, tongue out, toying self, two tone clothing, two tone footwear, two tone legwear, two tone │\n", "│ socks, two tone thigh highs, two tone thigh socks, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh socks, │\n", "│ by f-r95, by nuzzo, insperatus, domestic dog, husky, nordic sled dog, spitz, collaboration, digital media │\n", "│ \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2606034.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2606034.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f8a4dcd1207a288bd601b308062c855a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal genitalia, animal pussy, animal sex toy, anus, ass up, bedroom eyes, blue eyes, bodily   │\n",
       "│ fluids, brown body, brown fur, butt, digitigrade, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo  │\n",
       "│  sitting reveal, female, feral, fur, genital fluids, genitals, grey background, heart symbol, hidden sex toy,   │\n",
       "│   knotted dildo, looking at viewer, looking back, masturbation, multicolored body, multicolored fur, narrowed   │\n",
       "│   eyes, penetration, presenting, presenting anus, presenting hindquarters, presenting pussy, pull out, pussy,   │\n",
       "│  quadruped, raised tail, rear view, red dildo, seductive, sex toy, sex toy in pussy, sex toy insertion, simple  │\n",
       "│  background, sitting, smile, solo, steam, tail, tongue, tongue out, toying self, two tone body, two tone fur,   │\n",
       "│  vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by ingi, domestic   │\n",
       "│                                                  dog, sequence                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f8a4dcd1207a288bd601b308062c855a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal genitalia, animal pussy, animal sex toy, anus, ass up, bedroom eyes, blue eyes, bodily │\n", "│ fluids, brown body, brown fur, butt, digitigrade, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo │\n", "│ sitting reveal, female, feral, fur, genital fluids, genitals, grey background, heart symbol, hidden sex toy, │\n", "│ knotted dildo, looking at viewer, looking back, masturbation, multicolored body, multicolored fur, narrowed │\n", "│ eyes, penetration, presenting, presenting anus, presenting hindquarters, presenting pussy, pull out, pussy, │\n", "│ quadruped, raised tail, rear view, red dildo, seductive, sex toy, sex toy in pussy, sex toy insertion, simple │\n", "│ background, sitting, smile, solo, steam, tail, tongue, tongue out, toying self, two tone body, two tone fur, │\n", "│ vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by ingi, domestic │\n", "│ dog, sequence │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2610238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2610238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\3ffbf0996908e92c601c089c85355aad.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, barefoot, breasts, digitigrade, dildo, dildo in pussy, dildo insertion, feet, female, fur,     │\n",
       "│  genitals, knotted dildo, masturbation, nipples, nude, pawpads, paws, penetration, pink body, pink fur, pussy,  │\n",
       "│  sex toy, sex toy in pussy, sex toy insertion, solo, teeth, toes, toying self, vaginal, vaginal masturbation,   │\n",
       "│     vaginal penetration, white body, white fur, yellow eyes, by conditional dnp, by xnirox, five nights at      │\n",
       "│                  freddy's, five nights at freddy's 2, scottgames, mangle \\(fnaf\\), fox, hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\3ffbf0996908e92c601c089c85355aad.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, barefoot, breasts, digitigrade, dildo, dildo in pussy, dildo insertion, feet, female, fur, │\n", "│ genitals, knotted dildo, masturbation, nipples, nude, pawpads, paws, penetration, pink body, pink fur, pussy, │\n", "│ sex toy, sex toy in pussy, sex toy insertion, solo, teeth, toes, toying self, vaginal, vaginal masturbation, │\n", "│ vaginal penetration, white body, white fur, yellow eyes, by conditional dnp, by xnirox, five nights at │\n", "│ freddy's, five nights at freddy's 2, scottgames, mangle \\(fnaf\\), fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2610240.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2610240.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\564a585a4fccc11c4f2f950c6f8488e6.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, barefoot, bodily fluids, breasts, butt, digitigrade, dildo, dildo in pussy, dildo insertion,    │\n",
       "│  ejaculation, eyes closed, feet, female, fur, genital fluids, genitals, knotting, masturbation, nipples, nude,  │\n",
       "│ pawpads, paws, penetration, pink body, pink fur, pussy, pussy ejaculation, sex, sex toy, sex toy in pussy, sex  │\n",
       "│      toy insertion, solo, teeth, toes, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal      │\n",
       "│   penetration, white body, white fur, by conditional dnp, by xnirox, five nights at freddy's, five nights at    │\n",
       "│                              freddy's 2, scottgames, mangle \\(fnaf\\), fox, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\564a585a4fccc11c4f2f950c6f8488e6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, barefoot, bodily fluids, breasts, butt, digitigrade, dildo, dildo in pussy, dildo insertion, │\n", "│ ejaculation, eyes closed, feet, female, fur, genital fluids, genitals, knotting, masturbation, nipples, nude, │\n", "│ pawpads, paws, penetration, pink body, pink fur, pussy, pussy ejaculation, sex, sex toy, sex toy in pussy, sex │\n", "│ toy insertion, solo, teeth, toes, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, white body, white fur, by conditional dnp, by xnirox, five nights at freddy's, five nights at │\n", "│ freddy's 2, scottgames, mangle \\(fnaf\\), fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2615945.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2615945.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\6f7eee2e0c311446daa50734bec8a3a0.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal dildo, animal sex toy, anthro, anus, ass up, bodily fluids, butt, clitoris, clitoris piercing, dildo,   │\n",
       "│   dildo in pussy, dildo insertion, equine dildo, female, genital fluids, genital piercing, genitals, inside,    │\n",
       "│  masturbation, nude, orgasm, penetration, piercing, pussy, pussy juice string, sex toy, sex toy in pussy, sex   │\n",
       "│ toy insertion, solo, tail, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by  │\n",
       "│     marmoratus, mythology, selen \\(elisonous\\), dragon, mythological creature, mythological scalie, scalie      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\6f7eee2e0c311446daa50734bec8a3a0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, ass up, bodily fluids, butt, clitoris, clitoris piercing, dildo, │\n", "│ dildo in pussy, dildo insertion, equine dildo, female, genital fluids, genital piercing, genitals, inside, │\n", "│ masturbation, nude, orgasm, penetration, piercing, pussy, pussy juice string, sex toy, sex toy in pussy, sex │\n", "│ toy insertion, solo, tail, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by │\n", "│ marmoratus, mythology, selen \\(elisonous\\), dragon, mythological creature, mythological scalie, scalie │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2618622.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2618622.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\dc387f7b81ca12abf73cb4249f7ca9e2.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, animal genitalia, anthro, areola, arm tuft, bald crotch, bandanna, big breasts, black bandanna, black  │\n",
       "│   clothing, black eyewear, black goggles, black headgear, black headwear, black kerchief, black legband, blue   │\n",
       "│  body, blue ears, blue eyes, blue face, blue fur, blue stripes, blue tail, blush, bodily fluids, body writing,  │\n",
       "│  breasts, cheek tuft, clitoris, clothing, collar, countershade arms, countershade breasts, countershade face,   │\n",
       "│      countershade fur, countershade genitalia, countershade legs, countershade pussy, countershade torso,       │\n",
       "│  countershading, crotch lines, cute fangs, cybernetic arm, cybernetic limb, dark clothing, dark eyewear, dark   │\n",
       "│ headwear, dark pupils, dildo, dildo in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyebrows, │\n",
       "│   eyelashes, eyewear, eyewear on head, facial tuft, fangs, female, fluffy, fluffy fur, fluffy tail, footwear,   │\n",
       "│ front view, fur, fur tuft, genitals, glistening, glistening areola, glistening bodily fluids, glistening body,  │\n",
       "│    glistening breasts, glistening clothing, glistening collar, glistening dildo, glistening eyes, glistening    │\n",
       "│  eyewear, glistening fur, glistening genitalia, glistening goggles, glistening headgear, glistening headwear,   │\n",
       "│    glistening nipples, glistening nose, glistening pussy, glistening saliva, glistening sex toy, glistening     │\n",
       "│    tongue, goggles, goggles on head, gradient background, grey bandanna, grey eyebrows, grey kerchief, grey     │\n",
       "│    legband, hair, handwear, headgear, headwear, heart symbol, humanoid genitalia, humanoid pussy, kerchief,     │\n",
       "│ kneeling, knot, knotted dildo, leg tuft, legband, light, light areola, light body, light breasts, light collar, │\n",
       "│ light ears, light eyes, light face, light fur, light hair, light nipples, light nose, light pussy, light tail,  │\n",
       "│    light tongue, looking pleasured, looking up, magazine, markings, masturbation, monotone breasts, monotone    │\n",
       "│  dildo, monotone genitals, monotone hair, monotone sex toy, monotone text, mostly nude, multicolored bandanna,  │\n",
       "│  multicolored body, multicolored collar, multicolored ears, multicolored face, multicolored fur, multicolored   │\n",
       "│   kerchief, multicolored legband, multicolored tail, navel, nipple piercing, nipples, open mouth, open smile,   │\n",
       "│     orange bandanna, orange kerchief, orange legband, pattern bandanna, pattern kerchief, pattern legband,      │\n",
       "│ penetration, piercing, pink areola, pink background, pink clitoris, pink collar, pink nipples, pink nose, pink  │\n",
       "│  pussy, pink tongue, pivoted ears, porn cover, porn magazine, pornography, prick ears, prosthetic, prosthetic   │\n",
       "│ arm, prosthetic limb, pubic mound, pupils, purple dildo, purple sex toy, pussy, ring piercing, saliva, sex toy, │\n",
       "│  sex toy in pussy, sex toy insertion, shadow, short hair, short snout, shoulder tuft, simple background, small  │\n",
       "│   waist, smile, snout, solo, striped arms, striped bandanna, striped body, striped ears, striped fur, striped   │\n",
       "│ kerchief, striped legband, striped legs, striped markings, striped shoulders, striped tail, stripes, tail, tail │\n",
       "│   markings, teeth, text, text on collar, thick thighs, thigh tuft, tongue, tongue out, toying self, tuft, two   │\n",
       "│ tone collar, vaginal, vaginal masturbation, vaginal penetration, white background, white bandanna, white body,  │\n",
       "│     white breasts, white collar, white countershading, white ears, white face, white fur, white hair, white     │\n",
       "│ kerchief, white legband, white tail, white text, wide hips, writing on belly, yellow bandanna, yellow kerchief, │\n",
       "│       yellow legband, by thevixenmagazine, patreon, ratchet and clank, sony corporation, sony interactive       │\n",
       "│ entertainment, the vixen, rivet \\(ratchet and clank\\), lombax, cover, digital media \\(artwork\\), english text,  │\n",
       "│                    full-length portrait, magazine cover, portrait, signature, tag panic, url                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\dc387f7b81ca12abf73cb4249f7ca9e2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, animal genitalia, anthro, areola, arm tuft, bald crotch, bandanna, big breasts, black bandanna, black │\n", "│ clothing, black eyewear, black goggles, black headgear, black headwear, black kerchief, black legband, blue │\n", "│ body, blue ears, blue eyes, blue face, blue fur, blue stripes, blue tail, blush, bodily fluids, body writing, │\n", "│ breasts, cheek tuft, clitoris, clothing, collar, countershade arms, countershade breasts, countershade face, │\n", "│ countershade fur, countershade genitalia, countershade legs, countershade pussy, countershade torso, │\n", "│ countershading, crotch lines, cute fangs, cybernetic arm, cybernetic limb, dark clothing, dark eyewear, dark │\n", "│ headwear, dark pupils, dildo, dildo in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyebrows, │\n", "│ eyelashes, eyewear, eyewear on head, facial tuft, fangs, female, fluffy, fluffy fur, fluffy tail, footwear, │\n", "│ front view, fur, fur tuft, genitals, glistening, glistening areola, glistening bodily fluids, glistening body, │\n", "│ glistening breasts, glistening clothing, glistening collar, glistening dildo, glistening eyes, glistening │\n", "│ eyewear, glistening fur, glistening genitalia, glistening goggles, glistening headgear, glistening headwear, │\n", "│ glistening nipples, glistening nose, glistening pussy, glistening saliva, glistening sex toy, glistening │\n", "│ tongue, goggles, goggles on head, gradient background, grey bandanna, grey eyebrows, grey kerchief, grey │\n", "│ legband, hair, handwear, headgear, headwear, heart symbol, humanoid genitalia, humanoid pussy, kerchief, │\n", "│ kneeling, knot, knotted dildo, leg tuft, legband, light, light areola, light body, light breasts, light collar, │\n", "│ light ears, light eyes, light face, light fur, light hair, light nipples, light nose, light pussy, light tail, │\n", "│ light tongue, looking pleasured, looking up, magazine, markings, masturbation, monotone breasts, monotone │\n", "│ dildo, monotone genitals, monotone hair, monotone sex toy, monotone text, mostly nude, multicolored bandanna, │\n", "│ multicolored body, multicolored collar, multicolored ears, multicolored face, multicolored fur, multicolored │\n", "│ kerchief, multicolored legband, multicolored tail, navel, nipple piercing, nipples, open mouth, open smile, │\n", "│ orange bandanna, orange kerchief, orange legband, pattern bandanna, pattern kerchief, pattern legband, │\n", "│ penetration, piercing, pink areola, pink background, pink clitoris, pink collar, pink nipples, pink nose, pink │\n", "│ pussy, pink tongue, pivoted ears, porn cover, porn magazine, pornography, prick ears, prosthetic, prosthetic │\n", "│ arm, prosthetic limb, pubic mound, pupils, purple dildo, purple sex toy, pussy, ring piercing, saliva, sex toy, │\n", "│ sex toy in pussy, sex toy insertion, shadow, short hair, short snout, shoulder tuft, simple background, small │\n", "│ waist, smile, snout, solo, striped arms, striped bandanna, striped body, striped ears, striped fur, striped │\n", "│ kerchief, striped legband, striped legs, striped markings, striped shoulders, striped tail, stripes, tail, tail │\n", "│ markings, teeth, text, text on collar, thick thighs, thigh tuft, tongue, tongue out, toying self, tuft, two │\n", "│ tone collar, vaginal, vaginal masturbation, vaginal penetration, white background, white bandanna, white body, │\n", "│ white breasts, white collar, white countershading, white ears, white face, white fur, white hair, white │\n", "│ kerchief, white legband, white tail, white text, wide hips, writing on belly, yellow bandanna, yellow kerchief, │\n", "│ yellow legband, by thevixenmagazine, patreon, ratchet and clank, sony corporation, sony interactive │\n", "│ entertainment, the vixen, rivet \\(ratchet and clank\\), lombax, cover, digital media \\(artwork\\), english text, │\n", "│ full-length portrait, magazine cover, portrait, signature, tag panic, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2621314.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2621314.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\83ad4fd1b848029ae560c61db33ad110.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, animal genitalia, anthro, areola, arm tuft, bald crotch, bandanna, big breasts, black bandanna, black  │\n",
       "│   clothing, black eyewear, black goggles, black headgear, black headwear, black kerchief, black legband, blue   │\n",
       "│ body, blue ears, blue eyes, blue face, blue fur, blue stripes, blue tail, blush, bodily fluids, breasts, cheek  │\n",
       "│ tuft, clitoris, clothing, collar, countershade arms, countershade breasts, countershade face, countershade fur, │\n",
       "│    countershade genitalia, countershade legs, countershade pussy, countershade torso, countershading, crotch    │\n",
       "│   lines, cum, cum in pussy, cum inside, cum on dildo, cum on sex toy, cute fangs, cybernetic arm, cybernetic    │\n",
       "│  limb, dark clothing, dark eyewear, dark headwear, dark pupils, dildo, dildo in pussy, dildo insertion, dildo   │\n",
       "│   sitting, ear piercing, ear ring, eyebrows, eyelashes, eyewear, eyewear on head, facial tuft, fangs, female,   │\n",
       "│   fluffy, fluffy fur, fluffy tail, footwear, front view, fur, fur tuft, genital fluids, genitals, glistening,   │\n",
       "│     glistening areola, glistening bodily fluids, glistening body, glistening breasts, glistening clothing,      │\n",
       "│    glistening collar, glistening cum, glistening dildo, glistening eyes, glistening eyewear, glistening fur,    │\n",
       "│ glistening genital fluids, glistening genitalia, glistening goggles, glistening headgear, glistening headwear,  │\n",
       "│    glistening nipples, glistening nose, glistening pussy, glistening saliva, glistening sex toy, glistening     │\n",
       "│    tongue, goggles, goggles on head, gradient background, grey bandanna, grey eyebrows, grey kerchief, grey     │\n",
       "│    legband, hair, handwear, headgear, headwear, heart symbol, humanoid genitalia, humanoid pussy, kerchief,     │\n",
       "│  kneeling, leaking cum, leg tuft, legband, light, light areola, light body, light breasts, light collar, light  │\n",
       "│ ears, light eyes, light face, light fur, light hair, light nipples, light nose, light pussy, light tail, light  │\n",
       "│   tongue, looking pleasured, looking up, magazine, markings, masturbation, monotone breasts, monotone dildo,    │\n",
       "│     monotone genitals, monotone hair, monotone sex toy, monotone text, mostly nude, multicolored bandanna,      │\n",
       "│  multicolored body, multicolored collar, multicolored ears, multicolored face, multicolored fur, multicolored   │\n",
       "│   kerchief, multicolored legband, multicolored tail, navel, nipple piercing, nipples, open mouth, open smile,   │\n",
       "│     orange bandanna, orange kerchief, orange legband, pattern bandanna, pattern kerchief, pattern legband,      │\n",
       "│ penetration, piercing, pink areola, pink background, pink clitoris, pink collar, pink nipples, pink nose, pink  │\n",
       "│   pussy, pink tongue, pivoted ears, porn cover, porn magazine, pornography, prick ears, pubic mound, pupils,    │\n",
       "│    purple dildo, purple sex toy, pussy, ring piercing, saliva, sex toy, sex toy in pussy, sex toy insertion,    │\n",
       "│  shadow, short hair, short snout, shoulder tuft, simple background, small waist, smile, snout, solo, stretched  │\n",
       "│    pussy, striped arms, striped bandanna, striped body, striped ears, striped fur, striped kerchief, striped    │\n",
       "│ legband, striped legs, striped markings, striped shoulders, striped tail, stripes, tail, tail markings, teeth,  │\n",
       "│     text, text on collar, thick thighs, thigh tuft, tongue, tongue out, toying self, tuft, two tone collar,     │\n",
       "│     vaginal, vaginal masturbation, vaginal penetration, white background, white bandanna, white body, white     │\n",
       "│   breasts, white collar, white countershading, white ears, white face, white fur, white hair, white kerchief,   │\n",
       "│  white legband, white tail, white text, wide hips, writing on belly, yellow bandanna, yellow kerchief, yellow   │\n",
       "│ legband, by thevixenmagazine, patreon, ratchet and clank, sony corporation, sony interactive entertainment, the │\n",
       "│     vixen, rivet \\(ratchet and clank\\), lombax, cover, digital media \\(artwork\\), english text, full-length     │\n",
       "│                          portrait, magazine cover, portrait, signature, tag panic, url                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\83ad4fd1b848029ae560c61db33ad110.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, animal genitalia, anthro, areola, arm tuft, bald crotch, bandanna, big breasts, black bandanna, black │\n", "│ clothing, black eyewear, black goggles, black headgear, black headwear, black kerchief, black legband, blue │\n", "│ body, blue ears, blue eyes, blue face, blue fur, blue stripes, blue tail, blush, bodily fluids, breasts, cheek │\n", "│ tuft, clitoris, clothing, collar, countershade arms, countershade breasts, countershade face, countershade fur, │\n", "│ countershade genitalia, countershade legs, countershade pussy, countershade torso, countershading, crotch │\n", "│ lines, cum, cum in pussy, cum inside, cum on dildo, cum on sex toy, cute fangs, cybernetic arm, cybernetic │\n", "│ limb, dark clothing, dark eyewear, dark headwear, dark pupils, dildo, dildo in pussy, dildo insertion, dildo │\n", "│ sitting, ear piercing, ear ring, eyebrows, eyelashes, eyewear, eyewear on head, facial tuft, fangs, female, │\n", "│ fluffy, fluffy fur, fluffy tail, footwear, front view, fur, fur tuft, genital fluids, genitals, glistening, │\n", "│ glistening areola, glistening bodily fluids, glistening body, glistening breasts, glistening clothing, │\n", "│ glistening collar, glistening cum, glistening dildo, glistening eyes, glistening eyewear, glistening fur, │\n", "│ glistening genital fluids, glistening genitalia, glistening goggles, glistening headgear, glistening headwear, │\n", "│ glistening nipples, glistening nose, glistening pussy, glistening saliva, glistening sex toy, glistening │\n", "│ tongue, goggles, goggles on head, gradient background, grey bandanna, grey eyebrows, grey kerchief, grey │\n", "│ legband, hair, handwear, headgear, headwear, heart symbol, humanoid genitalia, humanoid pussy, kerchief, │\n", "│ kneeling, leaking cum, leg tuft, legband, light, light areola, light body, light breasts, light collar, light │\n", "│ ears, light eyes, light face, light fur, light hair, light nipples, light nose, light pussy, light tail, light │\n", "│ tongue, looking pleasured, looking up, magazine, markings, masturbation, monotone breasts, monotone dildo, │\n", "│ monotone genitals, monotone hair, monotone sex toy, monotone text, mostly nude, multicolored bandanna, │\n", "│ multicolored body, multicolored collar, multicolored ears, multicolored face, multicolored fur, multicolored │\n", "│ kerchief, multicolored legband, multicolored tail, navel, nipple piercing, nipples, open mouth, open smile, │\n", "│ orange bandanna, orange kerchief, orange legband, pattern bandanna, pattern kerchief, pattern legband, │\n", "│ penetration, piercing, pink areola, pink background, pink clitoris, pink collar, pink nipples, pink nose, pink │\n", "│ pussy, pink tongue, pivoted ears, porn cover, porn magazine, pornography, prick ears, pubic mound, pupils, │\n", "│ purple dildo, purple sex toy, pussy, ring piercing, saliva, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ shadow, short hair, short snout, shoulder tuft, simple background, small waist, smile, snout, solo, stretched │\n", "│ pussy, striped arms, striped bandanna, striped body, striped ears, striped fur, striped kerchief, striped │\n", "│ legband, striped legs, striped markings, striped shoulders, striped tail, stripes, tail, tail markings, teeth, │\n", "│ text, text on collar, thick thighs, thigh tuft, tongue, tongue out, toying self, tuft, two tone collar, │\n", "│ vaginal, vaginal masturbation, vaginal penetration, white background, white bandanna, white body, white │\n", "│ breasts, white collar, white countershading, white ears, white face, white fur, white hair, white kerchief, │\n", "│ white legband, white tail, white text, wide hips, writing on belly, yellow bandanna, yellow kerchief, yellow │\n", "│ legband, by thevixenmagazine, patreon, ratchet and clank, sony corporation, sony interactive entertainment, the │\n", "│ vixen, rivet \\(ratchet and clank\\), lombax, cover, digital media \\(artwork\\), english text, full-length │\n", "│ portrait, magazine cover, portrait, signature, tag panic, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2637863.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2637863.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\2826a908aa8912a621bbc070ed4e2406.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal masturbation, anal penetration, anthro, areola, bed, bedroom, big breasts, blush, bodily fluids,   │\n",
       "│ breasts, chest tuft, clitoris, crouching, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo in pussy,  │\n",
       "│   dildo insertion, dildo sitting, double penetration, ejaculating dildo, female, furniture, genitals, hand on   │\n",
       "│  breast, holding breast, inside, looking pleasured, lube, masturbation, navel, nightstand, nipples, object in   │\n",
       "│ ass, open mouth, penetration, pink areola, pink body, pink nipples, plushie, poster, pussy, sex toy, sex toy in │\n",
       "│ ass, sex toy in pussy, sex toy insertion, shaking, snout, solo, spread legs, spreading, squirting dildo, sweat, │\n",
       "│      tail, teeth, tongue, toying self, trembling, tuft, twitching, vaginal, vaginal masturbation, vaginal       │\n",
       "│ penetration, by keadonger, bad dragon, capcom, end of the line, monster hunter, team fortress 2, valve, avalee, │\n",
       "│                         leviathan \\(mh\\), mizutsune, scalie, digital media \\(artwork\\)                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\2826a908aa8912a621bbc070ed4e2406.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal masturbation, anal penetration, anthro, areola, bed, bedroom, big breasts, blush, bodily fluids, │\n", "│ breasts, chest tuft, clitoris, crouching, cum tube, dildo, dildo \\(bad dragon\\), dildo in ass, dildo in pussy, │\n", "│ dildo insertion, dildo sitting, double penetration, ejaculating dildo, female, furniture, genitals, hand on │\n", "│ breast, holding breast, inside, looking pleasured, lube, masturbation, navel, nightstand, nipples, object in │\n", "│ ass, open mouth, penetration, pink areola, pink body, pink nipples, plushie, poster, pussy, sex toy, sex toy in │\n", "│ ass, sex toy in pussy, sex toy insertion, shaking, snout, solo, spread legs, spreading, squirting dildo, sweat, │\n", "│ tail, teeth, tongue, toying self, trembling, tuft, twitching, vaginal, vaginal masturbation, vaginal │\n", "│ penetration, by keadonger, bad dragon, capcom, end of the line, monster hunter, team fortress 2, valve, avalee, │\n", "│ leviathan \\(mh\\), mizutsune, scalie, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2655607.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2655607.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\642f0b51a723586c5f8604570e361a2a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, anthro, anus, blue eyes, bodily fluids, breasts, butt, claws, dildo, dildo in pussy, dildo insertion,  │\n",
       "│    dildo sitting, dipstick tail, feet, female, fluffy, fluffy tail, fur, genital fluids, genitals, kneeling,    │\n",
       "│   looking at viewer, markings, masturbation, neck tuft, nude, pawpads, paws, penetration, pussy, raised tail,   │\n",
       "│  riding toy, sex toy, sex toy in pussy, sex toy insertion, shower, smile, soap, solo, tail, tail markings, toe  │\n",
       "│ claws, toes, toying self, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by foxovh,  │\n",
       "│    misty \\(lewdfruit\\), domestic dog, german shepherd, herding dog, pastoral dog, digital media \\(artwork\\)     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\642f0b51a723586c5f8604570e361a2a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anus, blue eyes, bodily fluids, breasts, butt, claws, dildo, dildo in pussy, dildo insertion, │\n", "│ dildo sitting, dipstick tail, feet, female, fluffy, fluffy tail, fur, genital fluids, genitals, kneeling, │\n", "│ looking at viewer, markings, masturbation, neck tuft, nude, pawpads, paws, penetration, pussy, raised tail, │\n", "│ riding toy, sex toy, sex toy in pussy, sex toy insertion, shower, smile, soap, solo, tail, tail markings, toe │\n", "│ claws, toes, toying self, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by foxovh, │\n", "│ misty \\(lewdfruit\\), domestic dog, german shepherd, herding dog, pastoral dog, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2657421.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2657421.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\02c33f6b6742578fcfd648c934a97f73.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro on anthro, ass to ass, blush, bodily fluids, breasts, butt, clothing, cuff \\(restraint\\), dildo, │\n",
       "│ dildo in pussy, dildo insertion, double dildo, duo, female, female/female, female penetrated, fuzzy handcuffs,  │\n",
       "│ genital fluids, genitals, hair, handcuffs, hitachi magic wand, legwear, looking at viewer, metal cuffs, mostly  │\n",
       "│ nude, open mouth, open smile, penetration, pussy, pussy juice string, restraints, sex toy, sex toy background,  │\n",
       "│ sex toy in pussy, sex toy insertion, shackles, sharing dildo, sharing sex toy, small waist, smile, thigh highs, │\n",
       "│       vaginal, vaginal fluids, vaginal penetration, vibrator, wand vibrator, white hair, yellow eyes, by        │\n",
       "│  sharemyshipment, adaline \\(sharemyshipment\\), aldea \\(character\\), deer, digital media \\(artwork\\), signature  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\02c33f6b6742578fcfd648c934a97f73.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro on anthro, ass to ass, blush, bodily fluids, breasts, butt, clothing, cuff \\(restraint\\), dildo, │\n", "│ dildo in pussy, dildo insertion, double dildo, duo, female, female/female, female penetrated, fuzzy handcuffs, │\n", "│ genital fluids, genitals, hair, handcuffs, hitachi magic wand, legwear, looking at viewer, metal cuffs, mostly │\n", "│ nude, open mouth, open smile, penetration, pussy, pussy juice string, restraints, sex toy, sex toy background, │\n", "│ sex toy in pussy, sex toy insertion, shackles, sharing dildo, sharing sex toy, small waist, smile, thigh highs, │\n", "│ vaginal, vaginal fluids, vaginal penetration, vibrator, wand vibrator, white hair, yellow eyes, by │\n", "│ sharemyshipment, adaline \\(sharemyshipment\\), aldea \\(character\\), deer, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2686588.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2686588.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\575ba8f72386b5c7037565cb47b5ad64.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal dildo, animal sex toy, anthro, anus, big breasts, blush, bodily fluids, breasts, butt, crouching, cum   │\n",
       "│  tube, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, ejaculating dildo, equine dildo, eyes   │\n",
       "│   closed, female, genital fluids, genitals, heart symbol, huge breasts, huge dildo, in heat, inner ear fluff,   │\n",
       "│ large penetration, looking pleasured, masturbation, nude, open mouth, orgasm, pawpads, penetration, pussy, rear │\n",
       "│ view, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, sweat, text, thick thighs, tongue, │\n",
       "│  tongue out, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white background, wide   │\n",
       "│  hips, by conditional dnp, by whisperfoot, creative commons, lucario, digital media \\(artwork\\), english text,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\575ba8f72386b5c7037565cb47b5ad64.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, big breasts, blush, bodily fluids, breasts, butt, crouching, cum │\n", "│ tube, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, ejaculating dildo, equine dildo, eyes │\n", "│ closed, female, genital fluids, genitals, heart symbol, huge breasts, huge dildo, in heat, inner ear fluff, │\n", "│ large penetration, looking pleasured, masturbation, nude, open mouth, orgasm, pawpads, penetration, pussy, rear │\n", "│ view, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, sweat, text, thick thighs, tongue, │\n", "│ tongue out, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white background, wide │\n", "│ hips, by conditional dnp, by whisperfoot, creative commons, lucario, digital media \\(artwork\\), english text, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2695830.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2695830.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\4095cb728341a5ded510f904c4897cbb.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, anthro, arm tuft, aroused, black claws, black nose, blonde hair, blue eyes, blush, bodily   │\n",
       "│  fluids, braided hair, breasts, breath, brown body, brown fur, chest tuft, claws, clothing, collar, dialogue,   │\n",
       "│  digitigrade, dildo, dildo in pussy, dildo insertion, drooling, eyelashes, fangs, feet, female, finger claws,   │\n",
       "│  fingers, fur, genital fluids, genitals, hair, hindpaw, humanoid hands, knot, knotted dildo, legwear, legwear   │\n",
       "│ only, long hair, looking down, markings, masturbation, mostly nude, multicolored body, multicolored fur, navel, │\n",
       "│  nipples, nude, open mouth, panties, panties around ankle, panting, paws, penetration, pussy, saliva, sex toy,  │\n",
       "│ sex toy in pussy, sex toy insertion, shoulder tuft, sitting, small breasts, solo, speech bubble, spots, spotted │\n",
       "│    body, spotted fur, spread legs, spreading, stockings, stockings only, tan body, tan fur, teeth, text, toe    │\n",
       "│ claws, toeless legwear, toeless stockings, toes, tongue, tongue out, tuft, underwear, vaginal, vaginal fluids,  │\n",
       "│     vaginal masturbation, vaginal penetration, by conditional dnp, by fluff-kevlar, zofie \\(fluff-kevlar\\),     │\n",
       "│   australian shepherd, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\), english    │\n",
       "│                                                 text, signature                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\4095cb728341a5ded510f904c4897cbb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, arm tuft, aroused, black claws, black nose, blonde hair, blue eyes, blush, bodily │\n", "│ fluids, braided hair, breasts, breath, brown body, brown fur, chest tuft, claws, clothing, collar, dialogue, │\n", "│ digitigrade, dildo, dildo in pussy, dildo insertion, drooling, eyelashes, fangs, feet, female, finger claws, │\n", "│ fingers, fur, genital fluids, genitals, hair, hindpaw, humanoid hands, knot, knotted dildo, legwear, legwear │\n", "│ only, long hair, looking down, markings, masturbation, mostly nude, multicolored body, multicolored fur, navel, │\n", "│ nipples, nude, open mouth, panties, panties around ankle, panting, paws, penetration, pussy, saliva, sex toy, │\n", "│ sex toy in pussy, sex toy insertion, shoulder tuft, sitting, small breasts, solo, speech bubble, spots, spotted │\n", "│ body, spotted fur, spread legs, spreading, stockings, stockings only, tan body, tan fur, teeth, text, toe │\n", "│ claws, toeless legwear, toeless stockings, toes, tongue, tongue out, tuft, underwear, vaginal, vaginal fluids, │\n", "│ vaginal masturbation, vaginal penetration, by conditional dnp, by fluff-kevlar, zofie \\(fluff-kevlar\\), │\n", "│ australian shepherd, domestic dog, herding dog, pastoral dog, sheepdog, digital media \\(artwork\\), english │\n", "│ text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2696139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2696139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a75917a5c9e323d4b239129be6dd51da.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, animal dildo, animal sex toy, anthro, anus, areola, black body, black fur, blush, bodily    │\n",
       "│  fluids, breasts, brown eyes, butt, cheek tuft, chest tuft, clitoral hood, countershading, crotch tuft, desk,   │\n",
       "│  digitigrade, dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, ear tuft, facial tuft, female,   │\n",
       "│ fur, furniture, genitals, heart symbol, inner ear fluff, knotted dildo, medium breasts, motion lines, nipples,  │\n",
       "│  nude, open mouth, pawpads, paws, penetration, pink areola, pink nipples, pink pussy, pseudo clothing, pussy,   │\n",
       "│   red body, red fur, red nose, saliva, saliva on tongue, sex toy, sex toy in pussy, sex toy insertion, solo,    │\n",
       "│   spread legs, spreading, table, teeth, thick thighs, tongue, tongue out, tuft, vaginal, vaginal penetration,   │\n",
       "│                              yellow body, yellow fur, by avante92, delphox, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a75917a5c9e323d4b239129be6dd51da.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, animal dildo, animal sex toy, anthro, anus, areola, black body, black fur, blush, bodily │\n", "│ fluids, breasts, brown eyes, butt, cheek tuft, chest tuft, clitoral hood, countershading, crotch tuft, desk, │\n", "│ digitigrade, dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, ear tuft, facial tuft, female, │\n", "│ fur, furniture, genitals, heart symbol, inner ear fluff, knotted dildo, medium breasts, motion lines, nipples, │\n", "│ nude, open mouth, pawpads, paws, penetration, pink areola, pink nipples, pink pussy, pseudo clothing, pussy, │\n", "│ red body, red fur, red nose, saliva, saliva on tongue, sex toy, sex toy in pussy, sex toy insertion, solo, │\n", "│ spread legs, spreading, table, teeth, thick thighs, tongue, tongue out, tuft, vaginal, vaginal penetration, │\n", "│ yellow body, yellow fur, by avante92, delphox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2698360.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2698360.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\8d163445a5c961e5ac295c6c2d7c016b.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, anthro, anus, blue body, blue fur, blush, bodily fluids, butt, dildo, dildo in pussy, dildo insertion,  │\n",
       "│  dildo sitting, feet, female, fur, genital fluids, genitals, glistening, glistening body, hair, knot, knotted   │\n",
       "│ dildo, looking at viewer, looking back, looking back at viewer, masturbation, nude, pawpads, paws, penetration, │\n",
       "│ pussy, pussy juice on dildo, rear view, sex toy, sex toy in pussy, sex toy insertion, soles, solo, text, toes,  │\n",
       "│ toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by castitas, star fox, krystal │\n",
       "│                \\(star fox\\), fox, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\8d163445a5c961e5ac295c6c2d7c016b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anus, blue body, blue fur, blush, bodily fluids, butt, dildo, dildo in pussy, dildo insertion, │\n", "│ dildo sitting, feet, female, fur, genital fluids, genitals, glistening, glistening body, hair, knot, knotted │\n", "│ dildo, looking at viewer, looking back, looking back at viewer, masturbation, nude, pawpads, paws, penetration, │\n", "│ pussy, pussy juice on dildo, rear view, sex toy, sex toy in pussy, sex toy insertion, soles, solo, text, toes, │\n", "│ toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by castitas, star fox, krystal │\n", "│ \\(star fox\\), fox, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2709215.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2709215.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\df52ccda7f6d8617928b4006d531b7d0.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, areola,   │\n",
       "│  beach, big breasts, blush, breasts, butt, canon x oc, cheek tuft, claws, collar, collar only, dildo, dildo in  │\n",
       "│   pussy, dildo insertion, duo, faceless character, faceless female, facial tuft, feet, female, female/female,   │\n",
       "│  female penetrated, female penetrating, female penetrating female, fur, gloves \\(marking\\), hair, half-closed   │\n",
       "│     eyes, inner ear fluff, long hair, looking at another, looking at partner, looking back, looking back at     │\n",
       "│   another, looking back at partner, looking pleasured, markings, narrowed eyes, navel, nipples, nude, outdoor   │\n",
       "│  nudity, outside sex, palm tree, penetration, penile, penile penetration, plant, public, public nudity, public  │\n",
       "│   sex, red sclera, sand, seaside, sex, sex toy, sex toy in pussy, sex toy insertion, side boob, spank marks,    │\n",
       "│  strapon, tail, tail grab, thick thighs, toe claws, toes, tree, tuft, vaginal, vaginal penetration, water, by   │\n",
       "│ foxovh, helluva boss, mythology, loona \\(helluva boss\\), medivh \\(soundvariations\\), demon, dragon, hellhound,  │\n",
       "│            mythological creature, mythological scalie, scalie, digital media \\(artwork\\), signature             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\df52ccda7f6d8617928b4006d531b7d0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, areola, │\n", "│ beach, big breasts, blush, breasts, butt, canon x oc, cheek tuft, claws, collar, collar only, dildo, dildo in │\n", "│ pussy, dildo insertion, duo, faceless character, faceless female, facial tuft, feet, female, female/female, │\n", "│ female penetrated, female penetrating, female penetrating female, fur, gloves \\(marking\\), hair, half-closed │\n", "│ eyes, inner ear fluff, long hair, looking at another, looking at partner, looking back, looking back at │\n", "│ another, looking back at partner, looking pleasured, markings, narrowed eyes, navel, nipples, nude, outdoor │\n", "│ nudity, outside sex, palm tree, penetration, penile, penile penetration, plant, public, public nudity, public │\n", "│ sex, red sclera, sand, seaside, sex, sex toy, sex toy in pussy, sex toy insertion, side boob, spank marks, │\n", "│ strapon, tail, tail grab, thick thighs, toe claws, toes, tree, tuft, vaginal, vaginal penetration, water, by │\n", "│ foxovh, helluva boss, mythology, loona \\(helluva boss\\), medivh \\(soundvariations\\), demon, dragon, hellhound, │\n", "│ mythological creature, mythological scalie, scalie, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2711314.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2711314.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\70bc804c5b41e1c33764c784ce810f22.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, anthro, bdsm, bed, bodily fluids, bondage, bondage furniture, bondage gear, bound, breasts,  │\n",
       "│    breath, brown body, brown eyes, brown fur, brown hair, cage, chain, choker, clock, clothed, clothed/nude,    │\n",
       "│  clothed male nude female, clothing, collar, countershading, cuffs \\(clothing\\), curvy figure, dildo, dildo in  │\n",
       "│ pussy, dildo insertion, dildo sitting, dominant, dominant male, dress shirt, dungeon, duo, fangs, feet, female, │\n",
       "│   fingers, fluffy, fluffy tail, fur, furniture, genital fluids, genitals, green eyes, hair, inflatable dildo,   │\n",
       "│ jewelry, long hair, looking down, male, male/female, necklace, necktie, nipple piercing, nipples, nude, on bed, │\n",
       "│  open mouth, panting, penetration, piercing, pump, pussy, sex toy, sex toy in pussy, sex toy insertion, shirt,  │\n",
       "│ slim, strap bondage, straps, submissive, submissive female, tail, teeth, thick thighs, toes, topwear, vaginal,  │\n",
       "│   vaginal fluids, vaginal penetration, watch, white body, white fur, wide eyed, by fumiko, mardu \\(enyu91\\),    │\n",
       "│                                  skylar zero, wolf, digital media \\(artwork\\)                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\70bc804c5b41e1c33764c784ce810f22.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, bdsm, bed, bodily fluids, bondage, bondage furniture, bondage gear, bound, breasts, │\n", "│ breath, brown body, brown eyes, brown fur, brown hair, cage, chain, choker, clock, clothed, clothed/nude, │\n", "│ clothed male nude female, clothing, collar, countershading, cuffs \\(clothing\\), curvy figure, dildo, dildo in │\n", "│ pussy, dildo insertion, dildo sitting, dominant, dominant male, dress shirt, dungeon, duo, fangs, feet, female, │\n", "│ fingers, fluffy, fluffy tail, fur, furniture, genital fluids, genitals, green eyes, hair, inflatable dildo, │\n", "│ jewelry, long hair, looking down, male, male/female, necklace, necktie, nipple piercing, nipples, nude, on bed, │\n", "│ open mouth, panting, penetration, piercing, pump, pussy, sex toy, sex toy in pussy, sex toy insertion, shirt, │\n", "│ slim, strap bondage, straps, submissive, submissive female, tail, teeth, thick thighs, toes, topwear, vaginal, │\n", "│ vaginal fluids, vaginal penetration, watch, white body, white fur, wide eyed, by fumiko, mardu \\(enyu91\\), │\n", "│ skylar zero, wolf, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2730620.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2730620.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\2e586b2c8e92b0055a969ba0e7940c6e.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  alternative fashion, anthro, arched back, athletic, athletic anthro, athletic female, big butt, bite, biting   │\n",
       "│ lip, blush, bodily fluids, bottomless, bra, bracelet, breasts, butt, cellphone, chromatic aberration, clothed,  │\n",
       "│ clothing, dildo, dildo in pussy, dildo insertion, dildo sitting, drugs, egg vibrator, ejaculation, electronics, │\n",
       "│  female, genital fluids, genitals, glowing, glowing eyes, goth, in heat, jewelry, leggings, legwear, listening  │\n",
       "│  to music, masturbation, music, orgasm, penetration, phone, profanity, pussy, pussy ejaculation, sex toy, sex   │\n",
       "│   toy in pussy, sex toy insertion, smartphone, smoking, solo, sweat, text, torn clothing, underwear, vaginal,   │\n",
       "│   vaginal fluids, vaginal penetration, vibrator, wide hips, by spiritd, helluva boss, kmfdm, mythology, loona   │\n",
       "│                         \\(helluva boss\\), demon, hellhound, mythological creature, url                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\2e586b2c8e92b0055a969ba0e7940c6e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alternative fashion, anthro, arched back, athletic, athletic anthro, athletic female, big butt, bite, biting │\n", "│ lip, blush, bodily fluids, bottomless, bra, bracelet, breasts, butt, cellphone, chromatic aberration, clothed, │\n", "│ clothing, dildo, dildo in pussy, dildo insertion, dildo sitting, drugs, egg vibrator, ejaculation, electronics, │\n", "│ female, genital fluids, genitals, glowing, glowing eyes, goth, in heat, jewelry, leggings, legwear, listening │\n", "│ to music, masturbation, music, orgasm, penetration, phone, profanity, pussy, pussy ejaculation, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, smartphone, smoking, solo, sweat, text, torn clothing, underwear, vaginal, │\n", "│ vaginal fluids, vaginal penetration, vibrator, wide hips, by spiritd, helluva boss, kmfdm, mythology, loona │\n", "│ \\(helluva boss\\), demon, hellhound, mythological creature, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2738227.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2738227.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\bcd77b42456cd617a9b9d54f3fa5df0c.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, antlers, blush, bodily fluids, clenched teeth, clitoral hood, clothing, countershading, dialogue,    │\n",
       "│ dildo, dildo in pussy, dildo insertion, dildo pants, eyes closed, female, fingers, fixed dildo, fixed toy, flat │\n",
       "│   chested, genital fluids, genitals, hair, hoodie, horn, inner ear fluff, penetration, pink pussy, profanity,   │\n",
       "│   pussy, red nose, sex toy, sex toy in pussy, sex toy insertion, solo, teeth, text, text on clothing, text on   │\n",
       "│      hoodie, text on topwear, toilet, tomboy, topwear, tuft, unchastity, vaginal, vaginal fluids, vaginal       │\n",
       "│  penetration, by the-minuscule-task, rue \\(the-minuscule-task\\), deer, new world deer, reindeer, digital media  │\n",
       "│                                        \\(artwork\\), english text, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\bcd77b42456cd617a9b9d54f3fa5df0c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, antlers, blush, bodily fluids, clenched teeth, clitoral hood, clothing, countershading, dialogue, │\n", "│ dildo, dildo in pussy, dildo insertion, dildo pants, eyes closed, female, fingers, fixed dildo, fixed toy, flat │\n", "│ chested, genital fluids, genitals, hair, hoodie, horn, inner ear fluff, penetration, pink pussy, profanity, │\n", "│ pussy, red nose, sex toy, sex toy in pussy, sex toy insertion, solo, teeth, text, text on clothing, text on │\n", "│ hoodie, text on topwear, toilet, tomboy, topwear, tuft, unchastity, vaginal, vaginal fluids, vaginal │\n", "│ penetration, by the-minuscule-task, rue \\(the-minuscule-task\\), deer, new world deer, reindeer, digital media │\n", "│ \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2757968.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2757968.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\0ab57db4c02704c86da4f22ce8ee93ec.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, athletic, athletic anthro, athletic female, black inner pussy, black nipples, black nose, black   │\n",
       "│ pussy, blush, bodily fluids, breasts, cellphone, cheek tuft, claws, clitoral hood, clitoris, clothing, collar,  │\n",
       "│    dildo, dildo in pussy, dildo insertion, dutch angle, ear piercing, ear ring, electronics, erect nipples,     │\n",
       "│  eyebrow piercing, facial piercing, facial tuft, female, finger claws, fingerless gloves, fur, genital fluids,  │\n",
       "│  genitals, glistening, glistening body, gloves, grey body, hair, handwear, humanoid genitalia, humanoid pussy,  │\n",
       "│   legwear, looking at viewer, multicolored inner pussy, multicolored pussy, nipples, open mouth, penetration,   │\n",
       "│ phone, piercing, pussy, red sclera, ring piercing, sex toy, sex toy in pussy, sex toy insertion, shadow, sharp  │\n",
       "│  teeth, slim, smartphone, solo, spiked collar, spikes, teeth, tongue, tongue out, tuft, two tone inner pussy,   │\n",
       "│  two tone pussy, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white inner pussy, white  │\n",
       "│    pussy, by pixelsketcher, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological     │\n",
       "│                                                creature, hi res                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\0ab57db4c02704c86da4f22ce8ee93ec.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, athletic, athletic anthro, athletic female, black inner pussy, black nipples, black nose, black │\n", "│ pussy, blush, bodily fluids, breasts, cellphone, cheek tuft, claws, clitoral hood, clitoris, clothing, collar, │\n", "│ dildo, dildo in pussy, dildo insertion, dutch angle, ear piercing, ear ring, electronics, erect nipples, │\n", "│ eyebrow piercing, facial piercing, facial tuft, female, finger claws, fingerless gloves, fur, genital fluids, │\n", "│ genitals, glistening, glistening body, gloves, grey body, hair, handwear, humanoid genitalia, humanoid pussy, │\n", "│ legwear, looking at viewer, multicolored inner pussy, multicolored pussy, nipples, open mouth, penetration, │\n", "│ phone, piercing, pussy, red sclera, ring piercing, sex toy, sex toy in pussy, sex toy insertion, shadow, sharp │\n", "│ teeth, slim, smartphone, solo, spiked collar, spikes, teeth, tongue, tongue out, tuft, two tone inner pussy, │\n", "│ two tone pussy, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white inner pussy, white │\n", "│ pussy, by pixelsketcher, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological │\n", "│ creature, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2830318.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2830318.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\0a93084539be8c58b2f600f9ddf16b2c.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  accessory, all fours, anal, anal penetration, animal genitalia, animal penis, animal pussy, anthro, arm tuft,  │\n",
       "│  audience, ball gag, balls, barefoot, bdsm, being watched, big breasts, biped, bit gag, blue eyes, blue penis,  │\n",
       "│   blush, bodily fluids, bondage, bondage furniture, bound, breasts, butt, chastity device, chastity piercing,   │\n",
       "│   cheek tuft, chest tuft, clenched teeth, clitoral, clitoris, clitoris piercing, clothing, collar, crotchless   │\n",
       "│   clothing, crotchless panties, crotchless underwear, digitigrade, dildo, dildo in ass, dildo in pussy, dildo   │\n",
       "│   insertion, dominant, dominant female, dripping, drooling, dutch angle, egg vibrator, elbow tuft, erection,    │\n",
       "│   eyebrow through hair, eyebrows, eyes closed, facial tuft, feathered wings, feathers, feet, female, fluffy,    │\n",
       "│  fluffy tail, fucking machine, fur, gag, garter, garter belt, garter straps, genital fluids, genital piercing,  │\n",
       "│    genitals, group, hair, hands above head, hands behind back, harness, horn, humiliation, inner ear fluff,     │\n",
       "│  kneeling, knot, labia piercing, looking at another, looking back, machine, male, male and female submissive,   │\n",
       "│   multi nipple, multicolored body, multicolored fur, multicolored hair, navel, nipple clamp, nipple piercing,   │\n",
       "│    nipple tape, nipple weights, nipples, object in ass, open mouth, panties, pasties, pawpads, penetration,     │\n",
       "│ penile, penis, piercing, ponytail, precum, public, public humiliation, pussy, pussy piercing, raised tail, rear │\n",
       "│  view, red eyes, restrained, restraints, riding crop, rope, rope bondage, rope harness, saint andrew's cross,   │\n",
       "│   saliva, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, shaking, smile, spread eagle, spread    │\n",
       "│ legs, spreading, stage, standing, striped body, striped fur, stripes, submissive, submissive female, submissive │\n",
       "│      male, tail, tape, teeth, toeless \\(marking\\), tongue, tongue out, transguiche piercing, translucent,       │\n",
       "│   translucent hair, trembling, tuft, two tone body, two tone fur, underwear, vaginal, vaginal fluids, vaginal   │\n",
       "│   penetration, vibrator, vibrator in pussy, vibrator on penis, vibrators on nipples, whip, white balls, white   │\n",
       "│ body, white fur, white hair, wings, by f-r95, by raaz, dannica stanislav \\(character\\), jacki northstar, bovid, │\n",
       "│     caprine, goat, hyena, pantherine, striped hyena, tiger, wolf, collaboration, digital media \\(artwork\\),     │\n",
       "│                                         full-length portrait, portrait                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\0a93084539be8c58b2f600f9ddf16b2c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, all fours, anal, anal penetration, animal genitalia, animal penis, animal pussy, anthro, arm tuft, │\n", "│ audience, ball gag, balls, barefoot, bdsm, being watched, big breasts, biped, bit gag, blue eyes, blue penis, │\n", "│ blush, bodily fluids, bondage, bondage furniture, bound, breasts, butt, chastity device, chastity piercing, │\n", "│ cheek tuft, chest tuft, clenched teeth, clitoral, clitoris, clitoris piercing, clothing, collar, crotchless │\n", "│ clothing, crotchless panties, crotchless underwear, digitigrade, dildo, dildo in ass, dildo in pussy, dildo │\n", "│ insertion, dominant, dominant female, dripping, drooling, dutch angle, egg vibrator, elbow tuft, erection, │\n", "│ eyebrow through hair, eyebrows, eyes closed, facial tuft, feathered wings, feathers, feet, female, fluffy, │\n", "│ fluffy tail, fucking machine, fur, gag, garter, garter belt, garter straps, genital fluids, genital piercing, │\n", "│ genitals, group, hair, hands above head, hands behind back, harness, horn, humiliation, inner ear fluff, │\n", "│ kneeling, knot, labia piercing, looking at another, looking back, machine, male, male and female submissive, │\n", "│ multi nipple, multicolored body, multicolored fur, multicolored hair, navel, nipple clamp, nipple piercing, │\n", "│ nipple tape, nipple weights, nipples, object in ass, open mouth, panties, pasties, pawpads, penetration, │\n", "│ penile, penis, piercing, ponytail, precum, public, public humiliation, pussy, pussy piercing, raised tail, rear │\n", "│ view, red eyes, restrained, restraints, riding crop, rope, rope bondage, rope harness, saint andrew's cross, │\n", "│ saliva, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, shaking, smile, spread eagle, spread │\n", "│ legs, spreading, stage, standing, striped body, striped fur, stripes, submissive, submissive female, submissive │\n", "│ male, tail, tape, teeth, toeless \\(marking\\), tongue, tongue out, transguiche piercing, translucent, │\n", "│ translucent hair, trembling, tuft, two tone body, two tone fur, underwear, vaginal, vaginal fluids, vaginal │\n", "│ penetration, vibrator, vibrator in pussy, vibrator on penis, vibrators on nipples, whip, white balls, white │\n", "│ body, white fur, white hair, wings, by f-r95, by raaz, dannica stanislav \\(character\\), jacki northstar, bovid, │\n", "│ caprine, goat, hyena, pantherine, striped hyena, tiger, wolf, collaboration, digital media \\(artwork\\), │\n", "│ full-length portrait, portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2835238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2835238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\b5450f126bb23d0c2ca6038e7f8c1ff6.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, all fours, anal, anal penetration, animal genitalia, animal penis, anthro, arm tuft, audience, ball  │\n",
       "│  gag, balls, bdsm, being watched, big breasts, bit gag, blue eyes, blue penis, blush, bodily fluids, bondage,   │\n",
       "│  bondage furniture, bound, breasts, butt, chastity device, chastity piercing, cheek tuft, chest tuft, clenched  │\n",
       "│    teeth, clitoris, clitoris piercing, clothing, collar, crotchless clothing, crotchless panties, crotchless    │\n",
       "│    underwear, digitigrade, dildo, dildo in ass, dildo in pussy, dildo insertion, dominant, dominant female,     │\n",
       "│    dripping, drooling, dutch angle, egg vibrator, elbow tuft, erection, eyebrow through hair, eyebrows, eyes    │\n",
       "│  closed, facial tuft, feathered wings, feathers, feet, female, fucking machine, fur, gag, garter, garter belt,  │\n",
       "│  garter straps, genital fluids, genital piercing, genitals, group, hair, hands above head, hands behind back,   │\n",
       "│ harness, horn, humiliation, inner ear fluff, kneeling, knot, labia piercing, looking at another, looking back,  │\n",
       "│    machine, male, male and female submissive, multicolored body, multicolored fur, multicolored hair, navel,    │\n",
       "│ nipple clamp, nipple piercing, nipple tape, nipple weights, nipples, object in ass, panties, pasties, pawpads,  │\n",
       "│   penetration, penile, penis, piercing, ponytail, precum, public, public humiliation, pussy, pussy piercing,    │\n",
       "│ raised tail, rear view, red eyes, restrained, restraints, riding crop, rope, rope bondage, rope harness, saint  │\n",
       "│   andrew's cross, saliva, sewn pussy, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, shaking,    │\n",
       "│  smile, spread eagle, spread legs, spreading, stage, standing, striped body, striped fur, stripes, submissive,  │\n",
       "│   submissive female, submissive male, tail, tape, teeth, toeless \\(marking\\), tongue, tongue out, transguiche   │\n",
       "│   piercing, translucent, translucent hair, trembling, tuft, two tone body, two tone fur, underwear, vaginal,    │\n",
       "│   vaginal fluids, vaginal penetration, vibrator, vibrator in pussy, vibrator on penis, vibrators on nipples,    │\n",
       "│   whip, white balls, white hair, wings, by f-r95, by raaz, dannica stanislav \\(character\\), jacki northstar,    │\n",
       "│ bovid, caprine, goat, hyena, pantherine, striped hyena, tiger, wolf, collaboration, digital media \\(artwork\\),  │\n",
       "│                                    full-length portrait, portrait, tag panic                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\b5450f126bb23d0c2ca6038e7f8c1ff6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, all fours, anal, anal penetration, animal genitalia, animal penis, anthro, arm tuft, audience, ball │\n", "│ gag, balls, bdsm, being watched, big breasts, bit gag, blue eyes, blue penis, blush, bodily fluids, bondage, │\n", "│ bondage furniture, bound, breasts, butt, chastity device, chastity piercing, cheek tuft, chest tuft, clenched │\n", "│ teeth, clitoris, clitoris piercing, clothing, collar, crotchless clothing, crotchless panties, crotchless │\n", "│ underwear, digitigrade, dildo, dildo in ass, dildo in pussy, dildo insertion, dominant, dominant female, │\n", "│ dripping, drooling, dutch angle, egg vibrator, elbow tuft, erection, eyebrow through hair, eyebrows, eyes │\n", "│ closed, facial tuft, feathered wings, feathers, feet, female, fucking machine, fur, gag, garter, garter belt, │\n", "│ garter straps, genital fluids, genital piercing, genitals, group, hair, hands above head, hands behind back, │\n", "│ harness, horn, humiliation, inner ear fluff, kneeling, knot, labia piercing, looking at another, looking back, │\n", "│ machine, male, male and female submissive, multicolored body, multicolored fur, multicolored hair, navel, │\n", "│ nipple clamp, nipple piercing, nipple tape, nipple weights, nipples, object in ass, panties, pasties, pawpads, │\n", "│ penetration, penile, penis, piercing, ponytail, precum, public, public humiliation, pussy, pussy piercing, │\n", "│ raised tail, rear view, red eyes, restrained, restraints, riding crop, rope, rope bondage, rope harness, saint │\n", "│ andrew's cross, saliva, sewn pussy, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, shaking, │\n", "│ smile, spread eagle, spread legs, spreading, stage, standing, striped body, striped fur, stripes, submissive, │\n", "│ submissive female, submissive male, tail, tape, teeth, toeless \\(marking\\), tongue, tongue out, transguiche │\n", "│ piercing, translucent, translucent hair, trembling, tuft, two tone body, two tone fur, underwear, vaginal, │\n", "│ vaginal fluids, vaginal penetration, vibrator, vibrator in pussy, vibrator on penis, vibrators on nipples, │\n", "│ whip, white balls, white hair, wings, by f-r95, by raaz, dannica stanislav \\(character\\), jacki northstar, │\n", "│ bovid, caprine, goat, hyena, pantherine, striped hyena, tiger, wolf, collaboration, digital media \\(artwork\\), │\n", "│ full-length portrait, portrait, tag panic │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2837176.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2837176.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\56a16fbc24ec4c7f5a0aed370f23158b.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anatomically correct, anatomically correct anus, anthro, anus, asian clothing, bad parenting, being watched,   │\n",
       "│   bent over, biped, black nose, blush, bodily fluids, bottomless, bottomless anthro, bottomless female, box,    │\n",
       "│ butt, camera, cellphone, chair, cheek tuft, clothed, clothing, cloven hooves, colored nails, computer, computer │\n",
       "│  monitor, container, countershade butt, countershade face, countershade tail, countershading, dewclaw hooves,   │\n",
       "│      dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick ears, dripping, east asian clothing,       │\n",
       "│  electronics, eyelashes, facial tuft, female, female penetrated, fingernails, fur, furniture, genital fluids,   │\n",
       "│ genitals, heart symbol, holding cellphone, holding object, holding phone, hooves, incestuous fantasy, inner ear │\n",
       "│ fluff, japanese clothing, japanese school uniform, kneeling, leaking, leaking pussy, leaking pussy juice, long  │\n",
       "│  eyelashes, looking at another, masturbation, monitor, multicolored ears, nails, nipple outline, office chair,  │\n",
       "│  onomatopoeia, paper, penetration, phone, pink fingernails, pink nails, plant, purple eyes, pussy, pussy juice  │\n",
       "│  drip, pussy juice leaking, pussy juice on dildo, pussy juice on leg, pussy juice puddle, pussy juice string,   │\n",
       "│   rear view, school uniform, scut tail, serafuku, sex toy, sex toy in pussy, sex toy insertion, shirt, shirt    │\n",
       "│   only, short tail, solo, sound effects, speech bubble, tail, tan body, tan fur, text, topwear, topwear only,   │\n",
       "│    toying self, tree, tuft, underhoof, unguligrade, uniform, vaginal, vaginal fluids, vaginal masturbation,     │\n",
       "│   vaginal penetration, vaginal tugging, voyeur, webcam, window, by loimu, loimu \\(character\\), deer, digital    │\n",
       "│     media \\(artwork\\), english text, hi res, daughter \\(lore\\), incestuous voyeur \\(lore\\), indirect incest     │\n",
       "│ \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and daughter \\(lore\\), parent \\(lore\\), parent and │\n",
       "│                                  child \\(lore\\), parent and daughter \\(lore\\)                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\56a16fbc24ec4c7f5a0aed370f23158b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anatomically correct, anatomically correct anus, anthro, anus, asian clothing, bad parenting, being watched, │\n", "│ bent over, biped, black nose, blush, bodily fluids, bottomless, bottomless anthro, bottomless female, box, │\n", "│ butt, camera, cellphone, chair, cheek tuft, clothed, clothing, cloven hooves, colored nails, computer, computer │\n", "│ monitor, container, countershade butt, countershade face, countershade tail, countershading, dewclaw hooves, │\n", "│ dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick ears, dripping, east asian clothing, │\n", "│ electronics, eyelashes, facial tuft, female, female penetrated, fingernails, fur, furniture, genital fluids, │\n", "│ genitals, heart symbol, holding cellphone, holding object, holding phone, hooves, incestuous fantasy, inner ear │\n", "│ fluff, japanese clothing, japanese school uniform, kneeling, leaking, leaking pussy, leaking pussy juice, long │\n", "│ eyelashes, looking at another, masturbation, monitor, multicolored ears, nails, nipple outline, office chair, │\n", "│ onomatopoeia, paper, penetration, phone, pink fingernails, pink nails, plant, purple eyes, pussy, pussy juice │\n", "│ drip, pussy juice leaking, pussy juice on dildo, pussy juice on leg, pussy juice puddle, pussy juice string, │\n", "│ rear view, school uniform, scut tail, serafuku, sex toy, sex toy in pussy, sex toy insertion, shirt, shirt │\n", "│ only, short tail, solo, sound effects, speech bubble, tail, tan body, tan fur, text, topwear, topwear only, │\n", "│ toying self, tree, tuft, underhoof, unguligrade, uniform, vaginal, vaginal fluids, vaginal masturbation, │\n", "│ vaginal penetration, vaginal tugging, voyeur, webcam, window, by loimu, loimu \\(character\\), deer, digital │\n", "│ media \\(artwork\\), english text, hi res, daughter \\(lore\\), incestuous voyeur \\(lore\\), indirect incest │\n", "│ \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and daughter \\(lore\\), parent \\(lore\\), parent and │\n", "│ child \\(lore\\), parent and daughter \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2845986.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2845986.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\72b3ef113e4285a38b5a96e40646c328.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus, big anus, big butt,   │\n",
       "│   blush, bodily fluids, bottomwear, breasts, bubble butt, butt, clothed, clothing, dialogue, dildo, dildo in    │\n",
       "│  pussy, dildo insertion, double penetration, duo, female, fur, genital fluids, genitals, heart symbol, hearts   │\n",
       "│  around body, hearts around head, hidden sex toy, huge butt, male, masturbation, no underwear, object in ass,   │\n",
       "│    open mouth, penetration, pussy, rear view, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion,     │\n",
       "│  sitting, skirt, smile, speech bubble, stealth masturbation, sweat, sweaty butt, tail, tail motion, tail under  │\n",
       "│   skirt, tailwag, text, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wide   │\n",
       "│   hips, by jinu, aggretsuko, sanrio, haida \\(aggretsuko\\), inui \\(aggretsuko\\), domestic dog, hyena, spotted    │\n",
       "│                                           hyena, english text, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\72b3ef113e4285a38b5a96e40646c328.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal beads, anal beads in ass, anal masturbation, anal penetration, anthro, anus, big anus, big butt, │\n", "│ blush, bodily fluids, bottomwear, breasts, bubble butt, butt, clothed, clothing, dialogue, dildo, dildo in │\n", "│ pussy, dildo insertion, double penetration, duo, female, fur, genital fluids, genitals, heart symbol, hearts │\n", "│ around body, hearts around head, hidden sex toy, huge butt, male, masturbation, no underwear, object in ass, │\n", "│ open mouth, penetration, pussy, rear view, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, │\n", "│ sitting, skirt, smile, speech bubble, stealth masturbation, sweat, sweaty butt, tail, tail motion, tail under │\n", "│ skirt, tailwag, text, toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wide │\n", "│ hips, by jinu, aggretsuko, sanrio, haida \\(aggretsuko\\), inui \\(aggretsuko\\), domestic dog, hyena, spotted │\n", "│ hyena, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2889642.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2889642.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\99ebce6084f7ce644fd002be1a21c83f.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, bandage, bodily fluids, breasts, dildo, dildo in pussy, dildo insertion, eyelashes, female, fur,     │\n",
       "│    furniture, genital fluids, genitals, hair, long hair, masturbation, multicolored body, multicolored fur,     │\n",
       "│  nipples, on sofa, orange hair, penetration, pink nipples, pink pussy, pussy, red eyes, red nose, sex toy, sex  │\n",
       "│       toy in pussy, sex toy insertion, sofa, solo, vaginal, vaginal fluids, vaginal masturbation, vaginal       │\n",
       "│                      penetration, by personalami, feline, lynx, digital media \\(artwork\\)                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\99ebce6084f7ce644fd002be1a21c83f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bandage, bodily fluids, breasts, dildo, dildo in pussy, dildo insertion, eyelashes, female, fur, │\n", "│ furniture, genital fluids, genitals, hair, long hair, masturbation, multicolored body, multicolored fur, │\n", "│ nipples, on sofa, orange hair, penetration, pink nipples, pink pussy, pussy, red eyes, red nose, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, sofa, solo, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, by personalami, feline, lynx, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2895179.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2895179.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\2bca42ff57935e15bb4bd6fe4a8f8399.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro     │\n",
       "│ penetrating anthro, anus, balls, black body, black fur, black nipples, blue eyes, bodily fluids, breasts, butt, │\n",
       "│ cheek bulge, chest tuft, collar, deep throat, dildo, dildo in pussy, dildo insertion, double penetration, duo,  │\n",
       "│   fellatio, female, female penetrated, fur, genital fluids, genitals, hair, inverted nipples, kneeling, knot,   │\n",
       "│  knotting, leash, male, male/female, male penetrating, male penetrating female, nipples, oral, oral knotting,   │\n",
       "│ oral penetration, penetration, penile, penis, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, tongue  │\n",
       "│     out blowjob, tuft, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white hair, by      │\n",
       "│                         dimwitdog, devin \\(devin arts\\), kimber \\(devin arts\\), hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\2bca42ff57935e15bb4bd6fe4a8f8399.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, anus, balls, black body, black fur, black nipples, blue eyes, bodily fluids, breasts, butt, │\n", "│ cheek bulge, chest tuft, collar, deep throat, dildo, dildo in pussy, dildo insertion, double penetration, duo, │\n", "│ fellatio, female, female penetrated, fur, genital fluids, genitals, hair, inverted nipples, kneeling, knot, │\n", "│ knotting, leash, male, male/female, male penetrating, male penetrating female, nipples, oral, oral knotting, │\n", "│ oral penetration, penetration, penile, penis, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, tongue │\n", "│ out blowjob, tuft, vaginal, vaginal fluids, vaginal penetration, white body, white fur, white hair, by │\n", "│ dimwitdog, devin \\(devin arts\\), kimber \\(devin arts\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2895255.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2895255.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\cb945a23fcd1961cafc07a28741b84ba.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, anus, balls, black nipples, blush, bodily fluids, breasts, butt, chest tuft, collar, │\n",
       "│    cum, cum drip, cum from mouth, cum from nose, cum in mouth, cum in nose, cum inside, cum on breasts, deep    │\n",
       "│   throat, dildo, dildo in pussy, dildo insertion, dominant, dominant male, double penetration, dripping, duo,   │\n",
       "│  eyebrows, faceless character, faceless male, fellatio, female, fingers, fur, genital fluids, genitals, hair,   │\n",
       "│  knot, leaking cum, leash, looking pleasured, male, male/female, male penetrating anthro, nipples, oral, oral   │\n",
       "│ penetration, orgasm, penetration, penile, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, solo focus, │\n",
       "│ submissive, submissive female, tail, tongue out blowjob, tuft, vaginal, vaginal fluids, vaginal penetration, by │\n",
       "│            dimwitdog, devin \\(devin arts\\), kimber \\(devin arts\\), digital media \\(artwork\\), hi res            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\cb945a23fcd1961cafc07a28741b84ba.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, anus, balls, black nipples, blush, bodily fluids, breasts, butt, chest tuft, collar, │\n", "│ cum, cum drip, cum from mouth, cum from nose, cum in mouth, cum in nose, cum inside, cum on breasts, deep │\n", "│ throat, dildo, dildo in pussy, dildo insertion, dominant, dominant male, double penetration, dripping, duo, │\n", "│ eyebrows, faceless character, faceless male, fellatio, female, fingers, fur, genital fluids, genitals, hair, │\n", "│ knot, leaking cum, leash, looking pleasured, male, male/female, male penetrating anthro, nipples, oral, oral │\n", "│ penetration, orgasm, penetration, penile, pussy, sex, sex toy, sex toy in pussy, sex toy insertion, solo focus, │\n", "│ submissive, submissive female, tail, tongue out blowjob, tuft, vaginal, vaginal fluids, vaginal penetration, by │\n", "│ dimwitdog, devin \\(devin arts\\), kimber \\(devin arts\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2923582.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2923582.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\c31947da7e6aacdb688c4af30b6f6fa4.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  >:3, anal, anal masturbation, anal penetration, anthro, areola, armwear, black sclera, blush, bodily fluids,   │\n",
       "│  bottomless, breast size difference, breasts, clothed, clothing, collar, dildo, dildo in ass, dildo in pussy,   │\n",
       "│ dildo insertion, dildo sitting, dildo sitting reveal, female, fur, genital fluids, genitals, grey body, group,  │\n",
       "│  group masturbation, hair, knotted dildo, looking at viewer, masturbation, mostly nude, nipple outline, nipple  │\n",
       "│ slip, nipples, nude, object in ass, penetration, piercing, pink areola, pink nipples, pubes, pussy, red pussy,  │\n",
       "│   red sclera, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, simple background, smile, spikes,   │\n",
       "│  spread legs, spreading, sweat, sweatdrop, tentacle dildo, tongue, topwear, tuft, under boob, vaginal, vaginal  │\n",
       "│    penetration, white body, white eyes, white fur, yellow body, yellow fur, by daimo, bandai namco, cartoon     │\n",
       "│   hangover, helluva boss, mythology, star fox, the summoning, claire \\(the summoning\\), krystal \\(star fox\\),   │\n",
       "│ loona \\(helluva boss\\), demon, domestic cat, feline, fox, hellhound, mythological creature, renamon, crossover, │\n",
       "│                                        digital media \\(artwork\\), hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\c31947da7e6aacdb688c4af30b6f6fa4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ >:3, anal, anal masturbation, anal penetration, anthro, areola, armwear, black sclera, blush, bodily fluids, │\n", "│ bottomless, breast size difference, breasts, clothed, clothing, collar, dildo, dildo in ass, dildo in pussy, │\n", "│ dildo insertion, dildo sitting, dildo sitting reveal, female, fur, genital fluids, genitals, grey body, group, │\n", "│ group masturbation, hair, knotted dildo, looking at viewer, masturbation, mostly nude, nipple outline, nipple │\n", "│ slip, nipples, nude, object in ass, penetration, piercing, pink areola, pink nipples, pubes, pussy, red pussy, │\n", "│ red sclera, sex toy, sex toy in ass, sex toy in pussy, sex toy insertion, simple background, smile, spikes, │\n", "│ spread legs, spreading, sweat, sweatdrop, tentacle dildo, tongue, topwear, tuft, under boob, vaginal, vaginal │\n", "│ penetration, white body, white eyes, white fur, yellow body, yellow fur, by daimo, bandai namco, cartoon │\n", "│ hangover, helluva boss, mythology, star fox, the summoning, claire \\(the summoning\\), krystal \\(star fox\\), │\n", "│ loona \\(helluva boss\\), demon, domestic cat, feline, fox, hellhound, mythological creature, renamon, crossover, │\n", "│ digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2931741.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2931741.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\446a73fbefb86dbe82b6645f7801857f.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, animal dildo, animal genitalia, animal pussy, animal sex toy, anthro, areola, biped, blue   │\n",
       "│  ears, bodily fluids, breasts, cheek tuft, chest tuft, claws, close-up, cutaway, digitigrade, dildo, dildo in   │\n",
       "│  pussy, dildo insertion, facial tuft, feet, female, finger claws, fingers, genital fluids, genitals, jewelry,   │\n",
       "│ knot, knotted dildo, knotting, masturbation, neck tuft, necklace, nipples, nude, paws, penetration, pussy, rear │\n",
       "│  view, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, toe claws, toes, tongue, tongue   │\n",
       "│    out, tuft, vaginal, vaginal fluids, vaginal knotting, vaginal masturbation, vaginal penetration, vaginal     │\n",
       "│                            tugging, by xenoforge, skoll \\(wolf-skoll\\), wolf, hi res                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\446a73fbefb86dbe82b6645f7801857f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, animal dildo, animal genitalia, animal pussy, animal sex toy, anthro, areola, biped, blue │\n", "│ ears, bodily fluids, breasts, cheek tuft, chest tuft, claws, close-up, cutaway, digitigrade, dildo, dildo in │\n", "│ pussy, dildo insertion, facial tuft, feet, female, finger claws, fingers, genital fluids, genitals, jewelry, │\n", "│ knot, knotted dildo, knotting, masturbation, neck tuft, necklace, nipples, nude, paws, penetration, pussy, rear │\n", "│ view, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, toe claws, toes, tongue, tongue │\n", "│ out, tuft, vaginal, vaginal fluids, vaginal knotting, vaginal masturbation, vaginal penetration, vaginal │\n", "│ tugging, by xenoforge, skoll \\(wolf-skoll\\), wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2966451.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2966451.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\3e12cc1cc1718b7e815529766927e150.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 toes, abdominal bulge, anthro, areola, blue eyes, blush, book, breasts, crouching, dildo, dildo in pussy,   │\n",
       "│ dildo insertion, dildo sitting, ear piercing, eyebrows, eyelashes, eyewear, eyewear on head, feet, female, fur, │\n",
       "│   genitals, goggles, goggles on head, grey body, grey fur, grey hair, hair, markings, masturbation, nipples,    │\n",
       "│  penetration, piercing, pink nose, purple body, purple fur, purple stripes, pussy, sex toy, sex toy in pussy,   │\n",
       "│  sex toy insertion, shadow, solo, spread legs, spreading, striped body, striped fur, striped markings, striped  │\n",
       "│     tail, stripes, tail, tail markings, text, toes, vaginal, vaginal masturbation, vaginal penetration, by      │\n",
       "│ conditional dnp, by sugarlesspaints, ratchet and clank, sony corporation, sony interactive entertainment, rivet │\n",
       "│                          \\(ratchet and clank\\), lombax, digital media \\(artwork\\), url                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\3e12cc1cc1718b7e815529766927e150.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, abdominal bulge, anthro, areola, blue eyes, blush, book, breasts, crouching, dildo, dildo in pussy, │\n", "│ dildo insertion, dildo sitting, ear piercing, eyebrows, eyelashes, eyewear, eyewear on head, feet, female, fur, │\n", "│ genitals, goggles, goggles on head, grey body, grey fur, grey hair, hair, markings, masturbation, nipples, │\n", "│ penetration, piercing, pink nose, purple body, purple fur, purple stripes, pussy, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, shadow, solo, spread legs, spreading, striped body, striped fur, striped markings, striped │\n", "│ tail, stripes, tail, tail markings, text, toes, vaginal, vaginal masturbation, vaginal penetration, by │\n", "│ conditional dnp, by sugarlesspaints, ratchet and clank, sony corporation, sony interactive entertainment, rivet │\n", "│ \\(ratchet and clank\\), lombax, digital media \\(artwork\\), url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2966588.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2966588.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\0a70d5e5d2e5c008ce7f98b1b237b5a9.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, areola, blood, blood from mouth, blood in mouth, blush, bodily fluids, body blush, breasts, butt from  │\n",
       "│ the front, cape, cape only, chest tuft, clothing, countershading, cute fangs, dialogue, dildo, dildo in pussy,  │\n",
       "│  dildo insertion, female, fingers, front view, genital fluids, genitals, glowing, glowing eyes, glowing nose,   │\n",
       "│   hair, looking at viewer, mostly nude, natural breasts, navel, nipples, open mouth, penetration, pink pussy,   │\n",
       "│  pussy, pussy blush, red blush, red eyes, red nose, sex toy, sex toy in pussy, sex toy insertion, solo, text,   │\n",
       "│  tuft, vaginal, vaginal fluids, vaginal penetration, by the-minuscule-task, rue \\(the-minuscule-task\\), deer,   │\n",
       "│                        new world deer, reindeer, digital media \\(artwork\\), english text                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\0a70d5e5d2e5c008ce7f98b1b237b5a9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, blood, blood from mouth, blood in mouth, blush, bodily fluids, body blush, breasts, butt from │\n", "│ the front, cape, cape only, chest tuft, clothing, countershading, cute fangs, dialogue, dildo, dildo in pussy, │\n", "│ dildo insertion, female, fingers, front view, genital fluids, genitals, glowing, glowing eyes, glowing nose, │\n", "│ hair, looking at viewer, mostly nude, natural breasts, navel, nipples, open mouth, penetration, pink pussy, │\n", "│ pussy, pussy blush, red blush, red eyes, red nose, sex toy, sex toy in pussy, sex toy insertion, solo, text, │\n", "│ tuft, vaginal, vaginal fluids, vaginal penetration, by the-minuscule-task, rue \\(the-minuscule-task\\), deer, │\n", "│ new world deer, reindeer, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2970649.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2970649.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\0ea66e9e0ec0440e84b85afd175d0466.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, animal dildo, animal sex toy, anthro, anus, black body, black fur, black nose, black pawpads, blue    │\n",
       "│ eyes, blush, bodily fluids, breasts, butt, claws, countershading, dildo, dildo in pussy, dildo insertion, dildo │\n",
       "│   sitting, equine dildo, feet, female, finger claws, flat chested, fur, genital fluids, genitals, grey claws,   │\n",
       "│   half-closed eyes, looking at viewer, looking back, looking back at viewer, masturbation, multicolored body,   │\n",
       "│    multicolored fur, narrowed eyes, nipples, open mouth, pawpads, paws, penetration, perineum, pink nipples,    │\n",
       "│   pussy, sex toy, sex toy in pussy, sex toy insertion, small breasts, solo, stretching, stretching arms, toe    │\n",
       "│ claws, toes, tongue, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, │\n",
       "│      by jishinu, hana \\(jishinu\\), domestic dog, husky, nordic sled dog, spitz, digital media \\(artwork\\)       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\0ea66e9e0ec0440e84b85afd175d0466.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal dildo, animal sex toy, anthro, anus, black body, black fur, black nose, black pawpads, blue │\n", "│ eyes, blush, bodily fluids, breasts, butt, claws, countershading, dildo, dildo in pussy, dildo insertion, dildo │\n", "│ sitting, equine dildo, feet, female, finger claws, flat chested, fur, genital fluids, genitals, grey claws, │\n", "│ half-closed eyes, looking at viewer, looking back, looking back at viewer, masturbation, multicolored body, │\n", "│ multicolored fur, narrowed eyes, nipples, open mouth, pawpads, paws, penetration, perineum, pink nipples, │\n", "│ pussy, sex toy, sex toy in pussy, sex toy insertion, small breasts, solo, stretching, stretching arms, toe │\n", "│ claws, toes, tongue, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, │\n", "│ by jishinu, hana \\(jishinu\\), domestic dog, husky, nordic sled dog, spitz, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2986611.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2986611.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\d9b462f09c2a16d76fb3ca590d0608cf.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal dildo, animal sex toy, anthro, anus, barely visible nipples, black body, black fur, bodily fluids,    │\n",
       "│ breasts, butt, chest tuft, dildo, dildo in pussy, dildo insertion, dildo sitting, equine dildo, female, fluffy, │\n",
       "│   fluffy tail, fur, genital fluids, genitals, huge dildo, it'll never fit, masturbation, nipples, open mouth,   │\n",
       "│  pawpads, penetration, pussy, pussy juice on dildo, pussy juice string, rear view, sex toy, sex toy in pussy,   │\n",
       "│  sex toy insertion, simple background, size difference, small breasts, smaller female, solo, standing, stick,   │\n",
       "│    tail, thigh gap, tiptoes, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white    │\n",
       "│         background, yellow body, yellow fur, by butterchalk, braixen, digital media \\(artwork\\), sketch         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\d9b462f09c2a16d76fb3ca590d0608cf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, barely visible nipples, black body, black fur, bodily fluids, │\n", "│ breasts, butt, chest tuft, dildo, dildo in pussy, dildo insertion, dildo sitting, equine dildo, female, fluffy, │\n", "│ fluffy tail, fur, genital fluids, genitals, huge dildo, it'll never fit, masturbation, nipples, open mouth, │\n", "│ pawpads, penetration, pussy, pussy juice on dildo, pussy juice string, rear view, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, simple background, size difference, small breasts, smaller female, solo, standing, stick, │\n", "│ tail, thigh gap, tiptoes, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white │\n", "│ background, yellow body, yellow fur, by butterchalk, braixen, digital media \\(artwork\\), sketch │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\2990626.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m2990626.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f8d0b6cb2df289c26b2426d62dd70961.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, ahegao, animal genitalia, animal penis, anthro, areola, balls, blush, bodily fluids, breasts, cum,  │\n",
       "│   cum in pussy, cum inside, dildo, dildo in pussy, dildo insertion, dildo sitting, disembodied penis, double    │\n",
       "│     handjob, equine genitalia, equine penis, eyelashes, female, fingers, fucked silly, fur, genital fluids,     │\n",
       "│  genitals, glory balls, glory hole, group, hair, handjob, inner ear fluff, knot, long hair, looking pleasured,  │\n",
       "│ male, male/female, masturbation, medium breasts, nipples, nude, penetration, penile, penis, purple eyes, pussy, │\n",
       "│ red body, red fur, red hair, sex, sex toy, sex toy in pussy, sex toy insertion, slim, solo focus, spread legs,  │\n",
       "│ spreading, tongue, tongue out, tuft, vaginal, vaginal masturbation, vaginal penetration, white body, white fur, │\n",
       "│                        by prsmrti, valkri \\(st0rmland\\), fox, digital media \\(artwork\\)                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f8d0b6cb2df289c26b2426d62dd70961.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahegao, animal genitalia, animal penis, anthro, areola, balls, blush, bodily fluids, breasts, cum, │\n", "│ cum in pussy, cum inside, dildo, dildo in pussy, dildo insertion, dildo sitting, disembodied penis, double │\n", "│ handjob, equine genitalia, equine penis, eyelashes, female, fingers, fucked silly, fur, genital fluids, │\n", "│ genitals, glory balls, glory hole, group, hair, handjob, inner ear fluff, knot, long hair, looking pleasured, │\n", "│ male, male/female, masturbation, medium breasts, nipples, nude, penetration, penile, penis, purple eyes, pussy, │\n", "│ red body, red fur, red hair, sex, sex toy, sex toy in pussy, sex toy insertion, slim, solo focus, spread legs, │\n", "│ spreading, tongue, tongue out, tuft, vaginal, vaginal masturbation, vaginal penetration, white body, white fur, │\n", "│ by prsmrti, valkri \\(st0rmland\\), fox, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3015625.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3015625.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\becafd3e92550610c1c017b6b2cf3a72.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bite, biting lip, blue body, blue fur, blue hair, blush, bodily fluids, breasts, brown background,    │\n",
       "│ clothing, dildo, dildo in pussy, dildo insertion, discarded clothing, electronics, female, fur, genital fluids, │\n",
       "│      genitals, hair, masturbation, medium breasts, multicolored body, multicolored fur, nipples, pawpads,       │\n",
       "│ penetration, penis, phone, purple eyes, pussy, sex toy, sex toy in pussy, sex toy insertion, simple background, │\n",
       "│   solo, tail, texting, two tone body, two tone fur, undressed, vaginal, vaginal fluids, vaginal masturbation,   │\n",
       "│    vaginal penetration, white body, white fur, by conditional dnp, by fluff-kevlar, vikna \\(fluff-kevlar\\),     │\n",
       "│                                 domestic cat, feline, digital media \\(artwork\\)                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\becafd3e92550610c1c017b6b2cf3a72.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bite, biting lip, blue body, blue fur, blue hair, blush, bodily fluids, breasts, brown background, │\n", "│ clothing, dildo, dildo in pussy, dildo insertion, discarded clothing, electronics, female, fur, genital fluids, │\n", "│ genitals, hair, masturbation, medium breasts, multicolored body, multicolored fur, nipples, pawpads, │\n", "│ penetration, penis, phone, purple eyes, pussy, sex toy, sex toy in pussy, sex toy insertion, simple background, │\n", "│ solo, tail, texting, two tone body, two tone fur, undressed, vaginal, vaginal fluids, vaginal masturbation, │\n", "│ vaginal penetration, white body, white fur, by conditional dnp, by fluff-kevlar, vikna \\(fluff-kevlar\\), │\n", "│ domestic cat, feline, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3037007.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3037007.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f7c00c6b502ae83bb80e564b56091879.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, ahegao, animal genitalia, animal penis, anthro, areola, balls, bathroom, big breasts, black  │\n",
       "│  inner pussy, black nipples, black pussy, blue eyes, bodily fluids, breasts, brown stripes, claws, cum, cum in  │\n",
       "│    mouth, cum inside, cum on breasts, cum on face, digitigrade, dildo, dildo in pussy, dildo insertion, duo,    │\n",
       "│    equine genitalia, equine penis, erection, faceless character, faceless male, feet, female, finger claws,     │\n",
       "│   fingers, flared penis, fur, genital fluids, genitals, glory balls, glory hole, hair, heart symbol, hindpaw,   │\n",
       "│      humanoid genitalia, humanoid hands, humanoid pussy, interspecies, long hair, looking pleasured, male,      │\n",
       "│ male/female, medial ring, messy, multicolored pussy, muscular, muscular female, navel, nipple piercing, nipple  │\n",
       "│   ring, nipples, nude, on toilet, open mouth, open smile, orange body, orange fur, paws, penetration, penis,    │\n",
       "│    penis grab, piercing, public restroom, pussy, red hair, ring piercing, sex toy, sex toy in pussy, sex toy    │\n",
       "│ insertion, sitting, smile, solo focus, spread legs, spreading, striped body, striped fur, stripes, teeth, text, │\n",
       "│   toe claws, toes, toilet, tongue, two tone pussy, vaginal, vaginal fluids, vaginal penetration, white body,    │\n",
       "│ white fur, by twinkle-sez, christina mort, equid, equine, horse, pantherine, tiger, digital media \\(artwork\\),  │\n",
       "│                                                       url                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f7c00c6b502ae83bb80e564b56091879.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, ahegao, animal genitalia, animal penis, anthro, areola, balls, bathroom, big breasts, black │\n", "│ inner pussy, black nipples, black pussy, blue eyes, bodily fluids, breasts, brown stripes, claws, cum, cum in │\n", "│ mouth, cum inside, cum on breasts, cum on face, digitigrade, dildo, dildo in pussy, dildo insertion, duo, │\n", "│ equine genitalia, equine penis, erection, faceless character, faceless male, feet, female, finger claws, │\n", "│ fingers, flared penis, fur, genital fluids, genitals, glory balls, glory hole, hair, heart symbol, hindpaw, │\n", "│ humanoid genitalia, humanoid hands, humanoid pussy, interspecies, long hair, looking pleasured, male, │\n", "│ male/female, medial ring, messy, multicolored pussy, muscular, muscular female, navel, nipple piercing, nipple │\n", "│ ring, nipples, nude, on toilet, open mouth, open smile, orange body, orange fur, paws, penetration, penis, │\n", "│ penis grab, piercing, public restroom, pussy, red hair, ring piercing, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, sitting, smile, solo focus, spread legs, spreading, striped body, striped fur, stripes, teeth, text, │\n", "│ toe claws, toes, toilet, tongue, two tone pussy, vaginal, vaginal fluids, vaginal penetration, white body, │\n", "│ white fur, by twinkle-sez, christina mort, equid, equine, horse, pantherine, tiger, digital media \\(artwork\\), │\n", "│ url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3044924.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3044924.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\624c1e354aa8354c282c4fb84f7863e7.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      animal dildo, animal sex toy, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro      │\n",
       "│ penetrating anthro, beak, bodily fluids, breasts, cervical penetration, claws, clitoris, cum, cum in pussy, cum │\n",
       "│    in uterus, cum inflation, cum inside, cum pump, cum tube, cumlube, dialogue, dildo, dildo in pussy, dildo    │\n",
       "│  insertion, dominant, dominant female, duo focus, ejaculating dildo, ejaculation, feet, female, female/female,  │\n",
       "│    female penetrated, female penetrating, female penetrating female, flat chested, genital fluids, genitals,    │\n",
       "│   group, heart eyes, heart symbol, imminent knotting, inflation, internal, interspecies, knot, knotted dildo,   │\n",
       "│  large penetration, looking down, looking pleasured, lying, nipples, nude, on back, paws, penetration, pillow,  │\n",
       "│  pussy, sex, sex toy, sex toy in pussy, sex toy insertion, sex toy penetration, squirting dildo, squirting sex  │\n",
       "│ toy, submissive, submissive female, talons, text, tight fit, toe claws, toes, toying partner, uterus, vaginal,  │\n",
       "│   vaginal penetration, by braeburned, mythology, nymira \\(character\\), avian, dragon, mythological creature,    │\n",
       "│                      mythological scalie, scalie, digital media \\(artwork\\), english text                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\624c1e354aa8354c282c4fb84f7863e7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, beak, bodily fluids, breasts, cervical penetration, claws, clitoris, cum, cum in pussy, cum │\n", "│ in uterus, cum inflation, cum inside, cum pump, cum tube, cumlube, dialogue, dildo, dildo in pussy, dildo │\n", "│ insertion, dominant, dominant female, duo focus, ejaculating dildo, ejaculation, feet, female, female/female, │\n", "│ female penetrated, female penetrating, female penetrating female, flat chested, genital fluids, genitals, │\n", "│ group, heart eyes, heart symbol, imminent knotting, inflation, internal, interspecies, knot, knotted dildo, │\n", "│ large penetration, looking down, looking pleasured, lying, nipples, nude, on back, paws, penetration, pillow, │\n", "│ pussy, sex, sex toy, sex toy in pussy, sex toy insertion, sex toy penetration, squirting dildo, squirting sex │\n", "│ toy, submissive, submissive female, talons, text, tight fit, toe claws, toes, toying partner, uterus, vaginal, │\n", "│ vaginal penetration, by braeburned, mythology, nymira \\(character\\), avian, dragon, mythological creature, │\n", "│ mythological scalie, scalie, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3061423.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3061423.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\5cd95b4ee482d9edc8d6e8baef3f27e3.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anthro, belly blush, big penis, blush, bodily fluids, body blush, clitoris, clothing, crying,  │\n",
       "│   deep penetration, dildo, dildo expansion, dildo in pussy, dildo insertion, dildo sitting, drooling, extreme   │\n",
       "│     penetration, featureless chest, female, flat chested, genital fluids, genitals, growth, hat, headgear,      │\n",
       "│    headwear, huge penetration, hyper, hyper dildo, magic, magic user, masturbation, neck bulge, open mouth,     │\n",
       "│  pectoral bulge, penetration, penis, profanity, pussy, ridiculous fit, saliva, saliva string, sex toy, sex toy  │\n",
       "│  in pussy, sex toy insertion, size training, skinny, slim, solo, stretched pussy, teardrop, tears, text, tight  │\n",
       "│ fit, tongue, tongue out, twitching, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, vaginal │\n",
       "│   tugging, veiny dildo, wand, witch, witch hat, by scruffythedeer, kobold, reptile, scalie, colored, english    │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\5cd95b4ee482d9edc8d6e8baef3f27e3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anthro, belly blush, big penis, blush, bodily fluids, body blush, clitoris, clothing, crying, │\n", "│ deep penetration, dildo, dildo expansion, dildo in pussy, dildo insertion, dildo sitting, drooling, extreme │\n", "│ penetration, featureless chest, female, flat chested, genital fluids, genitals, growth, hat, headgear, │\n", "│ headwear, huge penetration, hyper, hyper dildo, magic, magic user, masturbation, neck bulge, open mouth, │\n", "│ pectoral bulge, penetration, penis, profanity, pussy, ridiculous fit, saliva, saliva string, sex toy, sex toy │\n", "│ in pussy, sex toy insertion, size training, skinny, slim, solo, stretched pussy, teardrop, tears, text, tight │\n", "│ fit, tongue, tongue out, twitching, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, vaginal │\n", "│ tugging, veiny dildo, wand, witch, witch hat, by scruffythedeer, kobold, reptile, scalie, colored, english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3119995.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3119995.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\59b6f27de82382deab0047e774511708.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, anthro, anus, areola, bodily fluids, bottomless, breasts, cheek tuft, chest tuft, claws, clitoral hood, │\n",
       "│   clothed, clothing, clothing aside, crotch tuft, dildo, dildo in pussy, dildo insertion, discarded clothing,   │\n",
       "│    discarded underwear, dripping, eyebrows, eyewear, eyewear only, facial tuft, feet, female, finger claws,     │\n",
       "│   fingers, genital fluids, genitals, glasses, glasses only, gloves \\(marking\\), hair, hindpaw, kneeling, leg    │\n",
       "│ markings, markings, masturbation, nipple piercing, nipples, nude, open mouth, panties, panties aside, pawpads,  │\n",
       "│ paws, penetration, piercing, pussy, pussy juice drip, pussy juice on dildo, pussy juice on ground, sex toy, sex │\n",
       "│ toy in pussy, sex toy insertion, simple background, socks \\(marking\\), soles, solo, spread legs, spreading, toe │\n",
       "│   claws, toes, toying self, tuft, underwear, underwear aside, vaginal, vaginal fluids, vaginal masturbation,    │\n",
       "│  vaginal penetration, wearing glasses, white background, by the-minuscule-task, bella \\(phantomfuz\\), domestic  │\n",
       "│                                     dog, digital media \\(artwork\\), hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\59b6f27de82382deab0047e774511708.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anthro, anus, areola, bodily fluids, bottomless, breasts, cheek tuft, chest tuft, claws, clitoral hood, │\n", "│ clothed, clothing, clothing aside, crotch tuft, dildo, dildo in pussy, dildo insertion, discarded clothing, │\n", "│ discarded underwear, dripping, eyebrows, eyewear, eyewear only, facial tuft, feet, female, finger claws, │\n", "│ fingers, genital fluids, genitals, glasses, glasses only, gloves \\(marking\\), hair, hindpaw, kneeling, leg │\n", "│ markings, markings, masturbation, nipple piercing, nipples, nude, open mouth, panties, panties aside, pawpads, │\n", "│ paws, penetration, piercing, pussy, pussy juice drip, pussy juice on dildo, pussy juice on ground, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, simple background, socks \\(marking\\), soles, solo, spread legs, spreading, toe │\n", "│ claws, toes, toying self, tuft, underwear, underwear aside, vaginal, vaginal fluids, vaginal masturbation, │\n", "│ vaginal penetration, wearing glasses, white background, by the-minuscule-task, bella \\(phantomfuz\\), domestic │\n", "│ dog, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3152590.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3152590.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\1c869118b970d36f1ecde112635cbdc8.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     angry, anthro, anus, backless panties, big breasts, blush, bodily fluids, breasts, broken heart, butt,      │\n",
       "│    clothing, cross-popping vein, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, exercise,     │\n",
       "│  exercise bike, female, female anthro, genital fluids, genitals, gym, hair, half-closed eyes, inner ear fluff,  │\n",
       "│  inside, keyhole clothing, keyhole underwear, looking back, masturbation, narrowed eyes, panties, penetration,  │\n",
       "│ public, public masturbation, pussy, red sclera, sex toy, sex toy in pussy, sex toy insertion, sexercise, solo,  │\n",
       "│  text, toying self, tuft, underwear, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, veiny  │\n",
       "│  dildo, by conditional dnp, by whisperfoot, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound,  │\n",
       "│                     mythological creature, digital media \\(artwork\\), english text, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\1c869118b970d36f1ecde112635cbdc8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, anthro, anus, backless panties, big breasts, blush, bodily fluids, breasts, broken heart, butt, │\n", "│ clothing, cross-popping vein, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, exercise, │\n", "│ exercise bike, female, female anthro, genital fluids, genitals, gym, hair, half-closed eyes, inner ear fluff, │\n", "│ inside, keyhole clothing, keyhole underwear, looking back, masturbation, narrowed eyes, panties, penetration, │\n", "│ public, public masturbation, pussy, red sclera, sex toy, sex toy in pussy, sex toy insertion, sexercise, solo, │\n", "│ text, toying self, tuft, underwear, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, veiny │\n", "│ dildo, by conditional dnp, by whisperfoot, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, │\n", "│ mythological creature, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3159978.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3159978.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\757b2a26d05c8ee7b20fa7f168f85380.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ andromorph, anthro, anus, big butt, blush, bodily fluids, book, butt, clothed, clothing, desk, dildo, dildo in  │\n",
       "│  pussy, dildo insertion, feet, for a head, furniture, genital fluids, genitals, hair, humanoid feet, intersex,  │\n",
       "│ legwear, looking at viewer, looking back, looking back at viewer, looking pleasured, penetration, plantigrade,  │\n",
       "│ pussy, sex toy, sex toy in pussy, sex toy insertion, solo, table, thigh highs, toeless legwear, toes, vaginal,  │\n",
       "│    vaginal fluids, vaginal penetration, by romarom, octavian \\(7intandadream\\), animal head, anubian jackal,    │\n",
       "│                            cynocephalus, humanoid, jackal, digital media \\(artwork\\)                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\757b2a26d05c8ee7b20fa7f168f85380.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ andromorph, anthro, anus, big butt, blush, bodily fluids, book, butt, clothed, clothing, desk, dildo, dildo in │\n", "│ pussy, dildo insertion, feet, for a head, furniture, genital fluids, genitals, hair, humanoid feet, intersex, │\n", "│ legwear, looking at viewer, looking back, looking back at viewer, looking pleasured, penetration, plantigrade, │\n", "│ pussy, sex toy, sex toy in pussy, sex toy insertion, solo, table, thigh highs, toeless legwear, toes, vaginal, │\n", "│ vaginal fluids, vaginal penetration, by romarom, octavian \\(7intandadream\\), animal head, anubian jackal, │\n", "│ cynocephalus, humanoid, jackal, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3263376.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3263376.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\4ea2349d3dda959bbfbe7c9944b24610.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, anthro, anus, butt, butt shot, claws, dildo, dildo in pussy, dildo insertion, dildo sitting, faceless  │\n",
       "│ character, faceless female, feet, female, female anthro, genitals, glistening, glistening dildo, glistening sex │\n",
       "│  toy, masturbation, nude, pawpads, paws, penetration, pink pawpads, pussy, sex toy, sex toy in pussy, sex toy   │\n",
       "│   insertion, sitting, solo, toe claws, toes, toying self, vaginal, vaginal masturbation, vaginal penetration,   │\n",
       "│                           white claws, by tutmut, toofer, saber-toothed tiger, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\4ea2349d3dda959bbfbe7c9944b24610.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anus, butt, butt shot, claws, dildo, dildo in pussy, dildo insertion, dildo sitting, faceless │\n", "│ character, faceless female, feet, female, female anthro, genitals, glistening, glistening dildo, glistening sex │\n", "│ toy, masturbation, nude, pawpads, paws, penetration, pink pawpads, pussy, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, sitting, solo, toe claws, toes, toying self, vaginal, vaginal masturbation, vaginal penetration, │\n", "│ white claws, by tutmut, toofer, saber-toothed tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3281041.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3281041.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\614ab4cad462a638067d87fc16c4bbb6.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     4 fingers, anthro, areola, big breasts, bracelet, breasts, countershading, dildo, dildo in pussy, dildo     │\n",
       "│    insertion, eyebrow piercing, eyelashes, facial piercing, female, fingers, genitals, green eyes, jewelry,     │\n",
       "│  looking pleasured, masturbation, necktie, nipples, open mouth, penetration, piercing, pussy, sex toy, sex toy  │\n",
       "│       in pussy, sex toy insertion, solo, tail, tail motion, tailwag, tongue, tongue out, vaginal, vaginal       │\n",
       "│     masturbation, vaginal penetration, by tsampikos, dreamworks, the bad guys, diane foxington, fox, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\614ab4cad462a638067d87fc16c4bbb6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, anthro, areola, big breasts, bracelet, breasts, countershading, dildo, dildo in pussy, dildo │\n", "│ insertion, eyebrow piercing, eyelashes, facial piercing, female, fingers, genitals, green eyes, jewelry, │\n", "│ looking pleasured, masturbation, necktie, nipples, open mouth, penetration, piercing, pussy, sex toy, sex toy │\n", "│ in pussy, sex toy insertion, solo, tail, tail motion, tailwag, tongue, tongue out, vaginal, vaginal │\n", "│ masturbation, vaginal penetration, by tsampikos, dreamworks, the bad guys, diane foxington, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3295246.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3295246.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\cae2bfa84fd9db80fb751713c395de92.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, anthro, blue body, blush, bodily fluids, bottomwear, butt, clothed, clothing, clothing aside, dildo,   │\n",
       "│ dildo in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyes closed, fantasizing, feet, female, │\n",
       "│  female focus, fur, furgonomics, furry-specific piercing, genital fluids, genitals, heart symbol, imagination,  │\n",
       "│ male, master, masturbation, moan, open mouth, panties, panties aside, panties only, pattern bottomwear, pattern │\n",
       "│     clothing, pattern panties, pattern underwear, penetration, piercing, plump labia, pokeball, pussy, ring     │\n",
       "│ piercing, sex toy, sex toy in pussy, sex toy insertion, striped bottomwear, striped clothing, striped panties,  │\n",
       "│    striped underwear, stripes, text, toes, tongue, tongue out, topless, translucent penetration, transparent    │\n",
       "│    dildo, transparent sex toy, underwear, underwear aside, underwear only, vaginal, vaginal fluids, vaginal     │\n",
       "│     masturbation, vaginal penetration, veiny dildo, by shnider, human, lucario, rotom, english text, hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\cae2bfa84fd9db80fb751713c395de92.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anthro, blue body, blush, bodily fluids, bottomwear, butt, clothed, clothing, clothing aside, dildo, │\n", "│ dildo in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyes closed, fantasizing, feet, female, │\n", "│ female focus, fur, furgonomics, furry-specific piercing, genital fluids, genitals, heart symbol, imagination, │\n", "│ male, master, masturbation, moan, open mouth, panties, panties aside, panties only, pattern bottomwear, pattern │\n", "│ clothing, pattern panties, pattern underwear, penetration, piercing, plump labia, pokeball, pussy, ring │\n", "│ piercing, sex toy, sex toy in pussy, sex toy insertion, striped bottomwear, striped clothing, striped panties, │\n", "│ striped underwear, stripes, text, toes, tongue, tongue out, topless, translucent penetration, transparent │\n", "│ dildo, transparent sex toy, underwear, underwear aside, underwear only, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, veiny dildo, by shnider, human, lucario, rotom, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3312034.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3312034.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\c0043081ed63cc6f7ce12d93869285fe.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, bdsm, bed, bodily fluids, bondage, bound, breast play, breast squish, breasts, brown body, brown fur,  │\n",
       "│  claws, cloven hooves, countershading, dewclaw hooves, dildo, dildo in pussy, dildo insertion, dildo sitting,   │\n",
       "│ duo, ear piercing, eyebrow piercing, facial piercing, feet, female, female/female, foot fetish, foot on breast, │\n",
       "│   foot play, fur, furniture, gag, genital fluids, genitals, hair, hooves, inside, lactating, long ears, milk,   │\n",
       "│  mostly nude, nipples, paws, penetration, piercing, pouch \\(anatomy\\), pussy, restraints, ring gag, rope, rope  │\n",
       "│  bondage, sex toy, sex toy in pussy, sex toy insertion, squish, unguligrade, vaginal, vaginal penetration, by   │\n",
       "│       lizet, audrey \\(lizet\\), loimu \\(character\\), cervine, deer, kangaroo, macropod, marsupial, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\c0043081ed63cc6f7ce12d93869285fe.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bdsm, bed, bodily fluids, bondage, bound, breast play, breast squish, breasts, brown body, brown fur, │\n", "│ claws, cloven hooves, countershading, dewclaw hooves, dildo, dildo in pussy, dildo insertion, dildo sitting, │\n", "│ duo, ear piercing, eyebrow piercing, facial piercing, feet, female, female/female, foot fetish, foot on breast, │\n", "│ foot play, fur, furniture, gag, genital fluids, genitals, hair, hooves, inside, lactating, long ears, milk, │\n", "│ mostly nude, nipples, paws, penetration, piercing, pouch \\(anatomy\\), pussy, restraints, ring gag, rope, rope │\n", "│ bondage, sex toy, sex toy in pussy, sex toy insertion, squish, unguligrade, vaginal, vaginal penetration, by │\n", "│ lizet, audrey \\(lizet\\), loimu \\(character\\), cervine, deer, kangaroo, macropod, marsupial, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3323139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3323139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\8251553e4d28dd029b07eedae89ab47a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, areola, belly, big belly, big breasts, bodily fluids, breasts, curvy figure, dildo, dildo in pussy,   │\n",
       "│  dildo insertion, eyewear, female, genital fluids, genitals, glasses, heart eyes, heart symbol, huge breasts,   │\n",
       "│ humanoid genitalia, humanoid penis, looking pleasured, lying, male, masturbation, nipples, on back, open mouth, │\n",
       "│ overweight, overweight anthro, overweight female, penetration, penis, photo, pink areola, pink nipples, pussy,  │\n",
       "│    sex toy, sex toy in pussy, sex toy insertion, solo, spread legs, spreading, sweat, thick thighs, vaginal,    │\n",
       "│ vaginal fluids, vaginal masturbation, vaginal penetration, voluptuous, by berseepon09, eevee, sylveon, digital  │\n",
       "│                                      media \\(artwork\\), picture in picture                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\8251553e4d28dd029b07eedae89ab47a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, belly, big belly, big breasts, bodily fluids, breasts, curvy figure, dildo, dildo in pussy, │\n", "│ dildo insertion, eyewear, female, genital fluids, genitals, glasses, heart eyes, heart symbol, huge breasts, │\n", "│ humanoid genitalia, humanoid penis, looking pleasured, lying, male, masturbation, nipples, on back, open mouth, │\n", "│ overweight, overweight anthro, overweight female, penetration, penis, photo, pink areola, pink nipples, pussy, │\n", "│ sex toy, sex toy in pussy, sex toy insertion, solo, spread legs, spreading, sweat, thick thighs, vaginal, │\n", "│ vaginal fluids, vaginal masturbation, vaginal penetration, voluptuous, by berseepon09, eevee, sylveon, digital │\n", "│ media \\(artwork\\), picture in picture │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3329976.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3329976.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\5ce41b3d4488d8c46e0ff738fc6da926.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, anus, big anus, big butt, bodily fluids, butt, clothed, clothing, dildo, dildo in pussy, dildo      │\n",
       "│  insertion, dildo sitting, female, genital fluids, genitals, looking at viewer, looking back, looking back at   │\n",
       "│ viewer, masturbation, panties, panties down, partially clothed, penetration, pussy, sex toy, sex toy in pussy,  │\n",
       "│       sex toy insertion, solo, thick thighs, underwear, underwear down, vaginal, vaginal fluids, vaginal        │\n",
       "│    masturbation, vaginal penetration, y anus, by chelodoy, five nights at freddy's, five nights at freddy's:    │\n",
       "│     security breach, scottgames, steel wool studios, roxanne wolf, wolf, digital media \\(artwork\\), hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\5ce41b3d4488d8c46e0ff738fc6da926.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big anus, big butt, bodily fluids, butt, clothed, clothing, dildo, dildo in pussy, dildo │\n", "│ insertion, dildo sitting, female, genital fluids, genitals, looking at viewer, looking back, looking back at │\n", "│ viewer, masturbation, panties, panties down, partially clothed, penetration, pussy, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, solo, thick thighs, underwear, underwear down, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, y anus, by chelodoy, five nights at freddy's, five nights at freddy's: │\n", "│ security breach, scottgames, steel wool studios, roxanne wolf, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3342609.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3342609.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\820c84cf1e617f378ebe7696b7a629d5.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 fingers, accessory, anthro, anthrofied, athletic wear, barefoot, belly, big breasts, black body, black fur,  │\n",
       "│  black hair, blep, blue eyes, blush, bodily fluids, breasts, brown body, brown fur, claws, cleavage, clothed,   │\n",
       "│ clothing, clothing aside, collar, curvy figure, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick │\n",
       "│   ears, electronics, feet, female, female anthro, finger claws, fingers, flower, flower in hair, fur, genital   │\n",
       "│  fluids, genitals, gloves \\(marking\\), hair, hair accessory, holding object, holding phone, kemono, kneeling,   │\n",
       "│  leg markings, looking at viewer, markings, masturbation, mirror, multicolored ears, multicolored hair, navel,  │\n",
       "│ one eye closed, pawpads, paws, penetration, phone, plant, pokemorph, pussy, selfie, sex toy, sex toy in pussy,  │\n",
       "│   sex toy insertion, sitting, slightly chubby, slightly chubby female, socks \\(marking\\), solo, spread legs,    │\n",
       "│      spreading, text, thick thighs, toe claws, toes, tongue, tongue out, vaginal, vaginal fluids, vaginal       │\n",
       "│  masturbation, vaginal penetration, voluptuous, wariza, white body, white fur, white hair, wink, by shano 541,  │\n",
       "│    soulsong \\(celestial wolf\\), dusk lycanroc, lycanroc, english text, source request, unavailable at source    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\820c84cf1e617f378ebe7696b7a629d5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, accessory, anthro, anthrofied, athletic wear, barefoot, belly, big breasts, black body, black fur, │\n", "│ black hair, blep, blue eyes, blush, bodily fluids, breasts, brown body, brown fur, claws, cleavage, clothed, │\n", "│ clothing, clothing aside, collar, curvy figure, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick │\n", "│ ears, electronics, feet, female, female anthro, finger claws, fingers, flower, flower in hair, fur, genital │\n", "│ fluids, genitals, gloves \\(marking\\), hair, hair accessory, holding object, holding phone, kemono, kneeling, │\n", "│ leg markings, looking at viewer, markings, masturbation, mirror, multicolored ears, multicolored hair, navel, │\n", "│ one eye closed, pawpads, paws, penetration, phone, plant, pokemorph, pussy, selfie, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, sitting, slightly chubby, slightly chubby female, socks \\(marking\\), solo, spread legs, │\n", "│ spreading, text, thick thighs, toe claws, toes, tongue, tongue out, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, voluptuous, wariza, white body, white fur, white hair, wink, by shano 541, │\n", "│ soulsong \\(celestial wolf\\), dusk lycanroc, lycanroc, english text, source request, unavailable at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3348582.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3348582.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f34c5783cb2b8365afd070685865647f.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous fluids, anthro, areola, arm tuft, athletic, balls, blush, bodily fluids, breasts, claws, clitoris,   │\n",
       "│ dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, ear tuft, elbow tuft, female, genital fluids,  │\n",
       "│ genitals, hair, hand on breast, heart symbol, holding breast, inner ear fluff, long hair, masturbation, navel,  │\n",
       "│    nipples, nub tail, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, smile, solo, speech     │\n",
       "│    bubble, suction cup, sweat, text, toe claws, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal    │\n",
       "│                 penetration, by claweddrip, samantha \\(sil blackmon\\), feline, lynx, monochrome                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f34c5783cb2b8365afd070685865647f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous fluids, anthro, areola, arm tuft, athletic, balls, blush, bodily fluids, breasts, claws, clitoris, │\n", "│ dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, ear tuft, elbow tuft, female, genital fluids, │\n", "│ genitals, hair, hand on breast, heart symbol, holding breast, inner ear fluff, long hair, masturbation, navel, │\n", "│ nipples, nub tail, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, smile, solo, speech │\n", "│ bubble, suction cup, sweat, text, toe claws, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, by claweddrip, samantha \\(sil blackmon\\), feline, lynx, monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3397862.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3397862.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a1eae2aed55086bb2e58a71eb3bb11a4.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, anthro, anus, ass up, balls, bodily fluids, butt, claws, dildo, dildo in pussy, dildo insertion, feet,  │\n",
       "│      female, foot on balls, genital fluids, genitals, lying, masturbation, nude, on front, one eye closed,      │\n",
       "│ penetration, pussy, raised tail, rear view, red body, red eyes, red scales, scales, sex toy, sex toy in pussy,  │\n",
       "│  sex toy insertion, soles, solo, tail, toe claws, toes, vaginal, vaginal fluids, vaginal masturbation, vaginal  │\n",
       "│                      penetration, by b-epon, garnet \\(frostburn\\), kobold, reptile, scalie                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a1eae2aed55086bb2e58a71eb3bb11a4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anthro, anus, ass up, balls, bodily fluids, butt, claws, dildo, dildo in pussy, dildo insertion, feet, │\n", "│ female, foot on balls, genital fluids, genitals, lying, masturbation, nude, on front, one eye closed, │\n", "│ penetration, pussy, raised tail, rear view, red body, red eyes, red scales, scales, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, soles, solo, tail, toe claws, toes, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, by b-epon, garnet \\(frostburn\\), kobold, reptile, scalie │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3401249.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3401249.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f78eb0244ba77917ba703d0b9b5728eb.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 toes, anus, ass up, back-print panties, blush, bodily fluids, bottomwear, butt, clothed, clothing, clothing  │\n",
       "│  removed, dildo, dildo in pussy, dildo insertion, discarded clothing, discarded panties, discarded underwear,   │\n",
       "│ exhibitionism, eyes closed, feet, female, for a head, genital fluids, genitals, holding dildo, holding object,  │\n",
       "│   holding sex toy, humanoid feet, humanoid genitalia, humanoid pussy, inside, light body, light skin, locker,   │\n",
       "│  locker room, looking pleasured, masturbation, no underwear, on ground, panties, panties removed, penetration,  │\n",
       "│   pink clothing, pink dildo, pink panties, pink underwear, plantigrade, pleated skirt, print clothing, print    │\n",
       "│   panties, print underwear, public, public masturbation, pussy, sex toy, sex toy in pussy, sex toy insertion,   │\n",
       "│  skirt, soles, solo, text, text on clothing, text on panties, text on underwear, toes, toying self, underwear,  │\n",
       "│   underwear removed, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by romarom, octavian   │\n",
       "│    \\(7intandadream\\), animal head, anubian jackal, cynocephalus, humanoid, jackal, digital media \\(artwork\\)    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f78eb0244ba77917ba703d0b9b5728eb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 toes, anus, ass up, back-print panties, blush, bodily fluids, bottomwear, butt, clothed, clothing, clothing │\n", "│ removed, dildo, dildo in pussy, dildo insertion, discarded clothing, discarded panties, discarded underwear, │\n", "│ exhibitionism, eyes closed, feet, female, for a head, genital fluids, genitals, holding dildo, holding object, │\n", "│ holding sex toy, humanoid feet, humanoid genitalia, humanoid pussy, inside, light body, light skin, locker, │\n", "│ locker room, looking pleasured, masturbation, no underwear, on ground, panties, panties removed, penetration, │\n", "│ pink clothing, pink dildo, pink panties, pink underwear, plantigrade, pleated skirt, print clothing, print │\n", "│ panties, print underwear, public, public masturbation, pussy, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ skirt, soles, solo, text, text on clothing, text on panties, text on underwear, toes, toying self, underwear, │\n", "│ underwear removed, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by romarom, octavian │\n", "│ \\(7intandadream\\), animal head, anubian jackal, cynocephalus, humanoid, jackal, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3425938.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3425938.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\30dcb250cc19a91e5ca5f4297a705796.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, arthropod abdomen, bed, big butt, blush, bodily fluids, butt, dildo, dildo in pussy, dildo     │\n",
       "│ insertion, dildo sitting, female, furniture, genital fluids, genitals, heart symbol, huge butt, inside, looking │\n",
       "│   back, masturbation, onomatopoeia, penetration, pillow, pussy, pussy juice on dildo, pussy juice on sex toy,   │\n",
       "│   rear view, sex toy, sex toy in pussy, sex toy insertion, solo, sound effects, sweat, text, vaginal, vaginal   │\n",
       "│     fluids, vaginal masturbation, vaginal penetration, wide hips, yellow pussy, by r-mk, isabelle \\(r-mk\\),     │\n",
       "│                      arthropod, bee, hymenopteran, insect, vespiquen, english text, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\30dcb250cc19a91e5ca5f4297a705796.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, arthropod abdomen, bed, big butt, blush, bodily fluids, butt, dildo, dildo in pussy, dildo │\n", "│ insertion, dildo sitting, female, furniture, genital fluids, genitals, heart symbol, huge butt, inside, looking │\n", "│ back, masturbation, onomatopoeia, penetration, pillow, pussy, pussy juice on dildo, pussy juice on sex toy, │\n", "│ rear view, sex toy, sex toy in pussy, sex toy insertion, solo, sound effects, sweat, text, vaginal, vaginal │\n", "│ fluids, vaginal masturbation, vaginal penetration, wide hips, yellow pussy, by r-mk, isabelle \\(r-mk\\), │\n", "│ arthropod, bee, hymenopteran, insect, vespiquen, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3515853.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3515853.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f2a11323891997cc0cbf113d1be48ca2.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, ass up, bed, bed sheet, bedding, bedroom, bite, bodily fluids, breasts, brown hair, building,   │\n",
       "│ butt, butt from the front, claws, claws out, countershading, cum, cum from pussy, cum in pussy, cum inside, cum │\n",
       "│  splatter, cum tube, cumlube, dildo, dildo \\(bad dragon\\), dildo in pussy, dildo insertion, ejaculating dildo,  │\n",
       "│ eyes closed, fangs, feet, female, female penetrated, fur, furniture, genital fluids, genitals, grabbing sheets, │\n",
       "│ hair, knot, knotted dildo, leaking cum, looking pleasured, lying, masturbation, nude, orange body, orange fur,  │\n",
       "│   orgasm, paws, penetration, pussy, raised tail, sex, sex toy, sex toy background, sex toy in pussy, sex toy    │\n",
       "│ insertion, side boob, solo, spread toes, string lights, striped body, striped fur, stripes, sweat, tail, teeth, │\n",
       "│ toes, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by red3engine, │\n",
       "│ bad dragon, alex marx, rex \\(bad dragon\\), stan \\(bad dragon\\), pantherine, saber-toothed tiger, tiger, digital │\n",
       "│                         media \\(artwork\\), story, story at source, story in description                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f2a11323891997cc0cbf113d1be48ca2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, ass up, bed, bed sheet, bedding, bedroom, bite, bodily fluids, breasts, brown hair, building, │\n", "│ butt, butt from the front, claws, claws out, countershading, cum, cum from pussy, cum in pussy, cum inside, cum │\n", "│ splatter, cum tube, cumlube, dildo, dildo \\(bad dragon\\), dildo in pussy, dildo insertion, ejaculating dildo, │\n", "│ eyes closed, fangs, feet, female, female penetrated, fur, furniture, genital fluids, genitals, grabbing sheets, │\n", "│ hair, knot, knotted dildo, leaking cum, looking pleasured, lying, masturbation, nude, orange body, orange fur, │\n", "│ orgasm, paws, penetration, pussy, raised tail, sex, sex toy, sex toy background, sex toy in pussy, sex toy │\n", "│ insertion, side boob, solo, spread toes, string lights, striped body, striped fur, stripes, sweat, tail, teeth, │\n", "│ toes, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by red3engine, │\n", "│ bad dragon, alex marx, rex \\(bad dragon\\), stan \\(bad dragon\\), pantherine, saber-toothed tiger, tiger, digital │\n", "│ media \\(artwork\\), story, story at source, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3536725.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3536725.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\ad4c630d2d1f84cd77446f3264ea2478.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, animal dildo, animal genitalia, animal pussy, animal sex toy, artificial insemination, bodily fluids,  │\n",
       "│  claws, cum tube, dildo, dildo in pussy, dildo insertion, dildo sitting, disembodied hand, duo, feet, female,   │\n",
       "│   feral, genital fluids, genitals, heart eyes, heart symbol, hindpaw, impregnation, knot, looking pleasured,    │\n",
       "│  masturbation, nipples, open mouth, pawpads, paws, penetration, pussy, saliva, saliva string, sex toy, sex toy  │\n",
       "│      in pussy, sex toy insertion, simple background, sitting, soles, solo focus, spread legs, spread toes,      │\n",
       "│     spreading, syringe, teats, text, toe claws, toes, tongue, tongue out, vaginal, vaginal fluids, vaginal      │\n",
       "│ masturbation, vaginal penetration, white background, by dark violet, dark violet \\(character\\), hyena, spotted  │\n",
       "│                                           hyena, english text, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\ad4c630d2d1f84cd77446f3264ea2478.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, animal dildo, animal genitalia, animal pussy, animal sex toy, artificial insemination, bodily fluids, │\n", "│ claws, cum tube, dildo, dildo in pussy, dildo insertion, dildo sitting, disembodied hand, duo, feet, female, │\n", "│ feral, genital fluids, genitals, heart eyes, heart symbol, hindpaw, impregnation, knot, looking pleasured, │\n", "│ masturbation, nipples, open mouth, pawpads, paws, penetration, pussy, saliva, saliva string, sex toy, sex toy │\n", "│ in pussy, sex toy insertion, simple background, sitting, soles, solo focus, spread legs, spread toes, │\n", "│ spreading, syringe, teats, text, toe claws, toes, tongue, tongue out, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, white background, by dark violet, dark violet \\(character\\), hyena, spotted │\n", "│ hyena, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3631628.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3631628.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\107c2f92be2a7f9c8ad2d1b8887ba376.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   accessory, anthro, antlers, bell, blonde hair, blue eyes, blush, bodily fluids, breasts, brown body, dildo,   │\n",
       "│     dildo in pussy, dildo insertion, dildo sitting, eyebrows, eyelashes, female, freckles, genital fluids,      │\n",
       "│  genitals, hair, hair accessory, hair bell, hooves, horn, jingle bell, kneeling, knot, knotted dildo, looking   │\n",
       "│  down, masturbation, navel, nipples, nude, nude female, penetration, pink dildo, pussy, pussy juice on dildo,   │\n",
       "│  sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, solo, sweat, vaginal, vaginal  │\n",
       "│ fluids, vaginal masturbation, vaginal penetration, by w4g4, reyn \\(nukepone\\), deer, new world deer, reindeer,  │\n",
       "│                                                    signature                                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\107c2f92be2a7f9c8ad2d1b8887ba376.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, antlers, bell, blonde hair, blue eyes, blush, bodily fluids, breasts, brown body, dildo, │\n", "│ dildo in pussy, dildo insertion, dildo sitting, eyebrows, eyelashes, female, freckles, genital fluids, │\n", "│ genitals, hair, hair accessory, hair bell, hooves, horn, jingle bell, kneeling, knot, knotted dildo, looking │\n", "│ down, masturbation, navel, nipples, nude, nude female, penetration, pink dildo, pussy, pussy juice on dildo, │\n", "│ sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, solo, sweat, vaginal, vaginal │\n", "│ fluids, vaginal masturbation, vaginal penetration, by w4g4, reyn \\(nukepone\\), deer, new world deer, reindeer, │\n", "│ signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3725874.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3725874.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\7cc3edc3a26d7f53880c19638f3d986b.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, anthro, areola, bed, bedroom, big breasts, blush, breast play, breast squeeze, breasts, choker, cum tube,  │\n",
       "│  dildo, dildo in pussy, dildo insertion, eye roll, female, fur, furniture, genitals, grey body, grey fur, hand  │\n",
       "│     on breast, holding breast, jewelry, kneeling, knotted dildo, looking pleasured, masturbation, muscular,     │\n",
       "│ muscular female, narrowed eyes, necklace, nipples, nude, penetration, pussy, sex toy, sex toy in pussy, sex toy │\n",
       "│   insertion, smile, solo, squeezing, tongue, tongue out, toying self, vaginal, vaginal masturbation, vaginal    │\n",
       "│        penetration, by catniplewds, by conditional dnp, bad dragon, mouse, murid, murine, rodent, hi res        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\7cc3edc3a26d7f53880c19638f3d986b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, areola, bed, bedroom, big breasts, blush, breast play, breast squeeze, breasts, choker, cum tube, │\n", "│ dildo, dildo in pussy, dildo insertion, eye roll, female, fur, furniture, genitals, grey body, grey fur, hand │\n", "│ on breast, holding breast, jewelry, kneeling, knotted dildo, looking pleasured, masturbation, muscular, │\n", "│ muscular female, narrowed eyes, necklace, nipples, nude, penetration, pussy, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, smile, solo, squeezing, tongue, tongue out, toying self, vaginal, vaginal masturbation, vaginal │\n", "│ penetration, by catniplewds, by conditional dnp, bad dragon, mouse, murid, murine, rodent, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3740736.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3740736.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\d0b9016a696daee4d586946361e6a9ec.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    all fours, andromorph, animal genitalia, animal pussy, anus, bodily fluids, dildo, dildo in pussy, dildo     │\n",
       "│    insertion, feral, genital fluids, genitals, gold \\(metal\\), gold tooth, half-closed eyes, humanoid dildo,    │\n",
       "│ intersex, masturbation, narrowed eyes, penetration, pussy, pussy juice string, raised tail, sex toy, sex toy in │\n",
       "│ pussy, sex toy insertion, simple background, solo, tail, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n",
       "│  penetration, by digitoxici, ludwig \\(lddraws\\), domestic dog, german shepherd, herding dog, pastoral dog, hi   │\n",
       "│                                     res, trans \\(lore\\), trans man \\(lore\\)                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\d0b9016a696daee4d586946361e6a9ec.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, andromorph, animal genitalia, animal pussy, anus, bodily fluids, dildo, dildo in pussy, dildo │\n", "│ insertion, feral, genital fluids, genitals, gold \\(metal\\), gold tooth, half-closed eyes, humanoid dildo, │\n", "│ intersex, masturbation, narrowed eyes, penetration, pussy, pussy juice string, raised tail, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, simple background, solo, tail, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, by digitoxici, ludwig \\(lddraws\\), domestic dog, german shepherd, herding dog, pastoral dog, hi │\n", "│ res, trans \\(lore\\), trans man \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3743260.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3743260.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\4b89d1b44897c67186f9612633bfe193.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, anthro, anthro focus, anthro penetrated, anthrofied, areola, arms above head, being watched,  │\n",
       "│  black areola, black body, black fur, black nipples, blush, blush lines, bodily fluids, breasts, caught, cheek  │\n",
       "│  tuft, chest tuft, claws, crossed arms, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick tail,   │\n",
       "│ duo, eyebrows, eyelashes, faceless character, faceless human, facial tuft, female, female anthro, female focus, │\n",
       "│  female penetrated, fingers, fur, genital fluids, genitals, hands behind head, heart symbol, inner ear fluff,   │\n",
       "│ kneeling, looking at another, looking pleasured, male, male/female, male penetrating, male penetrating female,  │\n",
       "│ markings, masturbation, multi tone fur, multicolored body, multicolored fur, navel, nipples, nude, nude anthro, │\n",
       "│ nude female, open mouth, open smile, penetration, pink dildo, pokemorph, pussy, pussy juice on dildo, red body, │\n",
       "│  red eyes, red fur, red inner ear fluff, red nose, saliva, saliva on tongue, saliva string, sex, sex toy, sex   │\n",
       "│ toy in pussy, sex toy insertion, shaking, small breasts, smile, solo focus, sweat, sweaty armpit, sweaty body,  │\n",
       "│  sweaty legs, sweaty thighs, tail, tail markings, tears, text, thick thighs, tongue, tongue out, toying self,   │\n",
       "│   trembling, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur,   │\n",
       "│       yellow body, yellow fur, by skylosminkan, braixen, human, digital media \\(artwork\\), url, watermark       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\4b89d1b44897c67186f9612633bfe193.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, anthro, anthro focus, anthro penetrated, anthrofied, areola, arms above head, being watched, │\n", "│ black areola, black body, black fur, black nipples, blush, blush lines, bodily fluids, breasts, caught, cheek │\n", "│ tuft, chest tuft, claws, crossed arms, dildo, dildo in pussy, dildo insertion, dildo sitting, dipstick tail, │\n", "│ duo, eyebrows, eyelashes, faceless character, faceless human, facial tuft, female, female anthro, female focus, │\n", "│ female penetrated, fingers, fur, genital fluids, genitals, hands behind head, heart symbol, inner ear fluff, │\n", "│ kneeling, looking at another, looking pleasured, male, male/female, male penetrating, male penetrating female, │\n", "│ markings, masturbation, multi tone fur, multicolored body, multicolored fur, navel, nipples, nude, nude anthro, │\n", "│ nude female, open mouth, open smile, penetration, pink dildo, pokemorph, pussy, pussy juice on dildo, red body, │\n", "│ red eyes, red fur, red inner ear fluff, red nose, saliva, saliva on tongue, saliva string, sex, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, shaking, small breasts, smile, solo focus, sweat, sweaty armpit, sweaty body, │\n", "│ sweaty legs, sweaty thighs, tail, tail markings, tears, text, thick thighs, tongue, tongue out, toying self, │\n", "│ trembling, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, │\n", "│ yellow body, yellow fur, by skylosminkan, braixen, human, digital media \\(artwork\\), url, watermark │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3752549.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3752549.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\b4212a3f4acc841d808fd860c1c6ca96.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal sex toy, anthro, anus, areola, bed, bed sheet, bedding, belly, blue areola, blue body,   │\n",
       "│     blue nipples, blue pussy, blue skin, blush, body blush, breasts, butt, butt focus, butt from the front,     │\n",
       "│  clitoral, clitoral hood, clitoris, dildo, dildo in pussy, dildo insertion, ears down, female, fluffy, fluffy   │\n",
       "│    hair, fluffy tail, fur, furniture, genitals, hair, knotted dildo, legs above head, low-angle view, lying,    │\n",
       "│      markings, masturbation, medium breasts, nipples, nude, on back, on bed, patterned fur, pawpads, paws,      │\n",
       "│  penetration, pivoted ears, presenting, presenting hindquarters, presenting pussy, pussy, pussy blush, rubbing  │\n",
       "│  pussy, sex toy, sex toy in pussy, sex toy insertion, smile, solo, spread legs, spreading, tail, toying self,   │\n",
       "│  vaginal, vaginal penetration, whiskers, yellow body, yellow fur, by b-epon, arianna altomare, feline, zeraora  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\b4212a3f4acc841d808fd860c1c6ca96.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anthro, anus, areola, bed, bed sheet, bedding, belly, blue areola, blue body, │\n", "│ blue nipples, blue pussy, blue skin, blush, body blush, breasts, butt, butt focus, butt from the front, │\n", "│ clitoral, clitoral hood, clitoris, dildo, dildo in pussy, dildo insertion, ears down, female, fluffy, fluffy │\n", "│ hair, fluffy tail, fur, furniture, genitals, hair, knotted dildo, legs above head, low-angle view, lying, │\n", "│ markings, masturbation, medium breasts, nipples, nude, on back, on bed, patterned fur, pawpads, paws, │\n", "│ penetration, pivoted ears, presenting, presenting hindquarters, presenting pussy, pussy, pussy blush, rubbing │\n", "│ pussy, sex toy, sex toy in pussy, sex toy insertion, smile, solo, spread legs, spreading, tail, toying self, │\n", "│ vaginal, vaginal penetration, whiskers, yellow body, yellow fur, by b-epon, arianna altomare, feline, zeraora │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3773205.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3773205.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\782974ce10949c074084f54d48cbfcdd.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, ahegao, anal, anal masturbation, anal penetration, anthro, autopenetration, bodily fluids,   │\n",
       "│    dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, featureless chest, female, flat chested,    │\n",
       "│   genitals, grey background, looking pleasured, masturbation, penetration, prehensile tail, profanity, pussy,   │\n",
       "│  saliva, sex toy, sex toy in pussy, sex toy insertion, simple background, slim, solo, spread legs, spreading,   │\n",
       "│   tail, tail fetish, tail in ass, tail in own ass, tail insertion, tail masturbation, tail play, text, thick    │\n",
       "│   thighs, toying self, vaginal, vaginal masturbation, vaginal penetration, by snailerpark, milk \\(bughxgs\\),    │\n",
       "│                                          kobold, scalie, english text                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\782974ce10949c074084f54d48cbfcdd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, ahegao, anal, anal masturbation, anal penetration, anthro, autopenetration, bodily fluids, │\n", "│ dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, featureless chest, female, flat chested, │\n", "│ genitals, grey background, looking pleasured, masturbation, penetration, prehensile tail, profanity, pussy, │\n", "│ saliva, sex toy, sex toy in pussy, sex toy insertion, simple background, slim, solo, spread legs, spreading, │\n", "│ tail, tail fetish, tail in ass, tail in own ass, tail insertion, tail masturbation, tail play, text, thick │\n", "│ thighs, toying self, vaginal, vaginal masturbation, vaginal penetration, by snailerpark, milk \\(bughxgs\\), │\n", "│ kobold, scalie, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3803747.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3803747.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\5be32965b4fa06ff24a1d05a12576611.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, big dildo, black body, black fur, black hair, black nipples, breasts, cellphone, digitigrade, dildo,   │\n",
       "│ dildo in pussy, dildo insertion, dildo sitting, electronics, female, fur, genitals, hair, knotted dildo, large  │\n",
       "│  penetration, looking pleasured, masturbation, multicolored body, multicolored fur, nipples, nude, open mouth,  │\n",
       "│ paws, penetration, phone, phone charm, pussy, sex toy, sex toy in pussy, sex toy insertion, solo, spread legs,  │\n",
       "│ spreading, tail, tan body, tan fur, tongue, tongue out, vaginal, vaginal masturbation, vaginal penetration, by  │\n",
       "│                                inno-sjoa, draixen, tody \\(togaed\\), fox, hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\5be32965b4fa06ff24a1d05a12576611.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, big dildo, black body, black fur, black hair, black nipples, breasts, cellphone, digitigrade, dildo, │\n", "│ dildo in pussy, dildo insertion, dildo sitting, electronics, female, fur, genitals, hair, knotted dildo, large │\n", "│ penetration, looking pleasured, masturbation, multicolored body, multicolored fur, nipples, nude, open mouth, │\n", "│ paws, penetration, phone, phone charm, pussy, sex toy, sex toy in pussy, sex toy insertion, solo, spread legs, │\n", "│ spreading, tail, tan body, tan fur, tongue, tongue out, vaginal, vaginal masturbation, vaginal penetration, by │\n", "│ inno-sjoa, draixen, tody \\(togaed\\), fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3833046.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3833046.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\7c51e0194506a4c06efb01ffe0f064ae.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, animal dildo, animal sex toy, anthro, bandanna, barefoot, blush, blush lines, bodily fluids, breasts,  │\n",
       "│     brown body, brown eyes, brown fur, brown nose, claws, clitoris, dildo, dildo in pussy, dildo insertion,     │\n",
       "│  eyebrows, eyelashes, fangs, feet, female, front view, fur, genital fluids, genitals, hand on face, inner ear   │\n",
       "│   fluff, kemono, kerchief, knot, knotted dildo, leaking, looking pleasured, masturbation, multicolored body,    │\n",
       "│ multicolored fur, narrowed eyes, neckerchief, nipples, nude, one eye closed, open mouth, pawpads, penetration,  │\n",
       "│    pillow, pink nipples, pink pawpads, pussy, pussy juice leaking, pussy juice on dildo, sex toy, sex toy in    │\n",
       "│ pussy, sex toy insertion, simple background, sitting, small breasts, solo, sweat, sweatdrop, teeth, toes, tuft, │\n",
       "│ vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, yellow body, yellow  │\n",
       "│                          fur, by swaybat, neo \\(cheesiecakie\\), feline, serval, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\7c51e0194506a4c06efb01ffe0f064ae.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal dildo, animal sex toy, anthro, bandanna, barefoot, blush, blush lines, bodily fluids, breasts, │\n", "│ brown body, brown eyes, brown fur, brown nose, claws, clitoris, dildo, dildo in pussy, dildo insertion, │\n", "│ eyebrows, eyelashes, fangs, feet, female, front view, fur, genital fluids, genitals, hand on face, inner ear │\n", "│ fluff, kemono, kerchief, knot, knotted dildo, leaking, looking pleasured, masturbation, multicolored body, │\n", "│ multicolored fur, narrowed eyes, neckerchief, nipples, nude, one eye closed, open mouth, pawpads, penetration, │\n", "│ pillow, pink nipples, pink pawpads, pussy, pussy juice leaking, pussy juice on dildo, sex toy, sex toy in │\n", "│ pussy, sex toy insertion, simple background, sitting, small breasts, solo, sweat, sweatdrop, teeth, toes, tuft, │\n", "│ vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, yellow body, yellow │\n", "│ fur, by swaybat, neo \\(cheesiecakie\\), feline, serval, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3860939.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3860939.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\ea61e46fdc1160d64e7fc29113127a0d.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 fingers, anthro, asymmetrical hair, bdsm, black nose, blush, bondage, bound, breasts, brown body, brown fur,  │\n",
       "│     deer ears, dildo, dildo in pussy, dildo insertion, eyebrows, eyelashes, eyelashes through hair, female,     │\n",
       "│  fingers, fucking machine, fur, fur pattern, genitals, green eyes, hair, hair over eye, hooves, hooves in air,  │\n",
       "│  inviting, legs in air, light inner ear, looking down, looking pleasured, lying, machine, masturbation, navel,  │\n",
       "│ nipple piercing, nipples, on back, one eye obstructed, penetration, piercing, pink nipples, pink pussy, purple  │\n",
       "│ dildo, purple eyebrows, purple hair, pussy, raised hoof, red nipples, restrained, restrained arms, restraints,  │\n",
       "│   rough sex, scratch mark, scratched up, scratches, sex, sex toy, sex toy in pussy, sex toy insertion, short    │\n",
       "│  hair, showing teeth, slim, small waist, smile, smirk, solo, spread legs, spread pussy, spreading, submissive,  │\n",
       "│   submissive anthro, submissive female, translucent, translucent hair, vaginal, vaginal masturbation, vaginal   │\n",
       "│                                      penetration, by nitani, deer, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\ea61e46fdc1160d64e7fc29113127a0d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, anthro, asymmetrical hair, bdsm, black nose, blush, bondage, bound, breasts, brown body, brown fur, │\n", "│ deer ears, dildo, dildo in pussy, dildo insertion, eyebrows, eyelashes, eyelashes through hair, female, │\n", "│ fingers, fucking machine, fur, fur pattern, genitals, green eyes, hair, hair over eye, hooves, hooves in air, │\n", "│ inviting, legs in air, light inner ear, looking down, looking pleasured, lying, machine, masturbation, navel, │\n", "│ nipple piercing, nipples, on back, one eye obstructed, penetration, piercing, pink nipples, pink pussy, purple │\n", "│ dildo, purple eyebrows, purple hair, pussy, raised hoof, red nipples, restrained, restrained arms, restraints, │\n", "│ rough sex, scratch mark, scratched up, scratches, sex, sex toy, sex toy in pussy, sex toy insertion, short │\n", "│ hair, showing teeth, slim, small waist, smile, smirk, solo, spread legs, spread pussy, spreading, submissive, │\n", "│ submissive anthro, submissive female, translucent, translucent hair, vaginal, vaginal masturbation, vaginal │\n", "│ penetration, by nitani, deer, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3912815.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3912815.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a2ba60537f70ec88d5438097caa808a5.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, anthro, areola, blue body, blue feathers, bodily fluids, breasts, digitigrade, dildo, dildo  │\n",
       "│  in pussy, dildo insertion, dildo sitting, duo, eyebrows, eyelashes, feathered wings, feathers, feet, female,   │\n",
       "│   fingers, garland, genital fluids, genitals, inside, looking at viewer, masturbation, medium breasts, night,   │\n",
       "│ nipples, nude, orange eyes, paws, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, suction cup │\n",
       "│ dildo, toes, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wings, by smileeeeeee, gabriel │\n",
       "│                         serealia, avian, bird, hybrid, wolf, digital media \\(artwork\\)                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a2ba60537f70ec88d5438097caa808a5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, areola, blue body, blue feathers, bodily fluids, breasts, digitigrade, dildo, dildo │\n", "│ in pussy, dildo insertion, dildo sitting, duo, eyebrows, eyelashes, feathered wings, feathers, feet, female, │\n", "│ fingers, garland, genital fluids, genitals, inside, looking at viewer, masturbation, medium breasts, night, │\n", "│ nipples, nude, orange eyes, paws, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, suction cup │\n", "│ dildo, toes, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wings, by smileeeeeee, gabriel │\n", "│ serealia, avian, bird, hybrid, wolf, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3925628.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3925628.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\338063ce42ad7d02e8647a41d4e2d0f5.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, blue eyes, blush, bodily fluids, bottomless, butt, clothed, clothing, dildo, dildo in pussy,    │\n",
       "│ dildo insertion, dildo sitting, female, floppy ears, genital fluids, genitals, kneeling, looking at viewer, lop │\n",
       "│   ears, masturbation, one eye closed, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, solo,   │\n",
       "│  toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, yellow body, by   │\n",
       "│                                 crayon, kanis \\(crayon\\), domestic dog, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\338063ce42ad7d02e8647a41d4e2d0f5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, blue eyes, blush, bodily fluids, bottomless, butt, clothed, clothing, dildo, dildo in pussy, │\n", "│ dildo insertion, dildo sitting, female, floppy ears, genital fluids, genitals, kneeling, looking at viewer, lop │\n", "│ ears, masturbation, one eye closed, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, solo, │\n", "│ toying self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, yellow body, by │\n", "│ crayon, kanis \\(crayon\\), domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3941363.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3941363.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\dd42a929a3dfd22de1ab00cae962b7a3.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, big breasts, big butt, blush, bodily fluids, bottomless, bra, breasts, butt, chair, clothed,    │\n",
       "│   clothing, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo sitting reveal, dripping,    │\n",
       "│  dripping pussy, eyewear, female, furniture, genital fluids, genitals, glasses, heart eyes, heart symbol, huge  │\n",
       "│  breasts, legwear, nipple outline, on chair, penetration, pince-nez, pussy, sex toy, sex toy in pussy, sex toy  │\n",
       "│    insertion, sitting, sitting on chair, solo, text, thigh highs, through chair, underwear, vaginal, vaginal    │\n",
       "│  fluids, vaginal penetration, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\),   │\n",
       "│                                renamon, digital media \\(artwork\\), english text                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\dd42a929a3dfd22de1ab00cae962b7a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big breasts, big butt, blush, bodily fluids, bottomless, bra, breasts, butt, chair, clothed, │\n", "│ clothing, dialogue, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo sitting reveal, dripping, │\n", "│ dripping pussy, eyewear, female, furniture, genital fluids, genitals, glasses, heart eyes, heart symbol, huge │\n", "│ breasts, legwear, nipple outline, on chair, penetration, pince-nez, pussy, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, sitting, sitting on chair, solo, text, thigh highs, through chair, underwear, vaginal, vaginal │\n", "│ fluids, vaginal penetration, by conditional dnp, by yourdigimongirl, bandai namco, digi \\(yourdigimongirl\\), │\n", "│ renamon, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3951367.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3951367.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f89315658344a4e6b0e789fcce8ce1b7.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, anus, big butt, bodily fluids, butt, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo    │\n",
       "│   sitting reveal, eyewear, female, fur, genital fluids, genitals, glasses, glistening, glistening body, heart   │\n",
       "│ eyes, heart symbol, masturbation, penetration, pince-nez, pussy, sex toy, sex toy in pussy, sex toy insertion,  │\n",
       "│    simple background, solo, text, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white     │\n",
       "│         background, yellow body, yellow fur, by conditional dnp, by yourdigimongirl, bandai namco, digi         │\n",
       "│                      \\(yourdigimongirl\\), renamon, digital media \\(artwork\\), english text                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f89315658344a4e6b0e789fcce8ce1b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big butt, bodily fluids, butt, dildo, dildo in pussy, dildo insertion, dildo sitting, dildo │\n", "│ sitting reveal, eyewear, female, fur, genital fluids, genitals, glasses, glistening, glistening body, heart │\n", "│ eyes, heart symbol, masturbation, penetration, pince-nez, pussy, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ simple background, solo, text, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white │\n", "│ background, yellow body, yellow fur, by conditional dnp, by yourdigimongirl, bandai namco, digi │\n", "│ \\(yourdigimongirl\\), renamon, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\3960139.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m3960139.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\52495f4b23be20ffd4d44b979662b50a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, black body, blue eyes, blush, bodily fluids, breasts, claws, dildo, dildo in pussy, dildo insertion,   │\n",
       "│   double dildo, duo, eye contact, featureless chest, female, female/female, female penetrated, flat chested,    │\n",
       "│   flustered, genital fluids, genitals, green eyes, hair, hand on leg, heart symbol, horn, looking at another,   │\n",
       "│ looking pleasured, loving gaze, nipples, nude, orange body, penetration, pussy, red body, relaxing sex, scales, │\n",
       "│   sex, sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, smile, spikes, sweat,    │\n",
       "│     tail, tan body, teeth, thick tail, tongue, vaginal, vaginal fluids, vaginal penetration, by w4g4, klank     │\n",
       "│               \\(spark.kobbo\\), tweak, kobold, reptile, scalie, digital media \\(artwork\\), hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\52495f4b23be20ffd4d44b979662b50a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black body, blue eyes, blush, bodily fluids, breasts, claws, dildo, dildo in pussy, dildo insertion, │\n", "│ double dildo, duo, eye contact, featureless chest, female, female/female, female penetrated, flat chested, │\n", "│ flustered, genital fluids, genitals, green eyes, hair, hand on leg, heart symbol, horn, looking at another, │\n", "│ looking pleasured, loving gaze, nipples, nude, orange body, penetration, pussy, red body, relaxing sex, scales, │\n", "│ sex, sex toy, sex toy in pussy, sex toy insertion, simple background, small breasts, smile, spikes, sweat, │\n", "│ tail, tan body, teeth, thick tail, tongue, vaginal, vaginal fluids, vaginal penetration, by w4g4, klank │\n", "│ \\(spark.kobbo\\), tweak, kobold, reptile, scalie, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4001937.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4001937.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\15b407b66a1b3012aca372c6f11fd012.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bed, bodily fluids, breasts, brown hair, dildo, dildo in pussy, dildo insertion, eyeshadow, female,   │\n",
       "│  fluffy, fluffy tail, furniture, genital fluids, genitals, hair, looking at viewer, looking back, looking back  │\n",
       "│   at viewer, lying, makeup, masturbation, nipples, nude, on bed, on side, penetration, pink eyeshadow, pussy,   │\n",
       "│  rear view, sex toy, sex toy in pussy, sex toy insertion, smile, solo, tail, vaginal, vaginal fluids, vaginal   │\n",
       "│           masturbation, vaginal penetration, by deymos, by iskra, helga \\(iskra\\), fox, collaboration           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\15b407b66a1b3012aca372c6f11fd012.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bed, bodily fluids, breasts, brown hair, dildo, dildo in pussy, dildo insertion, eyeshadow, female, │\n", "│ fluffy, fluffy tail, furniture, genital fluids, genitals, hair, looking at viewer, looking back, looking back │\n", "│ at viewer, lying, makeup, masturbation, nipples, nude, on bed, on side, penetration, pink eyeshadow, pussy, │\n", "│ rear view, sex toy, sex toy in pussy, sex toy insertion, smile, solo, tail, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, by deymos, by iskra, helga \\(iskra\\), fox, collaboration │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4016850.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4016850.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\a44c0df4b00e7bba1a7ff692f6fe25e0.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, beret, big breasts, black anus, blue body, blue fur,   │\n",
       "│   blush, bodily fluids, breasts, butt, clothed, clothing, clothing aside, cum, cum in pussy, cum inside, cum    │\n",
       "│ splatter, dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, feet, female, fingers, fur, genital  │\n",
       "│   fluids, genitals, hand spike, hat, headgear, headwear, hindpaw, huge breasts, humanoid genitalia, humanoid    │\n",
       "│ pussy, kneeling, lactating, looking back, masturbation, multicolored pussy, narrowed eyes, nipples, open mouth, │\n",
       "│ pawpads, paws, penetration, pink areola, pink inner pussy, pink nipples, pink pawpads, pink pussy, pussy, rear  │\n",
       "│  view, red eyes, saliva, seductive, sex toy, sex toy in pussy, sex toy insertion, soles, solo, spikes, spikes   │\n",
       "│ \\(anatomy\\), text, thong, thong aside, toes, tongue, tongue out, topless, two tone pussy, underwear, underwear  │\n",
       "│   aside, vaginal, vaginal masturbation, vaginal penetration, by kambo, rainbow six: siege, caveira, lucaveira   │\n",
       "│                                             \\(kambo\\), lucario, url                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\a44c0df4b00e7bba1a7ff692f6fe25e0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anthro, anus, areola, bedroom eyes, beret, big breasts, black anus, blue body, blue fur, │\n", "│ blush, bodily fluids, breasts, butt, clothed, clothing, clothing aside, cum, cum in pussy, cum inside, cum │\n", "│ splatter, dildo, dildo in pussy, dildo insertion, dildo sitting, drooling, feet, female, fingers, fur, genital │\n", "│ fluids, genitals, hand spike, hat, headgear, headwear, hindpaw, huge breasts, humanoid genitalia, humanoid │\n", "│ pussy, kneeling, lactating, looking back, masturbation, multicolored pussy, narrowed eyes, nipples, open mouth, │\n", "│ pawpads, paws, penetration, pink areola, pink inner pussy, pink nipples, pink pawpads, pink pussy, pussy, rear │\n", "│ view, red eyes, saliva, seductive, sex toy, sex toy in pussy, sex toy insertion, soles, solo, spikes, spikes │\n", "│ \\(anatomy\\), text, thong, thong aside, toes, tongue, tongue out, topless, two tone pussy, underwear, underwear │\n", "│ aside, vaginal, vaginal masturbation, vaginal penetration, by kambo, rainbow six: siege, caveira, lucaveira │\n", "│ \\(kambo\\), lucario, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4079735.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4079735.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\e6a4722aa1dc19f4928391e540bd88c5.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 toes, ahegao, anthro, anthro penetrated, anus, bent over, biped, blush, bodily fluids, breasts, butt,     │\n",
       "│   clothed, clothing, crouching, dildo, dildo in pussy, dildo insertion, eye roll, eyebrow piercing, eyewear,    │\n",
       "│     facial piercing, feet, female, female penetrated, fur, genital fluids, genitals, glasses, heart symbol,     │\n",
       "│  humanoid feet, looking pleasured, nipples, nude, orange body, orange fur, orgasm face, penetration, piercing,  │\n",
       "│   plantigrade, pussy, round glasses, sex toy, sex toy in pussy, sex toy insertion, soles, solo, spread pussy,   │\n",
       "│   spreading, sweat, sweaty arms, sweaty back, sweaty body, sweaty butt, sweaty legs, sweaty shoulders, sweaty   │\n",
       "│ thighs, text, toes, tongue, tongue out, vaginal, vaginal penetration, vibrator, vibrator in pussy, white body,  │\n",
       "│          white fur, by kambo, by third-party edit, dreamworks, the bad guys, diane foxington, fox, url          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\e6a4722aa1dc19f4928391e540bd88c5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 toes, ahegao, anthro, anthro penetrated, anus, bent over, biped, blush, bodily fluids, breasts, butt, │\n", "│ clothed, clothing, crouching, dildo, dildo in pussy, dildo insertion, eye roll, eyebrow piercing, eyewear, │\n", "│ facial piercing, feet, female, female penetrated, fur, genital fluids, genitals, glasses, heart symbol, │\n", "│ humanoid feet, looking pleasured, nipples, nude, orange body, orange fur, orgasm face, penetration, piercing, │\n", "│ plantigrade, pussy, round glasses, sex toy, sex toy in pussy, sex toy insertion, soles, solo, spread pussy, │\n", "│ spreading, sweat, sweaty arms, sweaty back, sweaty body, sweaty butt, sweaty legs, sweaty shoulders, sweaty │\n", "│ thighs, text, toes, tongue, tongue out, vaginal, vaginal penetration, vibrator, vibrator in pussy, white body, │\n", "│ white fur, by kambo, by third-party edit, dreamworks, the bad guys, diane foxington, fox, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4085242.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4085242.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\fffe0a72e7c8ec31fdb99b808efebb19.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 fingers, 4 toes, animal dildo, animal sex toy, anthro, barefoot, barely visible pawpads, bathing, blush,    │\n",
       "│   breasts, claws, dildo, dildo in pussy, dildo insertion, eyes closed, feet, female, fingers, fur, genitals,    │\n",
       "│  handpaw, heart symbol, knotted dildo, looking pleasured, lying, masturbation, moan, navel, nipples, nude, on   │\n",
       "│    side, pawpads, paws, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, shower, showering,    │\n",
       "│ smile, solo, suction cup dildo, tan body, tan fur, toe claws, toes, toying self, vaginal, vaginal masturbation, │\n",
       "│             vaginal penetration, water, wet, by hyilpi, tabby \\(@downdives\\), domestic dog, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\fffe0a72e7c8ec31fdb99b808efebb19.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, animal dildo, animal sex toy, anthro, barefoot, barely visible pawpads, bathing, blush, │\n", "│ breasts, claws, dildo, dildo in pussy, dildo insertion, eyes closed, feet, female, fingers, fur, genitals, │\n", "│ handpaw, heart symbol, knotted dildo, looking pleasured, lying, masturbation, moan, navel, nipples, nude, on │\n", "│ side, pawpads, paws, penetration, pussy, sex toy, sex toy in pussy, sex toy insertion, shower, showering, │\n", "│ smile, solo, suction cup dildo, tan body, tan fur, toe claws, toes, toying self, vaginal, vaginal masturbation, │\n", "│ vaginal penetration, water, wet, by hyilpi, tabby \\(@downdives\\), domestic dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4119558.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4119558.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\de6fb583d3c606bf38024694ab7d2c16.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   angry, anthro, anthrofied, areola, ball gag, bdsm, big breasts, black clothing, black collar, black leash,    │\n",
       "│ black legwear, black thigh highs, blindfold, blush, bodily fluids, bondage, bound, bound to vibrator, breasts,  │\n",
       "│     captured, clothing, collar, cuff \\(restraint\\), dialogue, dildo, dildo in pussy, dildo insertion, dildo     │\n",
       "│  vibrator, dripping, ear piercing, ear ring, female, fingers, fixed dildo, fixed toy, fixed vibrator, forced,   │\n",
       "│   fully bound, fur, gag, gagged, grey body, grey fur, hair, hands behind back, hands tied, leash, leash pull,   │\n",
       "│ leashed collar, leather, leather cuffs, leather strap, legwear, long hair, multicolored body, multicolored fur, │\n",
       "│        muzzle \\(object\\), navel, nipple chain, nipple clamp, nipple weights, nipples, notched ear, nude,        │\n",
       "│   overstimulation, penetration, piercing, pink nipples, red background, red ball gag, restrained, restraints,   │\n",
       "│   ring piercing, saliva, saliva drip, sex toy, sex toy in pussy, sex toy insertion, simple background, solo,    │\n",
       "│ spiked collar, spikes, standing, straps, submissive, submissive female, sweat, text, thick thighs, thigh highs, │\n",
       "│  tweezer clamp, two tone body, two tone fur, vaginal, vaginal penetration, vibrator, white body, white fur, by  │\n",
       "│   zinnick, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital    │\n",
       "│                                     media \\(artwork\\), english text, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\de6fb583d3c606bf38024694ab7d2c16.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, anthro, anthrofied, areola, ball gag, bdsm, big breasts, black clothing, black collar, black leash, │\n", "│ black legwear, black thigh highs, blindfold, blush, bodily fluids, bondage, bound, bound to vibrator, breasts, │\n", "│ captured, clothing, collar, cuff \\(restraint\\), dialogue, dildo, dildo in pussy, dildo insertion, dildo │\n", "│ vibrator, dripping, ear piercing, ear ring, female, fingers, fixed dildo, fixed toy, fixed vibrator, forced, │\n", "│ fully bound, fur, gag, gagged, grey body, grey fur, hair, hands behind back, hands tied, leash, leash pull, │\n", "│ leashed collar, leather, leather cuffs, leather strap, legwear, long hair, multicolored body, multicolored fur, │\n", "│ muzzle \\(object\\), navel, nipple chain, nipple clamp, nipple weights, nipples, notched ear, nude, │\n", "│ overstimulation, penetration, piercing, pink nipples, red background, red ball gag, restrained, restraints, │\n", "│ ring piercing, saliva, saliva drip, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, │\n", "│ spiked collar, spikes, standing, straps, submissive, submissive female, sweat, text, thick thighs, thigh highs, │\n", "│ tweezer clamp, two tone body, two tone fur, vaginal, vaginal penetration, vibrator, white body, white fur, by │\n", "│ zinnick, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital │\n", "│ media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4153467.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4153467.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\d0d4e0b4e341f5b7deeb1f9e122cd8d8.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal sex toy, anus, ass up, black bars, blush, bodily fluids, claws, cum, cum in pussy, cum   │\n",
       "│   inside, dildo, dildo in pussy, dildo insertion, ejaculating dildo, eyes closed, female, female penetrated,    │\n",
       "│ feral, fur, genital fluids, genitals, hair, knotted dildo, leaking cum, masturbation, moan, orange body, orange │\n",
       "│  fur, outside, penetration, pussy, rear view, sex toy, sex toy in pussy, sex toy insertion, solo, tail, toying  │\n",
       "│  self, vaginal, vaginal masturbation, vaginal penetration, white body, white fur, white hair, by hyilpi, dusk   │\n",
       "│                                          lycanroc, lycanroc, watermark                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\d0d4e0b4e341f5b7deeb1f9e122cd8d8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal sex toy, anus, ass up, black bars, blush, bodily fluids, claws, cum, cum in pussy, cum │\n", "│ inside, dildo, dildo in pussy, dildo insertion, ejaculating dildo, eyes closed, female, female penetrated, │\n", "│ feral, fur, genital fluids, genitals, hair, knotted dildo, leaking cum, masturbation, moan, orange body, orange │\n", "│ fur, outside, penetration, pussy, rear view, sex toy, sex toy in pussy, sex toy insertion, solo, tail, toying │\n", "│ self, vaginal, vaginal masturbation, vaginal penetration, white body, white fur, white hair, by hyilpi, dusk │\n", "│ lycanroc, lycanroc, watermark │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4198402.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4198402.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f60d7d16bfe977f89e66c6cd16a41113.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anthro penetrated, bdsm, big breasts, blush, bodily fluids, bondage, bound, breasts, dildo, dildo in   │\n",
       "│    pussy, dildo insertion, female, female penetrated, fixed dildo, fixed toy, fucked silly, genital fluids,     │\n",
       "│ genitals, hair, hanging by legs, heart eyes, heart symbol, looking at viewer, looking pleasured, masturbation,  │\n",
       "│   nipples, nude, open mouth, paws, penetration, ponytail, predicament bondage, pussy, restraints, rope, rope    │\n",
       "│ bondage, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, strapped in toy, thick thighs,  │\n",
       "│     tongue, tongue out, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wrists tied, by     │\n",
       "│                      waspsalad, slushie \\(waspsalad\\), lagomorph, leporid, rabbit, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f60d7d16bfe977f89e66c6cd16a41113.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, bdsm, big breasts, blush, bodily fluids, bondage, bound, breasts, dildo, dildo in │\n", "│ pussy, dildo insertion, female, female penetrated, fixed dildo, fixed toy, fucked silly, genital fluids, │\n", "│ genitals, hair, hanging by legs, heart eyes, heart symbol, looking at viewer, looking pleasured, masturbation, │\n", "│ nipples, nude, open mouth, paws, penetration, ponytail, predicament bondage, pussy, restraints, rope, rope │\n", "│ bondage, sex toy, sex toy in pussy, sex toy insertion, simple background, solo, strapped in toy, thick thighs, │\n", "│ tongue, tongue out, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, wrists tied, by │\n", "│ waspsalad, slushie \\(waspsalad\\), lagomorph, leporid, rabbit, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4301299.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4301299.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\aa14e7e7c21b382fce6470ce042ae4f1.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anthro, blonde hair, blush, bodily fluids, breasts, collar, dildo, dildo in pussy, dildo insertion,  │\n",
       "│    drooling, duo, fantasizing, female, flower, flower in hair, fur, genitals, hair, hair accessory, handpaw,    │\n",
       "│  knotted dildo, looking pleasured, male, male/female, masturbation, moan, paws, penetration, plant, profanity,  │\n",
       "│  pussy, red eyes, saliva, sex toy, sex toy in pussy, sex toy insertion, sharp teeth, solo, tan body, tan fur,   │\n",
       "│ teeth, text, toying self, vaginal, vaginal penetration, by hyilpi, allie von schwarzenbek, wolf, english text,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\aa14e7e7c21b382fce6470ce042ae4f1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anthro, blonde hair, blush, bodily fluids, breasts, collar, dildo, dildo in pussy, dildo insertion, │\n", "│ drooling, duo, fantasizing, female, flower, flower in hair, fur, genitals, hair, hair accessory, handpaw, │\n", "│ knotted dildo, looking pleasured, male, male/female, masturbation, moan, paws, penetration, plant, profanity, │\n", "│ pussy, red eyes, saliva, sex toy, sex toy in pussy, sex toy insertion, sharp teeth, solo, tan body, tan fur, │\n", "│ teeth, text, toying self, vaginal, vaginal penetration, by hyilpi, allie von schwarzenbek, wolf, english text, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4312397.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4312397.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\7dfeb0e1ef6c8b21abea931af3d68b41.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     4 toes, animal dildo, animal sex toy, anthro, anthro penetrated, anus, big dildo, blush, bodily fluids,     │\n",
       "│  breasts, butt, claws, clothing, collar, dildo, dildo in pussy, dildo insertion, dildo sitting, ear piercing,   │\n",
       "│ eye through hair, feet, female, female penetrated, fingerless gloves, fluffy, fluffy tail, fur, genital fluids, │\n",
       "│    genitals, gloves, grey hair, hair, handwear, huge dildo, knotted dildo, legwear, long hair, looking back,    │\n",
       "│  masturbation, mostly nude, open mouth, pawpads, paws, penetration, piercing, pussy, red sclera, sex toy, sex   │\n",
       "│ toy in pussy, sex toy insertion, solo, spiked collar, spikes, tail, thigh highs, toe claws, toes, translucent,  │\n",
       "│  translucent hair, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur,   │\n",
       "│ white hair, by conditional dnp, by kattalu, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound,  │\n",
       "│                                mythological creature, digital media \\(artwork\\)                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\7dfeb0e1ef6c8b21abea931af3d68b41.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal dildo, animal sex toy, anthro, anthro penetrated, anus, big dildo, blush, bodily fluids, │\n", "│ breasts, butt, claws, clothing, collar, dildo, dildo in pussy, dildo insertion, dildo sitting, ear piercing, │\n", "│ eye through hair, feet, female, female penetrated, fingerless gloves, fluffy, fluffy tail, fur, genital fluids, │\n", "│ genitals, gloves, grey hair, hair, handwear, huge dildo, knotted dildo, legwear, long hair, looking back, │\n", "│ masturbation, mostly nude, open mouth, pawpads, paws, penetration, piercing, pussy, red sclera, sex toy, sex │\n", "│ toy in pussy, sex toy insertion, solo, spiked collar, spikes, tail, thigh highs, toe claws, toes, translucent, │\n", "│ translucent hair, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, │\n", "│ white hair, by conditional dnp, by kattalu, helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, │\n", "│ mythological creature, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\432267.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m432267.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\fdfc782bc8101651146e17137725206a.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, ambient silhouette, anthro, anus, barefoot, bicycle, biped, bodily fluids, bottomless, bottomwear,    │\n",
       "│     breasts, butt, claws, clothed, clothing, crop top, cycling, dildo, dildo bicycle, dildo in pussy, dildo     │\n",
       "│    insertion, dildo sitting, feet, female, genital fluids, genitals, group, hair, hindpaw, improvised dildo,    │\n",
       "│  improvised sex toy, long duration stimulation, looking at viewer, low-angle view, masturbation, no underwear,  │\n",
       "│ orange eyes, outside, pawpads, paws, penetration, plantigrade, pleated skirt, pussy, sex toy, sex toy in pussy, │\n",
       "│ sex toy insertion, sex toy under clothing, shirt, silhouette, skirt, sky, small waist, soles, solo focus, tail  │\n",
       "│       under skirt, text, toe claws, toes, topwear, toying self, upskirt, vaginal, vaginal fluids, vaginal       │\n",
       "│   masturbation, vaginal penetration, vehicle, white hair, by cyancapsule, ambient bird, ambient flier, avian,   │\n",
       "│                                           bird, domestic cat, feline                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\fdfc782bc8101651146e17137725206a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, ambient silhouette, anthro, anus, barefoot, bicycle, biped, bodily fluids, bottomless, bottomwear, │\n", "│ breasts, butt, claws, clothed, clothing, crop top, cycling, dildo, dildo bicycle, dildo in pussy, dildo │\n", "│ insertion, dildo sitting, feet, female, genital fluids, genitals, group, hair, hindpaw, improvised dildo, │\n", "│ improvised sex toy, long duration stimulation, looking at viewer, low-angle view, masturbation, no underwear, │\n", "│ orange eyes, outside, pawpads, paws, penetration, plantigrade, pleated skirt, pussy, sex toy, sex toy in pussy, │\n", "│ sex toy insertion, sex toy under clothing, shirt, silhouette, skirt, sky, small waist, soles, solo focus, tail │\n", "│ under skirt, text, toe claws, toes, topwear, toying self, upskirt, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, vehicle, white hair, by cyancapsule, ambient bird, ambient flier, avian, │\n", "│ bird, domestic cat, feline │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4340153.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4340153.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\b00ac037ffcb74b9e22bb14892a46a61.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ahegao, anthro, anthro penetrated, anus, bodily fluids, breasts, dildo, dildo in pussy, dildo insertion,     │\n",
       "│     female, female penetrated, fur, genital fluids, genitals, hair, looking pleasured, masturbation, medium     │\n",
       "│ breasts, narrowed eyes, nipples, nude, open mouth, pawpads, penetration, pink nipples, pussy, sex toy, sex toy  │\n",
       "│ in pussy, sex toy insertion, solo, tail, teeth, tongue, vaginal, vaginal fluids, vaginal masturbation, vaginal  │\n",
       "│                penetration, white body, by hioshiru, sylveon, digital media \\(artwork\\), hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\b00ac037ffcb74b9e22bb14892a46a61.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anthro, anthro penetrated, anus, bodily fluids, breasts, dildo, dildo in pussy, dildo insertion, │\n", "│ female, female penetrated, fur, genital fluids, genitals, hair, looking pleasured, masturbation, medium │\n", "│ breasts, narrowed eyes, nipples, nude, open mouth, pawpads, penetration, pink nipples, pussy, sex toy, sex toy │\n", "│ in pussy, sex toy insertion, solo, tail, teeth, tongue, vaginal, vaginal fluids, vaginal masturbation, vaginal │\n", "│ penetration, white body, by hioshiru, sylveon, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4389147.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4389147.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\97e19bf38e1af6ac875861ad98eec87d.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, amazon position, animal dildo, animal genitalia, animal pussy, animal sex toy, anus, bedlah, bedroom │\n",
       "│   eyes, big penetration, blep, blue eyes, bodily fluids, brown body, brown fur, butt jewelry, claws, clothed,   │\n",
       "│   clothed feral, clothing, dildo, dildo in pussy, dildo insertion, double dildo, duo, ear piercing, ear ring,   │\n",
       "│  equine dildo, feline genitalia, feline pussy, female, female/female, feral, feral on feral, flower, flower in  │\n",
       "│ hair, from front position, fur, furgonomics, genital fluids, genitals, hair, hair accessory, jewelry, lingerie, │\n",
       "│ lingerie on feral, looking pleasured, lying, narrowed eyes, on back, open mouth, penetration, piercing, plant,  │\n",
       "│  pole, pussy, pussy juice string, red eyes, ring piercing, seductive, sex, sex toy, sex toy in pussy, sex toy   │\n",
       "│   insertion, strip club, stripper, stripper pole, tail, tail accessory, tan body, tan fur, toe claws, tongue,   │\n",
       "│  tongue out, vaginal, vaginal fluids, vaginal penetration, yellow sclera, by elicitie, bahati whiteclaw, lion,  │\n",
       "│                                                   pantherine                                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\97e19bf38e1af6ac875861ad98eec87d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, amazon position, animal dildo, animal genitalia, animal pussy, animal sex toy, anus, bedlah, bedroom │\n", "│ eyes, big penetration, blep, blue eyes, bodily fluids, brown body, brown fur, butt jewelry, claws, clothed, │\n", "│ clothed feral, clothing, dildo, dildo in pussy, dildo insertion, double dildo, duo, ear piercing, ear ring, │\n", "│ equine dildo, feline genitalia, feline pussy, female, female/female, feral, feral on feral, flower, flower in │\n", "│ hair, from front position, fur, furgonomics, genital fluids, genitals, hair, hair accessory, jewelry, lingerie, │\n", "│ lingerie on feral, looking pleasured, lying, narrowed eyes, on back, open mouth, penetration, piercing, plant, │\n", "│ pole, pussy, pussy juice string, red eyes, ring piercing, seductive, sex, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, strip club, stripper, stripper pole, tail, tail accessory, tan body, tan fur, toe claws, tongue, │\n", "│ tongue out, vaginal, vaginal fluids, vaginal penetration, yellow sclera, by elicitie, bahati whiteclaw, lion, │\n", "│ pantherine │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4476472.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4476472.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\1f18eca3201ebb405371b382dc04c1a2.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, blush, bodily fluids, camel toe, clitoral hood, clitoris, digitigrade, dildo, dildo  │\n",
       "│    in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyebrow piercing, eyebrow ring, facial     │\n",
       "│   piercing, female, female penetrated, fur, genital fluids, genitals, hair, hands on hips, hindpaw, kneeling,   │\n",
       "│    kneeling over dildo, long hair, looking down, looking pleasured, lube, masturbation, narrowed eyes, nude,    │\n",
       "│   orgasm face, paws, penetration, piercing, pussy, ring piercing, saliva, sex toy, sex toy in pussy, sex toy    │\n",
       "│  insertion, silver hair, solo, tail, teeth, tongue, tongue out, toying self, vaginal, vaginal fluids, vaginal   │\n",
       "│ masturbation, vaginal penetration, white body, white fur, by creamytako, helluva boss, loona \\(helluva boss\\),  │\n",
       "│                      wolf, digital media \\(artwork\\), digital painting \\(artwork\\), hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\1f18eca3201ebb405371b382dc04c1a2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, blush, bodily fluids, camel toe, clitoral hood, clitoris, digitigrade, dildo, dildo │\n", "│ in pussy, dildo insertion, dildo sitting, ear piercing, ear ring, eyebrow piercing, eyebrow ring, facial │\n", "│ piercing, female, female penetrated, fur, genital fluids, genitals, hair, hands on hips, hindpaw, kneeling, │\n", "│ kneeling over dildo, long hair, looking down, looking pleasured, lube, masturbation, narrowed eyes, nude, │\n", "│ orgasm face, paws, penetration, piercing, pussy, ring piercing, saliva, sex toy, sex toy in pussy, sex toy │\n", "│ insertion, silver hair, solo, tail, teeth, tongue, tongue out, toying self, vaginal, vaginal fluids, vaginal │\n", "│ masturbation, vaginal penetration, white body, white fur, by creamytako, helluva boss, loona \\(helluva boss\\), │\n", "│ wolf, digital media \\(artwork\\), digital painting \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4579182.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4579182.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\59fae0ab8c33c91da4309a25d9937719.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bandage, blush, bodily fluids, bottomless, choker, clothed, clothing, clothing lift, collar, dildo,   │\n",
       "│  dildo in pussy, dildo insertion, female, front view, genitals, huge hips, humanoid genitalia, humanoid penis,  │\n",
       "│  internal, jewelry, legwear, necklace, nervous smile, open mouth, panties, penetration, penis, pussy, sex toy,  │\n",
       "│  sex toy in pussy, sex toy insertion, shirt, shirt lift, small waist, solo, standing, stockings, sweat, text,   │\n",
       "│ thigh gap, thigh highs, tight fit, topwear, underwear, vaginal, vaginal penetration, wide hips, by catniplewds, │\n",
       "│ by conditional dnp, strip meme, twitch.tv, yumi \\(catniplewds\\), domestic cat, feline, english text, portrait,  │\n",
       "│                                             three-quarter portrait                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\59fae0ab8c33c91da4309a25d9937719.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bandage, blush, bodily fluids, bottomless, choker, clothed, clothing, clothing lift, collar, dildo, │\n", "│ dildo in pussy, dildo insertion, female, front view, genitals, huge hips, humanoid genitalia, humanoid penis, │\n", "│ internal, jewelry, legwear, necklace, nervous smile, open mouth, panties, penetration, penis, pussy, sex toy, │\n", "│ sex toy in pussy, sex toy insertion, shirt, shirt lift, small waist, solo, standing, stockings, sweat, text, │\n", "│ thigh gap, thigh highs, tight fit, topwear, underwear, vaginal, vaginal penetration, wide hips, by catniplewds, │\n", "│ by conditional dnp, strip meme, twitch.tv, yumi \\(catniplewds\\), domestic cat, feline, english text, portrait, │\n", "│ three-quarter portrait │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4643850.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4643850.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\d78a6301733e9caafe54bc606775b5fd.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal dildo, animal genitalia, animal pussy, animal sex toy, anus, bed, bedding, bedroom eyes, black body,   │\n",
       "│  black dildo, black fur, black nose, black pussy, blush, bodily fluids, breath, butt, cheek tuft, dildo, dildo  │\n",
       "│ in pussy, dildo insertion, equine dildo, facial tuft, female, female penetrated, feral, feral penetrated, fur,  │\n",
       "│  furniture, genital fluids, genitals, half-closed eyes, happy, heart symbol, hearts around body, hearts around  │\n",
       "│    head, hindpaw, looking at viewer, looking back, looking back at viewer, looking pleasured, masturbation,     │\n",
       "│ multicolored body, multicolored fur, musk, musk clouds, narrowed eyes, on bed, orange body, orange ears, orange │\n",
       "│   eyes, orange fur, paws, penetration, pupils, purple bedding, pussy, pussy juice on dildo, raised tail, rear   │\n",
       "│     view, saliva, saliva on tongue, saliva string, seductive, sex toy, sex toy in pussy, sex toy insertion,     │\n",
       "│ shaking, simple background, smile, sploot, sweat, tail, tan body, tan fur, tan inner ear, tan sclera, tan tail, │\n",
       "│    tongue, trembling, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by nilsoul,     │\n",
       "│                            arcanine, artist name, digital media \\(artwork\\), hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\d78a6301733e9caafe54bc606775b5fd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal dildo, animal genitalia, animal pussy, animal sex toy, anus, bed, bedding, bedroom eyes, black body, │\n", "│ black dildo, black fur, black nose, black pussy, blush, bodily fluids, breath, butt, cheek tuft, dildo, dildo │\n", "│ in pussy, dildo insertion, equine dildo, facial tuft, female, female penetrated, feral, feral penetrated, fur, │\n", "│ furniture, genital fluids, genitals, half-closed eyes, happy, heart symbol, hearts around body, hearts around │\n", "│ head, hindpaw, looking at viewer, looking back, looking back at viewer, looking pleasured, masturbation, │\n", "│ multicolored body, multicolored fur, musk, musk clouds, narrowed eyes, on bed, orange body, orange ears, orange │\n", "│ eyes, orange fur, paws, penetration, pupils, purple bedding, pussy, pussy juice on dildo, raised tail, rear │\n", "│ view, saliva, saliva on tongue, saliva string, seductive, sex toy, sex toy in pussy, sex toy insertion, │\n", "│ shaking, simple background, smile, sploot, sweat, tail, tan body, tan fur, tan inner ear, tan sclera, tan tail, │\n", "│ tongue, trembling, tuft, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, by nilsoul, │\n", "│ arcanine, artist name, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\dildo_in_pussy\\4671312.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\dildo_in_pussy\\\u001b[0m\u001b[1;36m4671312.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\dildo_in_pussy\\f9b608e7e8c9f89a120715e2bcf1124c.txt                       ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, all fours, animal dildo, animal sex toy, anthro, anthro penetrated, anus, bent over, big    │\n",
       "│ dildo, blush, bodily fluids, claws, clitoral hood, clitoris, close-up, clothing, deep penetration, dildo, dildo │\n",
       "│   in pussy, dildo insertion, dildo sitting, dripping, ear piercing, ear ring, equine dildo, eyebrow piercing,   │\n",
       "│   facial piercing, feet, female, female penetrated, fur, genital fluids, genitals, grey body, grey fur, hair,   │\n",
       "│    hindpaw, inside, leggings, legwear, long hair, looking at viewer, looking back, looking pleasured, lube,     │\n",
       "│ masturbation, narrowed eyes, nude, pawpads, paws, penetration, piercing, pussy, red sclera, ring piercing, sex  │\n",
       "│   toy, sex toy in pussy, sex toy insertion, sharp teeth, silver hair, soles, solo, tail, teeth, toes, toying    │\n",
       "│ self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by creamytako, │\n",
       "│     helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media     │\n",
       "│                           \\(artwork\\), digital painting \\(artwork\\), multiple scenes                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\dildo_in_pussy\\f9b608e7e8c9f89a120715e2bcf1124c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, all fours, animal dildo, animal sex toy, anthro, anthro penetrated, anus, bent over, big │\n", "│ dildo, blush, bodily fluids, claws, clitoral hood, clitoris, close-up, clothing, deep penetration, dildo, dildo │\n", "│ in pussy, dildo insertion, dildo sitting, dripping, ear piercing, ear ring, equine dildo, eyebrow piercing, │\n", "│ facial piercing, feet, female, female penetrated, fur, genital fluids, genitals, grey body, grey fur, hair, │\n", "│ hindpaw, inside, leggings, legwear, long hair, looking at viewer, looking back, looking pleasured, lube, │\n", "│ masturbation, narrowed eyes, nude, pawpads, paws, penetration, piercing, pussy, red sclera, ring piercing, sex │\n", "│ toy, sex toy in pussy, sex toy insertion, sharp teeth, silver hair, soles, solo, tail, teeth, toes, toying │\n", "│ self, vaginal, vaginal fluids, vaginal masturbation, vaginal penetration, white body, white fur, by creamytako, │\n", "│ helluva boss, mythology, loona \\(helluva boss\\), demon, hellhound, mythological creature, digital media │\n", "│ \\(artwork\\), digital painting \\(artwork\\), multiple scenes │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\1445792.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m1445792.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\72346b2a436f751080cc964359eb601d.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, balls, black nose, blush, bodily fluids, erection, fur, genital fluids, genitals, hair, male,      │\n",
       "│  masturbation, nude, orange body, orange fur, orange hair, penile, penile masturbation, penis, precum, simple   │\n",
       "│            background, solo, sweat, youtuber, by porkchopchoi, by squizxy, pyrocynical, fox, hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\72346b2a436f751080cc964359eb601d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, balls, black nose, blush, bodily fluids, erection, fur, genital fluids, genitals, hair, male, │\n", "│ masturbation, nude, orange body, orange fur, orange hair, penile, penile masturbation, penis, precum, simple │\n", "│ background, solo, sweat, youtuber, by porkchopchoi, by squizxy, pyrocynical, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\1466046.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m1466046.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\7c101d9e46ee2394b96223286174c753.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, all fours, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
       "│ penetrating anthro, athletic, biped, blush, bodily fluids, clothed, clothed sex, clothing, cum, cum in ass, cum │\n",
       "│     inside, doggystyle, drooling, duo, from behind position, genital fluids, hoodie, interspecies, jacket,      │\n",
       "│   letterman jacket, male, male/male, male penetrated, male penetrating, male penetrating male, open clothing,   │\n",
       "│   open hoodie, open jacket, open topwear, pecs, penetration, purple clothing, purple hoodie, purple topwear,    │\n",
       "│  saliva, sex, simple background, tailless, tongue, tongue out, topwear, youtuber, by secretcorgi, pyrocynical,  │\n",
       "│                                       sneezy mcyeezy, fox, sergal, hi res                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\7c101d9e46ee2394b96223286174c753.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, all fours, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, athletic, biped, blush, bodily fluids, clothed, clothed sex, clothing, cum, cum in ass, cum │\n", "│ inside, doggystyle, drooling, duo, from behind position, genital fluids, hoodie, interspecies, jacket, │\n", "│ letterman jacket, male, male/male, male penetrated, male penetrating, male penetrating male, open clothing, │\n", "│ open hoodie, open jacket, open topwear, pecs, penetration, purple clothing, purple hoodie, purple topwear, │\n", "│ saliva, sex, simple background, tailless, tongue, tongue out, topwear, youtuber, by secretcorgi, pyrocynical, │\n", "│ sneezy mcyeezy, fox, sergal, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\2037038.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m2037038.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\205d9cb950340f4d05c36c00d0fca617.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, anthro, brown body, brown fur, clothed, clothing, crossgender, female, fingers, fur, gesture,     │\n",
       "│  gradient background, green eyes, hand gesture, inner ear fluff, simple background, solo, tongue, tongue out,   │\n",
       "│           tuft, v sign, youtuber, by secretcorgi, pyrocynical, fox, digital media \\(artwork\\), hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\205d9cb950340f4d05c36c00d0fca617.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, brown body, brown fur, clothed, clothing, crossgender, female, fingers, fur, gesture, │\n", "│ gradient background, green eyes, hand gesture, inner ear fluff, simple background, solo, tongue, tongue out, │\n", "│ tuft, v sign, youtuber, by secretcorgi, pyrocynical, fox, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\2059507.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m2059507.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\0964d41bb10ac41a64ea59f58ca24dfb.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, ambiguous gender, anthro, black nose, bottomwear, button \\(fastener\\), claws, clothed, clothing,   │\n",
       "│ denim, denim bottomwear, denim clothing, fingers, fully clothed, fur, gesture, hand gesture, hoodie, inner ear  │\n",
       "│  fluff, jeans, pants, red body, red fur, shirt, simple background, smile, solo, star, teeth, topwear, tuft, v   │\n",
       "│     sign, yellow background, youtuber, by secretcorgi, pyrocynical, fox, digital media \\(artwork\\), hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\0964d41bb10ac41a64ea59f58ca24dfb.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ambiguous gender, anthro, black nose, bottomwear, button \\(fastener\\), claws, clothed, clothing, │\n", "│ denim, denim bottomwear, denim clothing, fingers, fully clothed, fur, gesture, hand gesture, hoodie, inner ear │\n", "│ fluff, jeans, pants, red body, red fur, shirt, simple background, smile, solo, star, teeth, topwear, tuft, v │\n", "│ sign, yellow background, youtuber, by secretcorgi, pyrocynical, fox, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\2059509.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m2059509.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\38c2a669eb17758f8db4aeb5808af7b2.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, biped, black nose, body pillow design, bottomwear, claws, clothed, clothing, dakimakura design, denim,  │\n",
       "│  denim bottomwear, denim clothing, fingers, footwear, fur, hoodie, inner ear fluff, jeans, looking at viewer,   │\n",
       "│    looking back, lying, male, navel, open mouth, pants, plantigrade, shoes, simple background, smile, solo,     │\n",
       "│ topless, topwear, tuft, unusual forearms, white background, yellow eyes, youtuber, by secretcorgi, pyrocynical, │\n",
       "│                          fox, compression artifacts, digital media \\(artwork\\), hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\38c2a669eb17758f8db4aeb5808af7b2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, biped, black nose, body pillow design, bottomwear, claws, clothed, clothing, dakimakura design, denim, │\n", "│ denim bottomwear, denim clothing, fingers, footwear, fur, hoodie, inner ear fluff, jeans, looking at viewer, │\n", "│ looking back, lying, male, navel, open mouth, pants, plantigrade, shoes, simple background, smile, solo, │\n", "│ topless, topwear, tuft, unusual forearms, white background, yellow eyes, youtuber, by secretcorgi, pyrocynical, │\n", "│ fox, compression artifacts, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\2059511.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m2059511.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\729272d31ec4dac0cfa9dac437dd7d6e.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, amber eyes, anthro, biped, black body, black fur, clothed, clothing, electronics, fingers, fur,    │\n",
       "│     gesture, inner ear fluff, looking aside, male, plantigrade, red body, red fur, simple background, solo,     │\n",
       "│ television, text, tuft, youtuber, by secretcorgi, pyrocynical, fox, 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\\pyrocynical\\729272d31ec4dac0cfa9dac437dd7d6e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, amber eyes, anthro, biped, black body, black fur, clothed, clothing, electronics, fingers, fur, │\n", "│ gesture, inner ear fluff, looking aside, male, plantigrade, red body, red fur, simple background, solo, │\n", "│ television, text, tuft, youtuber, by secretcorgi, pyrocynical, fox, digital media \\(artwork\\), english text, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\4580141.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m4580141.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\fea410d61c7c2d6865875d1683b3eb18.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, anthro, biped, black body, black briefs, black clothing, black fur, black underwear, briefs, │\n",
       "│ bulge, butt, chair, cheek tuft, claws, clothed, clothing, digitigrade, facial tuft, feet, fingers, foot fetish, │\n",
       "│ foot focus, fur, furniture, hair, inner ear fluff, looking away, male, neck tuft, nervous, office chair, orange │\n",
       "│   eyes, pawpads, paws, red body, red fur, red pawpads, shirt, sitting, snout, solo, t-shirt, toe claws, toes,   │\n",
       "│  topwear, tuft, underwear, white clothing, white hair, white shirt, white t-shirt, white topwear, youtuber, by  │\n",
       "│                        phantasmaa, pyrocynical, fox, red fox, true fox, colored, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\fea410d61c7c2d6865875d1683b3eb18.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, biped, black body, black briefs, black clothing, black fur, black underwear, briefs, │\n", "│ bulge, butt, chair, cheek tuft, claws, clothed, clothing, digitigrade, facial tuft, feet, fingers, foot fetish, │\n", "│ foot focus, fur, furniture, hair, inner ear fluff, looking away, male, neck tuft, nervous, office chair, orange │\n", "│ eyes, pawpads, paws, red body, red fur, red pawpads, shirt, sitting, snout, solo, t-shirt, toe claws, toes, │\n", "│ topwear, tuft, underwear, white clothing, white hair, white shirt, white t-shirt, white topwear, youtuber, by │\n", "│ phantasmaa, pyrocynical, fox, red fox, true fox, colored, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\854850.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m854850.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\a8e2c8143eebd8d52cb852011ccffb58.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ amber eyes, anthro, black body, black fur, clothed, clothing, fangs, fur, looking at viewer, male, open mouth,  │\n",
       "│ pose, red body, red fur, sharp teeth, solo, teeth, tongue, youtuber, by secretcorgi, pyrocynical, fox, digital  │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\a8e2c8143eebd8d52cb852011ccffb58.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ amber eyes, anthro, black body, black fur, clothed, clothing, fangs, fur, looking at viewer, male, open mouth, │\n", "│ pose, red body, red fur, sharp teeth, solo, teeth, tongue, youtuber, by secretcorgi, pyrocynical, fox, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\967228.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m967228.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\97bc38d3dd544834bf38348c3ea50e41.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abstract background, anthro, belly, bottomwear, breasts, brown body, brown fur, clothed, clothing, crossgender, │\n",
       "│    female, freckles, front view, fur, green eyes, inner ear fluff, lips, navel, one eye closed, overweight,     │\n",
       "│     overweight anthro, overweight female, shorts, smile, solo, text, tuft, wink, youtuber, by stickyhunter,     │\n",
       "│                                     pyrocynical, fox, english text, hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\97bc38d3dd544834bf38348c3ea50e41.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abstract background, anthro, belly, bottomwear, breasts, brown body, brown fur, clothed, clothing, crossgender, │\n", "│ female, freckles, front view, fur, green eyes, inner ear fluff, lips, navel, one eye closed, overweight, │\n", "│ overweight anthro, overweight female, shorts, smile, solo, text, tuft, wink, youtuber, by stickyhunter, │\n", "│ pyrocynical, fox, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\982302.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m982302.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\48bf942678c081c3e2df21fd2fa2e333.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anthro, black nose, bodily fluids, brown body, brown fur, cloud, dessert, doughnut, food, fur, male, open    │\n",
       "│   mouth, orange tongue, purple background, saliva, simple background, solo, tongue, youtuber, by secretcorgi,   │\n",
       "│                                                pyrocynical, fox                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\48bf942678c081c3e2df21fd2fa2e333.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black nose, bodily fluids, brown body, brown fur, cloud, dessert, doughnut, food, fur, male, open │\n", "│ mouth, orange tongue, purple background, saliva, simple background, solo, tongue, youtuber, by secretcorgi, │\n", "│ pyrocynical, fox │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\983104.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m983104.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\b13ff847a4700b65bd98549d26d7ddd7.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, black nose, blush, bodily fluids, clothed, clothing, crying, eyebrows, fur, hair, inner ear fluff,    │\n",
       "│    looking at viewer, raised eyebrows, reaction image, solo, sunset, tears, tuft, yellow eyes, youtuber, by     │\n",
       "│                                      secretcorgi, animax, pyrocynical, fox                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\b13ff847a4700b65bd98549d26d7ddd7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black nose, blush, bodily fluids, clothed, clothing, crying, eyebrows, fur, hair, inner ear fluff, │\n", "│ looking at viewer, raised eyebrows, reaction image, solo, sunset, tears, tuft, yellow eyes, youtuber, by │\n", "│ secretcorgi, animax, pyrocynical, fox │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pyrocynical\\986941.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pyrocynical\\\u001b[0m\u001b[1;36m986941.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                        E:\\training_dir\\pyrocynical\\4bfddcd4fa8fd731d7c0fee0cebe5f93.txt                         ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, bottomwear, claws, clothing, denim, denim bottomwear, denim clothing, footwear, fur, hair, hoodie,    │\n",
       "│  jeans, looking at viewer, male, orange eyes, pants, red body, red fur, red hair, sharp teeth, shoes, slogan,   │\n",
       "│  smile, sneakers, snout, solo, teeth, text, topwear, yellow eyes, by unknown artist, pyrocynical, fox, english  │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pyrocynical\\4bfddcd4fa8fd731d7c0fee0cebe5f93.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bottomwear, claws, clothing, denim, denim bottomwear, denim clothing, footwear, fur, hair, hoodie, │\n", "│ jeans, looking at viewer, male, orange eyes, pants, red body, red fur, red hair, sharp teeth, shoes, slogan, │\n", "│ smile, sneakers, snout, solo, teeth, text, topwear, yellow eyes, by unknown artist, pyrocynical, fox, english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\1087290.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m1087290.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\da1df9b4fde03112af22bf56d64116fa.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, after anal, after orgasm, after sex, anal, anal orgasm, anatomically correct, anatomically  │\n",
       "│   correct genitalia, animal genitalia, animal penis, anthro, anthro on feral, ball gag, ball size difference,   │\n",
       "│  balls, barefoot, barn, bdsm, bent over, bestiality, big ball gag, big dom small sub, big flare, biped, black   │\n",
       "│ penis, blue body, blue fur, blue hair, blush, bodily fluids, bondage, bound, brown body, brown fur, butt, catch │\n",
       "│ condom, claws, condom, cuff \\(restraint\\), cum, cum drip, cum in ass, cum inflation, cum inside, cum on balls,  │\n",
       "│  cum on butt, cum on ground, cum waterfall, digitigrade, dominant, dripping, drooling, duo focus, ejaculation,  │\n",
       "│  equine genitalia, equine penis, erection, excessive cum, excessive genital fluids, eye roll, eyebrows, facial  │\n",
       "│ piercing, feathering, feet, feral, filled condom, fingers, flaccid, flared penis, forced, from behind position, │\n",
       "│    fuck bench, fur, gag, gagged, genital fluids, genitals, girly, group, hair, half-closed eyes, handcuffs,     │\n",
       "│ hands-free, hooves, inflation, inside, interspecies, larger feral, larger male, leg spreader, male, male/male,  │\n",
       "│    male on feral, medial ring, metal cuffs, mounting, narrowed eyes, nose piercing, nose ring, nude, orgasm,    │\n",
       "│  oversized ball gag, paws, penis, penis size difference, piercing, pull out, quadruped, raised inner eyebrows,  │\n",
       "│   raised tail, realistic feral, restraints, ring piercing, saliva, sex, sexual barrier device, shackles, size   │\n",
       "│ difference, smaller male, smile, solo focus, spreader bar, submissive, submissive male, tail, teeth, toe claws, │\n",
       "│ toes, trio, unguligrade, vein, wearing condom, white body, white fur, wooden horse \\(device\\), wrists together, │\n",
       "│  by sethpup, atlas \\(jelomaus\\), seth \\(sethpup\\), equid, equine, horse, digital media \\(artwork\\), signature   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\da1df9b4fde03112af22bf56d64116fa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, after anal, after orgasm, after sex, anal, anal orgasm, anatomically correct, anatomically │\n", "│ correct genitalia, animal genitalia, animal penis, anthro, anthro on feral, ball gag, ball size difference, │\n", "│ balls, barefoot, barn, bdsm, bent over, bestiality, big ball gag, big dom small sub, big flare, biped, black │\n", "│ penis, blue body, blue fur, blue hair, blush, bodily fluids, bondage, bound, brown body, brown fur, butt, catch │\n", "│ condom, claws, condom, cuff \\(restraint\\), cum, cum drip, cum in ass, cum inflation, cum inside, cum on balls, │\n", "│ cum on butt, cum on ground, cum waterfall, digitigrade, dominant, dripping, drooling, duo focus, ejaculation, │\n", "│ equine genitalia, equine penis, erection, excessive cum, excessive genital fluids, eye roll, eyebrows, facial │\n", "│ piercing, feathering, feet, feral, filled condom, fingers, flaccid, flared penis, forced, from behind position, │\n", "│ fuck bench, fur, gag, gagged, genital fluids, genitals, girly, group, hair, half-closed eyes, handcuffs, │\n", "│ hands-free, hooves, inflation, inside, interspecies, larger feral, larger male, leg spreader, male, male/male, │\n", "│ male on feral, medial ring, metal cuffs, mounting, narrowed eyes, nose piercing, nose ring, nude, orgasm, │\n", "│ oversized ball gag, paws, penis, penis size difference, piercing, pull out, quadruped, raised inner eyebrows, │\n", "│ raised tail, realistic feral, restraints, ring piercing, saliva, sex, sexual barrier device, shackles, size │\n", "│ difference, smaller male, smile, solo focus, spreader bar, submissive, submissive male, tail, teeth, toe claws, │\n", "│ toes, trio, unguligrade, vein, wearing condom, white body, white fur, wooden horse \\(device\\), wrists together, │\n", "│ by sethpup, atlas \\(jelomaus\\), seth \\(sethpup\\), equid, equine, horse, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\1203058.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m1203058.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ced0568cd6d06e6f756d3b6a9c104e80.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, ambiguous penetration, ankh, anthro, anthro penetrated, barefoot, bdsm, biped, black collar, blush,  │\n",
       "│ blush lines, bodily fluids, bowl, butt, button ears, collar, collar only, contact onomatopoeia, container, cum, │\n",
       "│    cum in bowl, cum in container, cum inside, cum on ground, different sound effects, digitigrade, dog food,    │\n",
       "│  doggystyle, double penetration, erection, faceless character, faceless human, faceless male, feet, fellatio,   │\n",
       "│     female, female focus, female on human, female penetrated, floppy ears, fluffy, fluffy tail, from behind     │\n",
       "│ position, fucked silly, fur, genital fluids, genitals, group, group nudity, group sex, hair, half-closed eyes,  │\n",
       "│ hand on head, heart symbol, human on anthro, human penetrating, human penetrating anthro, impact onomatopoeia,  │\n",
       "│  interspecies, kneeling, leaking cum, male, male/female, male on anthro, male penetrating, markings, narrowed   │\n",
       "│ eyes, nude, onomatopoeia, oral, oral penetration, penetration, penile, penis, pet food, petplay, petting, pink  │\n",
       "│   nose, roleplay, saliva, sex, shlick, shortened sound effect, slap \\(sound effect\\), slurping, smack \\(sound   │\n",
       "│   effect\\), solo focus, sound effect variant, sound effects, spitroast, submissive, tail, tan body, tan fur,    │\n",
       "│  text, threesome, trio, vowelless, vowelless sound effect, by conditional dnp, by fluff-kevlar, rika \\(rika\\),  │\n",
       "│                                 domestic dog, human, digital media \\(artwork\\)                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\ced0568cd6d06e6f756d3b6a9c104e80.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, ambiguous penetration, ankh, anthro, anthro penetrated, barefoot, bdsm, biped, black collar, blush, │\n", "│ blush lines, bodily fluids, bowl, butt, button ears, collar, collar only, contact onomatopoeia, container, cum, │\n", "│ cum in bowl, cum in container, cum inside, cum on ground, different sound effects, digitigrade, dog food, │\n", "│ doggystyle, double penetration, erection, faceless character, faceless human, faceless male, feet, fellatio, │\n", "│ female, female focus, female on human, female penetrated, floppy ears, fluffy, fluffy tail, from behind │\n", "│ position, fucked silly, fur, genital fluids, genitals, group, group nudity, group sex, hair, half-closed eyes, │\n", "│ hand on head, heart symbol, human on anthro, human penetrating, human penetrating anthro, impact onomatopoeia, │\n", "│ interspecies, kneeling, leaking cum, male, male/female, male on anthro, male penetrating, markings, narrowed │\n", "│ eyes, nude, onomatopoeia, oral, oral penetration, penetration, penile, penis, pet food, petplay, petting, pink │\n", "│ nose, roleplay, saliva, sex, shlick, shortened sound effect, slap \\(sound effect\\), slurping, smack \\(sound │\n", "│ effect\\), solo focus, sound effect variant, sound effects, spitroast, submissive, tail, tan body, tan fur, │\n", "│ text, threesome, trio, vowelless, vowelless sound effect, by conditional dnp, by fluff-kevlar, rika \\(rika\\), │\n", "│ domestic dog, human, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\1471578.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m1471578.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\0be7098e8a52b21862ac1eb3b59e0095.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, andromorph, andromorph/male, andromorph penetrated, animal genitalia, animal penis,   │\n",
       "│  anthro, antlers, balls, bathroom, big butt, big penis, biped, black clothing, black topwear, black underwear,  │\n",
       "│ brown balls, brown body, brown fur, brown penis, brown tail, butt, clothed, clothing, double penetration, ears  │\n",
       "│ back, equine genitalia, equine penis, erection, eyes closed, faceless character, faceless male, fellatio, fur,  │\n",
       "│ genitals, girly, glistening, glistening body, glory balls, glory hole, graffiti, group, group sex, hair, horn,  │\n",
       "│   intersex, intersex/male, intersex focus, intersex penetrated, knot, knotted glory hole, large penetration,    │\n",
       "│     male, male penetrating, male penetrating andromorph, male penetrating intersex, markings, medial ring,      │\n",
       "│      multicolored tail, open mouth, oral, oral penetration, partially clothed, penetration, penile, penile      │\n",
       "│ penetration, penis, penis drawing, penis in ass, pink penis, pivoted ears, public restroom, purple hair, pussy, │\n",
       "│ restroom stall, sex, side view, solo focus, spitroast, spots, spotted body, spotted fur, standing, stuck, stuck │\n",
       "│  genitals, stuck knot, stuck penis, tail, tally marks, text, threesome, toilet, topwear, trio, two tone tail,   │\n",
       "│   underwear, underwear down, western tally marks, white tail, by rajii, dominique \\(bionichound\\), deer, new    │\n",
       "│                     world deer, white-tailed deer, digital media \\(artwork\\), english text                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\0be7098e8a52b21862ac1eb3b59e0095.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, andromorph, andromorph/male, andromorph penetrated, animal genitalia, animal penis, │\n", "│ anthro, antlers, balls, bathroom, big butt, big penis, biped, black clothing, black topwear, black underwear, │\n", "│ brown balls, brown body, brown fur, brown penis, brown tail, butt, clothed, clothing, double penetration, ears │\n", "│ back, equine genitalia, equine penis, erection, eyes closed, faceless character, faceless male, fellatio, fur, │\n", "│ genitals, girly, glistening, glistening body, glory balls, glory hole, graffiti, group, group sex, hair, horn, │\n", "│ intersex, intersex/male, intersex focus, intersex penetrated, knot, knotted glory hole, large penetration, │\n", "│ male, male penetrating, male penetrating andromorph, male penetrating intersex, markings, medial ring, │\n", "│ multicolored tail, open mouth, oral, oral penetration, partially clothed, penetration, penile, penile │\n", "│ penetration, penis, penis drawing, penis in ass, pink penis, pivoted ears, public restroom, purple hair, pussy, │\n", "│ restroom stall, sex, side view, solo focus, spitroast, spots, spotted body, spotted fur, standing, stuck, stuck │\n", "│ genitals, stuck knot, stuck penis, tail, tally marks, text, threesome, toilet, topwear, trio, two tone tail, │\n", "│ underwear, underwear down, western tally marks, white tail, by rajii, dominique \\(bionichound\\), deer, new │\n", "│ world deer, white-tailed deer, digital media \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\1652643.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m1652643.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\c9eef1584da14915698fcb1994c204fe.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 fingers, abs, after sex, all fours, anal, anal penetration, anthro, anthro on anthro, antlers, arched back,  │\n",
       "│ areola, ass up, balls, barefoot, bdsm, bedding, being watched, belly, biceps, big balls, big dom small sub, big │\n",
       "│ muscles, big penis, bisexual, black hooves, black nose, blue eyes, blush, bodily fluids, breasts, brown balls,  │\n",
       "│ brown body, brown eyes, brown fur, building, butt, carpet, clenched teeth, cloud, cloven hooves, collar, collar │\n",
       "│ only, consensual cuckold, crouching, cuckold, cuckquean, cum, cum drip, cum in pussy, cum inside, cum on belly, │\n",
       "│   cum on body, cum on breasts, cum on chest, cum on face, cum on ground, cum on muzzle, cum string, cum while   │\n",
       "│       penetrated, day, digit ring, digitigrade, doggystyle, dominant, dominant male, dripping, duo focus,       │\n",
       "│  ejaculation, electronics, eyebrows, eyelashes, eyeshadow, feet, female, female watching, fingering, fingering  │\n",
       "│   self, fingers, fireplace, fluffy, fluffy tail, from behind position, fur, genital fluids, genitals, gloves    │\n",
       "│ \\(marking\\), gold \\(metal\\), gold jewelry, gold ring, grabbing sheets, grey body, grey fur, grey pawpads, grey  │\n",
       "│    tail, group, group sex, half-closed eyes, hands-free, hooved fingers, hooves, horn, inside, interspecies,    │\n",
       "│    jewelry, kneeling, larger male, leaking, leaking cum, leash, leash pull, leg markings, light, looking at     │\n",
       "│  another, looking back, looking down, lying, makeup, male, male/male, male penetrated, male penetrating, male   │\n",
       "│  penetrating male, markings, masturbation, messy, mounting, multicolored body, multicolored fur, multicolored   │\n",
       "│   tail, muscular, muscular male, narrowed eyes, navel, nipples, nude, nude female, on front, open mouth, open   │\n",
       "│      smile, orange body, orange fur, orange tail, orgasm, pawpads, paws, pecs, penetration, penile, penile      │\n",
       "│  penetration, penis, penis in ass, penis size difference, pink areola, pink nipples, pink penis, pink tongue,   │\n",
       "│    raised tail, rear admiral position, ring, rough sex, rug, sex, size difference, sky, slim, small breasts,    │\n",
       "│   smaller female, smaller male, smile, snout, socks \\(marking\\), submissive, submissive male, sunlight, tail,   │\n",
       "│   teeth, television, thick penis, threesome, tongue, trio, two doms one sub, two tone body, two tone fur, two   │\n",
       "│  tone tail, unguligrade, vaginal, vaginal fingering, vaginal masturbation, vaginal penetration, vein, voyeur,   │\n",
       "│  wedding ring, white belly, white body, white fur, white tail, window, by zaush, cervine, deer, domestic dog,   │\n",
       "│                   elk, fox, husky, nordic sled dog, spitz, digital media \\(artwork\\), hi res                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\c9eef1584da14915698fcb1994c204fe.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, abs, after sex, all fours, anal, anal penetration, anthro, anthro on anthro, antlers, arched back, │\n", "│ areola, ass up, balls, barefoot, bdsm, bedding, being watched, belly, biceps, big balls, big dom small sub, big │\n", "│ muscles, big penis, bisexual, black hooves, black nose, blue eyes, blush, bodily fluids, breasts, brown balls, │\n", "│ brown body, brown eyes, brown fur, building, butt, carpet, clenched teeth, cloud, cloven hooves, collar, collar │\n", "│ only, consensual cuckold, crouching, cuckold, cuckquean, cum, cum drip, cum in pussy, cum inside, cum on belly, │\n", "│ cum on body, cum on breasts, cum on chest, cum on face, cum on ground, cum on muzzle, cum string, cum while │\n", "│ penetrated, day, digit ring, digitigrade, doggystyle, dominant, dominant male, dripping, duo focus, │\n", "│ ejaculation, electronics, eyebrows, eyelashes, eyeshadow, feet, female, female watching, fingering, fingering │\n", "│ self, fingers, fireplace, fluffy, fluffy tail, from behind position, fur, genital fluids, genitals, gloves │\n", "│ \\(marking\\), gold \\(metal\\), gold jewelry, gold ring, grabbing sheets, grey body, grey fur, grey pawpads, grey │\n", "│ tail, group, group sex, half-closed eyes, hands-free, hooved fingers, hooves, horn, inside, interspecies, │\n", "│ jewelry, kneeling, larger male, leaking, leaking cum, leash, leash pull, leg markings, light, looking at │\n", "│ another, looking back, looking down, lying, makeup, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, markings, masturbation, messy, mounting, multicolored body, multicolored fur, multicolored │\n", "│ tail, muscular, muscular male, narrowed eyes, navel, nipples, nude, nude female, on front, open mouth, open │\n", "│ smile, orange body, orange fur, orange tail, orgasm, pawpads, paws, pecs, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, penis size difference, pink areola, pink nipples, pink penis, pink tongue, │\n", "│ raised tail, rear admiral position, ring, rough sex, rug, sex, size difference, sky, slim, small breasts, │\n", "│ smaller female, smaller male, smile, snout, socks \\(marking\\), submissive, submissive male, sunlight, tail, │\n", "│ teeth, television, thick penis, threesome, tongue, trio, two doms one sub, two tone body, two tone fur, two │\n", "│ tone tail, unguligrade, vaginal, vaginal fingering, vaginal masturbation, vaginal penetration, vein, voyeur, │\n", "│ wedding ring, white belly, white body, white fur, white tail, window, by zaush, cervine, deer, domestic dog, │\n", "│ elk, fox, husky, nordic sled dog, spitz, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\1702013.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m1702013.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\e72c2f4a505c83cb45ef30b8a852eebc.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anthro on anthro, anus, areola, bent over, big butt, biped, black body, black fur, blonde hair, blue   │\n",
       "│ eyes, blush, bodily fluids, breasts, brown body, brown fur, butt, fangs, female, fur, genital fluids, genitals, │\n",
       "│   glistening, glistening genitalia, glistening pussy, grey eyes, group, group nudity, hair, half-closed eyes,   │\n",
       "│ inner ear fluff, long hair, looking at viewer, looking back, looking back at viewer, master, multicolored body, │\n",
       "│   multicolored fur, narrowed eyes, nipples, nude, open mouth, open smile, outdoor nudity, outside, partially    │\n",
       "│ submerged, plant, plump labia, presenting, presenting hindquarters, presenting pussy, purple body, purple eyes, │\n",
       "│ purple fur, purple hair, pussy, raised tail, rear view, side boob, skinny dipping, smile, tail, take your pick, │\n",
       "│  teeth, thick thighs, tongue, tree, trio, tuft, two tone body, two tone fur, vaginal fluids, water, wet, white  │\n",
       "│         body, white fur, by nuzzo, domestic cat, feline, tuxedo cat, digital media \\(artwork\\), hi res          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\e72c2f4a505c83cb45ef30b8a852eebc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro on anthro, anus, areola, bent over, big butt, biped, black body, black fur, blonde hair, blue │\n", "│ eyes, blush, bodily fluids, breasts, brown body, brown fur, butt, fangs, female, fur, genital fluids, genitals, │\n", "│ glistening, glistening genitalia, glistening pussy, grey eyes, group, group nudity, hair, half-closed eyes, │\n", "│ inner ear fluff, long hair, looking at viewer, looking back, looking back at viewer, master, multicolored body, │\n", "│ multicolored fur, narrowed eyes, nipples, nude, open mouth, open smile, outdoor nudity, outside, partially │\n", "│ submerged, plant, plump labia, presenting, presenting hindquarters, presenting pussy, purple body, purple eyes, │\n", "│ purple fur, purple hair, pussy, raised tail, rear view, side boob, skinny dipping, smile, tail, take your pick, │\n", "│ teeth, thick thighs, tongue, tree, trio, tuft, two tone body, two tone fur, vaginal fluids, water, wet, white │\n", "│ body, white fur, by nuzzo, domestic cat, feline, tuxedo cat, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\204756.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m204756.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\02dd017837ba30c343cbfc38e159daf0.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    angry, anthro, armor, big butt, bottomless, bound, bound female, butt, carrying another, chain, clothed,     │\n",
       "│ clothed/nude, clothed female nude female, clothed male nude female, clothing, damsel in distress, digitigrade,  │\n",
       "│    dress, duo focus, female, female anthro, fog, group, hair, headgear, helmet, horn, humor, knight, lay the    │\n",
       "│    dragon, male, melee weapon, nude, nude female, princess, raised tail, restrained, role reversal, royalty,    │\n",
       "│  shoulder carry, sword, tail, trio, warrior, weapon, by hattonslayden, mythology, dragon, human, mythological   │\n",
       "│                 creature, mythological scalie, scalie, greyscale, meme, monochrome, unfinished                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\02dd017837ba30c343cbfc38e159daf0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, anthro, armor, big butt, bottomless, bound, bound female, butt, carrying another, chain, clothed, │\n", "│ clothed/nude, clothed female nude female, clothed male nude female, clothing, damsel in distress, digitigrade, │\n", "│ dress, duo focus, female, female anthro, fog, group, hair, headgear, helmet, horn, humor, knight, lay the │\n", "│ dragon, male, melee weapon, nude, nude female, princess, raised tail, restrained, role reversal, royalty, │\n", "│ shoulder carry, sword, tail, trio, warrior, weapon, by hattonslayden, mythology, dragon, human, mythological │\n", "│ creature, mythological scalie, scalie, greyscale, meme, monochrome, unfinished │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2069819.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2069819.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\058fe821d894fcf609c769191e92776f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      ahegao, anal, anal penetration, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro      │\n",
       "│   penetrating, anthro penetrating anthro, balls, bed, being watched, big penis, black body, black fur, black    │\n",
       "│ nose, bodily fluids, butt, canon x oc, countershading, crowd, cum, cum in ass, cum inside, cum on back, cum on  │\n",
       "│  butt, cum on hand, cum on penis, cum while penetrated, ejaculation, eyebrows, eyes closed, eyewear, felching,  │\n",
       "│ female, fingers, from behind position, fucked silly, fur, furniture, genital fluids, genitals, glans, glasses,  │\n",
       "│  gloves \\(marking\\), grass, grey body, grey fur, grey tail, group, group sex, hair, half-closed eyes, hand on   │\n",
       "│  butt, handjob, happy, happy sex, hooved fingers, hooves, horn, humanoid genitalia, humanoid penis, inner ear   │\n",
       "│  fluff, interspecies, larger anthro, larger male, leg markings, looking at another, looking pleasured, looking  │\n",
       "│  up, male, male/female, male/male, male on anthro, male penetrated, male penetrating, male penetrating anthro,  │\n",
       "│   male penetrating male, male rimming male, markings, multicolored body, multicolored fur, multicolored tail,   │\n",
       "│ narrowed eyes, nude, nude female, one eye closed, open mouth, open smile, oral, orange body, orange fur, orange │\n",
       "│   tail, orgasm, penetration, penile, penile penetration, penis, penis in ass, pink glans, pink penis, plant,    │\n",
       "│ predator/prey, public, raised tail, rimming, saliva, sex, sheath, short hair, sitting, size difference, smaller │\n",
       "│  anthro, smaller female, smile, socks \\(marking\\), spots, spotted body, spotted fur, tail, teeth, text, thick   │\n",
       "│ penis, threesome, tongue, train position, trio, tuft, voyeur, white balls, white body, white fur, white sheath, │\n",
       "│ by zaush, duster \\(duster\\), emmitt otterton, gideon grey, judy hopps, kodi \\(sqink\\), leodore lionheart, mrs.  │\n",
       "│ otterton, nick wilde, deer, fox, lagomorph, leporid, lion, lontra, mustelid, north american river otter, otter, │\n",
       "│       pantherine, rabbit, red fox, river otter, snow leopard, true fox, wolf, english text, lol comments        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\058fe821d894fcf609c769191e92776f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal penetration, animal genitalia, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, balls, bed, being watched, big penis, black body, black fur, black │\n", "│ nose, bodily fluids, butt, canon x oc, countershading, crowd, cum, cum in ass, cum inside, cum on back, cum on │\n", "│ butt, cum on hand, cum on penis, cum while penetrated, ejaculation, eyebrows, eyes closed, eyewear, felching, │\n", "│ female, fingers, from behind position, fucked silly, fur, furniture, genital fluids, genitals, glans, glasses, │\n", "│ gloves \\(marking\\), grass, grey body, grey fur, grey tail, group, group sex, hair, half-closed eyes, hand on │\n", "│ butt, handjob, happy, happy sex, hooved fingers, hooves, horn, humanoid genitalia, humanoid penis, inner ear │\n", "│ fluff, interspecies, larger anthro, larger male, leg markings, looking at another, looking pleasured, looking │\n", "│ up, male, male/female, male/male, male on anthro, male penetrated, male penetrating, male penetrating anthro, │\n", "│ male penetrating male, male rimming male, markings, multicolored body, multicolored fur, multicolored tail, │\n", "│ narrowed eyes, nude, nude female, one eye closed, open mouth, open smile, oral, orange body, orange fur, orange │\n", "│ tail, orgasm, penetration, penile, penile penetration, penis, penis in ass, pink glans, pink penis, plant, │\n", "│ predator/prey, public, raised tail, rimming, saliva, sex, sheath, short hair, sitting, size difference, smaller │\n", "│ anthro, smaller female, smile, socks \\(marking\\), spots, spotted body, spotted fur, tail, teeth, text, thick │\n", "│ penis, threesome, tongue, train position, trio, tuft, voyeur, white balls, white body, white fur, white sheath, │\n", "│ by zaush, duster \\(duster\\), emmitt otterton, gideon grey, judy hopps, kodi \\(sqink\\), leodore lionheart, mrs. │\n", "│ otterton, nick wilde, deer, fox, lagomorph, leporid, lion, lontra, mustelid, north american river otter, otter, │\n", "│ pantherine, rabbit, red fox, river otter, snow leopard, true fox, wolf, english text, lol comments │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2239413.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2239413.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f02b6db7114403c6fccb7e92797a8693.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anal threesome, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n",
       "│    penetrating anthro, antlers, anus, backsack, balls, big butt, biped, black antlers, black clothing, black    │\n",
       "│  hooves, black nose, black topwear, blue balls, blue body, blue fur, blue penis, blue perineum, blush, bodily   │\n",
       "│  fluids, bottomless, brown body, brown eyes, brown fur, butt, butt heart, butt markings, butt stack, clothed,   │\n",
       "│ clothed anthro, clothed anthro nude anthro, clothing, cloven hooves, cum, cum drip, cum in ass, cum inside, cum │\n",
       "│ on balls, cum on perineum, cum while penetrated, dark body, dark fur, day, dewclaw hooves, dripping, ears back, │\n",
       "│   ejaculation, erection, eyebrows, eyes closed, fur, genital fluids, genitals, girly, glistening, glistening    │\n",
       "│ body, grey body, grey fur, grey penis, group, group sex, heart symbol, hooves, horn, interspecies, josou seme,  │\n",
       "│   kneeling, leaking cum, looking pleasured, lucky pierre, male, male/male, male on bottom, male on top, male    │\n",
       "│      penetrated, male penetrating, male penetrating anthro, male penetrating male, markings, motion lines,      │\n",
       "│ multicolored penis, narrowed eyes, nude, nude anthro, on bottom, on top, onomatopoeia, orgasm, outside, outside │\n",
       "│   sex, patreon logo, patreon username, penetrated male penetrating, penetration, penile, penile penetration,    │\n",
       "│  penis, penis in ass, perineum, pink penis, pivoted ears, public, public erection, public nudity, public sex,   │\n",
       "│  rear view, scut tail, sex, short tail, simultaneous orgasms, smile, sound effects, spread butt, spread legs,   │\n",
       "│  spreading, stairs, sweat, tail, tan balls, text, thick thighs, threesome, topwear, train position, trio, two   │\n",
       "│   tone penis, underhoof, unguligrade, white balls, white perineum, y anus, by conditional dnp, by zackary911,   │\n",
       "│     animal crossing, patreon, bam \\(animal crossing\\), beau \\(animal crossing\\), bruce \\(animal crossing\\),     │\n",
       "│          antelope, bovid, caprine, deer, goat, digital media \\(artwork\\), english text, tag panic, url          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f02b6db7114403c6fccb7e92797a8693.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anal threesome, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, antlers, anus, backsack, balls, big butt, biped, black antlers, black clothing, black │\n", "│ hooves, black nose, black topwear, blue balls, blue body, blue fur, blue penis, blue perineum, blush, bodily │\n", "│ fluids, bottomless, brown body, brown eyes, brown fur, butt, butt heart, butt markings, butt stack, clothed, │\n", "│ clothed anthro, clothed anthro nude anthro, clothing, cloven hooves, cum, cum drip, cum in ass, cum inside, cum │\n", "│ on balls, cum on perineum, cum while penetrated, dark body, dark fur, day, dewclaw hooves, dripping, ears back, │\n", "│ ejaculation, erection, eyebrows, eyes closed, fur, genital fluids, genitals, girly, glistening, glistening │\n", "│ body, grey body, grey fur, grey penis, group, group sex, heart symbol, hooves, horn, interspecies, josou seme, │\n", "│ kneeling, leaking cum, looking pleasured, lucky pierre, male, male/male, male on bottom, male on top, male │\n", "│ penetrated, male penetrating, male penetrating anthro, male penetrating male, markings, motion lines, │\n", "│ multicolored penis, narrowed eyes, nude, nude anthro, on bottom, on top, onomatopoeia, orgasm, outside, outside │\n", "│ sex, patreon logo, patreon username, penetrated male penetrating, penetration, penile, penile penetration, │\n", "│ penis, penis in ass, perineum, pink penis, pivoted ears, public, public erection, public nudity, public sex, │\n", "│ rear view, scut tail, sex, short tail, simultaneous orgasms, smile, sound effects, spread butt, spread legs, │\n", "│ spreading, stairs, sweat, tail, tan balls, text, thick thighs, threesome, topwear, train position, trio, two │\n", "│ tone penis, underhoof, unguligrade, white balls, white perineum, y anus, by conditional dnp, by zackary911, │\n", "│ animal crossing, patreon, bam \\(animal crossing\\), beau \\(animal crossing\\), bruce \\(animal crossing\\), │\n", "│ antelope, bovid, caprine, deer, goat, digital media \\(artwork\\), english text, tag panic, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2244298.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2244298.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a5fe3f94f5d82fe55fe34eacde198d5c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   169 position, 69 position, accessory, all fours, anthro, anthro focus, anthro on anthro, anthro penetrated,   │\n",
       "│   anthro penetrating, anthro penetrating anthro, bell, biped, bisexual, black body, black fur, bodily fluids,   │\n",
       "│   breasts, butt, butt grab, digitigrade, erection, faceless character, faceless male, female, female/female,    │\n",
       "│   female anthro, female focus, female penetrated, ffm threesome, fur, fur markings, genital fluids, genitals,   │\n",
       "│      group, group nudity, group sex, hand on butt, hindpaw, kneeling, licking, looking back, lying, male,       │\n",
       "│   male/female, male anthro, male penetrating, male penetrating female, markings, nude, nude female, on front,   │\n",
       "│    oral, outdoor nudity, outside, outside sex, pawpads, paws, penetration, penetration lick, penile, penile     │\n",
       "│ penetration, penis, penis in pussy, penis lick, plant, purple eyes, pussy, red eyes, sex, side boob, threesome, │\n",
       "│     tongue, tongue out, tree, trio, vaginal, vaginal fluids, vaginal penetration, white body, white fur, by     │\n",
       "│  photonoko, fox, unknown species, digital media \\(artwork\\), hi res, incest \\(lore\\), sibling \\(lore\\), sister  │\n",
       "│                          \\(lore\\), sisters \\(lore\\), twincest \\(lore\\), twins \\(lore\\)                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a5fe3f94f5d82fe55fe34eacde198d5c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 169 position, 69 position, accessory, all fours, anthro, anthro focus, anthro on anthro, anthro penetrated, │\n", "│ anthro penetrating, anthro penetrating anthro, bell, biped, bisexual, black body, black fur, bodily fluids, │\n", "│ breasts, butt, butt grab, digitigrade, erection, faceless character, faceless male, female, female/female, │\n", "│ female anthro, female focus, female penetrated, ffm threesome, fur, fur markings, genital fluids, genitals, │\n", "│ group, group nudity, group sex, hand on butt, hindpaw, kneeling, licking, looking back, lying, male, │\n", "│ male/female, male anthro, male penetrating, male penetrating female, markings, nude, nude female, on front, │\n", "│ oral, outdoor nudity, outside, outside sex, pawpads, paws, penetration, penetration lick, penile, penile │\n", "│ penetration, penis, penis in pussy, penis lick, plant, purple eyes, pussy, red eyes, sex, side boob, threesome, │\n", "│ tongue, tongue out, tree, trio, vaginal, vaginal fluids, vaginal penetration, white body, white fur, by │\n", "│ photonoko, fox, unknown species, digital media \\(artwork\\), hi res, incest \\(lore\\), sibling \\(lore\\), sister │\n", "│ \\(lore\\), sisters \\(lore\\), twincest \\(lore\\), twins \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2260228.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2260228.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\eff0f90dd97c2b885521cdf64490edda.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating   │\n",
       "│ anthro, balls, black nose, blush, bodily fluids, clothed, clothed sex, clothing, dominant, dominant pov, double │\n",
       "│ penetration, eyewear, faceless character, faceless male, fellatio, first person view, genitals, girly, glasses, │\n",
       "│     group, group sex, hand on head, heterochromia, holding penis, looking at viewer, male, male/male, male      │\n",
       "│     penetrated, male penetrating, male penetrating male, male pov, oral, oral penetration, penetrating pov,     │\n",
       "│    penetration, penile, penis, saliva, saliva on penis, sex, shy, simple background, spitroast, submissive,     │\n",
       "│     submissive male, tail, tail grab, threesome, trio, wide hips, by conditional dnp, by drako1997, animal      │\n",
       "│  crossing, apollo \\(animal crossing\\), raymond \\(animal crossing\\), wolfgang \\(animal crossing\\), accipitrid,   │\n",
       "│          accipitriform, avian, bald eagle, bird, domestic cat, eagle, feline, sea eagle, wolf, hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\eff0f90dd97c2b885521cdf64490edda.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, balls, black nose, blush, bodily fluids, clothed, clothed sex, clothing, dominant, dominant pov, double │\n", "│ penetration, eyewear, faceless character, faceless male, fellatio, first person view, genitals, girly, glasses, │\n", "│ group, group sex, hand on head, heterochromia, holding penis, looking at viewer, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, male pov, oral, oral penetration, penetrating pov, │\n", "│ penetration, penile, penis, saliva, saliva on penis, sex, shy, simple background, spitroast, submissive, │\n", "│ submissive male, tail, tail grab, threesome, trio, wide hips, by conditional dnp, by drako1997, animal │\n", "│ crossing, apollo \\(animal crossing\\), raymond \\(animal crossing\\), wolfgang \\(animal crossing\\), accipitrid, │\n", "│ accipitriform, avian, bald eagle, bird, domestic cat, eagle, feline, sea eagle, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2318389.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2318389.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\d04993ee340136590db661edfaaec291.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, anal, anal knotting, anal penetration, anatomically correct, anatomically correct genitalia,     │\n",
       "│ anatomically correct penis, anatomically inaccurate, animal genitalia, animal penis, anthro, anthro on anthro,  │\n",
       "│ anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, arms bent, balls, bent legs, bent spoon │\n",
       "│   position, big penis, biped, black body, black fur, black penis, black stripes, blush, bodily fluids, brown    │\n",
       "│  body, brown fur, butt, chest tuft, claws, crotch tuft, cum, cum drip, cum from ass, cum in ass, cum in mouth,  │\n",
       "│  cum in own mouth, cum in self, cum inside, cum on face, cum on hand, cum on knot, cum on own face, cum on own  │\n",
       "│  tongue, cum on penis, cum on self, cum on tongue, cum splatter, cum while penetrated, cumshot, cutaway, day,   │\n",
       "│  double anal, double knotting, double penetration, dripping, ejaculation, ejaculation while penetrated, equine  │\n",
       "│ anus, equine genitalia, equine penis, erection, eyebrows, eyes closed, fingers, frottage, fur, genital fluids,  │\n",
       "│ genitals, girly, glistening, glistening body, grass, group, group nudity, group sex, hair, hand on hip, hand on │\n",
       "│  leg, hand on own hip, hand on penis, hand on thigh, handjob, handjob while penetrating, heart reaction, heart  │\n",
       "│     symbol, holding hips, internal, interspecies, jerked silly, knot, knotting, leg grab, legs up, looking      │\n",
       "│    pleasured, lying, male, male/male, male penetrated, male penetrating, male penetrating male, medial ring,    │\n",
       "│ messy, mismatched animal penis, mismatched genitalia, mismatched penis, mountain, multicolored penis, navel, on │\n",
       "│  back, onomatopoeia, open mouth, orgasm, outdoor nudity, outside, outside sex, patreon logo, patreon username,  │\n",
       "│     penetration, penile, penile penetration, penis, penis grab, penis in ass, perineum, pink penis, plant,      │\n",
       "│ predator/prey, predator penetrating, predator penetrating prey, prey penetrated, puffy anus, saliva, saliva on  │\n",
       "│    tongue, sandwich position, sex, sheath, simultaneous orgasms, sky, sound effects, spread legs, spreading,    │\n",
       "│  standing, standing sex, striped body, striped fur, stripes, tail, tan body, tan fur, teeth, text, thigh grab,  │\n",
       "│   threesome, tongue, tongue out, tree, trio, tuft, two tone penis, vein, veiny knot, veiny penis, white body,   │\n",
       "│   white fur, by conditional dnp, by zackary911, patreon, equid, equine, hyena, spotted hyena, zebra, digital    │\n",
       "│                                  media \\(artwork\\), signature, tag panic, url                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\d04993ee340136590db661edfaaec291.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal knotting, anal penetration, anatomically correct, anatomically correct genitalia, │\n", "│ anatomically correct penis, anatomically inaccurate, animal genitalia, animal penis, anthro, anthro on anthro, │\n", "│ anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, arms bent, balls, bent legs, bent spoon │\n", "│ position, big penis, biped, black body, black fur, black penis, black stripes, blush, bodily fluids, brown │\n", "│ body, brown fur, butt, chest tuft, claws, crotch tuft, cum, cum drip, cum from ass, cum in ass, cum in mouth, │\n", "│ cum in own mouth, cum in self, cum inside, cum on face, cum on hand, cum on knot, cum on own face, cum on own │\n", "│ tongue, cum on penis, cum on self, cum on tongue, cum splatter, cum while penetrated, cumshot, cutaway, day, │\n", "│ double anal, double knotting, double penetration, dripping, ejaculation, ejaculation while penetrated, equine │\n", "│ anus, equine genitalia, equine penis, erection, eyebrows, eyes closed, fingers, frottage, fur, genital fluids, │\n", "│ genitals, girly, glistening, glistening body, grass, group, group nudity, group sex, hair, hand on hip, hand on │\n", "│ leg, hand on own hip, hand on penis, hand on thigh, handjob, handjob while penetrating, heart reaction, heart │\n", "│ symbol, holding hips, internal, interspecies, jerked silly, knot, knotting, leg grab, legs up, looking │\n", "│ pleasured, lying, male, male/male, male penetrated, male penetrating, male penetrating male, medial ring, │\n", "│ messy, mismatched animal penis, mismatched genitalia, mismatched penis, mountain, multicolored penis, navel, on │\n", "│ back, onomatopoeia, open mouth, orgasm, outdoor nudity, outside, outside sex, patreon logo, patreon username, │\n", "│ penetration, penile, penile penetration, penis, penis grab, penis in ass, perineum, pink penis, plant, │\n", "│ predator/prey, predator penetrating, predator penetrating prey, prey penetrated, puffy anus, saliva, saliva on │\n", "│ tongue, sandwich position, sex, sheath, simultaneous orgasms, sky, sound effects, spread legs, spreading, │\n", "│ standing, standing sex, striped body, striped fur, stripes, tail, tan body, tan fur, teeth, text, thigh grab, │\n", "│ threesome, tongue, tongue out, tree, trio, tuft, two tone penis, vein, veiny knot, veiny penis, white body, │\n", "│ white fur, by conditional dnp, by zackary911, patreon, equid, equine, hyena, spotted hyena, zebra, digital │\n", "│ media \\(artwork\\), signature, tag panic, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2385472.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2385472.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\b3bf91a978e5ffa18309e525e1ddb50d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, abdominal bulge, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anthro │\n",
       "│   on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, assisted sex, avian feet, ball   │\n",
       "│ gag, bdsm, bird legs, bisexual, bisexual sandwich, blue eyes, bodily fluids, bondage, bottomless, bound, claws, │\n",
       "│     clothed, clothing, cum, cum on leg, cum on penis, cum while penetrated, cumshot, dialogue, ejaculation,     │\n",
       "│  erection, eyebrows, female, female supporting yaoi, fingers, from behind position, fur, gag, gagged, genital   │\n",
       "│   fluids, genitals, girly, good boy, green eyes, group, group sex, hair, hand on neck, handjob, interspecies,   │\n",
       "│ male, male/female, male/male, male penetrated, male penetrating, male penetrating male, mmf threesome, orgasm,  │\n",
       "│    penetration, penile, penis, pet praise, pink penis, praise, sandwich position, sex, shirt, speech bubble,    │\n",
       "│    submissive, submissive male, tapering penis, teasing, text, threesome, topwear, trio, by ruaidri, adhina     │\n",
       "│   \\(ruaidri\\), blue \\(ruaidri\\), cinnamon \\(ruaidri\\), avian, bird, lagomorph, leporid, rabbit, wolf, english   │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\b3bf91a978e5ffa18309e525e1ddb50d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abdominal bulge, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anthro │\n", "│ on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, assisted sex, avian feet, ball │\n", "│ gag, bdsm, bird legs, bisexual, bisexual sandwich, blue eyes, bodily fluids, bondage, bottomless, bound, claws, │\n", "│ clothed, clothing, cum, cum on leg, cum on penis, cum while penetrated, cumshot, dialogue, ejaculation, │\n", "│ erection, eyebrows, female, female supporting yaoi, fingers, from behind position, fur, gag, gagged, genital │\n", "│ fluids, genitals, girly, good boy, green eyes, group, group sex, hair, hand on neck, handjob, interspecies, │\n", "│ male, male/female, male/male, male penetrated, male penetrating, male penetrating male, mmf threesome, orgasm, │\n", "│ penetration, penile, penis, pet praise, pink penis, praise, sandwich position, sex, shirt, speech bubble, │\n", "│ submissive, submissive male, tapering penis, teasing, text, threesome, topwear, trio, by ruaidri, adhina │\n", "│ \\(ruaidri\\), blue \\(ruaidri\\), cinnamon \\(ruaidri\\), avian, bird, lagomorph, leporid, rabbit, wolf, english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2407154.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2407154.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\e2bcfd3c349c97ad72d488a9d9165e54.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro   │\n",
       "│   penetrating, anthro penetrating anthro, antlers, balls, black body, black fur, blush, bodily fluids, brown    │\n",
       "│     body, brown fur, equine genitalia, equine penis, erection, eyebrows, eyes closed, eyewear, from behind      │\n",
       "│ position, frottage, fur, genitals, glasses, group, hair, hand on hip, horn, humanoid genitalia, humanoid penis, │\n",
       "│   internal, interspecies, larger male, looking pleasured, male, male/male, male penetrated, male penetrating,   │\n",
       "│   male penetrating male, manwiched, markings, medial ring, nude, obese, obese anthro, open mouth, open smile,   │\n",
       "│ orange body, orange fur, overweight, overweight anthro, overweight male, penetration, penile, penis, penis size │\n",
       "│   difference, sandwiched, sauna, sex, side view, sitting, size difference, smaller male, smaller penetrated,    │\n",
       "│   smile, spots, spotted body, standing, sweat, text, tongue, tongue out, trio, by alibi-cami, by braeburned,    │\n",
       "│  patreon, cheetah, deer, equid, equine, feline, horse, digital drawing \\(artwork\\), digital media \\(artwork\\),  │\n",
       "│                                             english text, signature                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\e2bcfd3c349c97ad72d488a9d9165e54.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, antlers, balls, black body, black fur, blush, bodily fluids, brown │\n", "│ body, brown fur, equine genitalia, equine penis, erection, eyebrows, eyes closed, eyewear, from behind │\n", "│ position, frottage, fur, genitals, glasses, group, hair, hand on hip, horn, humanoid genitalia, humanoid penis, │\n", "│ internal, interspecies, larger male, looking pleasured, male, male/male, male penetrated, male penetrating, │\n", "│ male penetrating male, manwiched, markings, medial ring, nude, obese, obese anthro, open mouth, open smile, │\n", "│ orange body, orange fur, overweight, overweight anthro, overweight male, penetration, penile, penis, penis size │\n", "│ difference, sandwiched, sauna, sex, side view, sitting, size difference, smaller male, smaller penetrated, │\n", "│ smile, spots, spotted body, standing, sweat, text, tongue, tongue out, trio, by alibi-cami, by braeburned, │\n", "│ patreon, cheetah, deer, equid, equine, feline, horse, digital drawing \\(artwork\\), digital media \\(artwork\\), │\n", "│ english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2411267.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2411267.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\05f1f7db0ae12bc9132121287958609b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, anthro, balls, beach, beverage, black body, black fur, bodily fluids, breasts, brown   │\n",
       "│  body, brown fur, cellphone, clothed, clothing, clothing aside, collar, cum, cum in pussy, cum inside, double   │\n",
       "│  penetration, electronics, faceless character, faceless male, fellatio, female, fur, genital fluids, genitals,  │\n",
       "│ glistening, glistening body, glistening clothing, group, group sex, highleg, holding beverage, holding object,  │\n",
       "│ ineffective clothing, inner ear fluff, latex, leotard, looking at viewer, male, male/female, nipples, one-piece │\n",
       "│  swimsuit, oral, oral penetration, penetration, penile, penile penetration, penis, phone, plantigrade, product  │\n",
       "│  placement, public, red body, red fur, rubber clothing, seaside, sex, sex on the beach, skimpy, small breasts,  │\n",
       "│    spitroast, swimwear, swimwear aside, text, text on clothing, text on swimwear, threesome, tight clothing,    │\n",
       "│    towel, translucent, translucent clothing, translucent latex, translucent one-piece swimsuit, translucent     │\n",
       "│     swimwear, trio, tuft, by pixelsketcher, asics, coca-cola, paprika \\(pixelsketcher\\), fox, digital media     │\n",
       "│                                    \\(artwork\\), digital painting \\(artwork\\)                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\05f1f7db0ae12bc9132121287958609b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, balls, beach, beverage, black body, black fur, bodily fluids, breasts, brown │\n", "│ body, brown fur, cellphone, clothed, clothing, clothing aside, collar, cum, cum in pussy, cum inside, double │\n", "│ penetration, electronics, faceless character, faceless male, fellatio, female, fur, genital fluids, genitals, │\n", "│ glistening, glistening body, glistening clothing, group, group sex, highleg, holding beverage, holding object, │\n", "│ ineffective clothing, inner ear fluff, latex, leotard, looking at viewer, male, male/female, nipples, one-piece │\n", "│ swimsuit, oral, oral penetration, penetration, penile, penile penetration, penis, phone, plantigrade, product │\n", "│ placement, public, red body, red fur, rubber clothing, seaside, sex, sex on the beach, skimpy, small breasts, │\n", "│ spitroast, swimwear, swimwear aside, text, text on clothing, text on swimwear, threesome, tight clothing, │\n", "│ towel, translucent, translucent clothing, translucent latex, translucent one-piece swimsuit, translucent │\n", "│ swimwear, trio, tuft, by pixelsketcher, asics, coca-cola, paprika \\(pixelsketcher\\), fox, digital media │\n", "│ \\(artwork\\), digital painting \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2436344.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2436344.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\3c762be3ddf1f4b575a8410d0b7fb8ee.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro   │\n",
       "│    penetrated, anthro penetrating, anthro penetrating anthro, balls, bench, big dom small sub, blush, bodily    │\n",
       "│ fluids, body hair, bottomless, chest hair, clothed, clothing, clothing lift, cum, cum drip, cum from mouth, cum │\n",
       "│     in ass, cum in mouth, cum inside, cum on own penis, cum on penis, cum on self, cum splatter, cum while      │\n",
       "│ penetrated, cumshot, digitigrade, dominant, double penetration, dripping, ear piercing, ear ring, ejaculation,  │\n",
       "│ equine genitalia, equine penis, erection, exhibitionism, eyes closed, facial piercing, feet, fellatio, fingers, │\n",
       "│ from behind position, fully clothed, fur, genital fluids, genitals, group, group sex, hair, happy trail, heart  │\n",
       "│    eyes, heart symbol, horn, horn grab, humanoid genitalia, humanoid penis, interspecies, leaking cum, male,    │\n",
       "│ male/male, male penetrated, male penetrating, male penetrating male, medial ring, motion lines, nose piercing,  │\n",
       "│    nose ring, one eye closed, oral, oral penetration, orgasm, outside, outside sex, park, partially clothed,    │\n",
       "│    patreon username, paws, penetration, penile, penile penetration, penis, penis in ass, piercing, platform     │\n",
       "│    spitroast, public, public exposure, public sex, ring piercing, saggy balls, sex, shirt, shirt lift, size     │\n",
       "│   difference, slightly chubby, spitroast, submissive, submissive male, text, threesome, throbbing, throbbing    │\n",
       "│   balls, toes, topwear, trio, waist grab, by braeburned, patreon, deer, equid, equine, horse, zebra, digital    │\n",
       "│                                   media \\(artwork\\), english text, signature                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\3c762be3ddf1f4b575a8410d0b7fb8ee.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro │\n", "│ penetrated, anthro penetrating, anthro penetrating anthro, balls, bench, big dom small sub, blush, bodily │\n", "│ fluids, body hair, bottomless, chest hair, clothed, clothing, clothing lift, cum, cum drip, cum from mouth, cum │\n", "│ in ass, cum in mouth, cum inside, cum on own penis, cum on penis, cum on self, cum splatter, cum while │\n", "│ penetrated, cumshot, digitigrade, dominant, double penetration, dripping, ear piercing, ear ring, ejaculation, │\n", "│ equine genitalia, equine penis, erection, exhibitionism, eyes closed, facial piercing, feet, fellatio, fingers, │\n", "│ from behind position, fully clothed, fur, genital fluids, genitals, group, group sex, hair, happy trail, heart │\n", "│ eyes, heart symbol, horn, horn grab, humanoid genitalia, humanoid penis, interspecies, leaking cum, male, │\n", "│ male/male, male penetrated, male penetrating, male penetrating male, medial ring, motion lines, nose piercing, │\n", "│ nose ring, one eye closed, oral, oral penetration, orgasm, outside, outside sex, park, partially clothed, │\n", "│ patreon username, paws, penetration, penile, penile penetration, penis, penis in ass, piercing, platform │\n", "│ spitroast, public, public exposure, public sex, ring piercing, saggy balls, sex, shirt, shirt lift, size │\n", "│ difference, slightly chubby, spitroast, submissive, submissive male, text, threesome, throbbing, throbbing │\n", "│ balls, toes, topwear, trio, waist grab, by braeburned, patreon, deer, equid, equine, horse, zebra, digital │\n", "│ media \\(artwork\\), english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2510566.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2510566.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\d47867bd7f05edfc945b3a93b84b0116.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 5 fingers, ambiguous gender, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anus, │\n",
       "│  autofootjob, backsack, balls, balls deep, balls touching, big penis, black balls, blue balls, blue perineum,   │\n",
       "│  bodily fluids, butt, camera, contour smear, cum, cum in ass, cum inside, cum on balls, cum on ground, cum on   │\n",
       "│     leg, cum on perineum, cum while penetrated, cumshot, digitigrade, directional arrow, disembodied hand,      │\n",
       "│   distorted contour, duo, ejaculation, erection, excessive cum, excessive genital fluids, eyes closed, feet,    │\n",
       "│ feral, feral on feral, feral penetrated, feral penetrating, feral penetrating feral, fin, fingers, foot fetish, │\n",
       "│   foot on own penis, foot on penis, foot play, from behind position, frottage, fur, genital fluids, genitals,   │\n",
       "│   grey background, group, hairless, handjob, handjob frottage, hands-free, heart symbol, hearts around body,    │\n",
       "│ hearts around head, hearts around penis, humanoid hands, knot, knot root, male, male/ambiguous, male/male, male │\n",
       "│    penetrated, male penetrating, male penetrating male, markings, masturbation, messy, motion lines, motion     │\n",
       "│    outline, mounting, onomatopoeia, orgasm, pawpads, paws, penetration, penile, penile masturbation, penile     │\n",
       "│  penetration, penis, penis grab, penis in ass, penis on penis, perineum, sex, sheath, simple background, sound  │\n",
       "│ effects, tail, tail anus, tailbutt, text, toes, trio, twitter logo, two-footed autofootjob, two-handed handjob, │\n",
       "│    two-handed handjob frottage, two-handed masturbation, vein, by spaal, twitter, human, umbreon, vaporeon,     │\n",
       "│                                    digital media \\(artwork\\), source request                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\d47867bd7f05edfc945b3a93b84b0116.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 5 fingers, ambiguous gender, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anus, │\n", "│ autofootjob, backsack, balls, balls deep, balls touching, big penis, black balls, blue balls, blue perineum, │\n", "│ bodily fluids, butt, camera, contour smear, cum, cum in ass, cum inside, cum on balls, cum on ground, cum on │\n", "│ leg, cum on perineum, cum while penetrated, cumshot, digitigrade, directional arrow, disembodied hand, │\n", "│ distorted contour, duo, ejaculation, erection, excessive cum, excessive genital fluids, eyes closed, feet, │\n", "│ feral, feral on feral, feral penetrated, feral penetrating, feral penetrating feral, fin, fingers, foot fetish, │\n", "│ foot on own penis, foot on penis, foot play, from behind position, frottage, fur, genital fluids, genitals, │\n", "│ grey background, group, hairless, handjob, handjob frottage, hands-free, heart symbol, hearts around body, │\n", "│ hearts around head, hearts around penis, humanoid hands, knot, knot root, male, male/ambiguous, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, markings, masturbation, messy, motion lines, motion │\n", "│ outline, mounting, onomatopoeia, orgasm, pawpads, paws, penetration, penile, penile masturbation, penile │\n", "│ penetration, penis, penis grab, penis in ass, penis on penis, perineum, sex, sheath, simple background, sound │\n", "│ effects, tail, tail anus, tailbutt, text, toes, trio, twitter logo, two-footed autofootjob, two-handed handjob, │\n", "│ two-handed handjob frottage, two-handed masturbation, vein, by spaal, twitter, human, umbreon, vaporeon, │\n", "│ digital media \\(artwork\\), source request │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2517383.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2517383.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\613c801547896f599fdedc74c77ccdea.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ another round, anthro, antlers, anvil position, aroused, aroused by another, balls, bed, bedroom, bite, biting  │\n",
       "│ lip, biting own lip, blush, bodily fluids, boxer briefs, brown body, brown fur, brown hair, brown tail, bulge,  │\n",
       "│   clothed, clothing, cuckold, cum, cum from pussy, cum in pussy, cum inside, cum on tail, dialogue, erection,   │\n",
       "│  erection under clothing, explicitly stated consent, faceless character, faceless female, faceless male, feet,  │\n",
       "│  female, female penetrated, from front position, fur, furniture, genital fluids, genitals, girly, group, hair,  │\n",
       "│     holding bulge, horn, infidelity, legs up, looking at another, male, male/female, male penetrating, male     │\n",
       "│   penetrating female, markings, mating press, moan, multicolored body, multicolored fur, navel, nude, on bed,   │\n",
       "│ paws, peeping, penetration, penile, penile penetration, penis, penis in pussy, raised tail, red body, red fur,  │\n",
       "│   red tail, self bite, sex, shirt, soles, spots, standing, striped markings, striped tail, stripes, t-shirt,    │\n",
       "│     tail, tail markings, teeth, text, topwear, trio, two tone body, two tone fur, two tone tail, underwear,     │\n",
       "│ vaginal, vaginal penetration, voyeur, white body, white clothing, white fur, white shirt, white t-shirt, white  │\n",
       "│ topwear, by inu-sama, aster faye, reed thomas \\(the dogsmith\\), ailurid, jackalope, lagomorph, leporid, rabbit, │\n",
       "│                 red panda, digital media \\(artwork\\), english text, story, story in description                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\613c801547896f599fdedc74c77ccdea.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ another round, anthro, antlers, anvil position, aroused, aroused by another, balls, bed, bedroom, bite, biting │\n", "│ lip, biting own lip, blush, bodily fluids, boxer briefs, brown body, brown fur, brown hair, brown tail, bulge, │\n", "│ clothed, clothing, cuckold, cum, cum from pussy, cum in pussy, cum inside, cum on tail, dialogue, erection, │\n", "│ erection under clothing, explicitly stated consent, faceless character, faceless female, faceless male, feet, │\n", "│ female, female penetrated, from front position, fur, furniture, genital fluids, genitals, girly, group, hair, │\n", "│ holding bulge, horn, infidelity, legs up, looking at another, male, male/female, male penetrating, male │\n", "│ penetrating female, markings, mating press, moan, multicolored body, multicolored fur, navel, nude, on bed, │\n", "│ paws, peeping, penetration, penile, penile penetration, penis, penis in pussy, raised tail, red body, red fur, │\n", "│ red tail, self bite, sex, shirt, soles, spots, standing, striped markings, striped tail, stripes, t-shirt, │\n", "│ tail, tail markings, teeth, text, topwear, trio, two tone body, two tone fur, two tone tail, underwear, │\n", "│ vaginal, vaginal penetration, voyeur, white body, white clothing, white fur, white shirt, white t-shirt, white │\n", "│ topwear, by inu-sama, aster faye, reed thomas \\(the dogsmith\\), ailurid, jackalope, lagomorph, leporid, rabbit, │\n", "│ red panda, digital media \\(artwork\\), english text, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2518424.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2518424.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\c4584f78811553f94ca0dc4123177a9f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anal, anal juice, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n",
       "│  anthro penetrating anthro, anthrofied, anus, areola, balls, big breasts, black claws, black hair, black mane,  │\n",
       "│     black nose, bodily fluids, breast grab, breast squeeze, breast squish, breasts, butt, butt grab, claws,     │\n",
       "│   clitoral hood, countershade butt, countershade face, countershade legs, countershade torso, countershading,   │\n",
       "│   double penetration, erection, eye scar, eyes closed, facial scar, female, female penetrated, fingers, fur,    │\n",
       "│  genital fluids, genitals, grey body, grey fur, group, group sex, hair, hand on breast, hand on butt, humanoid  │\n",
       "│  genitalia, humanoid hands, humanoid penis, inner ear fluff, intense, looking at another, looking down, male,   │\n",
       "│       male/female, male penetrating, male penetrating female, mane, nipples, nude, open mouth, oral, oral       │\n",
       "│  penetration, orange body, pawpads, penetration, penile, penile penetration, penis, penis in ass, pink areola,  │\n",
       "│   pink nipples, pink nose, pink pawpads, pink penis, precum, pussy, rape face, saliva, saliva on penis, scar,   │\n",
       "│ sex, smile, smirk, squeezing, squish, sweat, tan body, tan fur, threesome, trio, tuft, vaginal fluids, by raaz, │\n",
       "│     the lion king, banzai \\(the lion king\\), sarabi \\(the lion king\\), scar \\(the lion king\\), hyena, lion,     │\n",
       "│                         pantherine, spotted hyena, digital media \\(artwork\\), signature                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\c4584f78811553f94ca0dc4123177a9f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal juice, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, anthrofied, anus, areola, balls, big breasts, black claws, black hair, black mane, │\n", "│ black nose, bodily fluids, breast grab, breast squeeze, breast squish, breasts, butt, butt grab, claws, │\n", "│ clitoral hood, countershade butt, countershade face, countershade legs, countershade torso, countershading, │\n", "│ double penetration, erection, eye scar, eyes closed, facial scar, female, female penetrated, fingers, fur, │\n", "│ genital fluids, genitals, grey body, grey fur, group, group sex, hair, hand on breast, hand on butt, humanoid │\n", "│ genitalia, humanoid hands, humanoid penis, inner ear fluff, intense, looking at another, looking down, male, │\n", "│ male/female, male penetrating, male penetrating female, mane, nipples, nude, open mouth, oral, oral │\n", "│ penetration, orange body, pawpads, penetration, penile, penile penetration, penis, penis in ass, pink areola, │\n", "│ pink nipples, pink nose, pink pawpads, pink penis, precum, pussy, rape face, saliva, saliva on penis, scar, │\n", "│ sex, smile, smirk, squeezing, squish, sweat, tan body, tan fur, threesome, trio, tuft, vaginal fluids, by raaz, │\n", "│ the lion king, banzai \\(the lion king\\), sarabi \\(the lion king\\), scar \\(the lion king\\), hyena, lion, │\n", "│ pantherine, spotted hyena, digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2632509.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2632509.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\940efb75fbf26bfb6ca42a762fc8fc38.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal genitalia, animal penis, anus, assisted sex, balls, blue balls, blush, bodily fluids, contour smear,   │\n",
       "│ direction lines, distorted contour, drooling, erection, female, female penetrated, feral, from behind position, │\n",
       "│   genital fluids, genitals, group, heart catchlight, heart eyes, heart symbol, knot, male, male/female, male    │\n",
       "│ penetrating, male penetrating female, motion lines, non-euclidean sex, penetration, penile, penile penetration, │\n",
       "│ penis, penis in pussy, pink penis, portal, portal penis, portal ring, portal sex, pussy, questionable consent,  │\n",
       "│    saliva, sex, sweat, tears, thinking with portals, trio, vaginal, vaginal fluids, vaginal penetration, by     │\n",
       "│                                    dagasi, glaceon, hoopa, lucario, sylveon                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\940efb75fbf26bfb6ca42a762fc8fc38.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, anus, assisted sex, balls, blue balls, blush, bodily fluids, contour smear, │\n", "│ direction lines, distorted contour, drooling, erection, female, female penetrated, feral, from behind position, │\n", "│ genital fluids, genitals, group, heart catchlight, heart eyes, heart symbol, knot, male, male/female, male │\n", "│ penetrating, male penetrating female, motion lines, non-euclidean sex, penetration, penile, penile penetration, │\n", "│ penis, penis in pussy, pink penis, portal, portal penis, portal ring, portal sex, pussy, questionable consent, │\n", "│ saliva, sex, sweat, tears, thinking with portals, trio, vaginal, vaginal fluids, vaginal penetration, by │\n", "│ dagasi, glaceon, hoopa, lucario, sylveon │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2636672.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2636672.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\93645525776004346ac77d608a936e33.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, anthro, arched back, aroused, aroused smile, beach, bedroom eyes, bent over, blush, bodily fluids, butt,  │\n",
       "│   butt from the front, cheek tuft, chest tuft, crotch tuft, cum, cum in ass, cum in mouth, cum inside, cum on   │\n",
       "│  butt, cum on face, cum on penis, dipstick ears, dipstick tail, ejaculation, erection, facial tuft, fellatio,   │\n",
       "│ foreskin, from behind position, gangbang, genital fluids, genitals, gloves \\(marking\\), group, group sex, hand  │\n",
       "│  on head, happy, happy sex, humanoid genitalia, humanoid penis, inner ear fluff, leg markings, licking, male,   │\n",
       "│   male/male, markings, masturbation, multicolored ears, multicolored tail, muscular, muscular male, narrowed    │\n",
       "│ eyes, neck tuft, nude, oral, orgasm, outside, palm tree, penile, penile masturbation, penis, penis lick, plant, │\n",
       "│    precum, presenting, presenting mouth, raised tail, saliva, saliva on penis, sea, seaside, seductive, sex,    │\n",
       "│   sideways oral, smile, socks \\(marking\\), spitroast, standing, standing sex, tail, tail markings, threesome,   │\n",
       "│   tongue, tongue out, tongue wrap, tongue wrapped around penis, tree, trio, tuft, vein, water, by raaz, aaron   │\n",
       "│  fox, jack-jackal \\(character\\), sam-fox \\(character\\), arctic fox, black-backed jackal, fox, jackal, red fox,  │\n",
       "│                                                true fox, hi res                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\93645525776004346ac77d608a936e33.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anthro, arched back, aroused, aroused smile, beach, bedroom eyes, bent over, blush, bodily fluids, butt, │\n", "│ butt from the front, cheek tuft, chest tuft, crotch tuft, cum, cum in ass, cum in mouth, cum inside, cum on │\n", "│ butt, cum on face, cum on penis, dipstick ears, dipstick tail, ejaculation, erection, facial tuft, fellatio, │\n", "│ foreskin, from behind position, gangbang, genital fluids, genitals, gloves \\(marking\\), group, group sex, hand │\n", "│ on head, happy, happy sex, humanoid genitalia, humanoid penis, inner ear fluff, leg markings, licking, male, │\n", "│ male/male, markings, masturbation, multicolored ears, multicolored tail, muscular, muscular male, narrowed │\n", "│ eyes, neck tuft, nude, oral, orgasm, outside, palm tree, penile, penile masturbation, penis, penis lick, plant, │\n", "│ precum, presenting, presenting mouth, raised tail, saliva, saliva on penis, sea, seaside, seductive, sex, │\n", "│ sideways oral, smile, socks \\(marking\\), spitroast, standing, standing sex, tail, tail markings, threesome, │\n", "│ tongue, tongue out, tongue wrap, tongue wrapped around penis, tree, trio, tuft, vein, water, by raaz, aaron │\n", "│ fox, jack-jackal \\(character\\), sam-fox \\(character\\), arctic fox, black-backed jackal, fox, jackal, red fox, │\n", "│ true fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2706339.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2706339.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\cc779235eede217db7838c99e3c8df92.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 fingers, 4 toes, after sex, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro    │\n",
       "│    penetrating, anthro penetrating anthro, anus, arcade, arcade machine, barefoot, bent over, bodily fluids,    │\n",
       "│ bottomwear, braided hair, casual sex, cellphone, claws, close-up, clothed, clothing, cum, cum from ass, cum in  │\n",
       "│   ass, cum inside, cutaway, different sound effects, digitigrade, distracted sex, ear piercing, electronics,    │\n",
       "│  erection, exhibitionism, extended sound effect, eyewear, feet, fingers, from behind position, fully clothed,   │\n",
       "│  gaming, gaming while penetrated, gauged ear, genital fluids, genitals, glans, glasses, group, hair, humanoid   │\n",
       "│     genitalia, humanoid penis, industrial piercing, inside, interspecies, jockstrap, male, male/male, male      │\n",
       "│    penetrated, male penetrating, male penetrating male, motorcycle, penetration, penile, penile penetration,    │\n",
       "│    penis, perineum, phone, piercing, playing videogame, ponytail, public, public sex, sex, sex while gaming,    │\n",
       "│  shirt, shirt grab, side view, smartphone, smile, sound effect variant, sound effects, standing, standing sex,  │\n",
       "│    stealth sex, text, thrusting, toes, topwear, trio, unaware, underwear, underwear sex, vehicle, vowelless,    │\n",
       "│ vowelless sound effect, by braeburned, ataridoge, headset \\(character\\), bear, domestic dog, shiba inu, spitz,  │\n",
       "│                         digital media \\(artwork\\), multiple scenes, restricted palette                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\cc779235eede217db7838c99e3c8df92.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, after sex, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, anus, arcade, arcade machine, barefoot, bent over, bodily fluids, │\n", "│ bottomwear, braided hair, casual sex, cellphone, claws, close-up, clothed, clothing, cum, cum from ass, cum in │\n", "│ ass, cum inside, cutaway, different sound effects, digitigrade, distracted sex, ear piercing, electronics, │\n", "│ erection, exhibitionism, extended sound effect, eyewear, feet, fingers, from behind position, fully clothed, │\n", "│ gaming, gaming while penetrated, gauged ear, genital fluids, genitals, glans, glasses, group, hair, humanoid │\n", "│ genitalia, humanoid penis, industrial piercing, inside, interspecies, jockstrap, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, motorcycle, penetration, penile, penile penetration, │\n", "│ penis, perineum, phone, piercing, playing videogame, ponytail, public, public sex, sex, sex while gaming, │\n", "│ shirt, shirt grab, side view, smartphone, smile, sound effect variant, sound effects, standing, standing sex, │\n", "│ stealth sex, text, thrusting, toes, topwear, trio, unaware, underwear, underwear sex, vehicle, vowelless, │\n", "│ vowelless sound effect, by braeburned, ataridoge, headset \\(character\\), bear, domestic dog, shiba inu, spitz, │\n", "│ digital media \\(artwork\\), multiple scenes, restricted palette │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2732228.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2732228.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\5c589fd9f0926a7c46291b402b7e548b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous rimming female, anal, anthro, anus, blush, bodily fluids, erection, female, feral, genital fluids,   │\n",
       "│    genitals, glistening, glistening body, group, heart eyes, heart symbol, licking, looking pleasured, male,    │\n",
       "│   male/female, male rimming female, non-euclidean sex, oral, penetration, penile, penile penetration, penis,    │\n",
       "│   portal, portal ring, portal sex, pupils, rimming, sex, sweat, symbol-shaped pupils, thinking with portals,    │\n",
       "│   tongue, tongue out, trio, unusual pupils, vaginal, vaginal fluids, vaginal penetration, by dagasi, lucario,   │\n",
       "│                                                 sylveon, zorua                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\5c589fd9f0926a7c46291b402b7e548b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous rimming female, anal, anthro, anus, blush, bodily fluids, erection, female, feral, genital fluids, │\n", "│ genitals, glistening, glistening body, group, heart eyes, heart symbol, licking, looking pleasured, male, │\n", "│ male/female, male rimming female, non-euclidean sex, oral, penetration, penile, penile penetration, penis, │\n", "│ portal, portal ring, portal sex, pupils, rimming, sex, sweat, symbol-shaped pupils, thinking with portals, │\n", "│ tongue, tongue out, trio, unusual pupils, vaginal, vaginal fluids, vaginal penetration, by dagasi, lucario, │\n", "│ sylveon, zorua │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2733621.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2733621.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\9f519d8f88058cffedf74163fa374352.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ahegao, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anus, balls, big anus, big balls,  │\n",
       "│ big penis, blue body, blue fur, blue markings, blush, bodily fluids, butt, butt stack, cum, cum drip, cum from  │\n",
       "│ ass, cum in ass, cum inside, cum while penetrated, cumshot, dripping, drooling, ejaculation, emanata, erection, │\n",
       "│ excessive cum, excessive genital fluids, eye roll, feral, feral on feral, feral penetrated, feral penetrating,  │\n",
       "│    feral penetrating feral, fin, foreskin, fucked silly, fur, genital fluids, genital slit, genitals, glans,    │\n",
       "│  group, group sex, hands-free, happy, happy sex, head fin, head markings, head tuft, heart eyes, heart symbol,  │\n",
       "│  heavy, huge balls, huge penis, humanoid genitalia, humanoid genitalia on feral, humanoid penis, knot, leaking  │\n",
       "│   cum, long penis, looking pleasured, lucky pierre, male, male/male, male penetrated, male penetrating, male    │\n",
       "│   penetrating male, mane, markings, open mouth, orange balls, orange perineum, orgasm, orgasm face, partially   │\n",
       "│   retracted foreskin, pawpads, penetrating while penetrated, penetration, penile, penile penetration, penis,    │\n",
       "│    penis in ass, perineum, puffy anus, red body, red fur, saliva, same evolution group, sex, small but hung,    │\n",
       "│   sweat, tail, tan body, tan fur, tan mane, teeth, text, thick penis, threesome, tongue, totem pole position,   │\n",
       "│  train position, trio, tuft, vein, veiny penis, white body, white fur, white mane, yellow balls, yellow body,   │\n",
       "│   yellow fur, yellow perineum, by syuro, flareon, jolteon, marine, vaporeon, slit \\(disambiguation\\), digital   │\n",
       "│   media \\(artwork\\), japanese text, translated, brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), sibling   │\n",
       "│                                                    \\(lore\\)                                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\9f519d8f88058cffedf74163fa374352.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal orgasm, anal penetration, animal genitalia, animal penis, anus, balls, big anus, big balls, │\n", "│ big penis, blue body, blue fur, blue markings, blush, bodily fluids, butt, butt stack, cum, cum drip, cum from │\n", "│ ass, cum in ass, cum inside, cum while penetrated, cumshot, dripping, drooling, ejaculation, emanata, erection, │\n", "│ excessive cum, excessive genital fluids, eye roll, feral, feral on feral, feral penetrated, feral penetrating, │\n", "│ feral penetrating feral, fin, foreskin, fucked silly, fur, genital fluids, genital slit, genitals, glans, │\n", "│ group, group sex, hands-free, happy, happy sex, head fin, head markings, head tuft, heart eyes, heart symbol, │\n", "│ heavy, huge balls, huge penis, humanoid genitalia, humanoid genitalia on feral, humanoid penis, knot, leaking │\n", "│ cum, long penis, looking pleasured, lucky pierre, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, mane, markings, open mouth, orange balls, orange perineum, orgasm, orgasm face, partially │\n", "│ retracted foreskin, pawpads, penetrating while penetrated, penetration, penile, penile penetration, penis, │\n", "│ penis in ass, perineum, puffy anus, red body, red fur, saliva, same evolution group, sex, small but hung, │\n", "│ sweat, tail, tan body, tan fur, tan mane, teeth, text, thick penis, threesome, tongue, totem pole position, │\n", "│ train position, trio, tuft, vein, veiny penis, white body, white fur, white mane, yellow balls, yellow body, │\n", "│ yellow fur, yellow perineum, by syuro, flareon, jolteon, marine, vaporeon, slit \\(disambiguation\\), digital │\n", "│ media \\(artwork\\), japanese text, translated, brother \\(lore\\), brothers \\(lore\\), incest \\(lore\\), sibling │\n", "│ \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2761253.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2761253.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\17d8b476341421b40f5fcb0bcf5fc69a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anus, backsack, balls, balls in underwear, beach, bedroom eyes, bent over, big balls, big butt, bikini, │\n",
       "│ bikini bottom, bikini down, bikini top, black bikini, black clothing, black swimwear, blush, body blush, brown  │\n",
       "│ body, brown fur, bulge, butt, butt blush, butt focus, clothed, clothing, crossdressing, day, eyes closed, fur,  │\n",
       "│    genitals, girly, green bikini, green clothing, green swimwear, group, inviting, leaning, leaning forward,    │\n",
       "│  looking back, male, male/male, mooning, narrowed eyes, orange body, orange fur, palm tree, partially clothed,  │\n",
       "│  perineum, piercing, pink anus, plant, presenting, presenting anus, presenting balls, presenting hindquarters,  │\n",
       "│    purple eyes, raised tail, rear view, red anus, red bikini, red body, red clothing, red swimwear, seaside,    │\n",
       "│   seductive, sky, smile, string bikini, swimwear, tail, take your pick, tree, trio, white body, white fur, by   │\n",
       "│    taffyy, animal crossing, beau \\(animal crossing\\), digby \\(animal crossing\\), flick \\(animal crossing\\),     │\n",
       "│          antelope, bovid, chameleon, domestic dog, lizard, reptile, scalie, shih tzu, toy dog, hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\17d8b476341421b40f5fcb0bcf5fc69a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, backsack, balls, balls in underwear, beach, bedroom eyes, bent over, big balls, big butt, bikini, │\n", "│ bikini bottom, bikini down, bikini top, black bikini, black clothing, black swimwear, blush, body blush, brown │\n", "│ body, brown fur, bulge, butt, butt blush, butt focus, clothed, clothing, crossdressing, day, eyes closed, fur, │\n", "│ genitals, girly, green bikini, green clothing, green swimwear, group, inviting, leaning, leaning forward, │\n", "│ looking back, male, male/male, mooning, narrowed eyes, orange body, orange fur, palm tree, partially clothed, │\n", "│ perineum, piercing, pink anus, plant, presenting, presenting anus, presenting balls, presenting hindquarters, │\n", "│ purple eyes, raised tail, rear view, red anus, red bikini, red body, red clothing, red swimwear, seaside, │\n", "│ seductive, sky, smile, string bikini, swimwear, tail, take your pick, tree, trio, white body, white fur, by │\n", "│ taffyy, animal crossing, beau \\(animal crossing\\), digby \\(animal crossing\\), flick \\(animal crossing\\), │\n", "│ antelope, bovid, chameleon, domestic dog, lizard, reptile, scalie, shih tzu, toy dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2761837.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2761837.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\9ed96291285c274f7a37c66040d62bdd.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating,  │\n",
       "│   anthro penetrating anthro, bareback, barefoot, barely visible genitalia, barely visible penis, beak, black    │\n",
       "│  beak, black nose, bodily fluids, bottomless, bottomwear, chastity cage, chastity cage only, chastity device,   │\n",
       "│   chastity device only, claws, clothed, clothed sex, clothing, collar, crossdressing, cum, cum in ass, cum in   │\n",
       "│  clothing, cum inside, cum through clothing, cum while penetrated, digitigrade, ejaculation, eyeshadow, feet,   │\n",
       "│  fellatio, fingers, fur, genital fluids, genitals, girly, green body, green fur, group, group sex, hands-free,  │\n",
       "│   humanoid genitalia, humanoid penis, keyholding, makeup, male, male/male, male penetrated, male penetrating,   │\n",
       "│      male penetrating male, nude, only one nude, oral, orgasm, pawpads, paws, penetration, penile, penile       │\n",
       "│  penetration, penis, penis in ass, pink pawpads, sex, sheath cage, skirt, smile, soles, spitroast, threesome,   │\n",
       "│   toes, trio, upskirt sex, wet, wet clothing, by ruaidri, adhina \\(ruaidri\\), blue \\(ruaidri\\), chest freezer   │\n",
       "│                              \\(ruaidri\\), gale \\(ruaidri\\), avian, bird, fox, wolf                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\9ed96291285c274f7a37c66040d62bdd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, bareback, barefoot, barely visible genitalia, barely visible penis, beak, black │\n", "│ beak, black nose, bodily fluids, bottomless, bottomwear, chastity cage, chastity cage only, chastity device, │\n", "│ chastity device only, claws, clothed, clothed sex, clothing, collar, crossdressing, cum, cum in ass, cum in │\n", "│ clothing, cum inside, cum through clothing, cum while penetrated, digitigrade, ejaculation, eyeshadow, feet, │\n", "│ fellatio, fingers, fur, genital fluids, genitals, girly, green body, green fur, group, group sex, hands-free, │\n", "│ humanoid genitalia, humanoid penis, keyholding, makeup, male, male/male, male penetrated, male penetrating, │\n", "│ male penetrating male, nude, only one nude, oral, orgasm, pawpads, paws, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pink pawpads, sex, sheath cage, skirt, smile, soles, spitroast, threesome, │\n", "│ toes, trio, upskirt sex, wet, wet clothing, by ruaidri, adhina \\(ruaidri\\), blue \\(ruaidri\\), chest freezer │\n", "│ \\(ruaidri\\), gale \\(ruaidri\\), avian, bird, fox, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2778959.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2778959.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\4e17e02fc393de55e1fcd605e62df58f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  2 toes, 4 arms, anal, anal penetration, anthro, bdsm, being watched, bench, bent over, big dom small sub, big  │\n",
       "│     penis, bodily fluids, bondage, bottomwear, bottomwear down, bound, bullying, clothed, clothing, crying,     │\n",
       "│     dialogue, dominant, dominant male, electronics, erection, explicitly stated nonconsent, feet, flaccid,      │\n",
       "│ footwear, forced, foreskin, from behind position, genital fluids, genitals, group, humanoid genitalia, humanoid │\n",
       "│    penis, jump rope, large penetration, larger male, legwear, locker room, looking at another, looking back,    │\n",
       "│ looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male, multi arm, multi  │\n",
       "│       limb, on bench, orientation play, pants, pants down, partially clothed, penetration, penile, penile       │\n",
       "│  penetration, penis, penis in ass, phone, platform standing doggystyle, precum, raised tail, rape, restrained,  │\n",
       "│ rough sex, semi-anthro, sex, simple background, size difference, smaller male, smaller penetrated, socks, solo  │\n",
       "│  focus, standing, standing doggystyle, stated heterosexuality, stated sexuality, straight to gay, submissive,   │\n",
       "│  submissive male, tail, tears, text, thigh highs, tight orifice, toes, trio, vein, veiny penis, by sardovies,   │\n",
       "│                          ciel honda, incineroar, machamp, riolu, english text, hi res                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\4e17e02fc393de55e1fcd605e62df58f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 2 toes, 4 arms, anal, anal penetration, anthro, bdsm, being watched, bench, bent over, big dom small sub, big │\n", "│ penis, bodily fluids, bondage, bottomwear, bottomwear down, bound, bullying, clothed, clothing, crying, │\n", "│ dialogue, dominant, dominant male, electronics, erection, explicitly stated nonconsent, feet, flaccid, │\n", "│ footwear, forced, foreskin, from behind position, genital fluids, genitals, group, humanoid genitalia, humanoid │\n", "│ penis, jump rope, large penetration, larger male, legwear, locker room, looking at another, looking back, │\n", "│ looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male, multi arm, multi │\n", "│ limb, on bench, orientation play, pants, pants down, partially clothed, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, phone, platform standing doggystyle, precum, raised tail, rape, restrained, │\n", "│ rough sex, semi-anthro, sex, simple background, size difference, smaller male, smaller penetrated, socks, solo │\n", "│ focus, standing, standing doggystyle, stated heterosexuality, stated sexuality, straight to gay, submissive, │\n", "│ submissive male, tail, tears, text, thigh highs, tight orifice, toes, trio, vein, veiny penis, by sardovies, │\n", "│ ciel honda, incineroar, machamp, riolu, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2834220.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2834220.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f8b3e2045c19017cad2d81a90080585b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ angry, animal genitalia, animal penis, ankle cuffs, anus, bdsm, big pussy, big tail, black body, blush, bodily  │\n",
       "│   fluids, bondage, bound, cart, chain, chained, collar, cuff \\(restraint\\), erection, fantasy, feet, female,    │\n",
       "│   feral, gag, genital slit, genitals, group, knot, looking at another, looking away, male, muzzle \\(object\\),   │\n",
       "│  penis, plump labia, prisoner, pussy, restrained, restraints, rope, shackles, simple background, soles, spread  │\n",
       "│    legs, spreader bar, spreading, sweat, tail, text, trio, white background, wood, by etheross, dreamworks,     │\n",
       "│     european mythology, how to train your dragon, mythology, nubless, toothless, dragon, human, light fury,     │\n",
       "│          mythological creature, mythological scalie, night fury, reptile, scalie, western dragon, slit          │\n",
       "│                                    \\(disambiguation\\), english text, hi res                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f8b3e2045c19017cad2d81a90080585b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ angry, animal genitalia, animal penis, ankle cuffs, anus, bdsm, big pussy, big tail, black body, blush, bodily │\n", "│ fluids, bondage, bound, cart, chain, chained, collar, cuff \\(restraint\\), erection, fantasy, feet, female, │\n", "│ feral, gag, genital slit, genitals, group, knot, looking at another, looking away, male, muzzle \\(object\\), │\n", "│ penis, plump labia, prisoner, pussy, restrained, restraints, rope, shackles, simple background, soles, spread │\n", "│ legs, spreader bar, spreading, sweat, tail, text, trio, white background, wood, by etheross, dreamworks, │\n", "│ european mythology, how to train your dragon, mythology, nubless, toothless, dragon, human, light fury, │\n", "│ mythological creature, mythological scalie, night fury, reptile, scalie, western dragon, slit │\n", "│ \\(disambiguation\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2854598.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2854598.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\88c5d19d3a89edc8d6aa93bc9800e9b5.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, anthro, anthro on feral, bestiality, bodily fluids, cum, cum in ass, cum inside, cum   │\n",
       "│ pool, dark body, dark skin, duo focus, electronics, feral, feral penetrating, feral penetrating human, forced,  │\n",
       "│    from behind position, genital fluids, genitals, girly, group, human on feral, human penetrated, humanoid     │\n",
       "│   genitalia, humanoid penis, interspecies, josou seme, male, male/male, male on feral, male penetrated, male    │\n",
       "│ penetrating, nude, penetration, penis, phone, pokeball, pokephilia, questionable consent, rape, recording, sex, │\n",
       "│                          trio, by nazunita, doc \\(docfriendo\\), human, sylveon, hi res                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\88c5d19d3a89edc8d6aa93bc9800e9b5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on feral, bestiality, bodily fluids, cum, cum in ass, cum inside, cum │\n", "│ pool, dark body, dark skin, duo focus, electronics, feral, feral penetrating, feral penetrating human, forced, │\n", "│ from behind position, genital fluids, genitals, girly, group, human on feral, human penetrated, humanoid │\n", "│ genitalia, humanoid penis, interspecies, josou seme, male, male/male, male on feral, male penetrated, male │\n", "│ penetrating, nude, penetration, penis, phone, pokeball, pokephilia, questionable consent, rape, recording, sex, │\n", "│ trio, by nazunita, doc \\(docfriendo\\), human, sylveon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2855052.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2855052.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\32dfd5683b093416f6035a0ccf2f8019.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 fingers, ambiguous gender, anal, anal penetration, animal genitalia, animal penis, anthro, anthro penetrated, │\n",
       "│  anus only, balls, balls deep, bdsm, big dom small sub, big penis, blush, blush lines, bodily fluids, bondage,  │\n",
       "│     bound, clothed, clothing, dangling arms, deep penetration, deep throat, dominant, dominant male, equine     │\n",
       "│  genitalia, equine penis, face fucking, faceless character, faceless male, feet, fellatio, fingers, foot grab,  │\n",
       "│      foot on leg, from behind position, genital fluids, genitals, glistening, glistening balls, glistening      │\n",
       "│  genitalia, glistening penis, glistening tail, group, group sex, hand on foot, handle, handle grab, handles on  │\n",
       "│  back, hands tied, heart eyes, heart symbol, internal, irrumatio, joints, large penetration, larger male, leg   │\n",
       "│     grab, living sex toy, low-angle view, machine, male, male/ambiguous, male/null, male penetrating, male      │\n",
       "│  penetrating anthro, meeting in the middle, motion lines, motion outline, neck bulge, nude, null, one leg up,   │\n",
       "│  onomatopoeia, oral, oral penetration, partially clothed, patreon username, paws, penetration, penile, penile   │\n",
       "│  penetration, penis, penis on penis, penises touching, precum, raised leg, restrained, restraints, ridiculous   │\n",
       "│   fit, robophilia, saggy balls, screen, screen face, semi-anthro, sex, side view, size difference, size play,   │\n",
       "│   smaller ambiguous, smaller penetrated, smooth motion outline, snout, solo focus, sound effects, spitroast,    │\n",
       "│  standing, standing sex, submissive, submissive male, suspension, suspension bridge position, synthetic, tail,  │\n",
       "│   tail grab, tailbutt, text, threesome, touching tips, translucent, translucent body, translucent body parts,   │\n",
       "│    trio, two doms one sub, by braeburned, apple inc., apple macintosh, imac, patreon, bondi \\(braeburned\\),     │\n",
       "│     animate inanimate, equid, equine, living sex doll, marsupial, robot, synth \\(vader-san\\), digital media     │\n",
       "│                                \\(artwork\\), english text, signature, teal theme                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\32dfd5683b093416f6035a0ccf2f8019.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, ambiguous gender, anal, anal penetration, animal genitalia, animal penis, anthro, anthro penetrated, │\n", "│ anus only, balls, balls deep, bdsm, big dom small sub, big penis, blush, blush lines, bodily fluids, bondage, │\n", "│ bound, clothed, clothing, dangling arms, deep penetration, deep throat, dominant, dominant male, equine │\n", "│ genitalia, equine penis, face fucking, faceless character, faceless male, feet, fellatio, fingers, foot grab, │\n", "│ foot on leg, from behind position, genital fluids, genitals, glistening, glistening balls, glistening │\n", "│ genitalia, glistening penis, glistening tail, group, group sex, hand on foot, handle, handle grab, handles on │\n", "│ back, hands tied, heart eyes, heart symbol, internal, irrumatio, joints, large penetration, larger male, leg │\n", "│ grab, living sex toy, low-angle view, machine, male, male/ambiguous, male/null, male penetrating, male │\n", "│ penetrating anthro, meeting in the middle, motion lines, motion outline, neck bulge, nude, null, one leg up, │\n", "│ onomatopoeia, oral, oral penetration, partially clothed, patreon username, paws, penetration, penile, penile │\n", "│ penetration, penis, penis on penis, penises touching, precum, raised leg, restrained, restraints, ridiculous │\n", "│ fit, robophilia, saggy balls, screen, screen face, semi-anthro, sex, side view, size difference, size play, │\n", "│ smaller ambiguous, smaller penetrated, smooth motion outline, snout, solo focus, sound effects, spitroast, │\n", "│ standing, standing sex, submissive, submissive male, suspension, suspension bridge position, synthetic, tail, │\n", "│ tail grab, tailbutt, text, threesome, touching tips, translucent, translucent body, translucent body parts, │\n", "│ trio, two doms one sub, by braeburned, apple inc., apple macintosh, imac, patreon, bondi \\(braeburned\\), │\n", "│ animate inanimate, equid, equine, living sex doll, marsupial, robot, synth \\(vader-san\\), digital media │\n", "│ \\(artwork\\), english text, signature, teal theme │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2859775.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2859775.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\336ab97e5c00ee6cd12a9e082b2adaa4.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, angry, anus, backsack, balls, bdsm, big balls, big butt, blue body, blue fur, blue perineum,  │\n",
       "│  blush, bodily fluids, bondage, bound, box bondage, butt, feral, feral bondage, fur, genitals, group, imminent  │\n",
       "│  anal, imminent rape, imminent sex, looking back, male, male/ambiguous, pawpads, perineum, public, public use,  │\n",
       "│ purple body, purple fur, rear view, sex box, solo focus, sweat, tears, text, trio, yellow body, yellow fur, by  │\n",
       "│                          dagasi, espeon, glaceon, leafeon, english text, japanese text                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\336ab97e5c00ee6cd12a9e082b2adaa4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, angry, anus, backsack, balls, bdsm, big balls, big butt, blue body, blue fur, blue perineum, │\n", "│ blush, bodily fluids, bondage, bound, box bondage, butt, feral, feral bondage, fur, genitals, group, imminent │\n", "│ anal, imminent rape, imminent sex, looking back, male, male/ambiguous, pawpads, perineum, public, public use, │\n", "│ purple body, purple fur, rear view, sex box, solo focus, sweat, tears, text, trio, yellow body, yellow fur, by │\n", "│ dagasi, espeon, glaceon, leafeon, english text, japanese text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2876873.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2876873.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\e8383eba835b10eecc947ee56cbc420e.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, animal penis, anthro, ball kiss, ball worship, balls, big penis, blush, bodily fluids, brown  │\n",
       "│ body, brown eyes, brown fur, butt, clothed, clothing, collaborative, collaborative fellatio, collaborative sex, │\n",
       "│ countershade legs, countershade torso, countershading, crossdressing, cum, cum drip, cum from ass, cum in ass,  │\n",
       "│ cum in mouth, cum inside, cum on face, cum on tongue, disembodied penis, dripping, duo focus, ear piercing, eye │\n",
       "│     contact, eyelashes, eyeshadow, fellatio, frottage, fur, genital fluids, genitals, girly, group, guiche      │\n",
       "│ piercing, head tuft, heart eyes, heart symbol, kissing, knot, leaf, leaf ears, leaf tail, leaking cum, legwear, │\n",
       "│  licking, licking tip, looking at another, looking pleasured, makeup, male, male/male, open mouth, oral, oral   │\n",
       "│  invitation, orgasm, panties, penile, penis, penis lick, piercing, sex, simple background, stockings, sucking   │\n",
       "│ tip, tail, tan body, tan countershading, tan fur, text, thigh highs, tongue, tongue out, trio, tuft, underwear, │\n",
       "│                             by phenyanyanya, leafeon, vulpix, english text, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\e8383eba835b10eecc947ee56cbc420e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, anthro, ball kiss, ball worship, balls, big penis, blush, bodily fluids, brown │\n", "│ body, brown eyes, brown fur, butt, clothed, clothing, collaborative, collaborative fellatio, collaborative sex, │\n", "│ countershade legs, countershade torso, countershading, crossdressing, cum, cum drip, cum from ass, cum in ass, │\n", "│ cum in mouth, cum inside, cum on face, cum on tongue, disembodied penis, dripping, duo focus, ear piercing, eye │\n", "│ contact, eyelashes, eyeshadow, fellatio, frottage, fur, genital fluids, genitals, girly, group, guiche │\n", "│ piercing, head tuft, heart eyes, heart symbol, kissing, knot, leaf, leaf ears, leaf tail, leaking cum, legwear, │\n", "│ licking, licking tip, looking at another, looking pleasured, makeup, male, male/male, open mouth, oral, oral │\n", "│ invitation, orgasm, panties, penile, penis, penis lick, piercing, sex, simple background, stockings, sucking │\n", "│ tip, tail, tan body, tan countershading, tan fur, text, thigh highs, tongue, tongue out, trio, tuft, underwear, │\n", "│ by phenyanyanya, leafeon, vulpix, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2915126.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2915126.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\1c7b9a161c3ce5f93396902e0a16d838.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, abdominal bulge, ahegao, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on    │\n",
       "│   anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ball size difference, balls, big    │\n",
       "│ penis, black body, black penis, black scales, blush, bodily fluids, chastity cage, chastity cage only, chastity │\n",
       "│   device, chastity device only, collar, collar only, cum, cum in ass, cum inside, cum on balls, cum on penis,   │\n",
       "│   cumsplatter, degradation, dialogue, double anal, double penetration, ejaculation, equine genitalia, equine    │\n",
       "│ penis, eyewear, feet, finger fetish, finger in mouth, finger play, fingers, fucked silly, fur, genital fluids,  │\n",
       "│ genitals, girly, glasses, green balls, green body, green penis, green scales, group, horn, humanoid genitalia,  │\n",
       "│   humanoid penis, interspecies, large penetration, looking pleasured, male, male/male, medial ring, nipples,    │\n",
       "│  nude, penetration, penile, penile penetration, penis, penis size difference, pink chastity cage, plantigrade,  │\n",
       "│ profanity, scales, sex, size difference, smaller penetrated, tail, tan body, tan fur, text, toes, trio, verbal, │\n",
       "│      verbal degradation, verbal domination, white balls, by fizzykity, mythology, brut \\(fizzykity\\), mia       │\n",
       "│    \\(fizzykity\\), domestic cat, dragon, feline, lizard, mythological creature, mythological scalie, reptile,    │\n",
       "│          scalie, wingless dragon, digital media \\(artwork\\), english text, hi res, nonbinary \\(lore\\)           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\1c7b9a161c3ce5f93396902e0a16d838.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, abdominal bulge, ahegao, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ball size difference, balls, big │\n", "│ penis, black body, black penis, black scales, blush, bodily fluids, chastity cage, chastity cage only, chastity │\n", "│ device, chastity device only, collar, collar only, cum, cum in ass, cum inside, cum on balls, cum on penis, │\n", "│ cumsplatter, degradation, dialogue, double anal, double penetration, ejaculation, equine genitalia, equine │\n", "│ penis, eyewear, feet, finger fetish, finger in mouth, finger play, fingers, fucked silly, fur, genital fluids, │\n", "│ genitals, girly, glasses, green balls, green body, green penis, green scales, group, horn, humanoid genitalia, │\n", "│ humanoid penis, interspecies, large penetration, looking pleasured, male, male/male, medial ring, nipples, │\n", "│ nude, penetration, penile, penile penetration, penis, penis size difference, pink chastity cage, plantigrade, │\n", "│ profanity, scales, sex, size difference, smaller penetrated, tail, tan body, tan fur, text, toes, trio, verbal, │\n", "│ verbal degradation, verbal domination, white balls, by fizzykity, mythology, brut \\(fizzykity\\), mia │\n", "│ \\(fizzykity\\), domestic cat, dragon, feline, lizard, mythological creature, mythological scalie, reptile, │\n", "│ scalie, wingless dragon, digital media \\(artwork\\), english text, hi res, nonbinary \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2967472.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2967472.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\31f7593a3f88d0c63a59db952cc37262.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, after sex, anal, animal genitalia, animal penis, anthro, anthro on anthro, antlers, anus, assisted sex, │\n",
       "│  balls, beak, bent spoon position, birthday, birthday party, blush, bodily fluids, butt, claws, clothing, cum,  │\n",
       "│  cum from ass, cum in ass, cum inside, cum on balls, cum on butt, cum on penis, dialogue, dripping, erection,   │\n",
       "│  feet, foot grab, gangbang, genital fluids, genitals, group, group sex, hand on butt, hat, headgear, headwear,  │\n",
       "│   hindpaw, holding character, horn, imminent sex, interspecies, knot, male, male/male, membrane \\(anatomy\\),    │\n",
       "│   membranous wings, nude, one eye closed, open mouth, party hat, pawpads, paws, penile, penis, perineum, pink   │\n",
       "│  pawpads, plantigrade, precum, presenting partner, profanity, pull out, sex, sheath, simple background, speech  │\n",
       "│  bubble, spread legs, spreading, talons, text, threesome, toe claws, toes, tongue, tongue out, trio, wings, by  │\n",
       "│    braeburned, mythology, drake \\(serlu\\), ismatori, avian, deer, fox, gryphon, hybrid, mythological avian,     │\n",
       "│                     mythological creature, digital media \\(artwork\\), english text, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\31f7593a3f88d0c63a59db952cc37262.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, after sex, anal, animal genitalia, animal penis, anthro, anthro on anthro, antlers, anus, assisted sex, │\n", "│ balls, beak, bent spoon position, birthday, birthday party, blush, bodily fluids, butt, claws, clothing, cum, │\n", "│ cum from ass, cum in ass, cum inside, cum on balls, cum on butt, cum on penis, dialogue, dripping, erection, │\n", "│ feet, foot grab, gangbang, genital fluids, genitals, group, group sex, hand on butt, hat, headgear, headwear, │\n", "│ hindpaw, holding character, horn, imminent sex, interspecies, knot, male, male/male, membrane \\(anatomy\\), │\n", "│ membranous wings, nude, one eye closed, open mouth, party hat, pawpads, paws, penile, penis, perineum, pink │\n", "│ pawpads, plantigrade, precum, presenting partner, profanity, pull out, sex, sheath, simple background, speech │\n", "│ bubble, spread legs, spreading, talons, text, threesome, toe claws, toes, tongue, tongue out, trio, wings, by │\n", "│ braeburned, mythology, drake \\(serlu\\), ismatori, avian, deer, fox, gryphon, hybrid, mythological avian, │\n", "│ mythological creature, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2968084.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2968084.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a638d4d6e58bfcd78020e64cbe3c9cc0.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, bodily fluids, butt, clothed, clothing, eyewear, female, fur, glasses, gloves, group, handwear, male,  │\n",
       "│  male/female, red body, reflection, solo focus, sweat, sweatdrop, temptation, trio, white body, white fur, by   │\n",
       "│   jizoku, helluva boss, mythology, loona \\(helluva boss\\), millie \\(helluva boss\\), moxxie \\(helluva boss\\),    │\n",
       "│                 demon, hellhound, imp, mythological creature, digital media \\(artwork\\), hi res                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a638d4d6e58bfcd78020e64cbe3c9cc0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, bodily fluids, butt, clothed, clothing, eyewear, female, fur, glasses, gloves, group, handwear, male, │\n", "│ male/female, red body, reflection, solo focus, sweat, sweatdrop, temptation, trio, white body, white fur, by │\n", "│ jizoku, helluva boss, mythology, loona \\(helluva boss\\), millie \\(helluva boss\\), moxxie \\(helluva boss\\), │\n", "│ demon, hellhound, imp, mythological creature, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\2991186.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m2991186.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\9b724358722083fcbe5b769af4f8a973.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, anus, big butt, bodily fluids, butt, butt focus, butt size difference, butt stack, clothing, faceless  │\n",
       "│  character, faceless female, female, female/female, fur, genitals, glint, group, humanoid genitalia, humanoid   │\n",
       "│ pussy, legwear, legwear only, mostly nude, multicolored body, multicolored fur, musk, nude, on top, on top of,  │\n",
       "│   pawpads, pussy, rear view, simple background, stack, steam, stockings, stockings only, sweat, sweaty body,    │\n",
       "│ sweaty butt, sweaty legs, sweaty thighs, tail, take your pick, trio, by conditional dnp, by vksuika, beastars,  │\n",
       "│ helluva boss, mythology, star fox, juno \\(beastars\\), krystal \\(star fox\\), loona \\(helluva boss\\), demon, fox, │\n",
       "│              hellhound, mythological creature, wolf, crossover, digital media \\(artwork\\), hi res               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\9b724358722083fcbe5b769af4f8a973.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, big butt, bodily fluids, butt, butt focus, butt size difference, butt stack, clothing, faceless │\n", "│ character, faceless female, female, female/female, fur, genitals, glint, group, humanoid genitalia, humanoid │\n", "│ pussy, legwear, legwear only, mostly nude, multicolored body, multicolored fur, musk, nude, on top, on top of, │\n", "│ pawpads, pussy, rear view, simple background, stack, steam, stockings, stockings only, sweat, sweaty body, │\n", "│ sweaty butt, sweaty legs, sweaty thighs, tail, take your pick, trio, by conditional dnp, by vksuika, beastars, │\n", "│ helluva boss, mythology, star fox, juno \\(beastars\\), krystal \\(star fox\\), loona \\(helluva boss\\), demon, fox, │\n", "│ hellhound, mythological creature, wolf, crossover, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3040137.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3040137.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a62d6f08f2974ac0309c67b509a8358b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  3 toes, accident, accidental exposure, anthro, anus, ass up, backsack, balls, barefoot, blush, bodily fluids,  │\n",
       "│     bottomless, box, butt, claws, clothed, clothing, container, digitigrade, duo, erection, eyewear, feet,      │\n",
       "│ foreskin, fur, genital fluids, genitals, glasses, group, humanoid genitalia, humanoid penis, male, male anthro, │\n",
       "│   male focus, patreon username, pawpads, paws, penis, perineum, pink pawpads, precum, presenting, presenting    │\n",
       "│ anus, presenting hindquarters, scarf, soles, solo focus, spread legs, spreading, text, toe claws, toes, trash,  │\n",
       "│ trio, upside down, wardrobe malfunction, white body, white fur, white penis, by conditional dnp, by zackary911, │\n",
       "│ deltarune, undertale \\(series\\), kris \\(deltarune\\), ralsei, susie \\(deltarune\\), bovid, caprine, goat, digital │\n",
       "│                            media \\(artwork\\), english text, lol comments, signature                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a62d6f08f2974ac0309c67b509a8358b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, accident, accidental exposure, anthro, anus, ass up, backsack, balls, barefoot, blush, bodily fluids, │\n", "│ bottomless, box, butt, claws, clothed, clothing, container, digitigrade, duo, erection, eyewear, feet, │\n", "│ foreskin, fur, genital fluids, genitals, glasses, group, humanoid genitalia, humanoid penis, male, male anthro, │\n", "│ male focus, patreon username, pawpads, paws, penis, perineum, pink pawpads, precum, presenting, presenting │\n", "│ anus, presenting hindquarters, scarf, soles, solo focus, spread legs, spreading, text, toe claws, toes, trash, │\n", "│ trio, upside down, wardrobe malfunction, white body, white fur, white penis, by conditional dnp, by zackary911, │\n", "│ deltarune, undertale \\(series\\), kris \\(deltarune\\), ralsei, susie \\(deltarune\\), bovid, caprine, goat, digital │\n", "│ media \\(artwork\\), english text, lol comments, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3047803.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3047803.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\557e5522c0311e6aca9cbad40ce4a9c3.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 toes, alchemist, anal, anal fingering, anthro, aphrodisiac, ball fondling, balls, barefoot, black hair,    │\n",
       "│ bodily fluids, book, bottomless, butt, butt heart, claws, clothed, clothing, countershade feet, countershading, │\n",
       "│   dialogue, digitigrade, duo focus, ear piercing, enhibitionism, eyewear, fantasy, feet, fellatio, fingering,   │\n",
       "│    flying sweatdrops, fondling, frenum ladder, frenum piercing, genital fluids, genital piercing, genitals,     │\n",
       "│   glasses, group, hair, interspecies, kneeling, kneeling oral position, ladder piercing, long sleeves, male,    │\n",
       "│   male/male, motion lines, motion outline, mottled, nervous, nervous smile, nervous sweat, oral, path lines,    │\n",
       "│  paws, penile, penis, penis piercing, piebald, piercing, potion, potion bottle, precum, public, question mark,  │\n",
       "│  saliva, sex, shuddering, speech bubble, stealth sex, store, stuttering, sweat, sweatdrop, tail, tail motion,   │\n",
       "│  tailwag, text, toes, topwear, trio, under table, unprofessional behavior, verbal, vest, by pcraxkers, garble   │\n",
       "│  \\(drowsyboi\\), oro \\(ungoliant\\), pablo \\(pcraxkers\\), bobtail cat, calico cat, deer, domestic cat, domestic   │\n",
       "│                      dog, feline, japanese bobtail, shiba inu, spitz, english text, hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\557e5522c0311e6aca9cbad40ce4a9c3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, alchemist, anal, anal fingering, anthro, aphrodisiac, ball fondling, balls, barefoot, black hair, │\n", "│ bodily fluids, book, bottomless, butt, butt heart, claws, clothed, clothing, countershade feet, countershading, │\n", "│ dialogue, digitigrade, duo focus, ear piercing, enhibitionism, eyewear, fantasy, feet, fellatio, fingering, │\n", "│ flying sweatdrops, fondling, frenum ladder, frenum piercing, genital fluids, genital piercing, genitals, │\n", "│ glasses, group, hair, interspecies, kneeling, kneeling oral position, ladder piercing, long sleeves, male, │\n", "│ male/male, motion lines, motion outline, mottled, nervous, nervous smile, nervous sweat, oral, path lines, │\n", "│ paws, penile, penis, penis piercing, piebald, piercing, potion, potion bottle, precum, public, question mark, │\n", "│ saliva, sex, shuddering, speech bubble, stealth sex, store, stuttering, sweat, sweatdrop, tail, tail motion, │\n", "│ tailwag, text, toes, topwear, trio, under table, unprofessional behavior, verbal, vest, by pcraxkers, garble │\n", "│ \\(drowsyboi\\), oro \\(ungoliant\\), pablo \\(pcraxkers\\), bobtail cat, calico cat, deer, domestic cat, domestic │\n", "│ dog, feline, japanese bobtail, shiba inu, spitz, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3078578.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3078578.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\65d5c7e66161b96bbf9279a61fe6a7b3.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     3 toes, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro     │\n",
       "│ penetrating anthro, balls, big dom small sub, bisexual, black nose, bodily fluids, brown body, brown fur, butt, │\n",
       "│   carrying another, carrying partner, carrying position, cum, cum drip, cum from ass, cum in ass, cum inside,   │\n",
       "│      dominant, dominant male, double anal, double penetration, dripping, eyes closed, feet, female, female      │\n",
       "│  penetrated, fur, genital fluids, genitals, group, group nudity, group sex, hair, hand on back, hand on chest,  │\n",
       "│   hand on wrist, hindpaw, holding wrist, inner ear fluff, interspecies, kiss on lips, kissing, kissing while    │\n",
       "│    cumming, kissing while penetrating, large penetration, larger male, leaking cum, looking pleasured, male,    │\n",
       "│      male/female, male/male, male penetrating, male penetrating female, markings, mmf, multicolored body,       │\n",
       "│ multicolored fur, nude, nude female, open mouth, orgasm, paws, penetration, penile, penile penetration, penis,  │\n",
       "│    penis in ass, pink background, pussy, sandwich position, sex, simple background, size difference, smaller    │\n",
       "│   female, spots, spotted body, spotted fur, standing, standing sex, submissive, submissive female, tail, tan    │\n",
       "│   body, tan fur, threesome, toes, trio, tuft, twisted sandwich position, twisted sex, two tone body, two tone   │\n",
       "│ fur, white body, white fur, white hair, by enginetrap, by juantriforce, by samur shalem, elote \\(enginetrap\\),  │\n",
       "│      milo \\(juantriforce\\), moses \\(samur shalem\\), african wild dog, coyote, lagomorph, leporid, rabbit,       │\n",
       "│                                collaboration, digital media \\(artwork\\), hi res                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\65d5c7e66161b96bbf9279a61fe6a7b3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, balls, big dom small sub, bisexual, black nose, bodily fluids, brown body, brown fur, butt, │\n", "│ carrying another, carrying partner, carrying position, cum, cum drip, cum from ass, cum in ass, cum inside, │\n", "│ dominant, dominant male, double anal, double penetration, dripping, eyes closed, feet, female, female │\n", "│ penetrated, fur, genital fluids, genitals, group, group nudity, group sex, hair, hand on back, hand on chest, │\n", "│ hand on wrist, hindpaw, holding wrist, inner ear fluff, interspecies, kiss on lips, kissing, kissing while │\n", "│ cumming, kissing while penetrating, large penetration, larger male, leaking cum, looking pleasured, male, │\n", "│ male/female, male/male, male penetrating, male penetrating female, markings, mmf, multicolored body, │\n", "│ multicolored fur, nude, nude female, open mouth, orgasm, paws, penetration, penile, penile penetration, penis, │\n", "│ penis in ass, pink background, pussy, sandwich position, sex, simple background, size difference, smaller │\n", "│ female, spots, spotted body, spotted fur, standing, standing sex, submissive, submissive female, tail, tan │\n", "│ body, tan fur, threesome, toes, trio, tuft, twisted sandwich position, twisted sex, two tone body, two tone │\n", "│ fur, white body, white fur, white hair, by enginetrap, by juantriforce, by samur shalem, elote \\(enginetrap\\), │\n", "│ milo \\(juantriforce\\), moses \\(samur shalem\\), african wild dog, coyote, lagomorph, leporid, rabbit, │\n", "│ collaboration, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3102582.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3102582.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\53ce78502f8c635a9c1bc97ac5e02844.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   5 fingers, anthro, anthro on anthro, assisted rape, assisted sex, black nose, bodily fluids, breasts, brown   │\n",
       "│ body, brown fur, captured, cum, cum in mouth, cum inside, cum on breasts, cum on hand, cum on tongue, cumshot,  │\n",
       "│      cumshot in mouth, defanged, dominant, dominant anthro, dominant female, dominant male, dominant prey,      │\n",
       "│  ejaculation, faceless anthro, faceless character, faceless male, female, female dominating female, finger in   │\n",
       "│   mouth, fingers, forced, forced open mouth, fur, genital fluids, genitals, grey body, grey fur, group, group   │\n",
       "│ nudity, interspecies, interspecies domination, male, male/female, male dominating female, masturbation, missing │\n",
       "│  teeth, neck tuft, nipples, nude, nude female, open mouth, oral, oral invitation, penile, penile masturbation,  │\n",
       "│  penis, predator/prey, prey dom predator sub, rape, sex slave, slave, smile, standing, submissive, submissive   │\n",
       "│             female, submissive predator, teeth, tongue, tribal, trio, tuft, by ruaidri, deer, wolf              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\53ce78502f8c635a9c1bc97ac5e02844.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, anthro on anthro, assisted rape, assisted sex, black nose, bodily fluids, breasts, brown │\n", "│ body, brown fur, captured, cum, cum in mouth, cum inside, cum on breasts, cum on hand, cum on tongue, cumshot, │\n", "│ cumshot in mouth, defanged, dominant, dominant anthro, dominant female, dominant male, dominant prey, │\n", "│ ejaculation, faceless anthro, faceless character, faceless male, female, female dominating female, finger in │\n", "│ mouth, fingers, forced, forced open mouth, fur, genital fluids, genitals, grey body, grey fur, group, group │\n", "│ nudity, interspecies, interspecies domination, male, male/female, male dominating female, masturbation, missing │\n", "│ teeth, neck tuft, nipples, nude, nude female, open mouth, oral, oral invitation, penile, penile masturbation, │\n", "│ penis, predator/prey, prey dom predator sub, rape, sex slave, slave, smile, standing, submissive, submissive │\n", "│ female, submissive predator, teeth, tongue, tribal, trio, tuft, by ruaidri, deer, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3116038.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3116038.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\49db4b396f13c4d03007f2d20823c7c1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anthro, anthro on anthro, armwear, balls, bodily fluids, bottomless, brown body, brown  │\n",
       "│ fur, butt, clothed, clothing, countershading, crop top, cum, cum from ass, cum in ass, cum inside, deep throat, │\n",
       "│  double penetration, fellatio, fireplace, fur, genital fluids, genitals, girly, group, group sex, holding leg,  │\n",
       "│     holidays, intraspecies, leaking cum, legwear, male, male/male, male penetrated, male penetrating, male      │\n",
       "│ penetrating male, oral, oral penetration, orgasm, penetration, penile, penile penetration, penis, penis in ass, │\n",
       "│     plant, sex, shirt, spitroast, thigh highs, threesome, topwear, trio, white body, white fur, by sigma x,     │\n",
       "│                    christmas, rudolph the red-nosed reindeer, deer, new world deer, reindeer                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\49db4b396f13c4d03007f2d20823c7c1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on anthro, armwear, balls, bodily fluids, bottomless, brown body, brown │\n", "│ fur, butt, clothed, clothing, countershading, crop top, cum, cum from ass, cum in ass, cum inside, deep throat, │\n", "│ double penetration, fellatio, fireplace, fur, genital fluids, genitals, girly, group, group sex, holding leg, │\n", "│ holidays, intraspecies, leaking cum, legwear, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, oral, oral penetration, orgasm, penetration, penile, penile penetration, penis, penis in ass, │\n", "│ plant, sex, shirt, spitroast, thigh highs, threesome, topwear, trio, white body, white fur, by sigma x, │\n", "│ christmas, rudolph the red-nosed reindeer, deer, new world deer, reindeer │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3134919.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3134919.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\6d3dffa35dd28783e90cd6701ed6e282.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 toes, animal genitalia, animal penis, anthro, anus, backsack, balls, balls deep, bed, bedroom eyes, big    │\n",
       "│ balls, bisexual, blush, bodily fluids, breasts, brother penetrating sister, brown body, brown fur, butt, button │\n",
       "│  ears, cervical contact, cheek tuft, claws, cum, cum from pussy, cum in pussy, cum in uterus, cum inside, cum   │\n",
       "│  splatter, cunnilingus, cutaway, dialogue, digitigrade, ejaculation, excessive cum, excessive genital fluids,   │\n",
       "│    explicitly stated nonconsent, facial tuft, feet, female, female/female, female penetrated, ffm threesome,    │\n",
       "│  finger claws, floppy ears, forced, forced ejaculation, forced impregnation, forced knotting, french kissing,   │\n",
       "│   from front position, fur, furniture, gameplay mechanics, genital fluids, genitals, gloves \\(marking\\), good   │\n",
       "│     boy, group, group nudity, group sex, hair, hand on butt, hand on partner's butt, heart symbol, hindpaw,     │\n",
       "│     impregnation, impregnation attempt, inaccurate knotting, insemination request, internal, kissing, knot,     │\n",
       "│    knotting, leaking cum, leg markings, life \\(gaming\\), looking at another, lying, male, male/female, male     │\n",
       "│  penetrating, male penetrating female, markings, master, mating press, motion lines, narrowed eyes, neck tuft,  │\n",
       "│  nipples, nude, open mouth, oral, ovum, pawpads, paws, peer pressure, peer pressure insemination, penetration,  │\n",
       "│     penile, penile penetration, penis, penis in pussy, perineum, pussy, questionable consent, raised tail,      │\n",
       "│    requesting, seductive, sex, socks \\(marking\\), soles, sperm cell, spread anus, spread butt, spread toes,     │\n",
       "│      spreading, spreading partner, tail, tail motion, tailwag, teeth, text, threesome, toe claws, toeless       │\n",
       "│     \\(marking\\), toes, tongue, tongue out, trio, tuft, unwanted cum inside, unwanted ejaculation, unwanted      │\n",
       "│    impregnation, unwanted knotting, uterus, vaginal, vaginal fluids, vaginal penetration, by unknown artist,    │\n",
       "│   savestate, kade \\(savestate\\), nicole \\(savestate\\), riley \\(savestate\\), australian shepherd, blue merle,    │\n",
       "│  domestic dog, herding dog, pastoral dog, red merle, sheepdog, english text, hi res, brother \\(lore\\), brother  │\n",
       "│        and sister \\(lore\\), incest \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\)        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\6d3dffa35dd28783e90cd6701ed6e282.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal genitalia, animal penis, anthro, anus, backsack, balls, balls deep, bed, bedroom eyes, big │\n", "│ balls, bisexual, blush, bodily fluids, breasts, brother penetrating sister, brown body, brown fur, butt, button │\n", "│ ears, cervical contact, cheek tuft, claws, cum, cum from pussy, cum in pussy, cum in uterus, cum inside, cum │\n", "│ splatter, cunnilingus, cutaway, dialogue, digitigrade, ejaculation, excessive cum, excessive genital fluids, │\n", "│ explicitly stated nonconsent, facial tuft, feet, female, female/female, female penetrated, ffm threesome, │\n", "│ finger claws, floppy ears, forced, forced ejaculation, forced impregnation, forced knotting, french kissing, │\n", "│ from front position, fur, furniture, gameplay mechanics, genital fluids, genitals, gloves \\(marking\\), good │\n", "│ boy, group, group nudity, group sex, hair, hand on butt, hand on partner's butt, heart symbol, hindpaw, │\n", "│ impregnation, impregnation attempt, inaccurate knotting, insemination request, internal, kissing, knot, │\n", "│ knotting, leaking cum, leg markings, life \\(gaming\\), looking at another, lying, male, male/female, male │\n", "│ penetrating, male penetrating female, markings, master, mating press, motion lines, narrowed eyes, neck tuft, │\n", "│ nipples, nude, open mouth, oral, ovum, pawpads, paws, peer pressure, peer pressure insemination, penetration, │\n", "│ penile, penile penetration, penis, penis in pussy, perineum, pussy, questionable consent, raised tail, │\n", "│ requesting, seductive, sex, socks \\(marking\\), soles, sperm cell, spread anus, spread butt, spread toes, │\n", "│ spreading, spreading partner, tail, tail motion, tailwag, teeth, text, threesome, toe claws, toeless │\n", "│ \\(marking\\), toes, tongue, tongue out, trio, tuft, unwanted cum inside, unwanted ejaculation, unwanted │\n", "│ impregnation, unwanted knotting, uterus, vaginal, vaginal fluids, vaginal penetration, by unknown artist, │\n", "│ savestate, kade \\(savestate\\), nicole \\(savestate\\), riley \\(savestate\\), australian shepherd, blue merle, │\n", "│ domestic dog, herding dog, pastoral dog, red merle, sheepdog, english text, hi res, brother \\(lore\\), brother │\n", "│ and sister \\(lore\\), incest \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3168335.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3168335.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\25e01d838b98b6349091900896d376b1.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after sex, anthro, anthrofied, ass to ass, balls, big butt, bisexual, black eyes, blush, blush lines, bodily   │\n",
       "│  fluids, both sexes in same situation, butt, butt grab, cum, cum in ass, cum in pussy, cum inside, deep skin,   │\n",
       "│  dialogue, explicitly stated consent, female, genital fluids, genitals, girly, group, group nudity, group sex,  │\n",
       "│   hand on butt, heart symbol, hip to hip, huge butt, human on anthro, interspecies, jack and jill, looking at   │\n",
       "│ viewer, looking back, male, male/female, male/male, male on human, master, mmf, nude, nude female, open mouth,  │\n",
       "│   penis, pokephilia, pussy, rear view, sex, side by side, speech bubble, sweat, take your pick, teeth, text,    │\n",
       "│   thick thighs, threesome, tongue, tongue out, trio, by saltyxodium, eevee, human, english text, translated,    │\n",
       "│   brother \\(lore\\), brother and sister \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\),   │\n",
       "│                                                 twins \\(lore\\)                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\25e01d838b98b6349091900896d376b1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, anthrofied, ass to ass, balls, big butt, bisexual, black eyes, blush, blush lines, bodily │\n", "│ fluids, both sexes in same situation, butt, butt grab, cum, cum in ass, cum in pussy, cum inside, deep skin, │\n", "│ dialogue, explicitly stated consent, female, genital fluids, genitals, girly, group, group nudity, group sex, │\n", "│ hand on butt, heart symbol, hip to hip, huge butt, human on anthro, interspecies, jack and jill, looking at │\n", "│ viewer, looking back, male, male/female, male/male, male on human, master, mmf, nude, nude female, open mouth, │\n", "│ penis, pokephilia, pussy, rear view, sex, side by side, speech bubble, sweat, take your pick, teeth, text, │\n", "│ thick thighs, threesome, tongue, tongue out, trio, by saltyxodium, eevee, human, english text, translated, │\n", "│ brother \\(lore\\), brother and sister \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\), │\n", "│ twins \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3199988.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3199988.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\4bbf740fbc0b2557ead0c52ae83b7647.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating   │\n",
       "│  anthro, athletic, athletic male, ball suck, ball worship, balls in mouth, bisexual, bisexual sandwich, black   │\n",
       "│ body, black fur, black hair, black penis, blush, bodily fluids, brown background, brown body, brown fur, claws, │\n",
       "│  countershading, cum, cum in ass, cum in mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on  │\n",
       "│     own face, cum on own tongue, cum on self, cum on tongue, cum string, cum while penetrated, cumshot, ear     │\n",
       "│    piercing, ear ring, ejaculation, ejaculation while penetrated, erection, excessive cum, excessive genital    │\n",
       "│  fluids, eyes closed, female, finger claws, friends, from behind position, fur, genital fluids, genitals, grey  │\n",
       "│   body, grey fur, group, group nudity, group sex, hair, handjob, hands-free, holding ear, humanoid genitalia,   │\n",
       "│   humanoid penis, interspecies, looking pleasured, lucky pierre, lying, male, male/female, male/male, male on   │\n",
       "│ back, male on bottom, male on top, male penetrated, male penetrating, male penetrating anthro, male penetrating │\n",
       "│   male, mixed sandwich position, mmf threesome, moan, motion lines, motion outline, muscular, muscular male,    │\n",
       "│  nude, on back, on bottom, on top, onomatopoeia, open mouth, oral, oral while penetrated, orgasm, orgasm face,  │\n",
       "│    pawpads, penetration, penile, penile penetration, penis, penis in ass, piercing, red hair, ring piercing,    │\n",
       "│      sandwich position, sex, shaking, simple background, simultaneous orgasms, sound effects, sucking, tan      │\n",
       "│   background, tan body, tan fur, text, threesome, toe claws, tongue, trembling, trio, by conditional dnp, by    │\n",
       "│    fluff-kevlar, ayn \\(fluff-kevlar\\), nytro \\(fluff-kevlar\\), symat \\(fluff-kevlar\\), jackal, digital media    │\n",
       "│   \\(artwork\\), lol comments, brother \\(lore\\), brother and sister \\(lore\\), incest \\(lore\\), indirect incest    │\n",
       "│                                   \\(lore\\), sibling \\(lore\\), sister \\(lore\\)                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\4bbf740fbc0b2557ead0c52ae83b7647.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, athletic, athletic male, ball suck, ball worship, balls in mouth, bisexual, bisexual sandwich, black │\n", "│ body, black fur, black hair, black penis, blush, bodily fluids, brown background, brown body, brown fur, claws, │\n", "│ countershading, cum, cum in ass, cum in mouth, cum in own mouth, cum in self, cum inside, cum on face, cum on │\n", "│ own face, cum on own tongue, cum on self, cum on tongue, cum string, cum while penetrated, cumshot, ear │\n", "│ piercing, ear ring, ejaculation, ejaculation while penetrated, erection, excessive cum, excessive genital │\n", "│ fluids, eyes closed, female, finger claws, friends, from behind position, fur, genital fluids, genitals, grey │\n", "│ body, grey fur, group, group nudity, group sex, hair, handjob, hands-free, holding ear, humanoid genitalia, │\n", "│ humanoid penis, interspecies, looking pleasured, lucky pierre, lying, male, male/female, male/male, male on │\n", "│ back, male on bottom, male on top, male penetrated, male penetrating, male penetrating anthro, male penetrating │\n", "│ male, mixed sandwich position, mmf threesome, moan, motion lines, motion outline, muscular, muscular male, │\n", "│ nude, on back, on bottom, on top, onomatopoeia, open mouth, oral, oral while penetrated, orgasm, orgasm face, │\n", "│ pawpads, penetration, penile, penile penetration, penis, penis in ass, piercing, red hair, ring piercing, │\n", "│ sandwich position, sex, shaking, simple background, simultaneous orgasms, sound effects, sucking, tan │\n", "│ background, tan body, tan fur, text, threesome, toe claws, tongue, trembling, trio, by conditional dnp, by │\n", "│ fluff-kevlar, ayn \\(fluff-kevlar\\), nytro \\(fluff-kevlar\\), symat \\(fluff-kevlar\\), jackal, digital media │\n", "│ \\(artwork\\), lol comments, brother \\(lore\\), brother and sister \\(lore\\), incest \\(lore\\), indirect incest │\n", "│ \\(lore\\), sibling \\(lore\\), sister \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3233233.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3233233.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\68f7f682888ed02ce67481043d1bc428.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anthro, anthro on anthro, armwear, bdsm, big butt, big penis, biped, bodily fluids, bondage, bottom    │\n",
       "│   heavy, bound, butt, canon x oc, cloth gag, clothed, clothing, collaborative, cum, cum in mouth, cum inside,   │\n",
       "│  curvy figure, exhibitionism, fellatio, female, female penetrated, female rimming male, ffm threesome, forced,  │\n",
       "│ gag, gagged, genital fluids, genitals, girly, group, group sex, hair, heart symbol, legwear, male, male/female, │\n",
       "│     male focus, male penetrating, male penetrating female, moan, onomatopoeia, oral, oral penetration, oral     │\n",
       "│    sandwich, penetration, penile, penis, penis in mouth, ponytail, public, public sex, reverse forced oral,     │\n",
       "│ rimming, sex, skindentation, small waist, sound effects, squish, submissive, submissive male, surrounded, text, │\n",
       "│  thick thighs, thigh squish, threesome, tongue, tongue out, trio, wide hips, by r-mk, bandai namco, star fox,   │\n",
       "│    krystal \\(star fox\\), sweet braixen, braixen, fox, renamon, crossover, digital media \\(artwork\\), hi res     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\68f7f682888ed02ce67481043d1bc428.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anthro, anthro on anthro, armwear, bdsm, big butt, big penis, biped, bodily fluids, bondage, bottom │\n", "│ heavy, bound, butt, canon x oc, cloth gag, clothed, clothing, collaborative, cum, cum in mouth, cum inside, │\n", "│ curvy figure, exhibitionism, fellatio, female, female penetrated, female rimming male, ffm threesome, forced, │\n", "│ gag, gagged, genital fluids, genitals, girly, group, group sex, hair, heart symbol, legwear, male, male/female, │\n", "│ male focus, male penetrating, male penetrating female, moan, onomatopoeia, oral, oral penetration, oral │\n", "│ sandwich, penetration, penile, penis, penis in mouth, ponytail, public, public sex, reverse forced oral, │\n", "│ rimming, sex, skindentation, small waist, sound effects, squish, submissive, submissive male, surrounded, text, │\n", "│ thick thighs, thigh squish, threesome, tongue, tongue out, trio, wide hips, by r-mk, bandai namco, star fox, │\n", "│ krystal \\(star fox\\), sweet braixen, braixen, fox, renamon, crossover, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3271281.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3271281.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\552d1ff6cf8b555c312a66f8261b8981.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, accident, accidental, accidental penetration, accidental sex, all fours, andromorph, andromorph/male,  │\n",
       "│   andromorph penetrated, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating    │\n",
       "│  anthro, avian feet, balls, barefoot, beak, bird's-eye view, blush, bodily fluids, bottomless, breasts, butt,   │\n",
       "│   claws, clothed, clothing, embarrassed, erection, eyes closed, feet, furniture, genitals, group, high-angle    │\n",
       "│ view, humanoid genitalia, humanoid penis, inside, intersex, intersex/male, intersex penetrated, intersex pussy, │\n",
       "│     interspecies, male, male penetrating, male penetrating andromorph, male penetrating intersex, partially     │\n",
       "│  clothed, party, paws, penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, short tail,  │\n",
       "│  spread legs, spread toes, spreading, stealth sex, strip game, surprise, sweat, tail, talons, toe claws, toes,  │\n",
       "│    topwear, trio, unaware, unlikely accident, unusual position, vaginal, vaginal penetration, by braeburned,    │\n",
       "│  twister, remi \\(yeenbitez\\), avian, bear, bird, hybrid, hyena, digital media \\(artwork\\), nonbinary \\(lore\\),  │\n",
       "│                                       trans \\(lore\\), trans man \\(lore\\)                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\552d1ff6cf8b555c312a66f8261b8981.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, accident, accidental, accidental penetration, accidental sex, all fours, andromorph, andromorph/male, │\n", "│ andromorph penetrated, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, avian feet, balls, barefoot, beak, bird's-eye view, blush, bodily fluids, bottomless, breasts, butt, │\n", "│ claws, clothed, clothing, embarrassed, erection, eyes closed, feet, furniture, genitals, group, high-angle │\n", "│ view, humanoid genitalia, humanoid penis, inside, intersex, intersex/male, intersex penetrated, intersex pussy, │\n", "│ interspecies, male, male penetrating, male penetrating andromorph, male penetrating intersex, partially │\n", "│ clothed, party, paws, penetration, penile, penile penetration, penis, penis in pussy, pussy, sex, short tail, │\n", "│ spread legs, spread toes, spreading, stealth sex, strip game, surprise, sweat, tail, talons, toe claws, toes, │\n", "│ topwear, trio, unaware, unlikely accident, unusual position, vaginal, vaginal penetration, by braeburned, │\n", "│ twister, remi \\(yeenbitez\\), avian, bear, bird, hybrid, hyena, digital media \\(artwork\\), nonbinary \\(lore\\), │\n", "│ trans \\(lore\\), trans man \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3329867.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3329867.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\09cdc58210aadf27dd51c050964dd424.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 5 fingers, age difference, ahegao, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, │\n",
       "│  anthro penetrating, anthro penetrating anthro, anus, areola, arm warmers, armwear, balls, balls deep, belly,   │\n",
       "│    big balls, big penis, black sclera, blue body, blue eyes, blue scales, blush, bodily fluids, bottomwear,     │\n",
       "│    bottomwear down, breasts, brown body, brown hair, brown scales, casual incest, claws, clothed, clothing,     │\n",
       "│     collar, countershade tail, countershade torso, countershading, crossdressing, cum, dialogue, dripping,      │\n",
       "│ drooling, duo focus, erection, eye roll, eyelashes, feet, fingerless armwear, fingers, fitting room, footwear,  │\n",
       "│   foreskin, forked tongue, from behind position, garter straps, genital fluids, genitals, girly, glans, grey    │\n",
       "│  hair, group, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, hand on leg,  │\n",
       "│   hand on thigh, handjob, handjob while penetrating, hoodie, huge balls, humanoid genitalia, humanoid penis,    │\n",
       "│ ineffective clothing, intersex, intersex/male, intersex penetrating, intersex penetrating male, larger anthro,  │\n",
       "│   larger gynomorph, larger intersex, legwear, long fangs, long tongue, looking down, looking pleasured, male,   │\n",
       "│   male penetrated, mirror, mostly nude, mother penetrating son, narrowed eyes, navel, nipples, older anthro,    │\n",
       "│   older gynomorph, older intersex, on one leg, open mouth, open smile, partially clothed, partially retracted   │\n",
       "│   foreskin, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, penetration,   │\n",
       "│    penile, penile penetration, penis, penis in ass, penis size difference, plantigrade, precum, precum drip,    │\n",
       "│ profanity, public, public sex, raised leg, rattle \\(anatomy\\), reach around, saliva, saliva drip, scales, sex,  │\n",
       "│ shaking, shorts, shorts down, size difference, skimpy, slightly chubby, slightly chubby anthro, slightly chubby │\n",
       "│   gynomorph, slightly chubby intersex, smaller anthro, smaller male, smaller penetrated, smile, socks, spread   │\n",
       "│   legs, spreading, standing, standing sex, stealth sex, striped armwear, striped clothing, striped footwear,    │\n",
       "│   striped socks, stripes, sweater, tail, teeth, text, thick thighs, thigh highs, toe claws, toeless footwear,   │\n",
       "│  toeless socks, toes, tongue, tongue out, topwear, translucent, translucent clothing, trio, wide hips, yellow   │\n",
       "│ eyes, younger anthro, younger male, younger penetrated, by wingedwilly, amon \\(atrolux\\), kyra \\(atrolux\\), pit │\n",
       "│  viper, rattlesnake, reptile, scalie, snake, viper, english text, portrait, tag panic, three-quarter portrait,  │\n",
       "│  incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent  │\n",
       "│                            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\\trio\\09cdc58210aadf27dd51c050964dd424.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 5 fingers, age difference, ahegao, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, │\n", "│ anthro penetrating, anthro penetrating anthro, anus, areola, arm warmers, armwear, balls, balls deep, belly, │\n", "│ big balls, big penis, black sclera, blue body, blue eyes, blue scales, blush, bodily fluids, bottomwear, │\n", "│ bottomwear down, breasts, brown body, brown hair, brown scales, casual incest, claws, clothed, clothing, │\n", "│ collar, countershade tail, countershade torso, countershading, crossdressing, cum, dialogue, dripping, │\n", "│ drooling, duo focus, erection, eye roll, eyelashes, feet, fingerless armwear, fingers, fitting room, footwear, │\n", "│ foreskin, forked tongue, from behind position, garter straps, genital fluids, genitals, girly, glans, grey │\n", "│ hair, group, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, hand on leg, │\n", "│ hand on thigh, handjob, handjob while penetrating, hoodie, huge balls, humanoid genitalia, humanoid penis, │\n", "│ ineffective clothing, intersex, intersex/male, intersex penetrating, intersex penetrating male, larger anthro, │\n", "│ larger gynomorph, larger intersex, legwear, long fangs, long tongue, looking down, looking pleasured, male, │\n", "│ male penetrated, mirror, mostly nude, mother penetrating son, narrowed eyes, navel, nipples, older anthro, │\n", "│ older gynomorph, older intersex, on one leg, open mouth, open smile, partially clothed, partially retracted │\n", "│ foreskin, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, penetration, │\n", "│ penile, penile penetration, penis, penis in ass, penis size difference, plantigrade, precum, precum drip, │\n", "│ profanity, public, public sex, raised leg, rattle \\(anatomy\\), reach around, saliva, saliva drip, scales, sex, │\n", "│ shaking, shorts, shorts down, size difference, skimpy, slightly chubby, slightly chubby anthro, slightly chubby │\n", "│ gynomorph, slightly chubby intersex, smaller anthro, smaller male, smaller penetrated, smile, socks, spread │\n", "│ legs, spreading, standing, standing sex, stealth sex, striped armwear, striped clothing, striped footwear, │\n", "│ striped socks, stripes, sweater, tail, teeth, text, thick thighs, thigh highs, toe claws, toeless footwear, │\n", "│ toeless socks, toes, tongue, tongue out, topwear, translucent, translucent clothing, trio, wide hips, yellow │\n", "│ eyes, younger anthro, younger male, younger penetrated, by wingedwilly, amon \\(atrolux\\), kyra \\(atrolux\\), pit │\n", "│ viper, rattlesnake, reptile, scalie, snake, viper, english text, portrait, tag panic, three-quarter portrait, │\n", "│ incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent │\n", "│ and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3335911.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3335911.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\1415d90b23c73fc6fc94898373d0cdbf.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anal prodding, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro  │\n",
       "│     penetrating anthro, anus, backsack, balls, biped, blush, bodily fluids, body blush, boots, bottomless,      │\n",
       "│  bottomless male, butt, butt blush, clothed, clothing, cum, cum drip, cum in ass, cum inside, cum on butt, cum  │\n",
       "│    on leg, dialogue, digitigrade, dripping, erection, faceless, faceless character, faceless male, footwear,    │\n",
       "│    forced, gangbang, genital fluids, genitals, group, group sex, hat, headgear, headwear, holding own penis,    │\n",
       "│  holding penis, humanoid genitalia, humanoid penis, large penetration, male, male/male, male penetrated, male   │\n",
       "│      penetrating, male penetrating male, markings, motion lines, onomatopoeia, penetration, penile, penile      │\n",
       "│ penetration, penis, plap, prodding, public, public use, queue, raised tail, ring \\(marking\\), ringed tail, sex, │\n",
       "│  sex line, shallow penetration, shirt, sloppy seconds, sound effects, speech bubble, striped markings, striped  │\n",
       "│  tail, stripes, stuck, tail, tail markings, text, through wall, topwear, trio, vent, by braeburned, sly cooper  │\n",
       "│  \\(series\\), sony corporation, sony interactive entertainment, sucker punch productions, sly cooper, ambiguous  │\n",
       "│               species, procyonid, raccoon, digital media \\(artwork\\), english text, lol comments                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\1415d90b23c73fc6fc94898373d0cdbf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anal prodding, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, anus, backsack, balls, biped, blush, bodily fluids, body blush, boots, bottomless, │\n", "│ bottomless male, butt, butt blush, clothed, clothing, cum, cum drip, cum in ass, cum inside, cum on butt, cum │\n", "│ on leg, dialogue, digitigrade, dripping, erection, faceless, faceless character, faceless male, footwear, │\n", "│ forced, gangbang, genital fluids, genitals, group, group sex, hat, headgear, headwear, holding own penis, │\n", "│ holding penis, humanoid genitalia, humanoid penis, large penetration, male, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, markings, motion lines, onomatopoeia, penetration, penile, penile │\n", "│ penetration, penis, plap, prodding, public, public use, queue, raised tail, ring \\(marking\\), ringed tail, sex, │\n", "│ sex line, shallow penetration, shirt, sloppy seconds, sound effects, speech bubble, striped markings, striped │\n", "│ tail, stripes, stuck, tail, tail markings, text, through wall, topwear, trio, vent, by braeburned, sly cooper │\n", "│ \\(series\\), sony corporation, sony interactive entertainment, sucker punch productions, sly cooper, ambiguous │\n", "│ species, procyonid, raccoon, digital media \\(artwork\\), english text, lol comments │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3339401.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3339401.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a53f20df8b35c910104f3354dd136cc4.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    2 horns, 2 toes, 3 toes, 4 fingers, ?!, assisted, assisted fellatio, assisted oral, assisted sex, balls,     │\n",
       "│ barefoot, bathroom, belly, big eyes, bisexual, black bottomwear, black briefs, black clothing, black eyebrows,  │\n",
       "│ black footwear, black horn, black mouth, black pants, black shirt, black socks, black text, black text border,  │\n",
       "│ black topwear, black underwear, bodily fluids, bottomless, bottomwear, bottomwear down, bow tie, briefs, briefs │\n",
       "│ down, bright light, brown hair, buckteeth, butt, canon couple, clothed, clothed female partially clothed male,  │\n",
       "│ clothing, cloven hooves, cuckquean, cum, cumshot, dark bottomwear, dark clothing, dark eyebrows, dark footwear, │\n",
       "│  dark hair, dark horn, dark mouth, dark pants, dark shirt, dark socks, dark text, dark underwear, deep throat,  │\n",
       "│  dialogue, dipstick tail, distorted contour, dominant, dominant female, dominant humanoid, dominant male, duo   │\n",
       "│ focus, ejaculation, erect tail, erection, eyebrows, faceless character, faceless humanoid, faceless male, feet, │\n",
       "│    fellatio, female, female supporting yaoi, fingers, floor, footwear, forced, forced fellatio, forced oral,    │\n",
       "│   foreskin, freckles, fully clothed, fully clothed female, fully clothed humanoid, genital fluids, genitals,    │\n",
       "│ glistening, glistening body, glistening face, glistening feet, glistening fingers, glistening floor, glistening │\n",
       "│ foreskin, glistening genitalia, glistening hair, glistening head, glistening horn, glistening legs, glistening  │\n",
       "│  penis, glistening skin, glistening tail, glistening toes, glk, glory hole, graffiti, group, hair, hair grab,   │\n",
       "│   hand on another's head, hand on head, hands-free, hands on wall, happy, head grab, head horn, hooves, horn,   │\n",
       "│     humanoid genitalia, humanoid hands, humanoid on top, humanoid penetrating male, humanoid penis, inside,     │\n",
       "│  jockstrap, kneeling, kneeling oral position, kneeling sex, light, light arms, light back, light balls, light   │\n",
       "│ belly, light body, light bow tie, light dress shirt, light feet, light fingers, light foreskin, light genitals, │\n",
       "│  light hair, light hands, light hooves, light horn, light legs, light neck, light neckwear, light penis, light  │\n",
       "│ pillow, light shirt, light skin, light speech bubble, light text, light toes, light topwear, long feet, looking │\n",
       "│     down at partner, male, male/male, male fellated, male fellating, male fellating male, male on top, male     │\n",
       "│   penetrated, male penetrating, male penetrating humanoid, male penetrating male, markings, midriff, monotone   │\n",
       "│  arms, monotone back, monotone balls, monotone belly, monotone bottomwear, monotone bow tie, monotone briefs,   │\n",
       "│  monotone clothing, monotone dress shirt, monotone face, monotone feet, monotone footwear, monotone foreskin,   │\n",
       "│   monotone genitals, monotone hair, monotone hands, monotone horn, monotone legs, monotone markings, monotone   │\n",
       "│    mouth, monotone neck, monotone neckwear, monotone pants, monotone penis, monotone pillow, monotone shirt,    │\n",
       "│   monotone socks, monotone tail, monotone topwear, monotone underwear, multicolored body, multicolored horn,    │\n",
       "│  multicolored skin, neck bulge, not furry, on top, one eye closed, onomatopoeia, open mouth, open smile, oral,  │\n",
       "│   oral penetration, orgasm, orgasm from oral, pants, partially clothed, partially clothed humanoid, partially   │\n",
       "│ clothed male, peer pressure, penetration, penile, penile penetration, penis, penis base, penis size difference, │\n",
       "│  pillow, pink tongue, plantigrade, precum, public, public restroom, public sex, red arms, red back, red balls,  │\n",
       "│  red belly, red body, red bow tie, red face, red feet, red fingers, red foreskin, red genitals, red hands, red  │\n",
       "│ hooves, red legs, red neck, red neckwear, red penis, red skin, red tail, red toes, reflection, restroom stall,  │\n",
       "│ sex, sharp teeth, shirt, short, short hair, short humanoid, short male, side view, size difference, size play,  │\n",
       "│ skinny, skinny humanoid, skinny male, small teeth, smaller humanoid, smaller male, smile, socks, sound effects, │\n",
       "│   spade tail, speech bubble, spots, spotted arms, spotted body, spotted markings, spotted skin, spotted tail,   │\n",
       "│ striped horn, stripes, submissive, submissive humanoid, submissive male, swingers, tail, tail markings, teeth,  │\n",
       "│ text, thick penis, tile, tile floor, toeless footwear, toeless socks, toes, tongue, tongue out, toony, topwear, │\n",
       "│  torn bottomwear, torn clothing, torn pants, touching hair, trio, two tone arms, two tone body, two tone face,  │\n",
       "│  two tone horn, two tone skin, two tone tail, underwear, underwear down, unguligrade, white arms, white body,   │\n",
       "│    white clothing, white dress shirt, white face, white freckles, white hair, white horn, white light, white    │\n",
       "│  markings, white pillow, white shirt, white speech bubble, white spots, white tail, white text, white topwear,  │\n",
       "│  wide hips, yellow eyes, by braeburned, helluva boss, blitzo \\(helluva boss\\), millie \\(helluva boss\\), moxxie  │\n",
       "│   \\(helluva boss\\), demon, demon humanoid, humanoid, imp, tailed humanoid, digital media \\(artwork\\), english   │\n",
       "│                      text, full-length portrait, portrait, red theme, signature, tag panic                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a53f20df8b35c910104f3354dd136cc4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 2 horns, 2 toes, 3 toes, 4 fingers, ?!, assisted, assisted fellatio, assisted oral, assisted sex, balls, │\n", "│ barefoot, bathroom, belly, big eyes, bisexual, black bottomwear, black briefs, black clothing, black eyebrows, │\n", "│ black footwear, black horn, black mouth, black pants, black shirt, black socks, black text, black text border, │\n", "│ black topwear, black underwear, bodily fluids, bottomless, bottomwear, bottomwear down, bow tie, briefs, briefs │\n", "│ down, bright light, brown hair, buckteeth, butt, canon couple, clothed, clothed female partially clothed male, │\n", "│ clothing, cloven hooves, cuckquean, cum, cumshot, dark bottomwear, dark clothing, dark eyebrows, dark footwear, │\n", "│ dark hair, dark horn, dark mouth, dark pants, dark shirt, dark socks, dark text, dark underwear, deep throat, │\n", "│ dialogue, dipstick tail, distorted contour, dominant, dominant female, dominant humanoid, dominant male, duo │\n", "│ focus, ejaculation, erect tail, erection, eyebrows, faceless character, faceless humanoid, faceless male, feet, │\n", "│ fellatio, female, female supporting yaoi, fingers, floor, footwear, forced, forced fellatio, forced oral, │\n", "│ foreskin, freckles, fully clothed, fully clothed female, fully clothed humanoid, genital fluids, genitals, │\n", "│ glistening, glistening body, glistening face, glistening feet, glistening fingers, glistening floor, glistening │\n", "│ foreskin, glistening genitalia, glistening hair, glistening head, glistening horn, glistening legs, glistening │\n", "│ penis, glistening skin, glistening tail, glistening toes, glk, glory hole, graffiti, group, hair, hair grab, │\n", "│ hand on another's head, hand on head, hands-free, hands on wall, happy, head grab, head horn, hooves, horn, │\n", "│ humanoid genitalia, humanoid hands, humanoid on top, humanoid penetrating male, humanoid penis, inside, │\n", "│ jockstrap, kneeling, kneeling oral position, kneeling sex, light, light arms, light back, light balls, light │\n", "│ belly, light body, light bow tie, light dress shirt, light feet, light fingers, light foreskin, light genitals, │\n", "│ light hair, light hands, light hooves, light horn, light legs, light neck, light neckwear, light penis, light │\n", "│ pillow, light shirt, light skin, light speech bubble, light text, light toes, light topwear, long feet, looking │\n", "│ down at partner, male, male/male, male fellated, male fellating, male fellating male, male on top, male │\n", "│ penetrated, male penetrating, male penetrating humanoid, male penetrating male, markings, midriff, monotone │\n", "│ arms, monotone back, monotone balls, monotone belly, monotone bottomwear, monotone bow tie, monotone briefs, │\n", "│ monotone clothing, monotone dress shirt, monotone face, monotone feet, monotone footwear, monotone foreskin, │\n", "│ monotone genitals, monotone hair, monotone hands, monotone horn, monotone legs, monotone markings, monotone │\n", "│ mouth, monotone neck, monotone neckwear, monotone pants, monotone penis, monotone pillow, monotone shirt, │\n", "│ monotone socks, monotone tail, monotone topwear, monotone underwear, multicolored body, multicolored horn, │\n", "│ multicolored skin, neck bulge, not furry, on top, one eye closed, onomatopoeia, open mouth, open smile, oral, │\n", "│ oral penetration, orgasm, orgasm from oral, pants, partially clothed, partially clothed humanoid, partially │\n", "│ clothed male, peer pressure, penetration, penile, penile penetration, penis, penis base, penis size difference, │\n", "│ pillow, pink tongue, plantigrade, precum, public, public restroom, public sex, red arms, red back, red balls, │\n", "│ red belly, red body, red bow tie, red face, red feet, red fingers, red foreskin, red genitals, red hands, red │\n", "│ hooves, red legs, red neck, red neckwear, red penis, red skin, red tail, red toes, reflection, restroom stall, │\n", "│ sex, sharp teeth, shirt, short, short hair, short humanoid, short male, side view, size difference, size play, │\n", "│ skinny, skinny humanoid, skinny male, small teeth, smaller humanoid, smaller male, smile, socks, sound effects, │\n", "│ spade tail, speech bubble, spots, spotted arms, spotted body, spotted markings, spotted skin, spotted tail, │\n", "│ striped horn, stripes, submissive, submissive humanoid, submissive male, swingers, tail, tail markings, teeth, │\n", "│ text, thick penis, tile, tile floor, toeless footwear, toeless socks, toes, tongue, tongue out, toony, topwear, │\n", "│ torn bottomwear, torn clothing, torn pants, touching hair, trio, two tone arms, two tone body, two tone face, │\n", "│ two tone horn, two tone skin, two tone tail, underwear, underwear down, unguligrade, white arms, white body, │\n", "│ white clothing, white dress shirt, white face, white freckles, white hair, white horn, white light, white │\n", "│ markings, white pillow, white shirt, white speech bubble, white spots, white tail, white text, white topwear, │\n", "│ wide hips, yellow eyes, by braeburned, helluva boss, blitzo \\(helluva boss\\), millie \\(helluva boss\\), moxxie │\n", "│ \\(helluva boss\\), demon, demon humanoid, humanoid, imp, tailed humanoid, digital media \\(artwork\\), english │\n", "│ text, full-length portrait, portrait, red theme, signature, tag panic │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3367900.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3367900.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\70562b7a0efb030a2ff58db563d9f71a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, ambiguous penetrating, ambiguous penetrating male, anal, anal fingering, anthro, anus, ball  │\n",
       "│  fondling, balls, bodily fluids, butt, butt grab, clothed, clothing, cum, disembodied hand, dock \\(anatomy\\),   │\n",
       "│   ear grab, ejaculation, erection, explicitly stated nonconsent, fingering, folded, fondling, forced, forced    │\n",
       "│  orgasm, foreskin, genital fluids, genitals, girly, grope, group, half-erect, hand on butt, handjob, humanoid   │\n",
       "│     genitalia, humanoid penis, male, male/ambiguous, male focus, male penetrated, orgasm, overstimulation,      │\n",
       "│   penetration, penile, penis, rape, restrained, sex, solo focus, spread butt, spreading, tail, text, trio, by   │\n",
       "│    jarnqk, the legend of zelda, link \\(rabbit form\\), lagomorph, leporid, rabbit, wall master, digital media    │\n",
       "│                                            \\(artwork\\), english text                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\70562b7a0efb030a2ff58db563d9f71a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, ambiguous penetrating, ambiguous penetrating male, anal, anal fingering, anthro, anus, ball │\n", "│ fondling, balls, bodily fluids, butt, butt grab, clothed, clothing, cum, disembodied hand, dock \\(anatomy\\), │\n", "│ ear grab, ejaculation, erection, explicitly stated nonconsent, fingering, folded, fondling, forced, forced │\n", "│ orgasm, foreskin, genital fluids, genitals, girly, grope, group, half-erect, hand on butt, handjob, humanoid │\n", "│ genitalia, humanoid penis, male, male/ambiguous, male focus, male penetrated, orgasm, overstimulation, │\n", "│ penetration, penile, penis, rape, restrained, sex, solo focus, spread butt, spreading, tail, text, trio, by │\n", "│ jarnqk, the legend of zelda, link \\(rabbit form\\), lagomorph, leporid, rabbit, wall master, digital media │\n", "│ \\(artwork\\), english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3392238.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3392238.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\5d2e79f3f7c4efb91bb9fba74f37aa73.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abstract background, anal, anal penetration, animal genitalia, animal penis, anus, bent spoon position, big dom │\n",
       "│  small sub, black body, black scales, blue eyes, bodily fluids, brown body, brown scales, cetacean genitalia,   │\n",
       "│  cetacean penis, claws, cum, cum drip, cum from pussy, cum in ass, cum in mouth, cum in pussy, cum inside, cum  │\n",
       "│  on penis, cum string, cunnilingus, deep penetration, dominant, double penetration, dripping, erection, feet,   │\n",
       "│     fellatio, female, female penetrated, feral, feral on feral, feral penetrated, feral penetrating, feral      │\n",
       "│   penetrating female, feral penetrating feral, finger fetish, finger in mouth, folded wings, forced, genital    │\n",
       "│ fluids, genital slit, genitals, grass, group, group sex, hand in mouth, holding ear, holding leg, imminent sex, │\n",
       "│  larger male, licking, licking another, licking partner, male, male/female, male penetrating, male penetrating  │\n",
       "│     female, membrane \\(anatomy\\), membranous wings, open mouth, oral, outside, penetration, penile, penile      │\n",
       "│ penetration, penis, penis in ass, penis in pussy, plant, pull out, pussy, red eyes, sandwich position, scales,  │\n",
       "│   sex, size difference, spread legs, spread pussy, spreading, tail, tapering penis, threesome, tongue, tongue   │\n",
       "│  out, trio, vaginal, vaginal penetration, wings, yellow eyes, by scavy, dreamworks, european mythology, how to  │\n",
       "│ train your dragon, mythology, cloudjumper, toothless, dragon, mythological creature, mythological scalie, night │\n",
       "│                   fury, scalie, stormcutter, western dragon, slit \\(disambiguation\\), hi res                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\5d2e79f3f7c4efb91bb9fba74f37aa73.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abstract background, anal, anal penetration, animal genitalia, animal penis, anus, bent spoon position, big dom │\n", "│ small sub, black body, black scales, blue eyes, bodily fluids, brown body, brown scales, cetacean genitalia, │\n", "│ cetacean penis, claws, cum, cum drip, cum from pussy, cum in ass, cum in mouth, cum in pussy, cum inside, cum │\n", "│ on penis, cum string, cunnilingus, deep penetration, dominant, double penetration, dripping, erection, feet, │\n", "│ fellatio, female, female penetrated, feral, feral on feral, feral penetrated, feral penetrating, feral │\n", "│ penetrating female, feral penetrating feral, finger fetish, finger in mouth, folded wings, forced, genital │\n", "│ fluids, genital slit, genitals, grass, group, group sex, hand in mouth, holding ear, holding leg, imminent sex, │\n", "│ larger male, licking, licking another, licking partner, male, male/female, male penetrating, male penetrating │\n", "│ female, membrane \\(anatomy\\), membranous wings, open mouth, oral, outside, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, penis in pussy, plant, pull out, pussy, red eyes, sandwich position, scales, │\n", "│ sex, size difference, spread legs, spread pussy, spreading, tail, tapering penis, threesome, tongue, tongue │\n", "│ out, trio, vaginal, vaginal penetration, wings, yellow eyes, by scavy, dreamworks, european mythology, how to │\n", "│ train your dragon, mythology, cloudjumper, toothless, dragon, mythological creature, mythological scalie, night │\n", "│ fury, scalie, stormcutter, western dragon, slit \\(disambiguation\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3426663.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3426663.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\71cb452601e8b6913fce07c31d34cfcf.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anus, ass up, big butt, blush, bodily fluids, bottomwear, bulge, butt, casual sex, chips \\(food\\),    │\n",
       "│ clitoris, clothed, clothing, controller, countershading, dripping, erection, erection under clothing, fellatio, │\n",
       "│ female, female penetrated, food, footwear, fur, game controller, gaming, genital fluids, genitals, group, heart │\n",
       "│     symbol, looking at another, male, male/female, nervous, no underwear, oral, oral penetration, pajamas,      │\n",
       "│  penetration, penile, playing videogame, potato chips, pussy, pussy juice drip, sex, skirt, sleepwear, socks,   │\n",
       "│ sweat, tan body, tan fur, trio, vaginal fluids, voyeur, by meesh, beastars, playstation, sony corporation, sony │\n",
       "│ interactive entertainment, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic dog,  │\n",
       "│         hunting dog, labrador, retriever, wolf, digital media \\(artwork\\), story, story in description          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\71cb452601e8b6913fce07c31d34cfcf.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, ass up, big butt, blush, bodily fluids, bottomwear, bulge, butt, casual sex, chips \\(food\\), │\n", "│ clitoris, clothed, clothing, controller, countershading, dripping, erection, erection under clothing, fellatio, │\n", "│ female, female penetrated, food, footwear, fur, game controller, gaming, genital fluids, genitals, group, heart │\n", "│ symbol, looking at another, male, male/female, nervous, no underwear, oral, oral penetration, pajamas, │\n", "│ penetration, penile, playing videogame, potato chips, pussy, pussy juice drip, sex, skirt, sleepwear, socks, │\n", "│ sweat, tan body, tan fur, trio, vaginal fluids, voyeur, by meesh, beastars, playstation, sony corporation, sony │\n", "│ interactive entertainment, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic dog, │\n", "│ hunting dog, labrador, retriever, wolf, digital media \\(artwork\\), story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3474998.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3474998.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\18a5ab1fd22b727ed6cc12a69d26d4e6.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   after anal, after sex, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating    │\n",
       "│  anthro, anus, ass to mouth, ass to other mouth, backsack, balls, black body, black fur, blue body, blue fur,   │\n",
       "│  bodily fluids, bottomless, bottomless male, butt, claws, clothed, clothing, clothing lift, cum, cum from ass,  │\n",
       "│  cum in ass, cum inside, cum on ground, cum trail, digitigrade, drooling, erection, evolutionary family, eyes   │\n",
       "│   closed, fellatio, finger claws, fur, fur tuft, furgonomics, gaping, gaping anus, genital fluids, genitals,    │\n",
       "│  group, half-closed eyes, humanoid genitalia, humanoid penis, leaking cum, long ears, lying, male, male/male,   │\n",
       "│   male penetrated, male penetrating, male penetrating male, messy, narrowed eyes, navel, on front, oral, oral   │\n",
       "│ penetration, outside, outside sex, paws, penetration, penile, penis, perineum, plant, public, public exposure,  │\n",
       "│  public nudity, public sex, raised tail, saggy balls, saliva, sex, shaking, shirt, shirt lift, sitting, skate   │\n",
       "│   park, skateboard, smile, spread legs, spreading, stairs, tail, tan body, tan fur, toe claws, tongue, tongue   │\n",
       "│ out, tongue out blowjob, topwear, tree, trembling, trio, tuft, vehicle, by conditional dnp, by dacad, lucario,  │\n",
       "│                                                      riolu                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\18a5ab1fd22b727ed6cc12a69d26d4e6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after anal, after sex, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, anus, ass to mouth, ass to other mouth, backsack, balls, black body, black fur, blue body, blue fur, │\n", "│ bodily fluids, bottomless, bottomless male, butt, claws, clothed, clothing, clothing lift, cum, cum from ass, │\n", "│ cum in ass, cum inside, cum on ground, cum trail, digitigrade, drooling, erection, evolutionary family, eyes │\n", "│ closed, fellatio, finger claws, fur, fur tuft, furgonomics, gaping, gaping anus, genital fluids, genitals, │\n", "│ group, half-closed eyes, humanoid genitalia, humanoid penis, leaking cum, long ears, lying, male, male/male, │\n", "│ male penetrated, male penetrating, male penetrating male, messy, narrowed eyes, navel, on front, oral, oral │\n", "│ penetration, outside, outside sex, paws, penetration, penile, penis, perineum, plant, public, public exposure, │\n", "│ public nudity, public sex, raised tail, saggy balls, saliva, sex, shaking, shirt, shirt lift, sitting, skate │\n", "│ park, skateboard, smile, spread legs, spreading, stairs, tail, tan body, tan fur, toe claws, tongue, tongue │\n", "│ out, tongue out blowjob, topwear, tree, trembling, trio, tuft, vehicle, by conditional dnp, by dacad, lucario, │\n", "│ riolu │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3479363.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3479363.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\7741712c33359df7c83aef1235520120.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal genitalia, animal penis, anus, assisted fellatio, assisted oral, big penis, bodily fluids, cervix,    │\n",
       "│ cetacean genitalia, cetacean penis, cleaning cock, cum, cum drip, cum from nose, cum in mouth, cum in nose, cum │\n",
       "│    in pussy, cum inside, cum on penis, cum on tongue, cum string, deep throat, double penetration, dripping,    │\n",
       "│   equine genitalia, equine penis, erection, feet, fellatio, female, female penetrated, feral, feral on feral,   │\n",
       "│ feral penetrated, feral penetrating, feral penetrating feral, foot on butt, forced, forced oral, gaping, gaping │\n",
       "│   pussy, genital fluids, genital slit, genitals, group, group sex, holding face, licking, looking at viewer,    │\n",
       "│     lying, male, male/female, male penetrating, male penetrating female, medial ring, membrane \\(anatomy\\),     │\n",
       "│  nervous, nude, oral, oral penetration, orgasm, penetration, penile, penis, penis lick, penis on head, precum,  │\n",
       "│  precum drip, pussy, questionable consent, retractable teeth, saliva, sex, simple background, size difference,  │\n",
       "│   smile, spitroast, spread pussy, spreading, submissive, submissive female, tail, tapering penis, threesome,    │\n",
       "│ toes, tongue, tongue out, trio, vaginal, vaginal penetration, wings, by scavy, dreamworks, european mythology,  │\n",
       "│    how to train your dragon, mythology, cloudjumper, toothless, dragon, mythological creature, mythological     │\n",
       "│   scalie, night fury, scalie, stormcutter, western dragon, slit \\(disambiguation\\), multiple scenes, smaller    │\n",
       "│                                                version at source                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\7741712c33359df7c83aef1235520120.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, anus, assisted fellatio, assisted oral, big penis, bodily fluids, cervix, │\n", "│ cetacean genitalia, cetacean penis, cleaning cock, cum, cum drip, cum from nose, cum in mouth, cum in nose, cum │\n", "│ in pussy, cum inside, cum on penis, cum on tongue, cum string, deep throat, double penetration, dripping, │\n", "│ equine genitalia, equine penis, erection, feet, fellatio, female, female penetrated, feral, feral on feral, │\n", "│ feral penetrated, feral penetrating, feral penetrating feral, foot on butt, forced, forced oral, gaping, gaping │\n", "│ pussy, genital fluids, genital slit, genitals, group, group sex, holding face, licking, looking at viewer, │\n", "│ lying, male, male/female, male penetrating, male penetrating female, medial ring, membrane \\(anatomy\\), │\n", "│ nervous, nude, oral, oral penetration, orgasm, penetration, penile, penis, penis lick, penis on head, precum, │\n", "│ precum drip, pussy, questionable consent, retractable teeth, saliva, sex, simple background, size difference, │\n", "│ smile, spitroast, spread pussy, spreading, submissive, submissive female, tail, tapering penis, threesome, │\n", "│ toes, tongue, tongue out, trio, vaginal, vaginal penetration, wings, by scavy, dreamworks, european mythology, │\n", "│ how to train your dragon, mythology, cloudjumper, toothless, dragon, mythological creature, mythological │\n", "│ scalie, night fury, scalie, stormcutter, western dragon, slit \\(disambiguation\\), multiple scenes, smaller │\n", "│ version at source │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3479559.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3479559.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\66a2f6d5282ad647c1311375afbc00ef.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, age difference, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on    │\n",
       "│   anthro, anthro on bottom, anthro on top, anthro penetrated, anthro penetrating, anthro penetrating anthro,    │\n",
       "│    armwear, big penis, biped, blush, bodily fluids, clothing, collar, cum, curtains, dialogue, dialogue box,    │\n",
       "│     distention, ear piercing, emanata, equine genitalia, equine penis, faceless anthro, faceless character,     │\n",
       "│  faceless male, frottage, fur, genital fluids, genitals, girly, group, group sex, hair, inside, legwear, male,  │\n",
       "│ male/male, male on bottom, male on top, male penetrated, male penetrating, male penetrating male, medial ring,  │\n",
       "│   mostly nude, multicolored body, multicolored fur, nude, on bottom, on lap, on top, pattern armwear, pattern   │\n",
       "│ clothing, pattern legwear, penetration, penile, penile penetration, penis, penis awe, penis in ass, penis size  │\n",
       "│  difference, piercing, profanity, reverse cowgirl position, sex, sitting on lap, small penis, striped armwear,  │\n",
       "│  striped clothing, striped legwear, stripes, tail, talking to another, talking to partner, text, thigh highs,   │\n",
       "│  threesome, trio, two tone body, two tone fur, vein, veiny penis, wrist grab, younger anthro, younger male, by  │\n",
       "│             doeboi, wolf, artist name, brown theme, digital media \\(artwork\\), english text, hi res             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\66a2f6d5282ad647c1311375afbc00ef.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, age difference, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on │\n", "│ anthro, anthro on bottom, anthro on top, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ armwear, big penis, biped, blush, bodily fluids, clothing, collar, cum, curtains, dialogue, dialogue box, │\n", "│ distention, ear piercing, emanata, equine genitalia, equine penis, faceless anthro, faceless character, │\n", "│ faceless male, frottage, fur, genital fluids, genitals, girly, group, group sex, hair, inside, legwear, male, │\n", "│ male/male, male on bottom, male on top, male penetrated, male penetrating, male penetrating male, medial ring, │\n", "│ mostly nude, multicolored body, multicolored fur, nude, on bottom, on lap, on top, pattern armwear, pattern │\n", "│ clothing, pattern legwear, penetration, penile, penile penetration, penis, penis awe, penis in ass, penis size │\n", "│ difference, piercing, profanity, reverse cowgirl position, sex, sitting on lap, small penis, striped armwear, │\n", "│ striped clothing, striped legwear, stripes, tail, talking to another, talking to partner, text, thigh highs, │\n", "│ threesome, trio, two tone body, two tone fur, vein, veiny penis, wrist grab, younger anthro, younger male, by │\n", "│ doeboi, wolf, artist name, brown theme, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3498579.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3498579.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\8f7e6fc59a2dc7da1ec0d1b8ba153b48.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,  │\n",
       "│    biped, bodily fluids, breasts, butt, clothing, countershading, curling toes, doggystyle, erection, feet,     │\n",
       "│ female, female penetrated, fingers, footwear, from behind position, fur, genital fluids, genitals, group, group │\n",
       "│     sex, hat, headgear, headwear, humanoid genitalia, humanoid penis, interspecies, male, male/female, male     │\n",
       "│  penetrating, male penetrating female, muscular, muscular male, nightcap, nipples, penetration, penile, penile  │\n",
       "│   penetration, penis, penis in pussy, pussy, sex, sleeping cap, socks, text, threesome, toes, trio, vaginal,    │\n",
       "│     vaginal fluids, vaginal penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi      │\n",
       "│ \\(beastars\\), bird dog, domestic dog, hunting dog, labrador, retriever, wolf, digital media \\(artwork\\), story, │\n",
       "│                                              story in description                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\8f7e6fc59a2dc7da1ec0d1b8ba153b48.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ biped, bodily fluids, breasts, butt, clothing, countershading, curling toes, doggystyle, erection, feet, │\n", "│ female, female penetrated, fingers, footwear, from behind position, fur, genital fluids, genitals, group, group │\n", "│ sex, hat, headgear, headwear, humanoid genitalia, humanoid penis, interspecies, male, male/female, male │\n", "│ penetrating, male penetrating female, muscular, muscular male, nightcap, nipples, penetration, penile, penile │\n", "│ penetration, penis, penis in pussy, pussy, sex, sleeping cap, socks, text, threesome, toes, trio, vaginal, │\n", "│ vaginal fluids, vaginal penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi │\n", "│ \\(beastars\\), bird dog, domestic dog, hunting dog, labrador, retriever, wolf, digital media \\(artwork\\), story, │\n", "│ story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3543393.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3543393.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\5f5f5662b4cb44f0cd81f4f8af4c7772.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal genitalia, animal penis, animal skin, anthro, anthro on anthro, anthro penetrated, anthro penetrating,  │\n",
       "│    anthro penetrating anthro, antlers, anus, bdsm, being watched, biped, bodily fluids, bondage, bottomwear,    │\n",
       "│    bound, bound male, breasts, butt, chair, chair bondage, chair position, claws, clothed, clothing, cloven     │\n",
       "│     hooves, countershading, cum, cum drip, cum from pussy, cum in pussy, cum inside, defanged, digitigrade,     │\n",
       "│ dripping, excessive cum, excessive genital fluids, eyes closed, feet, female, female penetrated, finger claws,  │\n",
       "│    forced, forced partners, from behind position, from front position, fur, fur clothing, furniture, genital    │\n",
       "│    fluids, genitals, grey body, grey fur, group, hands tied, holding object, holding spear, holding weapon,     │\n",
       "│ hooves, horn, implied snuff, in heat, knot, leaking cum, loincloth, looking at another, male, male/female, male │\n",
       "│ penetrating, male penetrating female, melee weapon, neck tuft, nude, nude female, on chair, on lap, open mouth, │\n",
       "│     orgasm, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy, polearm, pussy,      │\n",
       "│   restraints, rope, rope bondage, sex, sex slave, side boob, sitting, slave, smile, soles, spear, submissive,   │\n",
       "│ submissive male, submissive predator, tail, tan body, tan fur, tied to chair, toe claws, toes, topless, topless │\n",
       "│ male, tribal, trio, tuft, unguligrade, vaginal, vaginal penetration, weapon, white body, white fur, by ruaidri, │\n",
       "│                                  deer, wolf, digital media \\(artwork\\), hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\5f5f5662b4cb44f0cd81f4f8af4c7772.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal penis, animal skin, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, antlers, anus, bdsm, being watched, biped, bodily fluids, bondage, bottomwear, │\n", "│ bound, bound male, breasts, butt, chair, chair bondage, chair position, claws, clothed, clothing, cloven │\n", "│ hooves, countershading, cum, cum drip, cum from pussy, cum in pussy, cum inside, defanged, digitigrade, │\n", "│ dripping, excessive cum, excessive genital fluids, eyes closed, feet, female, female penetrated, finger claws, │\n", "│ forced, forced partners, from behind position, from front position, fur, fur clothing, furniture, genital │\n", "│ fluids, genitals, grey body, grey fur, group, hands tied, holding object, holding spear, holding weapon, │\n", "│ hooves, horn, implied snuff, in heat, knot, leaking cum, loincloth, looking at another, male, male/female, male │\n", "│ penetrating, male penetrating female, melee weapon, neck tuft, nude, nude female, on chair, on lap, open mouth, │\n", "│ orgasm, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy, polearm, pussy, │\n", "│ restraints, rope, rope bondage, sex, sex slave, side boob, sitting, slave, smile, soles, spear, submissive, │\n", "│ submissive male, submissive predator, tail, tan body, tan fur, tied to chair, toe claws, toes, topless, topless │\n", "│ male, tribal, trio, tuft, unguligrade, vaginal, vaginal penetration, weapon, white body, white fur, by ruaidri, │\n", "│ deer, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3551021.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3551021.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\01c9d6d8dded5fc8cf73a3c3ec906456.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, anal, anal knotting, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anthro on  │\n",
       "│   anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, asphyxiation, ass to mouth,   │\n",
       "│        backsack, balls, balls deep, black pawpads, blush, bodily fluids, brown body, brown fur, choking,        │\n",
       "│     countershading, cum, cum in ass, cum in mouth, cum inside, cum while penetrated, cumshot, deep throat,      │\n",
       "│     drooling, duo focus, ejaculation, electronics, erection, fellatio, female, french kissing, from behind      │\n",
       "│  position, fucked silly, fur, genital fluids, genitals, group, hands-free, heart eyes, heart symbol, internal,  │\n",
       "│     internal anal, interspecies, irrumatio, kissing, knot, knotting, looking back, looking pleasured, male,     │\n",
       "│   male/male, male penetrated, male penetrating, male penetrating male, markings, masturbation, nipples, oral,   │\n",
       "│ oral knotting, oral penetration, orgasm, orgasm face, pawpads, penetration, penile, penile penetration, penile  │\n",
       "│    spines, penis, penis in ass, penis size difference, perineum, phone, rough sex, saliva, sex, simultaneous    │\n",
       "│ orgasms, spots, spotted body, spotted fur, standing, standing sex, tears, throat swabbing, tongue, tongue out,  │\n",
       "│     trio, voyeur, white body, white fur, white spots, yellow body, yellow fur, by theblueberrycarrots, marc     │\n",
       "│ \\(theblueberrycarrots\\), milo \\(juantriforce\\), stephie \\(fraydia1\\), african wild dog, cheetah, feline, lynx,  │\n",
       "│                                      digital media \\(artwork\\), signature                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\01c9d6d8dded5fc8cf73a3c3ec906456.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal knotting, anal orgasm, anal penetration, animal genitalia, animal penis, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, asphyxiation, ass to mouth, │\n", "│ backsack, balls, balls deep, black pawpads, blush, bodily fluids, brown body, brown fur, choking, │\n", "│ countershading, cum, cum in ass, cum in mouth, cum inside, cum while penetrated, cumshot, deep throat, │\n", "│ drooling, duo focus, ejaculation, electronics, erection, fellatio, female, french kissing, from behind │\n", "│ position, fucked silly, fur, genital fluids, genitals, group, hands-free, heart eyes, heart symbol, internal, │\n", "│ internal anal, interspecies, irrumatio, kissing, knot, knotting, looking back, looking pleasured, male, │\n", "│ male/male, male penetrated, male penetrating, male penetrating male, markings, masturbation, nipples, oral, │\n", "│ oral knotting, oral penetration, orgasm, orgasm face, pawpads, penetration, penile, penile penetration, penile │\n", "│ spines, penis, penis in ass, penis size difference, perineum, phone, rough sex, saliva, sex, simultaneous │\n", "│ orgasms, spots, spotted body, spotted fur, standing, standing sex, tears, throat swabbing, tongue, tongue out, │\n", "│ trio, voyeur, white body, white fur, white spots, yellow body, yellow fur, by theblueberrycarrots, marc │\n", "│ \\(theblueberrycarrots\\), milo \\(juantriforce\\), stephie \\(fraydia1\\), african wild dog, cheetah, feline, lynx, │\n", "│ digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3589081.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3589081.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\931db47f554dffe14b0a364b633be3b7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, bench,    │\n",
       "│    biped, black body, black fur, bodily fluids, bottomless, bottomless anthro, bottomless female, bottomless    │\n",
       "│  gynomorph, bottomless intersex, breasts, brown body, brown fur, claws, clothed, clothing, cum, cum in pussy,   │\n",
       "│ cum inside, cum on ground, cum on leg, digitigrade, duo focus, eyewear, feet, female, female penetrated, finger │\n",
       "│   in mouth, fur, genital fluids, genitals, glasses, grey body, grey fur, group, gynomorph, gynomorph/female,    │\n",
       "│   gynomorph penetrating, gynomorph penetrating female, hoodie, hypnosis, intersex, intersex/female, intersex    │\n",
       "│  penetrating, intersex penetrating female, interspecies, mind control, nipples, on bench, open clothing, open   │\n",
       "│ hoodie, open shirt, open topwear, outside sex, pawpads, paws, penetration, penile, penile penetration, penis in │\n",
       "│   pussy, pink pawpads, public, public sex, pussy, round glasses, sex, shirt, sitting, smile, soles, tail, toe   │\n",
       "│      claws, toes, topwear, trio, vaginal, vaginal penetration, white body, white fur, by ruaidri, dr. rasa      │\n",
       "│   \\(ruaidri\\), hypnolizard, serena \\(ruaidri\\), domestic ferret, mustelid, musteline, pantherine, tiger, true   │\n",
       "│                                            musteline, weasel, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\931db47f554dffe14b0a364b633be3b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, bench, │\n", "│ biped, black body, black fur, bodily fluids, bottomless, bottomless anthro, bottomless female, bottomless │\n", "│ gynomorph, bottomless intersex, breasts, brown body, brown fur, claws, clothed, clothing, cum, cum in pussy, │\n", "│ cum inside, cum on ground, cum on leg, digitigrade, duo focus, eyewear, feet, female, female penetrated, finger │\n", "│ in mouth, fur, genital fluids, genitals, glasses, grey body, grey fur, group, gynomorph, gynomorph/female, │\n", "│ gynomorph penetrating, gynomorph penetrating female, hoodie, hypnosis, intersex, intersex/female, intersex │\n", "│ penetrating, intersex penetrating female, interspecies, mind control, nipples, on bench, open clothing, open │\n", "│ hoodie, open shirt, open topwear, outside sex, pawpads, paws, penetration, penile, penile penetration, penis in │\n", "│ pussy, pink pawpads, public, public sex, pussy, round glasses, sex, shirt, sitting, smile, soles, tail, toe │\n", "│ claws, toes, topwear, trio, vaginal, vaginal penetration, white body, white fur, by ruaidri, dr. rasa │\n", "│ \\(ruaidri\\), hypnolizard, serena \\(ruaidri\\), domestic ferret, mustelid, musteline, pantherine, tiger, true │\n", "│ musteline, weasel, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3595352.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3595352.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a92990ab55f4de3cd4f051c677630785.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anthro, anthro penetrated, anus, ass up, balls, bareback, big dom small sub, big penis, │\n",
       "│  biped, black body, blue body, blush, bodily fluids, clenched teeth, cum, cum drip, cum from ass, cum in ass,   │\n",
       "│  cum inside, cum pool, dominant, dominant human, dominant male, dripping, erection, front view, fucked silly,   │\n",
       "│     gaping, gaping anus, genital fluids, genitals, group, heart eyes, heart symbol, human on anthro, human      │\n",
       "│   penetrating, human penetrating anthro, interspecies, leaking cum, looking pleasured, male, male/male, male    │\n",
       "│  focus, male on anthro, male penetrated, male penetrating, male penetrating male, penetration, penile, penile   │\n",
       "│ penetration, penis, penis in ass, pinned, pinned to ground, pokephilia, rear view, rough sex, sex, sharp teeth, │\n",
       "│ simple background, size difference, solo focus, sound effects, submissive, submissive anthro, submissive male,  │\n",
       "│ sweat, tan body, tears, teeth, trio, white background, by sincastermon, luca \\(sincastermon\\), human, lucario,  │\n",
       "│                                                     hi res                                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a92990ab55f4de3cd4f051c677630785.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, anus, ass up, balls, bareback, big dom small sub, big penis, │\n", "│ biped, black body, blue body, blush, bodily fluids, clenched teeth, cum, cum drip, cum from ass, cum in ass, │\n", "│ cum inside, cum pool, dominant, dominant human, dominant male, dripping, erection, front view, fucked silly, │\n", "│ gaping, gaping anus, genital fluids, genitals, group, heart eyes, heart symbol, human on anthro, human │\n", "│ penetrating, human penetrating anthro, interspecies, leaking cum, looking pleasured, male, male/male, male │\n", "│ focus, male on anthro, male penetrated, male penetrating, male penetrating male, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, pinned, pinned to ground, pokephilia, rear view, rough sex, sex, sharp teeth, │\n", "│ simple background, size difference, solo focus, sound effects, submissive, submissive anthro, submissive male, │\n", "│ sweat, tan body, tears, teeth, trio, white background, by sincastermon, luca \\(sincastermon\\), human, lucario, │\n", "│ hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3598221.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3598221.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\c74cd4021fb362203d58d8cdef270847.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, animal genitalia, animal penis, anthro, balls, biped, brown body, dialogue, disembodied hand, disembodied │\n",
       "│  penis, erection, fur, genitals, glory hole, grey body, group, holding butt, hot dogging, humanoid genitalia,   │\n",
       "│  humanoid penis, imminent anal, imminent sex, knot, male, male/male, pawpads, penetration, penis, sex, shallow  │\n",
       "│  penetration, sheath, size difference, smile, speech bubble, tan body, text, through wall, trio, by elicitie,   │\n",
       "│  vtuber, chester the otter, goon \\(goonie san\\), olli \\(braeburned\\), alpaca, camelid, domestic dog, mustelid,  │\n",
       "│                                               otter, english text                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\c74cd4021fb362203d58d8cdef270847.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, animal genitalia, animal penis, anthro, balls, biped, brown body, dialogue, disembodied hand, disembodied │\n", "│ penis, erection, fur, genitals, glory hole, grey body, group, holding butt, hot dogging, humanoid genitalia, │\n", "│ humanoid penis, imminent anal, imminent sex, knot, male, male/male, pawpads, penetration, penis, sex, shallow │\n", "│ penetration, sheath, size difference, smile, speech bubble, tan body, text, through wall, trio, by elicitie, │\n", "│ vtuber, chester the otter, goon \\(goonie san\\), olli \\(braeburned\\), alpaca, camelid, domestic dog, mustelid, │\n", "│ otter, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3617216.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3617216.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a8fc99418f5a7a0730d5a62657737921.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after sex, anthro, balls, blush, bodily fluids, bottomless, casual incest, clothed, clothing, cum, cum drip,   │\n",
       "│ cum on leg, dripping, duo focus, embarrassed, female, foreskin, genital fluids, genitals, group, hair, humanoid │\n",
       "│  genitalia, humanoid penis, leaking cum, male, male/female, open mouth, open smile, penis, rattle \\(anatomy\\),  │\n",
       "│ sharp teeth, shirt, simple background, smile, suggestive shirt, suggestive topwear, t-shirt, teeth, text, text  │\n",
       "│   on clothing, text on shirt, text on topwear, topwear, trio, vaginal fluids, by fiercedeitylynx, i'm full of   │\n",
       "│    cum, amon \\(atrolux\\), kyra \\(atrolux\\), monique \\(atrolux\\), reptile, scalie, snake, english text, meme,    │\n",
       "│  incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent  │\n",
       "│                            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\\trio\\a8fc99418f5a7a0730d5a62657737921.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, anthro, balls, blush, bodily fluids, bottomless, casual incest, clothed, clothing, cum, cum drip, │\n", "│ cum on leg, dripping, duo focus, embarrassed, female, foreskin, genital fluids, genitals, group, hair, humanoid │\n", "│ genitalia, humanoid penis, leaking cum, male, male/female, open mouth, open smile, penis, rattle \\(anatomy\\), │\n", "│ sharp teeth, shirt, simple background, smile, suggestive shirt, suggestive topwear, t-shirt, teeth, text, text │\n", "│ on clothing, text on shirt, text on topwear, topwear, trio, vaginal fluids, by fiercedeitylynx, i'm full of │\n", "│ cum, amon \\(atrolux\\), kyra \\(atrolux\\), monique \\(atrolux\\), reptile, scalie, snake, english text, meme, │\n", "│ incest \\(lore\\), mother \\(lore\\), mother and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent │\n", "│ and child \\(lore\\), parent and son \\(lore\\), son \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3643088.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3643088.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\60a0e2d8196827caf91c86920249a3ee.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 fingers, 4 toes, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro   │\n",
       "│ penetrating, anthro penetrating anthro, avian feet, beak, big penis, black body, black border, black feathers,  │\n",
       "│  blue body, blue claws, blue feathers, blush, bodily fluids, border, brown body, brown claws, brown feathers,   │\n",
       "│  butt, claws, cum, cum from mouth, cum in ass, cum in mouth, cum inside, cum on butt, cum on penis, dialogue,   │\n",
       "│  dominant, dominant male, ejaculation, ejaculation while penetrated, feather hair, feathered wings, feathers,   │\n",
       "│ feet, fingers, forest, genital fluids, genitals, girly, grass, green body, green feathers, green sclera, group, │\n",
       "│    group nudity, group sex, hands-free, heart eyes, heart pupils, heart symbol, humanoid genitalia, humanoid    │\n",
       "│ penis, leaking, leaking cum, looking back, looking pleasured, male, male/male, moan, multicolored body, nature, │\n",
       "│ nude, onomatopoeia, outdoor nudity, outside sex, penetration, penile, penile penetration, penis, plant, pseudo  │\n",
       "│  hair, red penis, rock, scutes, sex, shaking, sound effects, submissive, submissive male, tail, tail feathers,  │\n",
       "│ talons, text, threesome, toes, tongue, tongue out, tree, tree stump, tremble spikes, trembling, trio, two tone  │\n",
       "│  body, white body, white feathers, wings, yellow body, by conditional dnp, by zackary911, nate \\(dragoneill\\),  │\n",
       "│ accipitrid, accipitriform, avian, bird, corvid, corvus \\(genus\\), crow, eagle, oscine, passerine, digital media │\n",
       "│                                      \\(artwork\\), english text, signature                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\60a0e2d8196827caf91c86920249a3ee.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, 4 toes, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, avian feet, beak, big penis, black body, black border, black feathers, │\n", "│ blue body, blue claws, blue feathers, blush, bodily fluids, border, brown body, brown claws, brown feathers, │\n", "│ butt, claws, cum, cum from mouth, cum in ass, cum in mouth, cum inside, cum on butt, cum on penis, dialogue, │\n", "│ dominant, dominant male, ejaculation, ejaculation while penetrated, feather hair, feathered wings, feathers, │\n", "│ feet, fingers, forest, genital fluids, genitals, girly, grass, green body, green feathers, green sclera, group, │\n", "│ group nudity, group sex, hands-free, heart eyes, heart pupils, heart symbol, humanoid genitalia, humanoid │\n", "│ penis, leaking, leaking cum, looking back, looking pleasured, male, male/male, moan, multicolored body, nature, │\n", "│ nude, onomatopoeia, outdoor nudity, outside sex, penetration, penile, penile penetration, penis, plant, pseudo │\n", "│ hair, red penis, rock, scutes, sex, shaking, sound effects, submissive, submissive male, tail, tail feathers, │\n", "│ talons, text, threesome, toes, tongue, tongue out, tree, tree stump, tremble spikes, trembling, trio, two tone │\n", "│ body, white body, white feathers, wings, yellow body, by conditional dnp, by zackary911, nate \\(dragoneill\\), │\n", "│ accipitrid, accipitriform, avian, bird, corvid, corvus \\(genus\\), crow, eagle, oscine, passerine, digital media │\n", "│ \\(artwork\\), english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3661714.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3661714.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\cec87a8f10bd445b17ce415b3d2be705.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abs, animal genitalia, animal penis, anthro, balls, big penis, biped, black balls, black penis, blue body, blue │\n",
       "│    fur, blue hair, bodily fluids, breasts, brown body, brown fur, chest tuft, crossgender, dripping, equine     │\n",
       "│   genitalia, equine penis, erection, ftg crossgender, fti crossgender, fur, genital fluids, genitals, gloves    │\n",
       "│  \\(marking\\), group, group nudity, gynomorph, hair, huge penis, imminent sex, intersex, knot, male, markings,   │\n",
       "│ mismatched animal penis, mismatched genitalia, mismatched penis, multicolored body, multicolored fur, muscular, │\n",
       "│   muscular anthro, muscular male, neck tuft, nipples, nude, orange body, orange fur, pecs, penis, penis size    │\n",
       "│   difference, pink body, pink fur, pink hair, precum, precum drip, pubic tattoo, red penis, sheath, sitting,    │\n",
       "│ tattoo, trio, tuft, two tone body, two tone fur, vein, veiny knot, veiny penis, white balls, white body, white  │\n",
       "│    fur, womb tattoo, by kakhao, brand new animal, studio trigger, michiru kagemori, nazuna hiwatashi, shirou    │\n",
       "│                       ogami, hybrid, raccoon dog, wolf, digital media \\(artwork\\), hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\cec87a8f10bd445b17ce415b3d2be705.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, animal genitalia, animal penis, anthro, balls, big penis, biped, black balls, black penis, blue body, blue │\n", "│ fur, blue hair, bodily fluids, breasts, brown body, brown fur, chest tuft, crossgender, dripping, equine │\n", "│ genitalia, equine penis, erection, ftg crossgender, fti crossgender, fur, genital fluids, genitals, gloves │\n", "│ \\(marking\\), group, group nudity, gynomorph, hair, huge penis, imminent sex, intersex, knot, male, markings, │\n", "│ mismatched animal penis, mismatched genitalia, mismatched penis, multicolored body, multicolored fur, muscular, │\n", "│ muscular anthro, muscular male, neck tuft, nipples, nude, orange body, orange fur, pecs, penis, penis size │\n", "│ difference, pink body, pink fur, pink hair, precum, precum drip, pubic tattoo, red penis, sheath, sitting, │\n", "│ tattoo, trio, tuft, two tone body, two tone fur, vein, veiny knot, veiny penis, white balls, white body, white │\n", "│ fur, womb tattoo, by kakhao, brand new animal, studio trigger, michiru kagemori, nazuna hiwatashi, shirou │\n", "│ ogami, hybrid, raccoon dog, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3676964.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3676964.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\8ecf0bc8dfa23bb1e9c77ba0daad9ba6.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, after kiss, anthro, areola, bdsm, bed, bisexual, blush, bodily fluids, bondage, bottomwear, bottomwear   │\n",
       "│   down, bound, breast squish, breasts, breasts frottage, broken condom, calf socks, claws, clothed, clothing,   │\n",
       "│  clothing aside, condom, dominant, dominant male, duo focus, ear piercing, faceless character, faceless male,   │\n",
       "│  feet, female, female/female, first person view, foot focus, footwear, from front position, furniture, genital  │\n",
       "│    fluids, genitals, group, legwear, long socks, lying, male, male/female, male pov, multicolored clothing,     │\n",
       "│   multicolored footwear, multicolored socks, muscular, muscular male, nipples, offscreen male, on back, open    │\n",
       "│ mouth, panties, panties aside, pants, pants down, partially clothed, paws, paws in socks, penetration, penile,  │\n",
       "│  penile penetration, penis, penis in pussy, piercing, pillow, pink clothing, pink footwear, pink socks, pussy,  │\n",
       "│   pussy juice string, raised clothing, raised shirt, raised topwear, removing condom, restraints, rope, rope    │\n",
       "│ bondage, sabotaged condom, saliva, saliva string, sex, sexual barrier device, shirt, socks, soles, spread legs, │\n",
       "│  spreading, squish, submissive, submissive female, toes, tongue, tongue out, topwear, trio, two tone clothing,  │\n",
       "│ two tone footwear, two tone socks, underwear, underwear aside, vaginal, vaginal fluids, vaginal penetration, by │\n",
       "│    nelly63, nitef \\(nelly63\\), shani \\(nelly63\\), virgina cowell, domestic cat, feline, jackal, artist name,    │\n",
       "│  digital media \\(artwork\\), watermark, brother \\(lore\\), brother and sister \\(lore\\), incest \\(lore\\), sibling  │\n",
       "│                                            \\(lore\\), sister \\(lore\\)                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\8ecf0bc8dfa23bb1e9c77ba0daad9ba6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, after kiss, anthro, areola, bdsm, bed, bisexual, blush, bodily fluids, bondage, bottomwear, bottomwear │\n", "│ down, bound, breast squish, breasts, breasts frottage, broken condom, calf socks, claws, clothed, clothing, │\n", "│ clothing aside, condom, dominant, dominant male, duo focus, ear piercing, faceless character, faceless male, │\n", "│ feet, female, female/female, first person view, foot focus, footwear, from front position, furniture, genital │\n", "│ fluids, genitals, group, legwear, long socks, lying, male, male/female, male pov, multicolored clothing, │\n", "│ multicolored footwear, multicolored socks, muscular, muscular male, nipples, offscreen male, on back, open │\n", "│ mouth, panties, panties aside, pants, pants down, partially clothed, paws, paws in socks, penetration, penile, │\n", "│ penile penetration, penis, penis in pussy, piercing, pillow, pink clothing, pink footwear, pink socks, pussy, │\n", "│ pussy juice string, raised clothing, raised shirt, raised topwear, removing condom, restraints, rope, rope │\n", "│ bondage, sabotaged condom, saliva, saliva string, sex, sexual barrier device, shirt, socks, soles, spread legs, │\n", "│ spreading, squish, submissive, submissive female, toes, tongue, tongue out, topwear, trio, two tone clothing, │\n", "│ two tone footwear, two tone socks, underwear, underwear aside, vaginal, vaginal fluids, vaginal penetration, by │\n", "│ nelly63, nitef \\(nelly63\\), shani \\(nelly63\\), virgina cowell, domestic cat, feline, jackal, artist name, │\n", "│ digital media \\(artwork\\), watermark, brother \\(lore\\), brother and sister \\(lore\\), incest \\(lore\\), sibling │\n", "│ \\(lore\\), sister \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3689024.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3689024.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\55c78f71efa726869ac6500061d61346.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, age difference, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro      │\n",
       "│ penetrating, anthro penetrating anthro, areola, bed, big breasts, black hair, black sclera, bladder, blue eyes, │\n",
       "│   blush, breast size difference, breasts, brown hair, cutaway, erection, eye roll, female, female penetrated,   │\n",
       "│       fingers, forked tongue, furniture, genitals, group, group sex, gynomorph, gynomorph/male, gynomorph       │\n",
       "│   penetrating, gynomorph penetrating male, hair, humanoid genitalia, humanoid penis, internal, internal anal,   │\n",
       "│ internal vaginal, intersex, intersex/male, intersex penetrating, intersex penetrating male, looking pleasured,  │\n",
       "│   lucky pierre, lying, male, male/female, male penetrated, male penetrating, male penetrating female, mother    │\n",
       "│ penetrating son, nipples, nude, older anthro, older female, older gynomorph, older intersex, older penetrated,  │\n",
       "│     on back, on bed, open mouth, organs, ovaries, penetrating while penetrated, penetration, penile, penile     │\n",
       "│  penetration, penis, penis in ass, penis in pussy, penis size difference, purple hair, sandwich position, sex,  │\n",
       "│ son penetrating mother, threesome, tongue, tongue out, trio, uterus, vaginal, vaginal penetration, vein, yellow │\n",
       "│ eyes, younger anthro, younger male, younger penetrated, by sophiathedragon, amon \\(atrolux\\), kyra \\(atrolux\\), │\n",
       "│ monique \\(atrolux\\), pit viper, reptile, scalie, snake, viper, hi res, incest \\(lore\\), mother \\(lore\\), mother │\n",
       "│     and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent and child \\(lore\\), parent and son     │\n",
       "│                                             \\(lore\\), son \\(lore\\)                                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\55c78f71efa726869ac6500061d61346.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, age difference, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, areola, bed, big breasts, black hair, black sclera, bladder, blue eyes, │\n", "│ blush, breast size difference, breasts, brown hair, cutaway, erection, eye roll, female, female penetrated, │\n", "│ fingers, forked tongue, furniture, genitals, group, group sex, gynomorph, gynomorph/male, gynomorph │\n", "│ penetrating, gynomorph penetrating male, hair, humanoid genitalia, humanoid penis, internal, internal anal, │\n", "│ internal vaginal, intersex, intersex/male, intersex penetrating, intersex penetrating male, looking pleasured, │\n", "│ lucky pierre, lying, male, male/female, male penetrated, male penetrating, male penetrating female, mother │\n", "│ penetrating son, nipples, nude, older anthro, older female, older gynomorph, older intersex, older penetrated, │\n", "│ on back, on bed, open mouth, organs, ovaries, penetrating while penetrated, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, penis in pussy, penis size difference, purple hair, sandwich position, sex, │\n", "│ son penetrating mother, threesome, tongue, tongue out, trio, uterus, vaginal, vaginal penetration, vein, yellow │\n", "│ eyes, younger anthro, younger male, younger penetrated, by sophiathedragon, amon \\(atrolux\\), kyra \\(atrolux\\), │\n", "│ monique \\(atrolux\\), pit viper, reptile, scalie, snake, viper, hi res, incest \\(lore\\), mother \\(lore\\), mother │\n", "│ and child \\(lore\\), mother and son \\(lore\\), parent \\(lore\\), parent and child \\(lore\\), parent and son │\n", "│ \\(lore\\), son \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3689025.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3689025.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ea6bd1dd5676be299376705af94afa81.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, age difference, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro      │\n",
       "│ penetrating, anthro penetrating anthro, areola, bed, big breasts, black hair, black sclera, bladder, blue eyes, │\n",
       "│  blush, bodily fluids, breast size difference, breasts, brown hair, cum, cum from ass, cum from pussy, cum in   │\n",
       "│ ass, cum in pussy, cum in uterus, cum inside, cumshot, cutaway, ejaculation, eye roll, fallopian tubes, female, │\n",
       "│   female anthro, female penetrated, fingers, forked tongue, furniture, genital fluids, genitals, group, group   │\n",
       "│   sex, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, heart eyes, heart    │\n",
       "│     symbol, humanoid genitalia, humanoid penis, impregnation, inbreeding, internal, internal anal, internal     │\n",
       "│     vaginal, intersex, intersex/male, intersex penetrating, intersex penetrating male, leaking cum, looking     │\n",
       "│     pleasured, lucky pierre, lying, male, male/female, male anthro, male penetrated, male penetrating, male     │\n",
       "│ penetrating anthro, male penetrating female, mother penetrating son, nipples, older anthro, older female, older │\n",
       "│ gynomorph, older intersex, older penetrated, on back, on bed, open mouth, organs, orgasm, orgasm face, ovaries, │\n",
       "│    ovum, penetrated male penetrating, penetrating while penetrated, penetration, penile, penile penetration,    │\n",
       "│    penis, penis in ass, penis in pussy, penis size difference, prostate, prostate stimulation, purple hair,     │\n",
       "│    sandwich position, sex, son penetrating mother, sperm cell, threesome, tongue, tongue out, trio, uterus,     │\n",
       "│      vaginal, vaginal penetration, vein, yellow eyes, younger anthro, younger male, younger penetrated, by      │\n",
       "│  sophiathedragon, amon \\(atrolux\\), kyra \\(atrolux\\), monique \\(atrolux\\), pit viper, reptile, scalie, snake,   │\n",
       "│   viper, hi res, 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\\trio\\ea6bd1dd5676be299376705af94afa81.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, age difference, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, areola, bed, big breasts, black hair, black sclera, bladder, blue eyes, │\n", "│ blush, bodily fluids, breast size difference, breasts, brown hair, cum, cum from ass, cum from pussy, cum in │\n", "│ ass, cum in pussy, cum in uterus, cum inside, cumshot, cutaway, ejaculation, eye roll, fallopian tubes, female, │\n", "│ female anthro, female penetrated, fingers, forked tongue, furniture, genital fluids, genitals, group, group │\n", "│ sex, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, heart eyes, heart │\n", "│ symbol, humanoid genitalia, humanoid penis, impregnation, inbreeding, internal, internal anal, internal │\n", "│ vaginal, intersex, intersex/male, intersex penetrating, intersex penetrating male, leaking cum, looking │\n", "│ pleasured, lucky pierre, lying, male, male/female, male anthro, male penetrated, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, mother penetrating son, nipples, older anthro, older female, older │\n", "│ gynomorph, older intersex, older penetrated, on back, on bed, open mouth, organs, orgasm, orgasm face, ovaries, │\n", "│ ovum, penetrated male penetrating, penetrating while penetrated, penetration, penile, penile penetration, │\n", "│ penis, penis in ass, penis in pussy, penis size difference, prostate, prostate stimulation, purple hair, │\n", "│ sandwich position, sex, son penetrating mother, sperm cell, threesome, tongue, tongue out, trio, uterus, │\n", "│ vaginal, vaginal penetration, vein, yellow eyes, younger anthro, younger male, younger penetrated, by │\n", "│ sophiathedragon, amon \\(atrolux\\), kyra \\(atrolux\\), monique \\(atrolux\\), pit viper, reptile, scalie, snake, │\n", "│ viper, hi res, 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\\trio\\3694700.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3694700.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\16b67fee5617cdbdcf4d38e05022d7f4.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arched back, balls  │\n",
       "│  deep, bent over, big butt, biped, blush, bodily fluids, bouncing breasts, breasts, butt, butt from the front,  │\n",
       "│   caught, cervical contact, cervical penetration, cervix view, cloven hooves, condom, condom in pussy, curvy    │\n",
       "│      figure, deep penetration, dewclaw hooves, doggystyle, duo focus, eyes closed, eyewear, female, female      │\n",
       "│ penetrated, from behind position, furniture, genital fluids, genitals, glasses, group, happy, holding partner,  │\n",
       "│ hooves, hourglass figure, humanoid genitalia, humanoid penis, internal, internal vaginal, interspecies, looking │\n",
       "│     pleasured, male, male/female, male penetrating, male penetrating female, medium breasts, narrowed eyes,     │\n",
       "│  nipples, nude, penetration, penile, penile penetration, penis, penis in pussy, safe sex, school, sex, sexual   │\n",
       "│    barrier device, shaking, small waist, smile, student, sweat, table, tail, tail motion, tailwag, teacher,     │\n",
       "│  teacher and student, thick thighs, throbbing, tight fit, trembling, trio, upside down penis, vaginal, vaginal  │\n",
       "│   fluids, vaginal penetration, wearing condom, wide hips, by loimu, loimu \\(character\\), bear, deer, domestic   │\n",
       "│                                     dog, digital media \\(artwork\\), hi res                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\16b67fee5617cdbdcf4d38e05022d7f4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arched back, balls │\n", "│ deep, bent over, big butt, biped, blush, bodily fluids, bouncing breasts, breasts, butt, butt from the front, │\n", "│ caught, cervical contact, cervical penetration, cervix view, cloven hooves, condom, condom in pussy, curvy │\n", "│ figure, deep penetration, dewclaw hooves, doggystyle, duo focus, eyes closed, eyewear, female, female │\n", "│ penetrated, from behind position, furniture, genital fluids, genitals, glasses, group, happy, holding partner, │\n", "│ hooves, hourglass figure, humanoid genitalia, humanoid penis, internal, internal vaginal, interspecies, looking │\n", "│ pleasured, male, male/female, male penetrating, male penetrating female, medium breasts, narrowed eyes, │\n", "│ nipples, nude, penetration, penile, penile penetration, penis, penis in pussy, safe sex, school, sex, sexual │\n", "│ barrier device, shaking, small waist, smile, student, sweat, table, tail, tail motion, tailwag, teacher, │\n", "│ teacher and student, thick thighs, throbbing, tight fit, trembling, trio, upside down penis, vaginal, vaginal │\n", "│ fluids, vaginal penetration, wearing condom, wide hips, by loimu, loimu \\(character\\), bear, deer, domestic │\n", "│ dog, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3715994.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3715994.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\2794754d7684c933aa7252f52da6cf9f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 169 position, 69 position, all fours, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on │\n",
       "│  anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, armwear, ball fondling, balls, bed,  │\n",
       "│ big penis, bisexual, bisexual sandwich, blue body, bodily fluids, breath, clothing, collar, crop top, cum, cum  │\n",
       "│     in mouth, cum inside, dialogue, dirty talk, doggystyle, dominant, dominant male, drooling, eyes closed,     │\n",
       "│  fellatio, female, fondling, from behind position, furniture, genital fluids, genitals, girly, good boy, grey   │\n",
       "│     body, group, group sex, implied orgasm, inside, knot, larger male, leash, leash pull, legwear, looking      │\n",
       "│    pleasured, male, male/female, male/male, male penetrated, male penetrating, male penetrating anthro, male    │\n",
       "│   penetrating male, mixed sandwich position, mmf, mmf threesome, moan, muscular, oral, oral penetration, oral   │\n",
       "│ while penetrated, orange body, orgasm, orgasm face, panting, penetrating while penetrated, penetration, penile, │\n",
       "│     penile penetration, penis, penis in ass, penis size difference, perineum, raised tail, saliva, sandwich     │\n",
       "│  position, sex, shaking, shirt, size difference, smaller female, smaller male, smaller penetrated, submissive,  │\n",
       "│    submissive male, tail, text, third wheel drive, threesome, tights, topwear, train position, trio, verbal     │\n",
       "│ domination, window, by conditional dnp, by singafurian, chief bogo, judy hopps, nick wilde, bovid, bovine, cape │\n",
       "│  buffalo, fox, lagomorph, leporid, rabbit, red fox, true fox, digital media \\(artwork\\), english text, hi res   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\2794754d7684c933aa7252f52da6cf9f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 169 position, 69 position, all fours, anal, anal penetration, animal genitalia, animal penis, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, armwear, ball fondling, balls, bed, │\n", "│ big penis, bisexual, bisexual sandwich, blue body, bodily fluids, breath, clothing, collar, crop top, cum, cum │\n", "│ in mouth, cum inside, dialogue, dirty talk, doggystyle, dominant, dominant male, drooling, eyes closed, │\n", "│ fellatio, female, fondling, from behind position, furniture, genital fluids, genitals, girly, good boy, grey │\n", "│ body, group, group sex, implied orgasm, inside, knot, larger male, leash, leash pull, legwear, looking │\n", "│ pleasured, male, male/female, male/male, male penetrated, male penetrating, male penetrating anthro, male │\n", "│ penetrating male, mixed sandwich position, mmf, mmf threesome, moan, muscular, oral, oral penetration, oral │\n", "│ while penetrated, orange body, orgasm, orgasm face, panting, penetrating while penetrated, penetration, penile, │\n", "│ penile penetration, penis, penis in ass, penis size difference, perineum, raised tail, saliva, sandwich │\n", "│ position, sex, shaking, shirt, size difference, smaller female, smaller male, smaller penetrated, submissive, │\n", "│ submissive male, tail, text, third wheel drive, threesome, tights, topwear, train position, trio, verbal │\n", "│ domination, window, by conditional dnp, by singafurian, chief bogo, judy hopps, nick wilde, bovid, bovine, cape │\n", "│ buffalo, fox, lagomorph, leporid, rabbit, red fox, true fox, digital media \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3716541.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3716541.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\220911ac94cfb1f6a2823f924f3ce0b7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro   │\n",
       "│    penetrating, anthro penetrating anthro, balls, big balls, big penis, biped, black hair, blue hair, blush,    │\n",
       "│ breasts, breath, brown balls, brown body, brown fur, brown penis, carrying another, carrying partner, carrying  │\n",
       "│     position, chastity cage, chastity cage only, chastity device, chastity device only, chest bite, collar,     │\n",
       "│   crossgender, double anal, double anal penetration, double penetration, equine genitalia, equine penis, eyes   │\n",
       "│    closed, fur, genitals, group, group nudity, group sex, gynomorph, gynomorph/male, gynomorph penetrating,     │\n",
       "│  gynomorph penetrating male, hair, huge penis, inmon, intersex, intersex/male, intersex penetrating, intersex   │\n",
       "│   penetrating male, knot, looking pleasured, male, male penetrated, markings, metal chastity cage, mismatched   │\n",
       "│  animal penis, mismatched genitalia, mismatched penis, nipple fetish, nipple play, nipple suck, nipples, open   │\n",
       "│ mouth, penetration, penile, penile penetration, penis, penis in ass, red penis, sandwich position, sex, spots,  │\n",
       "│ spotted body, spotted fur, standing, standing sex, sucking, trio, twisted sandwich position, twisted sex, white │\n",
       "│ body, white fur, womb tattoo, by kakhao, brand new animal, studio trigger, michiru kagemori, nazuna hiwatashi,  │\n",
       "│                   shirou ogami, hyena, spotted hyena, wolf, digital media \\(artwork\\), hi res                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\220911ac94cfb1f6a2823f924f3ce0b7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, balls, big balls, big penis, biped, black hair, blue hair, blush, │\n", "│ breasts, breath, brown balls, brown body, brown fur, brown penis, carrying another, carrying partner, carrying │\n", "│ position, chastity cage, chastity cage only, chastity device, chastity device only, chest bite, collar, │\n", "│ crossgender, double anal, double anal penetration, double penetration, equine genitalia, equine penis, eyes │\n", "│ closed, fur, genitals, group, group nudity, group sex, gynomorph, gynomorph/male, gynomorph penetrating, │\n", "│ gynomorph penetrating male, hair, huge penis, inmon, intersex, intersex/male, intersex penetrating, intersex │\n", "│ penetrating male, knot, looking pleasured, male, male penetrated, markings, metal chastity cage, mismatched │\n", "│ animal penis, mismatched genitalia, mismatched penis, nipple fetish, nipple play, nipple suck, nipples, open │\n", "│ mouth, penetration, penile, penile penetration, penis, penis in ass, red penis, sandwich position, sex, spots, │\n", "│ spotted body, spotted fur, standing, standing sex, sucking, trio, twisted sandwich position, twisted sex, white │\n", "│ body, white fur, womb tattoo, by kakhao, brand new animal, studio trigger, michiru kagemori, nazuna hiwatashi, │\n", "│ shirou ogami, hyena, spotted hyena, wolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3718475.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3718475.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\d11af62983ab8810c7f8074f76d7dc0c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, anal, anal impregnation, anal knotting, anal penetration, animal genitalia, animal penis,    │\n",
       "│ anthro, balls, big balls, big penis, biped, blush, bodily fluids, breasts, brown balls, brown body, brown fur,  │\n",
       "│   brown penis, chastity cage, chastity cage only, chastity device, chastity device only, chest tuft, collar,    │\n",
       "│  collar only, cum, cum in ass, cum inside, cum on face, equine genitalia, equine penis, erection, eyes closed,  │\n",
       "│   from behind position, fur, genital fluids, genitals, gloves \\(marking\\), grey body, grey fur, group, group    │\n",
       "│     nudity, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, huge penis,     │\n",
       "│      impregnation, inmon, internal, internal anal, intersex, intersex/male, intersex penetrating, intersex      │\n",
       "│  penetrating male, knotting, long hair, male, male impregnation, male penetrated, markings, medial ring, metal  │\n",
       "│ chastity cage, mismatched animal penis, mismatched genitalia, mismatched penis, multicolored body, multicolored │\n",
       "│  fur, nipples, nude, oral invitation, ovum, penetration, penile, penile penetration, penis, penis in ass, pink  │\n",
       "│   body, pink fur, pink hair, pregnant, pregnant male, red penis, sex, spots, spotted body, spotted fur, trio,   │\n",
       "│    tuft, two tone body, two tone fur, white balls, white body, white fur, womb tattoo, by kakhao, brand new     │\n",
       "│  animal, studio trigger, michiru kagemori, nazuna hiwatashi, shirou ogami, hyena, spotted hyena, wolf, digital  │\n",
       "│                                            media \\(artwork\\), hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\d11af62983ab8810c7f8074f76d7dc0c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal impregnation, anal knotting, anal penetration, animal genitalia, animal penis, │\n", "│ anthro, balls, big balls, big penis, biped, blush, bodily fluids, breasts, brown balls, brown body, brown fur, │\n", "│ brown penis, chastity cage, chastity cage only, chastity device, chastity device only, chest tuft, collar, │\n", "│ collar only, cum, cum in ass, cum inside, cum on face, equine genitalia, equine penis, erection, eyes closed, │\n", "│ from behind position, fur, genital fluids, genitals, gloves \\(marking\\), grey body, grey fur, group, group │\n", "│ nudity, gynomorph, gynomorph/male, gynomorph penetrating, gynomorph penetrating male, hair, huge penis, │\n", "│ impregnation, inmon, internal, internal anal, intersex, intersex/male, intersex penetrating, intersex │\n", "│ penetrating male, knotting, long hair, male, male impregnation, male penetrated, markings, medial ring, metal │\n", "│ chastity cage, mismatched animal penis, mismatched genitalia, mismatched penis, multicolored body, multicolored │\n", "│ fur, nipples, nude, oral invitation, ovum, penetration, penile, penile penetration, penis, penis in ass, pink │\n", "│ body, pink fur, pink hair, pregnant, pregnant male, red penis, sex, spots, spotted body, spotted fur, trio, │\n", "│ tuft, two tone body, two tone fur, white balls, white body, white fur, womb tattoo, by kakhao, brand new │\n", "│ animal, studio trigger, michiru kagemori, nazuna hiwatashi, shirou ogami, hyena, spotted hyena, wolf, digital │\n", "│ media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3723738.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3723738.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\aba831cc687f7dc9d2850ae80852b79a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ahegao, anal, anal juice, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating,   │\n",
       "│  anthro penetrating anthro, anus, asking, asking another, backsack, balls, bisexual, bisexual sandwich, black   │\n",
       "│ body, black fur, blonde hair, blush, bodily fluids, breasts, brown eyes, butt, button ears, command, command to │\n",
       "│  listen, conjoined speech bubble, contact onomatopoeia, count, countershade butt, countershading, cum request,  │\n",
       "│    day count, dialogue, dipstick tail, eyewear, female, female anthro, female penetrated, floppy ears, fur,     │\n",
       "│  genitals, glasses, good boy, group, group nudity, group sex, hair, heart eyes, heart symbol, imminent orgasm,  │\n",
       "│ impact onomatopoeia, impregnation request, insemination request, interspecies, localized pointy speech bubble,  │\n",
       "│ looking pleasured, lucky pierre, male, male/female, male/male, male anthro, male penetrated, male penetrating,  │\n",
       "│  male penetrating female, male penetrating male, markings, mmf, mmf threesome, multicolored body, multicolored  │\n",
       "│    fur, number, onomatopoeia, open mouth, open smile, orange body, orange fur, pawpads, paws, peer pressure     │\n",
       "│ insemination, penetrated male penetrating, penetration, penile, penile penetration, penis, penis in ass, penis  │\n",
       "│    in pussy, perineum, plap, pointy speech bubble, purple body, purple eyes, purple fur, requesting, saliva,    │\n",
       "│ sandwich position, sex, side boob, simple background, smile, sound effects, speech bubble, spots, spotted body, │\n",
       "│   spotted fur, tail, tail markings, talking to another, talking to partner, tan balls, tan perineum, term of    │\n",
       "│  endearment, text, threesome, train position, trio, two tone body, two tone fur, vaginal, vaginal penetration,  │\n",
       "│  white balls, white body, white fur, white perineum, by conditional dnp, by drako1997, no nut november, no nut  │\n",
       "│  sabotage, alexandra \\(velocitycat\\), zachariah \\(velocitycat\\), border collie, cheetah, collie, domestic dog,  │\n",
       "│    feline, herding dog, pastoral dog, sheepdog, english text, meme, tag panic, brother \\(lore\\), brother and    │\n",
       "│                  sister \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\)                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\aba831cc687f7dc9d2850ae80852b79a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal juice, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, anus, asking, asking another, backsack, balls, bisexual, bisexual sandwich, black │\n", "│ body, black fur, blonde hair, blush, bodily fluids, breasts, brown eyes, butt, button ears, command, command to │\n", "│ listen, conjoined speech bubble, contact onomatopoeia, count, countershade butt, countershading, cum request, │\n", "│ day count, dialogue, dipstick tail, eyewear, female, female anthro, female penetrated, floppy ears, fur, │\n", "│ genitals, glasses, good boy, group, group nudity, group sex, hair, heart eyes, heart symbol, imminent orgasm, │\n", "│ impact onomatopoeia, impregnation request, insemination request, interspecies, localized pointy speech bubble, │\n", "│ looking pleasured, lucky pierre, male, male/female, male/male, male anthro, male penetrated, male penetrating, │\n", "│ male penetrating female, male penetrating male, markings, mmf, mmf threesome, multicolored body, multicolored │\n", "│ fur, number, onomatopoeia, open mouth, open smile, orange body, orange fur, pawpads, paws, peer pressure │\n", "│ insemination, penetrated male penetrating, penetration, penile, penile penetration, penis, penis in ass, penis │\n", "│ in pussy, perineum, plap, pointy speech bubble, purple body, purple eyes, purple fur, requesting, saliva, │\n", "│ sandwich position, sex, side boob, simple background, smile, sound effects, speech bubble, spots, spotted body, │\n", "│ spotted fur, tail, tail markings, talking to another, talking to partner, tan balls, tan perineum, term of │\n", "│ endearment, text, threesome, train position, trio, two tone body, two tone fur, vaginal, vaginal penetration, │\n", "│ white balls, white body, white fur, white perineum, by conditional dnp, by drako1997, no nut november, no nut │\n", "│ sabotage, alexandra \\(velocitycat\\), zachariah \\(velocitycat\\), border collie, cheetah, collie, domestic dog, │\n", "│ feline, herding dog, pastoral dog, sheepdog, english text, meme, tag panic, brother \\(lore\\), brother and │\n", "│ sister \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3725298.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3725298.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f3543c05e13bce873af8327da5063b2b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     ahegao, anal, anal penetration, announcing orgasm, anthro, anthro on anthro, anthro penetrated, anthro      │\n",
       "│  penetrating, anthro penetrating anthro, anus, backsack, balls, big butt, bisexual, bisexual sandwich, blonde   │\n",
       "│    hair, blush, bodily fluids, butt, button ears, countershade butt, countershading, cum, cum in ass, cum in    │\n",
       "│   pussy, cum inside, dialogue, erection, eyewear, female, female anthro, female on bottom, female penetrated,   │\n",
       "│ floppy ears, full orifice, genital fluids, genitals, glasses, group, group nudity, group sex, hair, heart eyes, │\n",
       "│  heart symbol, impregnation risk, interspecies, looking pleasured, lucky pierre, male, male/female, male/male,  │\n",
       "│  male anthro, male on top, male penetrated, male penetrating, male penetrating female, male penetrating male,   │\n",
       "│   mmf, mmf threesome, nude, on bottom, on top, open mouth, orgasm, orgasm face, penetrated male penetrating,    │\n",
       "│   penetration, penile, penile penetration, penis, penis in ass, penis in pussy, profanity, sandwich position,   │\n",
       "│  sex, simple background, spots, text, threesome, tight orifice, train position, trio, vaginal, vaginal orgasm,  │\n",
       "│       vaginal penetration, by conditional dnp, by drako1997, no nut november, no nut sabotage, alexandra        │\n",
       "│ \\(velocitycat\\), zachariah \\(velocitycat\\), border collie, cheetah, collie, domestic dog, feline, herding dog,  │\n",
       "│   pastoral dog, sheepdog, digital media \\(artwork\\), english text, meme, brother \\(lore\\), brother and sister   │\n",
       "│              \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\), twins \\(lore\\)              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f3543c05e13bce873af8327da5063b2b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, anal, anal penetration, announcing orgasm, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, anus, backsack, balls, big butt, bisexual, bisexual sandwich, blonde │\n", "│ hair, blush, bodily fluids, butt, button ears, countershade butt, countershading, cum, cum in ass, cum in │\n", "│ pussy, cum inside, dialogue, erection, eyewear, female, female anthro, female on bottom, female penetrated, │\n", "│ floppy ears, full orifice, genital fluids, genitals, glasses, group, group nudity, group sex, hair, heart eyes, │\n", "│ heart symbol, impregnation risk, interspecies, looking pleasured, lucky pierre, male, male/female, male/male, │\n", "│ male anthro, male on top, male penetrated, male penetrating, male penetrating female, male penetrating male, │\n", "│ mmf, mmf threesome, nude, on bottom, on top, open mouth, orgasm, orgasm face, penetrated male penetrating, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, penis in pussy, profanity, sandwich position, │\n", "│ sex, simple background, spots, text, threesome, tight orifice, train position, trio, vaginal, vaginal orgasm, │\n", "│ vaginal penetration, by conditional dnp, by drako1997, no nut november, no nut sabotage, alexandra │\n", "│ \\(velocitycat\\), zachariah \\(velocitycat\\), border collie, cheetah, collie, domestic dog, feline, herding dog, │\n", "│ pastoral dog, sheepdog, digital media \\(artwork\\), english text, meme, brother \\(lore\\), brother and sister │\n", "│ \\(lore\\), indirect incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\), twins \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3744611.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3744611.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\013a1453312d77176ca1a240995328cc.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, after anal, after sex, anal, animal genitalia, animal penis, anthro, antlers, anus, ass up, balls, bed,   │\n",
       "│  blush, bodily fluids, butt lick, cum, cum in ass, cum in mouth, cum inside, cum on tongue, cum strand, equine  │\n",
       "│  genitalia, equine penis, erection, felching, furniture, gaping, gaping anus, genital fluids, genitals, group,  │\n",
       "│ group nudity, horn, inside, licking, licking cum, looking pleasured, male, male/male, muscular, muscular male,  │\n",
       "│  on bed, oral, pawpads, penis, penis tip, pink anus, pink pawpads, rimming, sex, sheath, tail, tongue, tongue   │\n",
       "│   out, trio, by greyshores, by totesfleisch8, lydus \\(fingarfin\\), sea salt, skoll \\(wolf-skoll\\), dalmatian,   │\n",
       "│    deer, domestic dog, new world deer, reindeer, wolf, artist name, collaboration, digital media \\(artwork\\)    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\013a1453312d77176ca1a240995328cc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, after anal, after sex, anal, animal genitalia, animal penis, anthro, antlers, anus, ass up, balls, bed, │\n", "│ blush, bodily fluids, butt lick, cum, cum in ass, cum in mouth, cum inside, cum on tongue, cum strand, equine │\n", "│ genitalia, equine penis, erection, felching, furniture, gaping, gaping anus, genital fluids, genitals, group, │\n", "│ group nudity, horn, inside, licking, licking cum, looking pleasured, male, male/male, muscular, muscular male, │\n", "│ on bed, oral, pawpads, penis, penis tip, pink anus, pink pawpads, rimming, sex, sheath, tail, tongue, tongue │\n", "│ out, trio, by greyshores, by totesfleisch8, lydus \\(fingarfin\\), sea salt, skoll \\(wolf-skoll\\), dalmatian, │\n", "│ deer, domestic dog, new world deer, reindeer, wolf, artist name, collaboration, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3809251.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3809251.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\269597c9edd9b6bafc513326e809a4f9.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anthro, areola, beard, big breasts, black hair, bodily fluids, bone, breasts, bulge, casual nudity, clothed,   │\n",
       "│  clothed/nude, clothed human, clothed human nude anthro, clothed male, clothed male nude anthro, clothed male   │\n",
       "│ nude female, clothing, collar, cuff \\(restraint\\), erection, erection under clothing, facial hair, female, grey │\n",
       "│  areola, grey nipples, group, hair, jumpsuit, long hair, male, muzzle \\(object\\), muzzled, nipples, nude, nude  │\n",
       "│      anthro, nude female, oblivious, restraints, sitting, skull, skull head, sweat, trio, by woolrool, scp      │\n",
       "│                     foundation, d-class, human, monster, digital media \\(artwork\\), hi res                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\269597c9edd9b6bafc513326e809a4f9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, areola, beard, big breasts, black hair, bodily fluids, bone, breasts, bulge, casual nudity, clothed, │\n", "│ clothed/nude, clothed human, clothed human nude anthro, clothed male, clothed male nude anthro, clothed male │\n", "│ nude female, clothing, collar, cuff \\(restraint\\), erection, erection under clothing, facial hair, female, grey │\n", "│ areola, grey nipples, group, hair, jumpsuit, long hair, male, muzzle \\(object\\), muzzled, nipples, nude, nude │\n", "│ anthro, nude female, oblivious, restraints, sitting, skull, skull head, sweat, trio, by woolrool, scp │\n", "│ foundation, d-class, human, monster, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3825582.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3825582.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\79fd66b47465bda23d152821c779773f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  alcohol, anal, anal penetration, animal genitalia, animal penis, anthro, anus, balls, bar counter, beach bar,  │\n",
       "│ bed, beverage, black border, blep, blush, bodily fluids, border, breath, clothed, clothing, counter, covering,  │\n",
       "│     covering mouth, cum, cum drip, cum from ass, cum in ass, cum inside, curling toes, dripping, duo focus,     │\n",
       "│    ejaculation, erection, feathered wings, feathers, feet, furniture, genital fluids, genitals, group, knot,    │\n",
       "│   looking back, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male,   │\n",
       "│    non-euclidean penetration, non-euclidean sex, nude, on bed, panties, partially clothed, patreon username,    │\n",
       "│ penetrable sex toy, penetration, penile, penile penetration, penis, portal, portal fleshlight, portal panties,  │\n",
       "│  portal sex, public, scuted legs, scutes, sex, sex toy, shaking, sitting, smile, stealth sex, talons, thinking  │\n",
       "│  with portals, toes, tongue, tongue out, trembling, trio, underwear, wings, by conditional dnp, by zackary911,  │\n",
       "│       mythology, aethial, avian, fox, gryphon, mythological avian, mythological creature, wolf, signature       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\79fd66b47465bda23d152821c779773f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alcohol, anal, anal penetration, animal genitalia, animal penis, anthro, anus, balls, bar counter, beach bar, │\n", "│ bed, beverage, black border, blep, blush, bodily fluids, border, breath, clothed, clothing, counter, covering, │\n", "│ covering mouth, cum, cum drip, cum from ass, cum in ass, cum inside, curling toes, dripping, duo focus, │\n", "│ ejaculation, erection, feathered wings, feathers, feet, furniture, genital fluids, genitals, group, knot, │\n", "│ looking back, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male, │\n", "│ non-euclidean penetration, non-euclidean sex, nude, on bed, panties, partially clothed, patreon username, │\n", "│ penetrable sex toy, penetration, penile, penile penetration, penis, portal, portal fleshlight, portal panties, │\n", "│ portal sex, public, scuted legs, scutes, sex, sex toy, shaking, sitting, smile, stealth sex, talons, thinking │\n", "│ with portals, toes, tongue, tongue out, trembling, trio, underwear, wings, by conditional dnp, by zackary911, │\n", "│ mythology, aethial, avian, fox, gryphon, mythological avian, mythological creature, wolf, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3845953.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3845953.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\282cfdd63cc1ab3b03b007c1ddf25c9a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after sex, afterimage, anthro, anus, backsack, balls, bdsm, bodily fluids, bondage, bottomless, bound, butt,   │\n",
       "│ chair, chair bondage, clothed, clothing, cum, cum drip, cum from ass, cum in ass, cum inside, cum on butt, cum  │\n",
       "│   on leg, cum string, dialogue, dripping, faceless character, faceless male, feet, foot wraps, footwear, free   │\n",
       "│  use, fur, furniture, gaming, genital fluids, genitals, group, hands tied, humanoid genitalia, humanoid penis,  │\n",
       "│ leaking cum, legs tied, looking back, male, male/male, partially clothed, penis, penis tuck, playing videogame, │\n",
       "│ presenting, presenting anus, presenting cream pie, presenting hindquarters, print clothing, print shirt, print  │\n",
       "│ t-shirt, print topwear, restrained, restraints, shirt, solo focus, submissive, submissive male, t-shirt, tail,  │\n",
       "│   tail motion, tailwag, text, text on clothing, text on shirt, text on t-shirt, text on topwear, text print,    │\n",
       "│   topwear, trio, wraps, by braeburned, lagomorph, leporid, rabbit, digital drawing \\(artwork\\), digital media   │\n",
       "│                                        \\(artwork\\), english text, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\282cfdd63cc1ab3b03b007c1ddf25c9a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after sex, afterimage, anthro, anus, backsack, balls, bdsm, bodily fluids, bondage, bottomless, bound, butt, │\n", "│ chair, chair bondage, clothed, clothing, cum, cum drip, cum from ass, cum in ass, cum inside, cum on butt, cum │\n", "│ on leg, cum string, dialogue, dripping, faceless character, faceless male, feet, foot wraps, footwear, free │\n", "│ use, fur, furniture, gaming, genital fluids, genitals, group, hands tied, humanoid genitalia, humanoid penis, │\n", "│ leaking cum, legs tied, looking back, male, male/male, partially clothed, penis, penis tuck, playing videogame, │\n", "│ presenting, presenting anus, presenting cream pie, presenting hindquarters, print clothing, print shirt, print │\n", "│ t-shirt, print topwear, restrained, restraints, shirt, solo focus, submissive, submissive male, t-shirt, tail, │\n", "│ tail motion, tailwag, text, text on clothing, text on shirt, text on t-shirt, text on topwear, text print, │\n", "│ topwear, trio, wraps, by braeburned, lagomorph, leporid, rabbit, digital drawing \\(artwork\\), digital media │\n", "│ \\(artwork\\), english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3852416.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3852416.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\7787e6e7d40cab32892618d809220f22.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   after oral, after sex, ahegao, ambiguous fluids, animal genitalia, animal noises, anthro, areola, athletic,   │\n",
       "│  athletic anthro, athletic female, bdsm, belly, big breasts, black body, black fur, blush, blush lines, bodily  │\n",
       "│  fluids, body writing, breasts, chain, chain leash, chest scar, chest tuft, collar, collar only, countershade   │\n",
       "│   face, countershade torso, countershading, cross-eyed, cum, cum on arm, cum on breasts, cum on chest, cum on   │\n",
       "│  face, dialogue, dripping, drooling, exposed breasts, eye roll, fangs, female, fluffy, fluffy tail, free use,   │\n",
       "│    fur, genital fluids, genitals, glowing, glowing eyes, good girl, group, heart symbol, hearts around body,    │\n",
       "│      hearts around head, innie pussy, kneeling, leash, looking pleasured, magic, mane, multicolored body,       │\n",
       "│    multicolored fur, neck tuft, nipples, nude, nude female, onomatopoeia, outline heart, owner mark, penis,     │\n",
       "│ petplay, praise, presenting, presenting breasts, profanity, public, public exposure, public nudity, public use, │\n",
       "│ pussy, pussy juice drip, roleplay, saliva, scar, scars all over, snout, solo focus, sound effects, submissive,  │\n",
       "│    submissive female, tail, talking to another, talking to partner, tally marks, teeth, text, text on body,     │\n",
       "│   tongue, tongue out, translucent, translucent penis, trio, tuft, two tone body, two tone fur, unusual tally    │\n",
       "│    marks, vaginal fluids, western tally marks, woof \\(sound effect\\), writing on breasts, by catniplewds, by    │\n",
       "│     conditional dnp, blizzard entertainment, lakaiger, were, werecanid, wolf, worgen, english text, hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\7787e6e7d40cab32892618d809220f22.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after oral, after sex, ahegao, ambiguous fluids, animal genitalia, animal noises, anthro, areola, athletic, │\n", "│ athletic anthro, athletic female, bdsm, belly, big breasts, black body, black fur, blush, blush lines, bodily │\n", "│ fluids, body writing, breasts, chain, chain leash, chest scar, chest tuft, collar, collar only, countershade │\n", "│ face, countershade torso, countershading, cross-eyed, cum, cum on arm, cum on breasts, cum on chest, cum on │\n", "│ face, dialogue, dripping, drooling, exposed breasts, eye roll, fangs, female, fluffy, fluffy tail, free use, │\n", "│ fur, genital fluids, genitals, glowing, glowing eyes, good girl, group, heart symbol, hearts around body, │\n", "│ hearts around head, innie pussy, kneeling, leash, looking pleasured, magic, mane, multicolored body, │\n", "│ multicolored fur, neck tuft, nipples, nude, nude female, onomatopoeia, outline heart, owner mark, penis, │\n", "│ petplay, praise, presenting, presenting breasts, profanity, public, public exposure, public nudity, public use, │\n", "│ pussy, pussy juice drip, roleplay, saliva, scar, scars all over, snout, solo focus, sound effects, submissive, │\n", "│ submissive female, tail, talking to another, talking to partner, tally marks, teeth, text, text on body, │\n", "│ tongue, tongue out, translucent, translucent penis, trio, tuft, two tone body, two tone fur, unusual tally │\n", "│ marks, vaginal fluids, western tally marks, woof \\(sound effect\\), writing on breasts, by catniplewds, by │\n", "│ conditional dnp, blizzard entertainment, lakaiger, were, werecanid, wolf, worgen, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3856789.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3856789.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\60bab40cf39b012621bfb12770be1775.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  after anal, after sex, angry, anthro, assisted rape, blush, bodily fluids, bottomless, bully, bullying, butt,  │\n",
       "│   clothed, clothing, cum, cum in ass, cum inside, dock \\(anatomy\\), dot eyes, fangs, forced, genital fluids,    │\n",
       "│     group, humor, leaking cum, locker, locker room, male, male/male, male anthro, nerd, prank, questionable     │\n",
       "│ consent, rape, running, school, school uniform, tail, tears, teeth, trio, uniform, yelling, by jarnqk, gayngel  │\n",
       "│                                 \\(jarnqk\\), bovid, caprine, goat, wolf, hi res                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\60bab40cf39b012621bfb12770be1775.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ after anal, after sex, angry, anthro, assisted rape, blush, bodily fluids, bottomless, bully, bullying, butt, │\n", "│ clothed, clothing, cum, cum in ass, cum inside, dock \\(anatomy\\), dot eyes, fangs, forced, genital fluids, │\n", "│ group, humor, leaking cum, locker, locker room, male, male/male, male anthro, nerd, prank, questionable │\n", "│ consent, rape, running, school, school uniform, tail, tears, teeth, trio, uniform, yelling, by jarnqk, gayngel │\n", "│ \\(jarnqk\\), bovid, caprine, goat, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3872468.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3872468.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\01fed505ee4c59d408e2ef93c66af0a8.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro penetrated, areola, balls, biped, bodily fluids, bottomwear, bottomwear down, breasts, clothed,  │\n",
       "│    clothing, crouching, erection, eyes closed, faceless character, faceless human, faceless male, fellatio,     │\n",
       "│  female, female on human, female penetrated, fingering, fingering self, genital fluids, genitals, green body,   │\n",
       "│     group, hand on head, human on anthro, human penetrating, human penetrating anthro, interspecies, male,      │\n",
       "│     male/female, male on anthro, male penetrating, male penetrating female, masturbating while penetrated,      │\n",
       "│ masturbation, medium breasts, navel, nipples, open mouth, oral, oral penetration, pants, pants down, partially  │\n",
       "│ clothed, penetration, penile, penis, pink areola, pink nipples, pokephilia, rear view, saliva, sex, solo focus, │\n",
       "│     text, trio, vaginal, vaginal fingering, vaginal fluids, vaginal masturbation, yellow body, by woolrool,     │\n",
       "│                            surprised pikachu, human, meowscarada, pikachu, meme, url                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\01fed505ee4c59d408e2ef93c66af0a8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro penetrated, areola, balls, biped, bodily fluids, bottomwear, bottomwear down, breasts, clothed, │\n", "│ clothing, crouching, erection, eyes closed, faceless character, faceless human, faceless male, fellatio, │\n", "│ female, female on human, female penetrated, fingering, fingering self, genital fluids, genitals, green body, │\n", "│ group, hand on head, human on anthro, human penetrating, human penetrating anthro, interspecies, male, │\n", "│ male/female, male on anthro, male penetrating, male penetrating female, masturbating while penetrated, │\n", "│ masturbation, medium breasts, navel, nipples, open mouth, oral, oral penetration, pants, pants down, partially │\n", "│ clothed, penetration, penile, penis, pink areola, pink nipples, pokephilia, rear view, saliva, sex, solo focus, │\n", "│ text, trio, vaginal, vaginal fingering, vaginal fluids, vaginal masturbation, yellow body, by woolrool, │\n", "│ surprised pikachu, human, meowscarada, pikachu, meme, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3879652.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3879652.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\c8f0f58d536840445a8d8abfc923376b.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 fingers, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro    │\n",
       "│    penetrating anthro, anus, balls, bodily fluids, cousin penetrating cousin, cum, cum inside, cum on face,     │\n",
       "│ ejaculation, erection, fellatio, fingers, fur, genital fluids, genitals, group, hand on butt, heart eyes, heart │\n",
       "│ symbol, holding penis, humanoid genitalia, humanoid penis, intraspecies, male, male/male, male penetrated, male │\n",
       "│      penetrating, male penetrating male, nude, oral, orange body, orange fur, penetration, penile, penile       │\n",
       "│ penetration, penis, penis in ass, penis in mouth, pink penis, sex, tail, trio, by zerpreros, lackadaisy, calvin │\n",
       "│    mcmurray, dorian zibowski, rocky rickaby, domestic cat, feline, hi res, cousins \\(lore\\), incest \\(lore\\)    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\c8f0f58d536840445a8d8abfc923376b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, anus, balls, bodily fluids, cousin penetrating cousin, cum, cum inside, cum on face, │\n", "│ ejaculation, erection, fellatio, fingers, fur, genital fluids, genitals, group, hand on butt, heart eyes, heart │\n", "│ symbol, holding penis, humanoid genitalia, humanoid penis, intraspecies, male, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, nude, oral, orange body, orange fur, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, penis in mouth, pink penis, sex, tail, trio, by zerpreros, lackadaisy, calvin │\n", "│ mcmurray, dorian zibowski, rocky rickaby, domestic cat, feline, hi res, cousins \\(lore\\), incest \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\3909846.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m3909846.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\9d89dd50d46a81252076f2de35448bea.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, ahegao, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anthro on  │\n",
       "│  anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm warmers, armwear, ass to mouth,  │\n",
       "│    ass to other mouth, balls, bed, bedroom, big dom small sub, biped, black clothing, black footwear, black     │\n",
       "│ legwear, black penis, black socks, black thigh highs, black thigh socks, black tongue, blonde hair, blue eyes,  │\n",
       "│   blush, bodily fluids, brown body, ceiling fan, clothing, collar, cuckold, cum, cum drip, cum in ass, cum in   │\n",
       "│  mouth, cum inside, cum on balls, cum on face, cum on ground, cum overflow, cum string, cum while penetrated,   │\n",
       "│   cumshot, cut antlers, dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dripping, ejaculation,   │\n",
       "│   electric fan, erection, felching, fingers, footwear, from behind position, fur, furniture, genital fluids,    │\n",
       "│    genitals, girly, gloves, green hair, group, group sex, hair, hands-free, handwear, hooves, horn, humanoid    │\n",
       "│  genitalia, humanoid penis, knot, leaking cum, legwear, licking, licking lips, long socks, looking pleasured,   │\n",
       "│      male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, mostly nude,      │\n",
       "│   multicolored clothing, multicolored footwear, multicolored legwear, multicolored socks, multicolored thigh    │\n",
       "│    highs, multicolored thigh socks, muscular, muscular dom, muscular male, muscular top, object in ass, oral    │\n",
       "│ invitation, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh  │\n",
       "│  highs, pattern thigh socks, penetration, penile, penile penetration, penis, penis in ass, pink clothing, pink  │\n",
       "│ footwear, pink legwear, pink socks, pink thigh highs, pink thigh socks, platform standing doggystyle, red eyes, │\n",
       "│ sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller penetrated, socks, │\n",
       "│  standing doggystyle, stockings, striped armwear, striped clothing, striped footwear, striped legwear, striped  │\n",
       "│    socks, striped thigh highs, striped thigh socks, stripes, submissive, submissive male, tail, teeth, thigh    │\n",
       "│     highs, thigh socks, threesome, tongue, tongue out, trio, two subs one dom, two tone clothing, two tone      │\n",
       "│ footwear, two tone legwear, two tone socks, two tone thigh highs, two tone thigh socks, vein, veiny knot, veiny │\n",
       "│  penis, white body, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh  │\n",
       "│ socks, wings on head, by codyblue-731, mythology, felix \\(buckfelix47\\), stephen wintre, deer, dragon, hybrid,  │\n",
       "│            mythological creature, mythological scalie, scalie, digital media \\(artwork\\), watermark             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\9d89dd50d46a81252076f2de35448bea.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ahegao, anal, anal masturbation, anal orgasm, anal penetration, animal genitalia, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, arm warmers, armwear, ass to mouth, │\n", "│ ass to other mouth, balls, bed, bedroom, big dom small sub, biped, black clothing, black footwear, black │\n", "│ legwear, black penis, black socks, black thigh highs, black thigh socks, black tongue, blonde hair, blue eyes, │\n", "│ blush, bodily fluids, brown body, ceiling fan, clothing, collar, cuckold, cum, cum drip, cum in ass, cum in │\n", "│ mouth, cum inside, cum on balls, cum on face, cum on ground, cum overflow, cum string, cum while penetrated, │\n", "│ cumshot, cut antlers, dildo, dildo in ass, dildo insertion, dildo sitting, dominant, dripping, ejaculation, │\n", "│ electric fan, erection, felching, fingers, footwear, from behind position, fur, furniture, genital fluids, │\n", "│ genitals, girly, gloves, green hair, group, group sex, hair, hands-free, handwear, hooves, horn, humanoid │\n", "│ genitalia, humanoid penis, knot, leaking cum, legwear, licking, licking lips, long socks, looking pleasured, │\n", "│ male, male/male, male penetrated, male penetrating, male penetrating male, masturbation, mostly nude, │\n", "│ multicolored clothing, multicolored footwear, multicolored legwear, multicolored socks, multicolored thigh │\n", "│ highs, multicolored thigh socks, muscular, muscular dom, muscular male, muscular top, object in ass, oral │\n", "│ invitation, pattern armwear, pattern clothing, pattern footwear, pattern legwear, pattern socks, pattern thigh │\n", "│ highs, pattern thigh socks, penetration, penile, penile penetration, penis, penis in ass, pink clothing, pink │\n", "│ footwear, pink legwear, pink socks, pink thigh highs, pink thigh socks, platform standing doggystyle, red eyes, │\n", "│ sex, sex toy, sex toy in ass, sex toy insertion, simple background, size difference, smaller penetrated, socks, │\n", "│ standing doggystyle, stockings, striped armwear, striped clothing, striped footwear, striped legwear, striped │\n", "│ socks, striped thigh highs, striped thigh socks, stripes, submissive, submissive male, tail, teeth, thigh │\n", "│ highs, thigh socks, threesome, tongue, tongue out, trio, two subs one dom, two tone clothing, two tone │\n", "│ footwear, two tone legwear, two tone socks, two tone thigh highs, two tone thigh socks, vein, veiny knot, veiny │\n", "│ penis, white body, white clothing, white footwear, white legwear, white socks, white thigh highs, white thigh │\n", "│ socks, wings on head, by codyblue-731, mythology, felix \\(buckfelix47\\), stephen wintre, deer, dragon, hybrid, │\n", "│ mythological creature, mythological scalie, scalie, digital media \\(artwork\\), watermark │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4034437.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4034437.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ad1c10d8458dede5f61e6c2a81202e13.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, anthro, anus, backsack, balls, biped, black body, black fur, bottomless, bottomless anthro, bottomless  │\n",
       "│  male, butt, clothed, clothing, digitigrade, feet, fur, genitals, girly, grey body, grey fur, group, kneeling,  │\n",
       "│   lineup, looking at viewer, looking back, looking back at viewer, male, male/male, male anthro, multicolored   │\n",
       "│    body, multicolored fur, outside, pawpads, paws, perineum, presenting, presenting anus, presenting balls,     │\n",
       "│  presenting hindquarters, presenting partner, raised tail, rear view, spread butt, spreading, tail, take your   │\n",
       "│  pick, toes, trio, white balls, white body, white fur, by hinar miler, pantherine, snow leopard, digital media  │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\ad1c10d8458dede5f61e6c2a81202e13.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, anthro, anus, backsack, balls, biped, black body, black fur, bottomless, bottomless anthro, bottomless │\n", "│ male, butt, clothed, clothing, digitigrade, feet, fur, genitals, girly, grey body, grey fur, group, kneeling, │\n", "│ lineup, looking at viewer, looking back, looking back at viewer, male, male/male, male anthro, multicolored │\n", "│ body, multicolored fur, outside, pawpads, paws, perineum, presenting, presenting anus, presenting balls, │\n", "│ presenting hindquarters, presenting partner, raised tail, rear view, spread butt, spreading, tail, take your │\n", "│ pick, toes, trio, white balls, white body, white fur, by hinar miler, pantherine, snow leopard, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4036967.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4036967.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\daaab6ad5e47db3849fcef18e4facfb7.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, animal pussy, balls, bestiality, blurred foreground, blush, bodily fluids, camera, clothing,  │\n",
       "│   double penetration, dripping, faceless character, faceless male, feline genitalia, feline pussy, fellatio,    │\n",
       "│  female, female feral, female penetrated, feral, feral penetrated, footwear, genital fluids, genitals, group,   │\n",
       "│   group sex, happy, happy sex, heart eyes, heart symbol, human on feral, human penetrating, human penetrating   │\n",
       "│ female, human penetrating feral, interspecies, looking at viewer, looking back, looking back at viewer, lying,  │\n",
       "│  male, male/female, male on feral, male penetrating, male penetrating female, male penetrating feral, nature,   │\n",
       "│    nature background, nude, on side, open mouth, oral, oral penetration, pawpads, paws, penetration, penile,    │\n",
       "│  penile penetration, penis, penis in mouth, penis in pussy, photographer, pussy, pussy juice drip, pussy juice  │\n",
       "│    on penis, pussy juice string, red eyes, saliva, saliva on penis, sex, shirt, shoes, sitting, spitroast, t    │\n",
       "│  square position, tail, teeth, threesome, tongue, tongue out, toothy fellatio, topwear, trio, vaginal, vaginal  │\n",
       "│    fluids, vaginal penetration, by elicitie, the lion king, nala \\(the lion king\\), human, lion, pantherine,    │\n",
       "│                          digital media \\(artwork\\), monochrome, signature, spot color                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\daaab6ad5e47db3849fcef18e4facfb7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal pussy, balls, bestiality, blurred foreground, blush, bodily fluids, camera, clothing, │\n", "│ double penetration, dripping, faceless character, faceless male, feline genitalia, feline pussy, fellatio, │\n", "│ female, female feral, female penetrated, feral, feral penetrated, footwear, genital fluids, genitals, group, │\n", "│ group sex, happy, happy sex, heart eyes, heart symbol, human on feral, human penetrating, human penetrating │\n", "│ female, human penetrating feral, interspecies, looking at viewer, looking back, looking back at viewer, lying, │\n", "│ male, male/female, male on feral, male penetrating, male penetrating female, male penetrating feral, nature, │\n", "│ nature background, nude, on side, open mouth, oral, oral penetration, pawpads, paws, penetration, penile, │\n", "│ penile penetration, penis, penis in mouth, penis in pussy, photographer, pussy, pussy juice drip, pussy juice │\n", "│ on penis, pussy juice string, red eyes, saliva, saliva on penis, sex, shirt, shoes, sitting, spitroast, t │\n", "│ square position, tail, teeth, threesome, tongue, tongue out, toothy fellatio, topwear, trio, vaginal, vaginal │\n", "│ fluids, vaginal penetration, by elicitie, the lion king, nala \\(the lion king\\), human, lion, pantherine, │\n", "│ digital media \\(artwork\\), monochrome, signature, spot color │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4082274.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4082274.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\a3cb193398179265d90a93ad738fd4c2.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ass up,  │\n",
       "│ bed, black and white fur, black body, black fur, blush, bodily fluids, claws, cum, cum fart, cum from ass, cum  │\n",
       "│  hose, cum in ass, cum inside, cum on pillow, cumshot, ejaculation, embrace, excessive cum, excessive genital   │\n",
       "│   fluids, eyes closed, fingers, from behind position, fur, furniture, genital fluids, group, hair, hair over    │\n",
       "│    eyes, heart symbol, huge cumshot, interspecies, male, male/male, male penetrated, male penetrating, male     │\n",
       "│  penetrating male, markings, mounting, nude, penetration, pillow, sex, smile, striped markings, striped tail,   │\n",
       "│  stripes, sweat, tail, tail markings, tongue, tongue out, trio, white body, white fur, by conditional dnp, by   │\n",
       "│ zackary911, looney tunes, warner brothers, pepe le pew, pitu le pew, sylvester, domestic cat, feline, mephitid, │\n",
       "│                  skunk, striped skunk, digital media \\(artwork\\), signature, cousins \\(lore\\)                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\a3cb193398179265d90a93ad738fd4c2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ass up, │\n", "│ bed, black and white fur, black body, black fur, blush, bodily fluids, claws, cum, cum fart, cum from ass, cum │\n", "│ hose, cum in ass, cum inside, cum on pillow, cumshot, ejaculation, embrace, excessive cum, excessive genital │\n", "│ fluids, eyes closed, fingers, from behind position, fur, furniture, genital fluids, group, hair, hair over │\n", "│ eyes, heart symbol, huge cumshot, interspecies, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, markings, mounting, nude, penetration, pillow, sex, smile, striped markings, striped tail, │\n", "│ stripes, sweat, tail, tail markings, tongue, tongue out, trio, white body, white fur, by conditional dnp, by │\n", "│ zackary911, looney tunes, warner brothers, pepe le pew, pitu le pew, sylvester, domestic cat, feline, mephitid, │\n", "│ skunk, striped skunk, digital media \\(artwork\\), signature, cousins \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4124773.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4124773.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\42e1161b47e46d722615abdd3617b70a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anal, anthro, anthro on anthro, anus, balls, belly, big balls, big butt, big dom small sub, big penis,      │\n",
       "│  bisexual, blush, bodily fluids, butt, catch condom, comic panel, comparing, condom, crouching, cuckold, cum,   │\n",
       "│  cum drip, cum expulsion, cum in pussy, cum inside, cum on body, cum on butt, cum on feet, cum on ground, cum   │\n",
       "│ pool, cum splatter, cum strand, cum string, cumshot, dialogue, dialogue with sound effects, dominant, dominant  │\n",
       "│ male, dripping, drooling, ejaculation, erection, excessive cum, excessive genital fluids, feet, female, female  │\n",
       "│   penetrated, foreskin, fur, genital fluids, genitals, group, group nudity, group sex, hand on head, holding    │\n",
       "│ penis, huge balls, huge butt, huge penis, huge thighs, humanoid genitalia, humanoid penis, larger male, looking │\n",
       "│   back, lying, male, male/female, male/male, male penetrating, male penetrating female, nude, on front, open    │\n",
       "│   mouth, oral, orgasm, outdoor nudity, outside, outside sex, park, pawpads, paws, penetration, penile, penile   │\n",
       "│ penetration, penis, penis in pussy, pinned, pinned to ground, profanity, pubes, public, public erection, public │\n",
       "│ nudity, public sex, pull out, pussy, rimming, saliva, saliva string, sex, sexual barrier device, shaking, size  │\n",
       "│    difference, slightly chubby, slightly chubby male, small penis, smaller male, smile, smug, soles, speech     │\n",
       "│   bubble, submissive, submissive female, submissive male, submissive rimming, text, thick thighs, threesome,    │\n",
       "│   toes, trembling, trio, vaginal, vaginal penetration, wearing condom, by canphem, by conditional dnp, dingo,   │\n",
       "│                  domestic dog, german shepherd, herding dog, pastoral dog, wolf, english text                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\42e1161b47e46d722615abdd3617b70a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anthro, anthro on anthro, anus, balls, belly, big balls, big butt, big dom small sub, big penis, │\n", "│ bisexual, blush, bodily fluids, butt, catch condom, comic panel, comparing, condom, crouching, cuckold, cum, │\n", "│ cum drip, cum expulsion, cum in pussy, cum inside, cum on body, cum on butt, cum on feet, cum on ground, cum │\n", "│ pool, cum splatter, cum strand, cum string, cumshot, dialogue, dialogue with sound effects, dominant, dominant │\n", "│ male, dripping, drooling, ejaculation, erection, excessive cum, excessive genital fluids, feet, female, female │\n", "│ penetrated, foreskin, fur, genital fluids, genitals, group, group nudity, group sex, hand on head, holding │\n", "│ penis, huge balls, huge butt, huge penis, huge thighs, humanoid genitalia, humanoid penis, larger male, looking │\n", "│ back, lying, male, male/female, male/male, male penetrating, male penetrating female, nude, on front, open │\n", "│ mouth, oral, orgasm, outdoor nudity, outside, outside sex, park, pawpads, paws, penetration, penile, penile │\n", "│ penetration, penis, penis in pussy, pinned, pinned to ground, profanity, pubes, public, public erection, public │\n", "│ nudity, public sex, pull out, pussy, rimming, saliva, saliva string, sex, sexual barrier device, shaking, size │\n", "│ difference, slightly chubby, slightly chubby male, small penis, smaller male, smile, smug, soles, speech │\n", "│ bubble, submissive, submissive female, submissive male, submissive rimming, text, thick thighs, threesome, │\n", "│ toes, trembling, trio, vaginal, vaginal penetration, wearing condom, by canphem, by conditional dnp, dingo, │\n", "│ domestic dog, german shepherd, herding dog, pastoral dog, wolf, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4130257.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4130257.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ce441b29942de1a3e81e9726cd2871aa.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, anthro focus, anthro on top, anthro penetrated, athletic, athletic anthro, athletic female, balls,    │\n",
       "│  bedroom eyes, bodily fluids, bottomless, bottomless female, bra, breasts, clothed, clothing, clothing aside,   │\n",
       "│  cowgirl position, cunnilingus, dominant, dominant anthro, dominant female, duo focus, erection, facesitting,   │\n",
       "│  female, female focus, female on human, female on top, female penetrated, from front position, genital fluids,  │\n",
       "│   genitals, group, group sex, happy, happy sex, human on anthro, human penetrating, human penetrating anthro,   │\n",
       "│ human penetrating female, interspecies, looking pleasured, male, male/female, male on anthro, male penetrating, │\n",
       "│   male penetrating anthro, male penetrating female, medium breasts, muscular, muscular female, narrowed eyes,   │\n",
       "│   nude, nude male, on bottom, on top, oral, panties, panties aside, penetration, penile, penile penetration,    │\n",
       "│   penis, penis in pussy, power bottom, pussy, seductive, sex, sitting on another, speech bubble, sports bra,    │\n",
       "│ submissive, submissive male, tail, text, threesome, trio, underwear, underwear aside, vaginal, vaginal fluids,  │\n",
       "│      vaginal penetration, by pinktaco, mythology, rakiya \\(pinktaco\\), treska \\(staircat\\), human, hyena,       │\n",
       "│                   mythological creature, were, werecanid, werecanine, werewolf, english text                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\ce441b29942de1a3e81e9726cd2871aa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro focus, anthro on top, anthro penetrated, athletic, athletic anthro, athletic female, balls, │\n", "│ bedroom eyes, bodily fluids, bottomless, bottomless female, bra, breasts, clothed, clothing, clothing aside, │\n", "│ cowgirl position, cunnilingus, dominant, dominant anthro, dominant female, duo focus, erection, facesitting, │\n", "│ female, female focus, female on human, female on top, female penetrated, from front position, genital fluids, │\n", "│ genitals, group, group sex, happy, happy sex, human on anthro, human penetrating, human penetrating anthro, │\n", "│ human penetrating female, interspecies, looking pleasured, male, male/female, male on anthro, male penetrating, │\n", "│ male penetrating anthro, male penetrating female, medium breasts, muscular, muscular female, narrowed eyes, │\n", "│ nude, nude male, on bottom, on top, oral, panties, panties aside, penetration, penile, penile penetration, │\n", "│ penis, penis in pussy, power bottom, pussy, seductive, sex, sitting on another, speech bubble, sports bra, │\n", "│ submissive, submissive male, tail, text, threesome, trio, underwear, underwear aside, vaginal, vaginal fluids, │\n", "│ vaginal penetration, by pinktaco, mythology, rakiya \\(pinktaco\\), treska \\(staircat\\), human, hyena, │\n", "│ mythological creature, were, werecanid, werecanine, werewolf, english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4146681.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4146681.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\bd600395380e980c61deb8975540b009.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ball lick,   │\n",
       "│ ball worship, balls, big penis, bisexual, bodily fluids, breasts, brother penetrating brother, bubble, cum, cum │\n",
       "│   bubble, cum from nose, cum in mouth, cum in nose, cum inside, dialogue, dirty talk, erection, eyes closed,    │\n",
       "│   fellatio, female, female rimming male, fur, genital fluids, genitals, group, group nudity, group sex, hair,   │\n",
       "│ heart symbol, humanoid genitalia, humanoid penis, licking, male, male/female, male/male, male penetrated, male  │\n",
       "│       penetrating, male penetrating male, masturbation, nude, onomatopoeia, oral, oral masturbation, oral       │\n",
       "│ penetration, oral sandwich, orange body, orange fur, penetration, penile, penile masturbation, penis, rimming,  │\n",
       "│  sex, sound effects, tan body, tan fur, text, threesome, throbbing, throbbing penis, tongue, tongue out, trio,  │\n",
       "│     worship, by sagaris uwu, arcanine, english text, hi res, brother \\(lore\\), brother and sister \\(lore\\),     │\n",
       "│                      brothers \\(lore\\), incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\)                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\bd600395380e980c61deb8975540b009.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, ball lick, │\n", "│ ball worship, balls, big penis, bisexual, bodily fluids, breasts, brother penetrating brother, bubble, cum, cum │\n", "│ bubble, cum from nose, cum in mouth, cum in nose, cum inside, dialogue, dirty talk, erection, eyes closed, │\n", "│ fellatio, female, female rimming male, fur, genital fluids, genitals, group, group nudity, group sex, hair, │\n", "│ heart symbol, humanoid genitalia, humanoid penis, licking, male, male/female, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, masturbation, nude, onomatopoeia, oral, oral masturbation, oral │\n", "│ penetration, oral sandwich, orange body, orange fur, penetration, penile, penile masturbation, penis, rimming, │\n", "│ sex, sound effects, tan body, tan fur, text, threesome, throbbing, throbbing penis, tongue, tongue out, trio, │\n", "│ worship, by sagaris uwu, arcanine, english text, hi res, brother \\(lore\\), brother and sister \\(lore\\), │\n", "│ brothers \\(lore\\), incest \\(lore\\), sibling \\(lore\\), sister \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4182220.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4182220.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\afbf57547e21afeaef70f4f2979c0a5c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, animal genitalia, animal penis, anthro, anthrofied, arched back, areola, arm support, bent over, big │\n",
       "│    breasts, big butt, black areola, black nipples, blush, bodily fluids, breasts, butt, butt slap, cervical     │\n",
       "│ contact, clothing, cum, cum in mouth, cum in pussy, cum in stomach, cum in uterus, cum inside, cum on butt, cum │\n",
       "│  on face, cum on ground, cum on self, cum splatter, cum string, cumshot, deep penetration, deep throat, double  │\n",
       "│  penetration, ejaculation, equine genitalia, equine penis, erection, excessive cum, excessive genital fluids,   │\n",
       "│ faceless anthro, faceless character, faceless male, fellatio, female, flare in throat, flare in uterus, flared  │\n",
       "│   penis, genital fluids, genitals, gloves, group, group sex, hand on head, hand on partner's head, handwear,    │\n",
       "│   hanging breasts, holding head, huge breasts, internal, internal fellatio, internal oral, internal vaginal,    │\n",
       "│  interspecies, kneeling, lidded eyes, male, male/female, nipples, nude, onomatopoeia, oral, oral penetration,   │\n",
       "│  orgasm, penetration, penile, penis, pokephilia, raised tail, sex, side boob, side view, slap, sound effects,   │\n",
       "│   spank marks, spanking, spitroast, tail, text, thick thighs, threesome, trio, uterus, uterus view, vaginal,    │\n",
       "│                 vaginal penetration, wide hips, by r-mk, equid, equine, horse, umbreon, hi res                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\afbf57547e21afeaef70f4f2979c0a5c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, animal genitalia, animal penis, anthro, anthrofied, arched back, areola, arm support, bent over, big │\n", "│ breasts, big butt, black areola, black nipples, blush, bodily fluids, breasts, butt, butt slap, cervical │\n", "│ contact, clothing, cum, cum in mouth, cum in pussy, cum in stomach, cum in uterus, cum inside, cum on butt, cum │\n", "│ on face, cum on ground, cum on self, cum splatter, cum string, cumshot, deep penetration, deep throat, double │\n", "│ penetration, ejaculation, equine genitalia, equine penis, erection, excessive cum, excessive genital fluids, │\n", "│ faceless anthro, faceless character, faceless male, fellatio, female, flare in throat, flare in uterus, flared │\n", "│ penis, genital fluids, genitals, gloves, group, group sex, hand on head, hand on partner's head, handwear, │\n", "│ hanging breasts, holding head, huge breasts, internal, internal fellatio, internal oral, internal vaginal, │\n", "│ interspecies, kneeling, lidded eyes, male, male/female, nipples, nude, onomatopoeia, oral, oral penetration, │\n", "│ orgasm, penetration, penile, penis, pokephilia, raised tail, sex, side boob, side view, slap, sound effects, │\n", "│ spank marks, spanking, spitroast, tail, text, thick thighs, threesome, trio, uterus, uterus view, vaginal, │\n", "│ vaginal penetration, wide hips, by r-mk, equid, equine, horse, umbreon, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4183374.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4183374.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\93f245cac26d4fdb1748c85bfa44039f.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, anthro, anthro on anthro, anus, areola, aroused, backsack, balls, barefoot, being watched,  │\n",
       "│   big breasts, bite, biting lip, bodily fluids, breasts, butt, butt focus, car, car interior, claws, clothed,   │\n",
       "│     clothing, clothing around one leg, cum, cum in pussy, cum inside, daddy kink, dialogue, duo focus, ear      │\n",
       "│   piercing, erection, explicitly stated consent, feet, female, female penetrated, finger claws, fingers, from   │\n",
       "│   front position, fur, genital fluids, genitals, group, hair, happy, happy sex, heart symbol, humanoid feet,    │\n",
       "│  impregnation request, insemination request, inside car, inviting, inviting to sex, looking at another, lying,  │\n",
       "│  male, male/female, male penetrating, male penetrating female, mating press, missionary position, moan, mostly  │\n",
       "│   nude female, motion lines, motor vehicle, nipples, offering sex, on back, panties, panties around one leg,    │\n",
       "│ panties down, partially clothed, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy, │\n",
       "│ perineum, piercing, pink areola, pink hair, pink nipples, plantigrade, presenting, presenting pussy, profanity, │\n",
       "│   pussy, pussy juice string, rear view, requesting, screaming, sex, soles, speech bubble, spread legs, spread   │\n",
       "│  pussy, spreading, tail, tan body, tan fur, text, toe claws, toes, trio, underwear, underwear around one leg,   │\n",
       "│    underwear down, vaginal, vaginal fluids, vaginal penetration, vehicle, by nuzzo, by totesfleisch8, emile     │\n",
       "│  fontaine, zeema \"izzy\" kross, collaboration, digital media \\(artwork\\), digital painting \\(artwork\\), english  │\n",
       "│                                                  text, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\93f245cac26d4fdb1748c85bfa44039f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, anthro on anthro, anus, areola, aroused, backsack, balls, barefoot, being watched, │\n", "│ big breasts, bite, biting lip, bodily fluids, breasts, butt, butt focus, car, car interior, claws, clothed, │\n", "│ clothing, clothing around one leg, cum, cum in pussy, cum inside, daddy kink, dialogue, duo focus, ear │\n", "│ piercing, erection, explicitly stated consent, feet, female, female penetrated, finger claws, fingers, from │\n", "│ front position, fur, genital fluids, genitals, group, hair, happy, happy sex, heart symbol, humanoid feet, │\n", "│ impregnation request, insemination request, inside car, inviting, inviting to sex, looking at another, lying, │\n", "│ male, male/female, male penetrating, male penetrating female, mating press, missionary position, moan, mostly │\n", "│ nude female, motion lines, motor vehicle, nipples, offering sex, on back, panties, panties around one leg, │\n", "│ panties down, partially clothed, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy, │\n", "│ perineum, piercing, pink areola, pink hair, pink nipples, plantigrade, presenting, presenting pussy, profanity, │\n", "│ pussy, pussy juice string, rear view, requesting, screaming, sex, soles, speech bubble, spread legs, spread │\n", "│ pussy, spreading, tail, tan body, tan fur, text, toe claws, toes, trio, underwear, underwear around one leg, │\n", "│ underwear down, vaginal, vaginal fluids, vaginal penetration, vehicle, by nuzzo, by totesfleisch8, emile │\n", "│ fontaine, zeema \"izzy\" kross, collaboration, digital media \\(artwork\\), digital painting \\(artwork\\), english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4226912.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4226912.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f8271182123ea16a37736583f843c501.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, beach, bisexual, bodily fluids, breast play, breasts, brown hair, collaborative, collaborative      │\n",
       "│    fellatio, collaborative sex, collaborative titfuck, cum, cum in hair, cum on breasts, cum on face, cum on    │\n",
       "│   tongue, cum string, cumshot, ejaculation, erection, fangs, fellatio, female, female/female, foreskin, fur,    │\n",
       "│  genital fluids, genitals, glans, green eyes, group, group nudity, group sex, hair, happy, happy sex, humanoid  │\n",
       "│  genitalia, humanoid penis, interspecies, long hair, looking pleasured, male, male/female, nipples, nude, open  │\n",
       "│      mouth, oral, oral penetration, orange body, orange fur, orgasm, outdoor nudity, outside, outside sex,      │\n",
       "│   penetration, penile, penile penetration, penis, penis in mouth, pink glans, sabertooth \\(anatomy\\), saliva,   │\n",
       "│ saliva string, seaside, sex, snowballing, striped body, striped fur, stripes, tail, teeth, threesome, titfuck,  │\n",
       "│ tongue, tongue out, trio, by totesfleisch8, alex marx, ashley \\(mutagen\\), caracal, caracal \\(genus\\), feline,  │\n",
       "│           pantherine, tiger, digital media \\(artwork\\), story, story at source, story in description            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f8271182123ea16a37736583f843c501.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beach, bisexual, bodily fluids, breast play, breasts, brown hair, collaborative, collaborative │\n", "│ fellatio, collaborative sex, collaborative titfuck, cum, cum in hair, cum on breasts, cum on face, cum on │\n", "│ tongue, cum string, cumshot, ejaculation, erection, fangs, fellatio, female, female/female, foreskin, fur, │\n", "│ genital fluids, genitals, glans, green eyes, group, group nudity, group sex, hair, happy, happy sex, humanoid │\n", "│ genitalia, humanoid penis, interspecies, long hair, looking pleasured, male, male/female, nipples, nude, open │\n", "│ mouth, oral, oral penetration, orange body, orange fur, orgasm, outdoor nudity, outside, outside sex, │\n", "│ penetration, penile, penile penetration, penis, penis in mouth, pink glans, sabertooth \\(anatomy\\), saliva, │\n", "│ saliva string, seaside, sex, snowballing, striped body, striped fur, stripes, tail, teeth, threesome, titfuck, │\n", "│ tongue, tongue out, trio, by totesfleisch8, alex marx, ashley \\(mutagen\\), caracal, caracal \\(genus\\), feline, │\n", "│ pantherine, tiger, digital media \\(artwork\\), story, story at source, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4227648.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4227648.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\24033ffddcd1ddedf1e94ae24ebc454d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  all fours, anthro, antlers, anus, backsack, balls, bed, bedroom, bedroom eyes, blush, brown body, brown fur,   │\n",
       "│    butt, dialogue, dock \\(anatomy\\), ear piercing, eyewear, eyewear only, fur, furniture, genitals, glasses,    │\n",
       "│  glasses only, grey body, grey fur, group, group nudity, hand on butt, hand on own butt, hooved hands, hooves,  │\n",
       "│   horn, looking at viewer, looking back, looking back at viewer, male, narrowed eyes, nude, on bed, perineum,   │\n",
       "│  piercing, pink body, pink fur, presenting, presenting anus, presenting balls, presenting hindquarters, raised  │\n",
       "│   tail, rear view, scut tail, seductive, short tail, shy, smile, speech bubble, spread butt, spreading, tail,   │\n",
       "│    take your pick, text, tongue, tongue out, trio, wearing glasses, by doeboi, dain \\(dainthedeer\\), joseph     │\n",
       "│                            \\(doeboi\\), jyst \\(makanix\\), deer, english text, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\24033ffddcd1ddedf1e94ae24ebc454d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anthro, antlers, anus, backsack, balls, bed, bedroom, bedroom eyes, blush, brown body, brown fur, │\n", "│ butt, dialogue, dock \\(anatomy\\), ear piercing, eyewear, eyewear only, fur, furniture, genitals, glasses, │\n", "│ glasses only, grey body, grey fur, group, group nudity, hand on butt, hand on own butt, hooved hands, hooves, │\n", "│ horn, looking at viewer, looking back, looking back at viewer, male, narrowed eyes, nude, on bed, perineum, │\n", "│ piercing, pink body, pink fur, presenting, presenting anus, presenting balls, presenting hindquarters, raised │\n", "│ tail, rear view, scut tail, seductive, short tail, shy, smile, speech bubble, spread butt, spreading, tail, │\n", "│ take your pick, text, tongue, tongue out, trio, wearing glasses, by doeboi, dain \\(dainthedeer\\), joseph │\n", "│ \\(doeboi\\), jyst \\(makanix\\), deer, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4238225.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4238225.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\1de116f93bdb6eb53fdc0af3db40b9aa.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│      anthro, anus, biped, blush, bodily fluids, clitoral hood, clitoris, crotch focus, dialogue, dripping,      │\n",
       "│    featureless chest, female, gender confusion, genital exploration, genital fluids, genitals, group, horn,     │\n",
       "│ humanoid genitalia, humanoid pussy, imminent sex, imminent threesome, lies, male, male/female, mostly offscreen │\n",
       "│ character, pink eyes, pussy, pussy juice drip, questionable consent, restrained, size difference, slim, speech  │\n",
       "│      bubble, spread pussy, spreading, text, tremble spikes, trio, urethra, vaginal fluids, by jarnqk, lya       │\n",
       "│                        \\(jarnqk\\), kobold, scalie, unknown species, english text, hi res                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\1de116f93bdb6eb53fdc0af3db40b9aa.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anus, biped, blush, bodily fluids, clitoral hood, clitoris, crotch focus, dialogue, dripping, │\n", "│ featureless chest, female, gender confusion, genital exploration, genital fluids, genitals, group, horn, │\n", "│ humanoid genitalia, humanoid pussy, imminent sex, imminent threesome, lies, male, male/female, mostly offscreen │\n", "│ character, pink eyes, pussy, pussy juice drip, questionable consent, restrained, size difference, slim, speech │\n", "│ bubble, spread pussy, spreading, text, tremble spikes, trio, urethra, vaginal fluids, by jarnqk, lya │\n", "│ \\(jarnqk\\), kobold, scalie, unknown species, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4260299.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4260299.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\0bdc5fbb854947ec888e85aacd573057.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, anthro, back scar, big breasts, black nose, bodily fluids, bottomless, bottomless anthro, bottomless │\n",
       "│   male, bottomwear, bottomwear around one leg, breasts, brown body, brown fur, brown nose, butt, casual sex,    │\n",
       "│   clothed, clothed/nude, clothed male nude female, clothed male nude male, clothing, clothing around one leg,   │\n",
       "│ cum, cum on hand, cum on penis, cumshot, duo focus, ejaculation, erection, eyes closed, fangs, female, fingers, │\n",
       "│   french kissing, fur, genital fluids, genitals, grey body, grey fur, group, hand on penis, handjob, holding    │\n",
       "│     penis, humanoid hands, kissing, licking tongue, male, male/female, multicolored body, multicolored fur,     │\n",
       "│ nipples, nude, pattern clothing, pattern shirt, pattern topwear, penile, penis, raised clothing, raised shirt,  │\n",
       "│    raised topwear, saliva, scar, sex, shirt, shorts, shorts around one leg, striped clothing, striped shirt,    │\n",
       "│ striped topwear, stripes, tail, tan body, tan fur, teeth, tongue, tongue out, topwear, trio, two tone body, two │\n",
       "│  tone fur, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic   │\n",
       "│                               dog, hunting dog, labrador, retriever, wolf, hi res                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\0bdc5fbb854947ec888e85aacd573057.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anthro, back scar, big breasts, black nose, bodily fluids, bottomless, bottomless anthro, bottomless │\n", "│ male, bottomwear, bottomwear around one leg, breasts, brown body, brown fur, brown nose, butt, casual sex, │\n", "│ clothed, clothed/nude, clothed male nude female, clothed male nude male, clothing, clothing around one leg, │\n", "│ cum, cum on hand, cum on penis, cumshot, duo focus, ejaculation, erection, eyes closed, fangs, female, fingers, │\n", "│ french kissing, fur, genital fluids, genitals, grey body, grey fur, group, hand on penis, handjob, holding │\n", "│ penis, humanoid hands, kissing, licking tongue, male, male/female, multicolored body, multicolored fur, │\n", "│ nipples, nude, pattern clothing, pattern shirt, pattern topwear, penile, penis, raised clothing, raised shirt, │\n", "│ raised topwear, saliva, scar, sex, shirt, shorts, shorts around one leg, striped clothing, striped shirt, │\n", "│ striped topwear, stripes, tail, tan body, tan fur, teeth, tongue, tongue out, topwear, trio, two tone body, two │\n", "│ tone fur, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic │\n", "│ dog, hunting dog, labrador, retriever, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4263120.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4263120.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\56528144beae605767b3a12d0d76bc09.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abdominal bulge, ambiguous penetration, animal genitalia, animal penis, anthro, anthro penetrated, bathing,   │\n",
       "│ bent back, blush, deep throat, dialogue, double penetration, eyes closed, fellatio, female, female penetrated,  │\n",
       "│    fog, genitals, group, group sex, horn, knot, looking pleasured, male, male/female, male penetrating, male    │\n",
       "│     penetrating anthro, male penetrating female, mandated sex, mmf, mmf threesome, oral, oral penetration,      │\n",
       "│  penetration, penile, penile penetration, penis, penis in mouth, pink body, pink scales, scales, sex, shower,   │\n",
       "│     shower sex, showering, showering together, spitroast, surprise, suspension bridge position, tail, text,     │\n",
       "│                    threesome, trio, by jarnqk, lya \\(jarnqk\\), kobold, english text, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\56528144beae605767b3a12d0d76bc09.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, ambiguous penetration, animal genitalia, animal penis, anthro, anthro penetrated, bathing, │\n", "│ bent back, blush, deep throat, dialogue, double penetration, eyes closed, fellatio, female, female penetrated, │\n", "│ fog, genitals, group, group sex, horn, knot, looking pleasured, male, male/female, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, mandated sex, mmf, mmf threesome, oral, oral penetration, │\n", "│ penetration, penile, penile penetration, penis, penis in mouth, pink body, pink scales, scales, sex, shower, │\n", "│ shower sex, showering, showering together, spitroast, surprise, suspension bridge position, tail, text, │\n", "│ threesome, trio, by jarnqk, lya \\(jarnqk\\), kobold, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4282399.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4282399.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\b35a2a0bd8824233ebb6c122c49ba318.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ ambiguous gender, ambiguous penetrated, ambiguous penetration, anal, anal penetration, animal genitalia, animal │\n",
       "│   penis, anthro, anthro penetrated, anus, backsack, balls, bedroom eyes, black body, black border, black fur,   │\n",
       "│    blue body, blush, bodily fluids, border, butt, cellphone, cum, cum in ass, cum inflation, cum inside, duo    │\n",
       "│ focus, electronics, fur, genital fluids, genitals, grey body, group, inflatable, inflation, interspecies, knot, │\n",
       "│ knotting, living sex toy, looking pleasured, machine, male, male/ambiguous, male penetrating, male penetrating  │\n",
       "│   ambiguous, male penetrating anthro, multicolored body, multicolored fur, narrowed eyes, nude, onomatopoeia,   │\n",
       "│   orange body, orange fur, orgasm, patreon username, pawpads, paws, penetration, penile, penile penetration,    │\n",
       "│      penis, phone, pool toy, recording, seductive, sex, sound effects, tail, tailbutt, text, translucent,       │\n",
       "│   translucent belly, translucent body, trio, two tone body, two tone fur, by conditional dnp, by zackary911,    │\n",
       "│ bondi \\(braeburned\\), mr. calloway \\(braeburned\\), animate inanimate, dobermann, domestic dog, kangaroo, living │\n",
       "│          sex doll, macropod, marsupial, pinscher, robot, synth \\(vader-san\\), signature, male \\(lore\\)          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\b35a2a0bd8824233ebb6c122c49ba318.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, ambiguous penetrated, ambiguous penetration, anal, anal penetration, animal genitalia, animal │\n", "│ penis, anthro, anthro penetrated, anus, backsack, balls, bedroom eyes, black body, black border, black fur, │\n", "│ blue body, blush, bodily fluids, border, butt, cellphone, cum, cum in ass, cum inflation, cum inside, duo │\n", "│ focus, electronics, fur, genital fluids, genitals, grey body, group, inflatable, inflation, interspecies, knot, │\n", "│ knotting, living sex toy, looking pleasured, machine, male, male/ambiguous, male penetrating, male penetrating │\n", "│ ambiguous, male penetrating anthro, multicolored body, multicolored fur, narrowed eyes, nude, onomatopoeia, │\n", "│ orange body, orange fur, orgasm, patreon username, pawpads, paws, penetration, penile, penile penetration, │\n", "│ penis, phone, pool toy, recording, seductive, sex, sound effects, tail, tailbutt, text, translucent, │\n", "│ translucent belly, translucent body, trio, two tone body, two tone fur, by conditional dnp, by zackary911, │\n", "│ bondi \\(braeburned\\), mr. calloway \\(braeburned\\), animate inanimate, dobermann, domestic dog, kangaroo, living │\n", "│ sex doll, macropod, marsupial, pinscher, robot, synth \\(vader-san\\), signature, male \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4323351.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4323351.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\100bce4741dd297fd34dc0a68d62fe41.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, 5 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,  │\n",
       "│  anus, areola, balls, barefoot, bedroom eyes, being watched, blush, bodily fluids, breasts, brown hair, butt,   │\n",
       "│ claws, collar, collar only, collar tag, cuckquean, dialogue, digitigrade, erection, exhibitionism, fangs, feet, │\n",
       "│     female, female on top, female penetrated, finger claws, fingering, fingering self, fingers, from front      │\n",
       "│ position, fur, furniture, genital fluids, genitals, green eyes, group, group nudity, hair, happy, heart collar  │\n",
       "│ tag, heart symbol, heart tag, hearts around body, hearts around head, inside, interspecies, looking at another, │\n",
       "│       looking pleasured, male, male/female, male penetrating, male penetrating female, mastery position,        │\n",
       "│ masturbation, musk, musk clouds, name drop, name in dialogue, narrowed eyes, navel, nipples, nude, on top, open │\n",
       "│ mouth, orange body, orange fur, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy,  │\n",
       "│  pussy, seductive, sex, shaking, sofa, speech bubble, striped body, striped fur, stripes, sweat, tail, talking  │\n",
       "│  to another, teeth, text, toe claws, toeless \\(marking\\), toes, tongue, tongue out, trembling, trio, vaginal,   │\n",
       "│  vaginal fingering, vaginal fluids, vaginal masturbation, vaginal penetration, voyeur, by woolrool, alex marx,  │\n",
       "│      asher hayden, aurora \\(spacecamper\\), cheetah, domestic dog, feline, pantherine, tiger, digital media      │\n",
       "│                     \\(artwork\\), english text, story, story at source, story in description                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\100bce4741dd297fd34dc0a68d62fe41.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ anus, areola, balls, barefoot, bedroom eyes, being watched, blush, bodily fluids, breasts, brown hair, butt, │\n", "│ claws, collar, collar only, collar tag, cuckquean, dialogue, digitigrade, erection, exhibitionism, fangs, feet, │\n", "│ female, female on top, female penetrated, finger claws, fingering, fingering self, fingers, from front │\n", "│ position, fur, furniture, genital fluids, genitals, green eyes, group, group nudity, hair, happy, heart collar │\n", "│ tag, heart symbol, heart tag, hearts around body, hearts around head, inside, interspecies, looking at another, │\n", "│ looking pleasured, male, male/female, male penetrating, male penetrating female, mastery position, │\n", "│ masturbation, musk, musk clouds, name drop, name in dialogue, narrowed eyes, navel, nipples, nude, on top, open │\n", "│ mouth, orange body, orange fur, pawpads, paws, penetration, penile, penile penetration, penis, penis in pussy, │\n", "│ pussy, seductive, sex, shaking, sofa, speech bubble, striped body, striped fur, stripes, sweat, tail, talking │\n", "│ to another, teeth, text, toe claws, toeless \\(marking\\), toes, tongue, tongue out, trembling, trio, vaginal, │\n", "│ vaginal fingering, vaginal fluids, vaginal masturbation, vaginal penetration, voyeur, by woolrool, alex marx, │\n", "│ asher hayden, aurora \\(spacecamper\\), cheetah, domestic dog, feline, pantherine, tiger, digital media │\n", "│ \\(artwork\\), english text, story, story at source, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4365427.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4365427.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\bec237a74e364acac5b157dc3dfe8299.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, anthro, anthrofied, anus, attached sheath, backsack, balls, biped, black border, black nose,  │\n",
       "│    blue body, blue fur, blush, bodily fluids, border, butt, casual exposure, claws, crossgender, duo focus,     │\n",
       "│  exposed, eyes closed, faceless character, faceless male, ftm crossgender, fur, genitals, group, group nudity,  │\n",
       "│ male, markings, nude, penis, penis tip, perineum, pink anus, poking out, sheath, skinny dipping, smile, snout,  │\n",
       "│ sweat, tongue, tongue out, trio, water, wet, white body, white fur, by conditional dnp, by zackary911, capcom,  │\n",
       "│     monster hunter, okami \\(capcom\\), amaterasu \\(okami\\), canyne, palamute, wolf, signature, soft shading      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\bec237a74e364acac5b157dc3dfe8299.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, anthro, anthrofied, anus, attached sheath, backsack, balls, biped, black border, black nose, │\n", "│ blue body, blue fur, blush, bodily fluids, border, butt, casual exposure, claws, crossgender, duo focus, │\n", "│ exposed, eyes closed, faceless character, faceless male, ftm crossgender, fur, genitals, group, group nudity, │\n", "│ male, markings, nude, penis, penis tip, perineum, pink anus, poking out, sheath, skinny dipping, smile, snout, │\n", "│ sweat, tongue, tongue out, trio, water, wet, white body, white fur, by conditional dnp, by zackary911, capcom, │\n", "│ monster hunter, okami \\(capcom\\), amaterasu \\(okami\\), canyne, palamute, wolf, signature, soft shading │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4373483.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4373483.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\6f1a4a853d0f894495f407531f984f08.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     4 toes, 8 nipples, animal genitalia, animal pussy, anthro, anthro on anthro, anthro penetrated, anthro      │\n",
       "│  penetrating, anthro penetrating anthro, balls, belly nipples, big balls, biped, black body, black fur, bodily  │\n",
       "│   fluids, bound, breasts, brown body, brown fur, claws, countershade fur, countershade torso, countershading,   │\n",
       "│  cuff \\(restraint\\), cum, cum covered, cum in pussy, cum inflation, cum inside, cum on balls, cum on feet, cum  │\n",
       "│    on ground, cum on leg, cum on penis, cum on sheath, cum plugged, digitigrade, dominant, dominant female,     │\n",
       "│ excessive cum, excessive genital fluids, feet, female, female dominating male, female penetrated, finger claws, │\n",
       "│ forced, forced impregnation, forest, forest background, fur, genital fluids, genitals, green eyes, group, huge  │\n",
       "│ balls, impregnation, inflation, knotting, male, male/female, male penetrating, male penetrating female, messy,  │\n",
       "│  multi nipple, multicolored body, multicolored fur, nature, nature background, nipples, on bottom, on top, one  │\n",
       "│  after another, open mouth, outside sex, ovum, paws, penetration, penile, penile penetration, penis, penis in   │\n",
       "│   pussy, plant, plug \\(sex toy\\), pussy, restraints, retracted balls, reverse cowgirl position, sex, sex toy,   │\n",
       "│ shackled, shackles, sheath, speech bubble, sperm cell, submissive, submissive male, talking to another, talking │\n",
       "│     to partner, tan body, tan fur, text, toe claws, toes, tongue, tongue out, tree, trio, vaginal, vaginal      │\n",
       "│   knotting, vaginal penetration, vaginal plug, white body, white fur, wrists tied, yellow eyes, by snowskau,    │\n",
       "│  blizzard entertainment, rorik ironwill, were, werecanid, worgen, 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\\trio\\6f1a4a853d0f894495f407531f984f08.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 8 nipples, animal genitalia, animal pussy, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, balls, belly nipples, big balls, biped, black body, black fur, bodily │\n", "│ fluids, bound, breasts, brown body, brown fur, claws, countershade fur, countershade torso, countershading, │\n", "│ cuff \\(restraint\\), cum, cum covered, cum in pussy, cum inflation, cum inside, cum on balls, cum on feet, cum │\n", "│ on ground, cum on leg, cum on penis, cum on sheath, cum plugged, digitigrade, dominant, dominant female, │\n", "│ excessive cum, excessive genital fluids, feet, female, female dominating male, female penetrated, finger claws, │\n", "│ forced, forced impregnation, forest, forest background, fur, genital fluids, genitals, green eyes, group, huge │\n", "│ balls, impregnation, inflation, knotting, male, male/female, male penetrating, male penetrating female, messy, │\n", "│ multi nipple, multicolored body, multicolored fur, nature, nature background, nipples, on bottom, on top, one │\n", "│ after another, open mouth, outside sex, ovum, paws, penetration, penile, penile penetration, penis, penis in │\n", "│ pussy, plant, plug \\(sex toy\\), pussy, restraints, retracted balls, reverse cowgirl position, sex, sex toy, │\n", "│ shackled, shackles, sheath, speech bubble, sperm cell, submissive, submissive male, talking to another, talking │\n", "│ to partner, tan body, tan fur, text, toe claws, toes, tongue, tongue out, tree, trio, vaginal, vaginal │\n", "│ knotting, vaginal penetration, vaginal plug, white body, white fur, wrists tied, yellow eyes, by snowskau, │\n", "│ blizzard entertainment, rorik ironwill, were, werecanid, worgen, digital media \\(artwork\\), english text, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4377285.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4377285.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\805fc9de6ac594c7f069d314ad73ccbd.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,  │\n",
       "│  anus, ass to pussy, balls, bed, big breasts, black nose, blush, bodily fluids, bottomless, bottomless anthro,  │\n",
       "│     bottomless female, bottomless male, breasts, brown body, brown fur, butt, butt grab, clothed, clothing,     │\n",
       "│    discarded bottomwear, discarded clothing, discarded shorts, eyes closed, feet, female, female penetrated,    │\n",
       "│     fingers, french kissing, fur, furniture, genital fluids, genitals, grey body, grey fur, group, hand on      │\n",
       "│  another's butt, hand on butt, holding butt, huge breasts, humanoid feet, humanoid hands, imminent threesome,   │\n",
       "│  kissing, looking pleasured, lying, male, male/female, male penetrating, male penetrating female, multicolored  │\n",
       "│   body, multicolored fur, on bed, on side, partially clothed, penetration, penile, penile penetration, penis,   │\n",
       "│  penis in pussy, plantigrade, pussy, sex, spread butt, spread legs, spreading, tan body, tan fur, teeth, toes,  │\n",
       "│ tongue, tongue out, trio, two tone body, two tone fur, vaginal, vaginal fluids, vaginal penetration, voyeur, by │\n",
       "│   meesh, beastars, super mario maker 2, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog,   │\n",
       "│ crowned sword zacian, domestic dog, hunting dog, labrador, retriever, wolf, zacian, story, story in description │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\805fc9de6ac594c7f069d314ad73ccbd.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ anus, ass to pussy, balls, bed, big breasts, black nose, blush, bodily fluids, bottomless, bottomless anthro, │\n", "│ bottomless female, bottomless male, breasts, brown body, brown fur, butt, butt grab, clothed, clothing, │\n", "│ discarded bottomwear, discarded clothing, discarded shorts, eyes closed, feet, female, female penetrated, │\n", "│ fingers, french kissing, fur, furniture, genital fluids, genitals, grey body, grey fur, group, hand on │\n", "│ another's butt, hand on butt, holding butt, huge breasts, humanoid feet, humanoid hands, imminent threesome, │\n", "│ kissing, looking pleasured, lying, male, male/female, male penetrating, male penetrating female, multicolored │\n", "│ body, multicolored fur, on bed, on side, partially clothed, penetration, penile, penile penetration, penis, │\n", "│ penis in pussy, plantigrade, pussy, sex, spread butt, spread legs, spreading, tan body, tan fur, teeth, toes, │\n", "│ tongue, tongue out, trio, two tone body, two tone fur, vaginal, vaginal fluids, vaginal penetration, voyeur, by │\n", "│ meesh, beastars, super mario maker 2, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, │\n", "│ crowned sword zacian, domestic dog, hunting dog, labrador, retriever, wolf, zacian, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4377297.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4377297.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\42573e94a9dcbdf3056f9a927ff38fbe.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,  │\n",
       "│      anus, balls, bed, black nose, blush, bodily fluids, bottomless, bottomless anthro, bottomless female,      │\n",
       "│ bottomless male, brown body, brown fur, butt, butt grab, clothed, clothing, cum, cum from pussy, cum in pussy,  │\n",
       "│ cum inside, cum on leg, cum on penis, discarded bottomwear, discarded clothing, discarded shorts, eyes closed,  │\n",
       "│ feet, female, female penetrated, fingers, french kissing, fur, furniture, genital fluids, genitals, grey body,  │\n",
       "│  grey fur, group, hand on butt, humanoid feet, humanoid hands, imminent threesome, kissing, looking pleasured,  │\n",
       "│  lying, male, male/female, male penetrating, male penetrating female, multicolored body, multicolored fur, on   │\n",
       "│  bed, on side, partially clothed, penetration, penile, penile penetration, penis, penis in pussy, plantigrade,  │\n",
       "│   pussy, sex, tan body, tan fur, teeth, toes, tongue, tongue out, trio, two tone body, two tone fur, vaginal,   │\n",
       "│   vaginal penetration, voyeur, by meesh, beastars, super mario maker 2, jack \\(beastars\\), juno \\(beastars\\),   │\n",
       "│   legoshi \\(beastars\\), bird dog, crowned sword zacian, domestic dog, hunting dog, labrador, retriever, wolf,   │\n",
       "│                                                 zacian, hi res                                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\42573e94a9dcbdf3056f9a927ff38fbe.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, 5 toes, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ anus, balls, bed, black nose, blush, bodily fluids, bottomless, bottomless anthro, bottomless female, │\n", "│ bottomless male, brown body, brown fur, butt, butt grab, clothed, clothing, cum, cum from pussy, cum in pussy, │\n", "│ cum inside, cum on leg, cum on penis, discarded bottomwear, discarded clothing, discarded shorts, eyes closed, │\n", "│ feet, female, female penetrated, fingers, french kissing, fur, furniture, genital fluids, genitals, grey body, │\n", "│ grey fur, group, hand on butt, humanoid feet, humanoid hands, imminent threesome, kissing, looking pleasured, │\n", "│ lying, male, male/female, male penetrating, male penetrating female, multicolored body, multicolored fur, on │\n", "│ bed, on side, partially clothed, penetration, penile, penile penetration, penis, penis in pussy, plantigrade, │\n", "│ pussy, sex, tan body, tan fur, teeth, toes, tongue, tongue out, trio, two tone body, two tone fur, vaginal, │\n", "│ vaginal penetration, voyeur, by meesh, beastars, super mario maker 2, jack \\(beastars\\), juno \\(beastars\\), │\n", "│ legoshi \\(beastars\\), bird dog, crowned sword zacian, domestic dog, hunting dog, labrador, retriever, wolf, │\n", "│ zacian, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4390169.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4390169.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ac6ec73d373e4e88357f1f8660745fa5.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 fingers, anal beads, anthro, anus, balls, bdsm, biped, black border, blue body, blue eyes, blue fur,  │\n",
       "│ blush, bondage, border, bound, brown body, chair, chastity cage, chastity device, claws, counting money, dildo, │\n",
       "│ erection, exposed, feet, fingers, frown, fur, furniture, genitals, girly, group, holding money, holding object, │\n",
       "│   male, money, penis, restraints, rope, rope bondage, sex toy, solo, solo focus, submissive, submissive male,   │\n",
       "│     tail, toes, trio, white body, by conditional dnp, by zackary911, lagomorph, leporid, rabbit, signature      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\ac6ec73d373e4e88357f1f8660745fa5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anal beads, anthro, anus, balls, bdsm, biped, black border, blue body, blue eyes, blue fur, │\n", "│ blush, bondage, border, bound, brown body, chair, chastity cage, chastity device, claws, counting money, dildo, │\n", "│ erection, exposed, feet, fingers, frown, fur, furniture, genitals, girly, group, holding money, holding object, │\n", "│ male, money, penis, restraints, rope, rope bondage, sex toy, solo, solo focus, submissive, submissive male, │\n", "│ tail, toes, trio, white body, by conditional dnp, by zackary911, lagomorph, leporid, rabbit, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4399338.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4399338.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f1a85107ee1a5c72f04fc08970f1d23a.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     anthro, beanie, blush, bodily fluids, breasts, choker, clothing, collaborative, collaborative fellatio,     │\n",
       "│ collaborative sex, collar, cum, cum drip, dripping, duo focus, erection, eyes closed, fellatio, female, female  │\n",
       "│ on human, ffm threesome, first person view, foreskin, fur, genital fluids, genitals, grey body, grey fur, grey  │\n",
       "│      hair, group, group sex, hair, happy, happy sex, hat, headgear, headwear, human on anthro, human pov,       │\n",
       "│  interspecies, jewelry, leaking cum, licking, long hair, looking pleasured, makeup, male, male/female, male on  │\n",
       "│ anthro, male pov, necklace, open mouth, oral, penile, penis, penis lick, penis worship, sex, threesome, tongue, │\n",
       "│     tongue out, trio, white body, white fur, by conditional dnp, by kattalu, helluva boss, mythology, loona     │\n",
       "│  \\(helluva boss\\), octavia \\(helluva boss\\), avian, bird, demon, hellhound, human, mythological creature, owl   │\n",
       "│                                        demon, digital media \\(artwork\\)                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f1a85107ee1a5c72f04fc08970f1d23a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, beanie, blush, bodily fluids, breasts, choker, clothing, collaborative, collaborative fellatio, │\n", "│ collaborative sex, collar, cum, cum drip, dripping, duo focus, erection, eyes closed, fellatio, female, female │\n", "│ on human, ffm threesome, first person view, foreskin, fur, genital fluids, genitals, grey body, grey fur, grey │\n", "│ hair, group, group sex, hair, happy, happy sex, hat, headgear, headwear, human on anthro, human pov, │\n", "│ interspecies, jewelry, leaking cum, licking, long hair, looking pleasured, makeup, male, male/female, male on │\n", "│ anthro, male pov, necklace, open mouth, oral, penile, penis, penis lick, penis worship, sex, threesome, tongue, │\n", "│ tongue out, trio, white body, white fur, by conditional dnp, by kattalu, helluva boss, mythology, loona │\n", "│ \\(helluva boss\\), octavia \\(helluva boss\\), avian, bird, demon, hellhound, human, mythological creature, owl │\n", "│ demon, digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4419281.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4419281.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\f2b6870ac07b528b8591b189243025c6.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal genitalia, anthro, assisted sex, bedroom eyes, blush, bodily fluids, breasts, cum, cum drip, cum from   │\n",
       "│     mouth, cum from nose, cum in mouth, cum in nose, cum inside, cum on breasts, cum on face, deep throat,      │\n",
       "│ dripping, ejaculation, exclamation point, faceless character, faceless male, female, female penetrated, forced, │\n",
       "│  fur, genital fluids, genitals, grey body, grey fur, grey hair, group, group nudity, group sex, hair, hand on   │\n",
       "│     head, happy, head push, heart symbol, leaking cum, long hair, male, male/female, male penetrating, male     │\n",
       "│   penetrating anthro, male penetrating female, multicolored body, multicolored hair, narrowed eyes, nipples,    │\n",
       "│ nude, oral, oral penetration, orgasm, penetration, penile, penile penetration, penis in mouth, seductive, sex,  │\n",
       "│   sheath, shocked, surprise, teeth, text, threesome, tongue, trio, white body, white fur, wings, yellow body,   │\n",
       "│  yellow fur, by conditional dnp, by kattalu, helluva boss, mythology, loona \\(helluva boss\\), queen bee-lzebub  │\n",
       "│    \\(helluva boss\\), vortex \\(helluva boss\\), demon, hellhound, hybrid, mythological creature, digital media    │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\f2b6870ac07b528b8591b189243025c6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, anthro, assisted sex, bedroom eyes, blush, bodily fluids, breasts, cum, cum drip, cum from │\n", "│ mouth, cum from nose, cum in mouth, cum in nose, cum inside, cum on breasts, cum on face, deep throat, │\n", "│ dripping, ejaculation, exclamation point, faceless character, faceless male, female, female penetrated, forced, │\n", "│ fur, genital fluids, genitals, grey body, grey fur, grey hair, group, group nudity, group sex, hair, hand on │\n", "│ head, happy, head push, heart symbol, leaking cum, long hair, male, male/female, male penetrating, male │\n", "│ penetrating anthro, male penetrating female, multicolored body, multicolored hair, narrowed eyes, nipples, │\n", "│ nude, oral, oral penetration, orgasm, penetration, penile, penile penetration, penis in mouth, seductive, sex, │\n", "│ sheath, shocked, surprise, teeth, text, threesome, tongue, trio, white body, white fur, wings, yellow body, │\n", "│ yellow fur, by conditional dnp, by kattalu, helluva boss, mythology, loona \\(helluva boss\\), queen bee-lzebub │\n", "│ \\(helluva boss\\), vortex \\(helluva boss\\), demon, hellhound, hybrid, mythological creature, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4424726.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4424726.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\3391c495977c22218452357ee7f8269d.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal genitalia, animal pussy, anus, bestiality, blush, bodily fluids, collaborative, collaborative pussyjob,  │\n",
       "│   collaborative sex, erection, feline genitalia, feline pussy, female, female feral, female on human, feral,    │\n",
       "│    first person view, fur, genital fluids, genitals, group, hot dogging, human on feral, human pov, humanoid    │\n",
       "│   genitalia, humanoid penis, interspecies, looking at viewer, looking back, male, male/female, male on feral,   │\n",
       "│  male pov, nude, penile, penis, pussy, pussyjob, quadruped, sex, simple background, tail, tongue, tribadism on  │\n",
       "│    penis, trio, by elicitie, the lion king, kiara \\(the lion king\\), vitani \\(the lion king\\), human, lion,     │\n",
       "│                                               pantherine, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\3391c495977c22218452357ee7f8269d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal pussy, anus, bestiality, blush, bodily fluids, collaborative, collaborative pussyjob, │\n", "│ collaborative sex, erection, feline genitalia, feline pussy, female, female feral, female on human, feral, │\n", "│ first person view, fur, genital fluids, genitals, group, hot dogging, human on feral, human pov, humanoid │\n", "│ genitalia, humanoid penis, interspecies, looking at viewer, looking back, male, male/female, male on feral, │\n", "│ male pov, nude, penile, penis, pussy, pussyjob, quadruped, sex, simple background, tail, tongue, tribadism on │\n", "│ penis, trio, by elicitie, the lion king, kiara \\(the lion king\\), vitani \\(the lion king\\), human, lion, │\n", "│ pantherine, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4445828.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4445828.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\6204dc9fe3694f8e8c5951fc0b56a366.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anal penetration, anal tugging, animal genitalia, animal penis, anthro, anthro on feral, anus, ball size  │\n",
       "│    difference, balls, bestiality, big balls, big penis, blue body, bodily fluids, brown body, bucket, butt,     │\n",
       "│  close-up, clothed, clothing, container, cum, cum drenched, cum everywhere, cum in ass, cum in bucket, cum in   │\n",
       "│   container, cum in mouth, cum inside, cum on balls, cum on butt, cum on face, cum on penis, cum string, cum    │\n",
       "│  while penetrated, cumshot, digitigrade, dildo, dominant, double dildo, ejaculation, erection, excessive cum,   │\n",
       "│ excessive genital fluids, eyes closed, face on balls, faceless character, faceless feral, faceless male, feet,  │\n",
       "│    feral, feral on feral, feral penetrated, feral penetrating, feral penetrating feral, fingers, from behind    │\n",
       "│    position, front row seat, genital fluids, genitals, glistening, glistening body, grass, group, group sex,    │\n",
       "│  high-angle view, holding own penis, holding penis, huge balls, huge penis, licking, licking lips, licking own  │\n",
       "│       lips, long penis, looking at penetration, looking pleasured, male, male/male, male penetrated, male       │\n",
       "│ penetrating, male penetrating male, masturbation, messy, milking cum, mounting, nude, orgasm, outside, outside  │\n",
       "│  sex, partially clothed, penetration, penile, penile masturbation, penile penetration, penis, plant, red body,  │\n",
       "│     sandwiched, self lick, sex, sex toy, sheath, simple background, simultaneous orgasms, size difference,      │\n",
       "│   spreading, text, thick penis, threesome, toes, tongue, tongue out, topwear, trio, unusual anatomy, unusual    │\n",
       "│  genitalia, unusual penis, voyeur, by edjit, mythology, dergon \\(edjit\\), dragon, equid, equine, mythological   │\n",
       "│    creature, mythological scalie, reptile, scalie, artist name, colored, digital media \\(artwork\\), digital     │\n",
       "│                                painting \\(artwork\\), english text, portrait, url                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\6204dc9fe3694f8e8c5951fc0b56a366.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anal tugging, animal genitalia, animal penis, anthro, anthro on feral, anus, ball size │\n", "│ difference, balls, bestiality, big balls, big penis, blue body, bodily fluids, brown body, bucket, butt, │\n", "│ close-up, clothed, clothing, container, cum, cum drenched, cum everywhere, cum in ass, cum in bucket, cum in │\n", "│ container, cum in mouth, cum inside, cum on balls, cum on butt, cum on face, cum on penis, cum string, cum │\n", "│ while penetrated, cumshot, digitigrade, dildo, dominant, double dildo, ejaculation, erection, excessive cum, │\n", "│ excessive genital fluids, eyes closed, face on balls, faceless character, faceless feral, faceless male, feet, │\n", "│ feral, feral on feral, feral penetrated, feral penetrating, feral penetrating feral, fingers, from behind │\n", "│ position, front row seat, genital fluids, genitals, glistening, glistening body, grass, group, group sex, │\n", "│ high-angle view, holding own penis, holding penis, huge balls, huge penis, licking, licking lips, licking own │\n", "│ lips, long penis, looking at penetration, looking pleasured, male, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, masturbation, messy, milking cum, mounting, nude, orgasm, outside, outside │\n", "│ sex, partially clothed, penetration, penile, penile masturbation, penile penetration, penis, plant, red body, │\n", "│ sandwiched, self lick, sex, sex toy, sheath, simple background, simultaneous orgasms, size difference, │\n", "│ spreading, text, thick penis, threesome, toes, tongue, tongue out, topwear, trio, unusual anatomy, unusual │\n", "│ genitalia, unusual penis, voyeur, by edjit, mythology, dergon \\(edjit\\), dragon, equid, equine, mythological │\n", "│ creature, mythological scalie, reptile, scalie, artist name, colored, digital media \\(artwork\\), digital │\n", "│ painting \\(artwork\\), english text, portrait, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4458481.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4458481.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\0e0712ab4ddc2e474c818e556710f70e.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating   │\n",
       "│    anthro, anus, backsack, balls, bisexual, bisexual sandwich, bodily fluids, bottomless, breasts, clothed,     │\n",
       "│  clothing, cutaway, drooling, feet, female, female penetrated, fur, genitals, group, group nudity, group sex,   │\n",
       "│ humanoid feet, humanoid hands, looking pleasured, lucky pierre, male, male/female, male/male, male penetrated,  │\n",
       "│   male penetrating, male penetrating female, male penetrating male, muscular, muscular anthro, muscular male,   │\n",
       "│  nude, open mouth, penetrating while penetrated, penetration, penile, penile penetration, penis, penis in ass,  │\n",
       "│    penis in pussy, plantigrade, pussy, saliva, sandwich position, sex, threesome, tongue, tongue out, train     │\n",
       "│ position, trio, vaginal, vaginal penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi │\n",
       "│    \\(beastars\\), bird dog, domestic dog, hunting dog, labrador, retriever, wolf, story, story in description    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\0e0712ab4ddc2e474c818e556710f70e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, anus, backsack, balls, bisexual, bisexual sandwich, bodily fluids, bottomless, breasts, clothed, │\n", "│ clothing, cutaway, drooling, feet, female, female penetrated, fur, genitals, group, group nudity, group sex, │\n", "│ humanoid feet, humanoid hands, looking pleasured, lucky pierre, male, male/female, male/male, male penetrated, │\n", "│ male penetrating, male penetrating female, male penetrating male, muscular, muscular anthro, muscular male, │\n", "│ nude, open mouth, penetrating while penetrated, penetration, penile, penile penetration, penis, penis in ass, │\n", "│ penis in pussy, plantigrade, pussy, saliva, sandwich position, sex, threesome, tongue, tongue out, train │\n", "│ position, trio, vaginal, vaginal penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi │\n", "│ \\(beastars\\), bird dog, domestic dog, hunting dog, labrador, retriever, wolf, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4458482.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4458482.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\ef9001ecb90d6516172513c586f46a11.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating   │\n",
       "│    anthro, anus, backsack, balls, bisexual, bisexual sandwich, bodily fluids, bottomless, breasts, clothed,     │\n",
       "│   clothing, cum, cum from ass, cum from pussy, cum in ass, cum in pussy, cum inside, cutaway, drooling, feet,   │\n",
       "│    female, female penetrated, fur, genital fluids, genitals, group, group nudity, group sex, humanoid feet,     │\n",
       "│      humanoid hands, looking pleasured, lucky pierre, male, male/female, male/male, male penetrated, male       │\n",
       "│  penetrating, male penetrating female, male penetrating male, muscular, muscular anthro, muscular male, nude,   │\n",
       "│  open mouth, penetrating while penetrated, penetration, penile, penile penetration, penis, plantigrade, pussy,  │\n",
       "│      saliva, sandwich position, sex, threesome, tongue, tongue out, train position, trio, vaginal, vaginal      │\n",
       "│ penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic │\n",
       "│                                   dog, hunting dog, labrador, retriever, wolf                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\ef9001ecb90d6516172513c586f46a11.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, anus, backsack, balls, bisexual, bisexual sandwich, bodily fluids, bottomless, breasts, clothed, │\n", "│ clothing, cum, cum from ass, cum from pussy, cum in ass, cum in pussy, cum inside, cutaway, drooling, feet, │\n", "│ female, female penetrated, fur, genital fluids, genitals, group, group nudity, group sex, humanoid feet, │\n", "│ humanoid hands, looking pleasured, lucky pierre, male, male/female, male/male, male penetrated, male │\n", "│ penetrating, male penetrating female, male penetrating male, muscular, muscular anthro, muscular male, nude, │\n", "│ open mouth, penetrating while penetrated, penetration, penile, penile penetration, penis, plantigrade, pussy, │\n", "│ saliva, sandwich position, sex, threesome, tongue, tongue out, train position, trio, vaginal, vaginal │\n", "│ penetration, by meesh, beastars, jack \\(beastars\\), juno \\(beastars\\), legoshi \\(beastars\\), bird dog, domestic │\n", "│ dog, hunting dog, labrador, retriever, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4479304.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4479304.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\21249b2d1075b421fd5b741e3fd37954.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal wink, animal genitalia, animal pussy, anus, bestiality, black lips, bodily fluids, brown body, brown skin, │\n",
       "│  collar, dark body, dark skin, erection, faceless character, faceless human, faceless male, feline genitalia,   │\n",
       "│   feline pussy, fellatio, female, female focus, female on human, female penetrated, feral, feral focus, feral   │\n",
       "│  penetrated, fur, genital fluids, genitals, group, hair, human on feral, human penetrating, human penetrating   │\n",
       "│  female, human penetrating feral, interspecies, licking, lips, looking back, male, male/female, male on feral,  │\n",
       "│ male penetrating, male penetrating female, male penetrating feral, nude, open mouth, oral, penetration, penile, │\n",
       "│ penile penetration, penis, penis in pussy, penis lick, pulling hair, pussy, quadruped, radio collar, sex, solo  │\n",
       "│ focus, spitroast, tail, tongue, tongue out, tongue taco, touching hair, trio, vaginal, vaginal penetration, by  │\n",
       "│                     elicitie, silky \\(elicitie\\), feline, human, humanoid, lion, pantherine                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\21249b2d1075b421fd5b741e3fd37954.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal wink, animal genitalia, animal pussy, anus, bestiality, black lips, bodily fluids, brown body, brown skin, │\n", "│ collar, dark body, dark skin, erection, faceless character, faceless human, faceless male, feline genitalia, │\n", "│ feline pussy, fellatio, female, female focus, female on human, female penetrated, feral, feral focus, feral │\n", "│ penetrated, fur, genital fluids, genitals, group, hair, human on feral, human penetrating, human penetrating │\n", "│ female, human penetrating feral, interspecies, licking, lips, looking back, male, male/female, male on feral, │\n", "│ male penetrating, male penetrating female, male penetrating feral, nude, open mouth, oral, penetration, penile, │\n", "│ penile penetration, penis, penis in pussy, penis lick, pulling hair, pussy, quadruped, radio collar, sex, solo │\n", "│ focus, spitroast, tail, tongue, tongue out, tongue taco, touching hair, trio, vaginal, vaginal penetration, by │\n", "│ elicitie, silky \\(elicitie\\), feline, human, humanoid, lion, pantherine │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4514668.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4514668.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\3b55cc2951f82a5a1f428c3d4a16806c.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, anthro, anthro penetrated, anus, arm warmers, armwear, backsack, ball slap, balls,    │\n",
       "│   bdsm, big balls, big butt, big penis, black armwear, black clothing, black legwear, bodily fluids, bondage,   │\n",
       "│    bound, box, box bondage, breeding mount, breeding mount use, butt, claws, clothing, container, dominant,     │\n",
       "│    dominant male, erection, feet, forced, free use, fully bound, fur, genitals, glistening, glistening body,    │\n",
       "│   gloves, group, hair, handwear, inside, latex, latex armwear, latex clothing, latex gloves, latex handware,    │\n",
       "│ latex handwear, latex legwear, latex stockings, legwear, liquid, lying, male, male/male, male dominating male,  │\n",
       "│      male penetrated, male penetrating, male penetrating male, nude, on back, penetration, penile, penile       │\n",
       "│  penetration, penis, penis in ass, perineum, pink anus, presenting, presenting hindquarters, public use, rear   │\n",
       "│  view, restrained, sex, sex box, slap, soles, space, spread butt, spreading, stockings, submissive, submissive  │\n",
       "│ anthro, submissive male, sweat, sweatdrop, sweaty genitalia, tail, thick thighs, thigh highs, toe claws, toes,  │\n",
       "│   trio, y anus, by edjit, lilo and stitch, fan character, ferlo, keyne, alien, experiment \\(lilo and stitch\\)   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\3b55cc2951f82a5a1f428c3d4a16806c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, anthro, anthro penetrated, anus, arm warmers, armwear, backsack, ball slap, balls, │\n", "│ bdsm, big balls, big butt, big penis, black armwear, black clothing, black legwear, bodily fluids, bondage, │\n", "│ bound, box, box bondage, breeding mount, breeding mount use, butt, claws, clothing, container, dominant, │\n", "│ dominant male, erection, feet, forced, free use, fully bound, fur, genitals, glistening, glistening body, │\n", "│ gloves, group, hair, handwear, inside, latex, latex armwear, latex clothing, latex gloves, latex handware, │\n", "│ latex handwear, latex legwear, latex stockings, legwear, liquid, lying, male, male/male, male dominating male, │\n", "│ male penetrated, male penetrating, male penetrating male, nude, on back, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, perineum, pink anus, presenting, presenting hindquarters, public use, rear │\n", "│ view, restrained, sex, sex box, slap, soles, space, spread butt, spreading, stockings, submissive, submissive │\n", "│ anthro, submissive male, sweat, sweatdrop, sweaty genitalia, tail, thick thighs, thigh highs, toe claws, toes, │\n", "│ trio, y anus, by edjit, lilo and stitch, fan character, ferlo, keyne, alien, experiment \\(lilo and stitch\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4532233.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4532233.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\70602088fe99fd273512d6002faf7e13.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, apron, apron only, areola, bedroom eyes, belly, beverage, big breasts, biped, breasts, broken clothing, │\n",
       "│      brown body, butt, clawed hands, claws, clothed, clothing, coffee, coffee cup, coffee shop, container,      │\n",
       "│   convenient censorship, cup, delivery \\(commerce\\), delivery employee, dialogue, duo focus, emoji, excited,    │\n",
       "│ female, food delivery, genitals, gesture, group, hiding pussy, holding object, inside, logo, looking at viewer, │\n",
       "│   menu, menu board, narrowed eyes, open mouth, partially clothed, partially visible genitals, public, public    │\n",
       "│  exposure, pussy, rear view, scales, seductive, sharp teeth, side boob, speech bubble, suggestive, suggestive   │\n",
       "│    gesture, suggestive text, tail, teeth, text, thick neck, thick thighs, tongue, torn clothing, trio, white    │\n",
       "│ belly, wide eyed, yellow eyes, by buta99, delivery shark \\(buta99\\), large croco barista, small croco barista,  │\n",
       "│  crocodile, crocodilian, crocodylid, fish, marine, reptile, scalie, shark, digital media \\(artwork\\), digital   │\n",
       "│                                  painting \\(artwork\\), english text, signature                                  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\70602088fe99fd273512d6002faf7e13.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, apron, apron only, areola, bedroom eyes, belly, beverage, big breasts, biped, breasts, broken clothing, │\n", "│ brown body, butt, clawed hands, claws, clothed, clothing, coffee, coffee cup, coffee shop, container, │\n", "│ convenient censorship, cup, delivery \\(commerce\\), delivery employee, dialogue, duo focus, emoji, excited, │\n", "│ female, food delivery, genitals, gesture, group, hiding pussy, holding object, inside, logo, looking at viewer, │\n", "│ menu, menu board, narrowed eyes, open mouth, partially clothed, partially visible genitals, public, public │\n", "│ exposure, pussy, rear view, scales, seductive, sharp teeth, side boob, speech bubble, suggestive, suggestive │\n", "│ gesture, suggestive text, tail, teeth, text, thick neck, thick thighs, tongue, torn clothing, trio, white │\n", "│ belly, wide eyed, yellow eyes, by buta99, delivery shark \\(buta99\\), large croco barista, small croco barista, │\n", "│ crocodile, crocodilian, crocodylid, fish, marine, reptile, scalie, shark, digital media \\(artwork\\), digital │\n", "│ painting \\(artwork\\), english text, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4577027.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4577027.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\2b1d1b630862c7f81f74f0d701801306.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, black sclera, blank stare, blep, blush, blush lines, bodily fluids, claws, collaborative, collaborative │\n",
       "│    fellatio, collaborative sex, cum, cum on snout, cum on tongue, dialogue, dripping, drooling, drooling on     │\n",
       "│   partner, feathers, fellatio, female, fur, genital fluids, genitals, googly eyes, group, heart symbol, human   │\n",
       "│     penetrating, humor, interspecies, larger female, licking, male, male/female, oral, oversized fellatio,      │\n",
       "│  oversized oral, palphilia, penetration, penile, penis, penis lick, pokephilia, saliva, saliva drip, saliva on  │\n",
       "│    penis, saliva on tongue, sex, silly, silly face, simple background, size difference, sweat, text, tongue,    │\n",
       "│    tongue out, trio, upset, by storm, european mythology, mythology, palworld, pocketpair, dragon, feathered    │\n",
       "│  dragon, furred dragon, human, mythological creature, mythological scalie, pal \\(species\\), quivern, reshiram,  │\n",
       "│    scalie, western dragon, winged dragon, crossover, digital media \\(artwork\\), english text, lol comments,     │\n",
       "│                                               sketch, spot color                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\2b1d1b630862c7f81f74f0d701801306.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, black sclera, blank stare, blep, blush, blush lines, bodily fluids, claws, collaborative, collaborative │\n", "│ fellatio, collaborative sex, cum, cum on snout, cum on tongue, dialogue, dripping, drooling, drooling on │\n", "│ partner, feathers, fellatio, female, fur, genital fluids, genitals, googly eyes, group, heart symbol, human │\n", "│ penetrating, humor, interspecies, larger female, licking, male, male/female, oral, oversized fellatio, │\n", "│ oversized oral, palphilia, penetration, penile, penis, penis lick, pokephilia, saliva, saliva drip, saliva on │\n", "│ penis, saliva on tongue, sex, silly, silly face, simple background, size difference, sweat, text, tongue, │\n", "│ tongue out, trio, upset, by storm, european mythology, mythology, palworld, pocketpair, dragon, feathered │\n", "│ dragon, furred dragon, human, mythological creature, mythological scalie, pal \\(species\\), quivern, reshiram, │\n", "│ scalie, western dragon, winged dragon, crossover, digital media \\(artwork\\), english text, lol comments, │\n", "│ sketch, spot color │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\4633026.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m4633026.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\2f760568ab38ab1af253181179cf1896.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 toes, accessory, anal, anal fingering, anthro, anthro on anthro, anthro penetrated, anthro penetrating,    │\n",
       "│    anthro penetrating anthro, anus, balls, big penis, blonde hair, bodily fluids, bow ribbon, breasts, butt,    │\n",
       "│  cervical penetration, claws, clothing, cum, cum from nose, cum from pussy, cum in mouth, cum in nose, cum in   │\n",
       "│  pussy, cum in uterus, cum inside, cum on feet, cum string, cumshot, disembodied penis, ejaculation, erection,  │\n",
       "│ feet, female, female penetrated, fingering, foreskin, fucked silly, fur, furgonomics, genital fluids, genitals, │\n",
       "│   group, group sex, hair, hand on hair, humanoid genitalia, humanoid penis, impregnation, internal, legwear,    │\n",
       "│ male, male/female, male penetrating, male penetrating female, orgasm, ovum, pawpads, penetration, penis, pussy, │\n",
       "│ ribbons, roast, saliva, sex, soles, sperm cell, stirrup stockings, stockings, tail, tail accessory, tail anus,  │\n",
       "│  tail bow, tail ribbon, thigh highs, threesome, thumb in ass, toe claws, toes, trio, uterus, vaginal, vaginal   │\n",
       "│     penetration, white body, white fur, by tofu froth, final fantasy, final fantasy ix, square enix, freya      │\n",
       "│                             crescent, burmecian, murid, murine, rat, rodent, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\2f760568ab38ab1af253181179cf1896.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, accessory, anal, anal fingering, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, anus, balls, big penis, blonde hair, bodily fluids, bow ribbon, breasts, butt, │\n", "│ cervical penetration, claws, clothing, cum, cum from nose, cum from pussy, cum in mouth, cum in nose, cum in │\n", "│ pussy, cum in uterus, cum inside, cum on feet, cum string, cumshot, disembodied penis, ejaculation, erection, │\n", "│ feet, female, female penetrated, fingering, foreskin, fucked silly, fur, furgonomics, genital fluids, genitals, │\n", "│ group, group sex, hair, hand on hair, humanoid genitalia, humanoid penis, impregnation, internal, legwear, │\n", "│ male, male/female, male penetrating, male penetrating female, orgasm, ovum, pawpads, penetration, penis, pussy, │\n", "│ ribbons, roast, saliva, sex, soles, sperm cell, stirrup stockings, stockings, tail, tail accessory, tail anus, │\n", "│ tail bow, tail ribbon, thigh highs, threesome, thumb in ass, toe claws, toes, trio, uterus, vaginal, vaginal │\n", "│ penetration, white body, white fur, by tofu froth, final fantasy, final fantasy ix, square enix, freya │\n", "│ crescent, burmecian, murid, murine, rat, rodent, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\trio\\587729.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\trio\\\u001b[0m\u001b[1;36m587729.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                            E:\\training_dir\\trio\\dddf4a9b7f5ca93b1cefe007f08d2181.txt                            ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   3 fingers, abdominal bulge, ahegao, all fours, ambiguous penetration, annoyed, balls deep, bestiality, big    │\n",
       "│ breasts, bisexual, bisexual train, blue eyes, blush, bodily fluids, breasts, butt, clothing, cum, cum drip, cum │\n",
       "│   in ass, cum in mouth, cum in pussy, cum inflation, cum inside, cum on butt, cum on leg, cum on tongue, cum    │\n",
       "│ splatter, cum string, cum while penetrated, dialogue, doggystyle, dripping, drooling, excessive cum, excessive  │\n",
       "│   genital fluids, eye roll, eyebrows, feet, female, female/female, female on feral, feral, feral penetrating,   │\n",
       "│   feral penetrating human, fingerless gloves, fingers, footwear, forced, from behind position, fucked silly,    │\n",
       "│   genital fluids, glistening, glistening body, gloves, green body, group, group sex, hair, handwear, human on   │\n",
       "│  feral, human penetrated, inflation, interspecies, leaking cum, legwear, looking pleasured, male, male/female,  │\n",
       "│    male penetrating, multicolored body, nipples, nude, open mouth, orgasm, penetration, pokeball, pokemorph,    │\n",
       "│ pokephilia, purple body, raised inner eyebrows, rape, red hair, saliva, saliva string, sex, simple background,  │\n",
       "│   simultaneous orgasms, slime, socks, standard pokeball, tail, talking feral, text, threesome, tongue, tongue   │\n",
       "│  out, train position, trainer, trio, two tone body, white background, white body, by slugbox, by stickysheep,   │\n",
       "│      mythology, scout \\(stickysheep\\), dragon, gardevoir, goodra, human, humanoid, mythological creature,       │\n",
       "│                            mythological scalie, scalie, collaboration, english text                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\trio\\dddf4a9b7f5ca93b1cefe007f08d2181.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 fingers, abdominal bulge, ahegao, all fours, ambiguous penetration, annoyed, balls deep, bestiality, big │\n", "│ breasts, bisexual, bisexual train, blue eyes, blush, bodily fluids, breasts, butt, clothing, cum, cum drip, cum │\n", "│ in ass, cum in mouth, cum in pussy, cum inflation, cum inside, cum on butt, cum on leg, cum on tongue, cum │\n", "│ splatter, cum string, cum while penetrated, dialogue, doggystyle, dripping, drooling, excessive cum, excessive │\n", "│ genital fluids, eye roll, eyebrows, feet, female, female/female, female on feral, feral, feral penetrating, │\n", "│ feral penetrating human, fingerless gloves, fingers, footwear, forced, from behind position, fucked silly, │\n", "│ genital fluids, glistening, glistening body, gloves, green body, group, group sex, hair, handwear, human on │\n", "│ feral, human penetrated, inflation, interspecies, leaking cum, legwear, looking pleasured, male, male/female, │\n", "│ male penetrating, multicolored body, nipples, nude, open mouth, orgasm, penetration, pokeball, pokemorph, │\n", "│ pokephilia, purple body, raised inner eyebrows, rape, red hair, saliva, saliva string, sex, simple background, │\n", "│ simultaneous orgasms, slime, socks, standard pokeball, tail, talking feral, text, threesome, tongue, tongue │\n", "│ out, train position, trainer, trio, two tone body, white background, white body, by slugbox, by stickysheep, │\n", "│ mythology, scout \\(stickysheep\\), dragon, gardevoir, goodra, human, humanoid, mythological creature, │\n", "│ mythological scalie, scalie, collaboration, english text │\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\"(?