{ "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": 5, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_nipple\\2695896.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_nipple\\\u001b[0m\u001b[1;36m2695896.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_nipple\\80b9de3098a518295d303336422a70db.txt                    ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 3 toes, 4 fingers, anal beads in nipple, animal genitalia, animal penis, anthro, anthrofied, areola, balls, big │\n",
       "│   balls, big breasts, big butt, big penis, biped, blue eyes, bodily fluids, breasts, butt, cum, curvy figure,   │\n",
       "│   equine genitalia, equine penis, erection, feet, fingers, genital fluids, genitals, gynomorph, heart symbol,   │\n",
       "│ huge balls, huge breasts, huge penis, hyper, hyper balls, hyper breasts, hyper genitalia, intersex, lactating,  │\n",
       "│    looking at viewer, milk, nipple fetish, nipple penetration, nipple play, nipples, nude, nude anthro, nude    │\n",
       "│ gynomorph, nude intersex, open mouth, penetration, penis, sagging breasts, sex toy, sex toy in nipple, sex toy  │\n",
       "│   insertion, simple background, solo, standing, tail, thick thighs, toes, voluptuous, wide hips, by sepiruth,   │\n",
       "│ konami, mythology, yu-gi-oh!, blue-eyes abyss dragon, dragon, duel monster, mythological creature, mythological │\n",
       "│                                scalie, 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_nipple\\80b9de3098a518295d303336422a70db.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 3 toes, 4 fingers, anal beads in nipple, animal genitalia, animal penis, anthro, anthrofied, areola, balls, big │\n", "│ balls, big breasts, big butt, big penis, biped, blue eyes, bodily fluids, breasts, butt, cum, curvy figure, │\n", "│ equine genitalia, equine penis, erection, feet, fingers, genital fluids, genitals, gynomorph, heart symbol, │\n", "│ huge balls, huge breasts, huge penis, hyper, hyper balls, hyper breasts, hyper genitalia, intersex, lactating, │\n", "│ looking at viewer, milk, nipple fetish, nipple penetration, nipple play, nipples, nude, nude anthro, nude │\n", "│ gynomorph, nude intersex, open mouth, penetration, penis, sagging breasts, sex toy, sex toy in nipple, sex toy │\n", "│ insertion, simple background, solo, standing, tail, thick thighs, toes, voluptuous, wide hips, by sepiruth, │\n", "│ konami, mythology, yu-gi-oh!, blue-eyes abyss dragon, dragon, duel monster, mythological creature, mythological │\n", "│ scalie, scalie, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_nipple\\4345729.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_nipple\\\u001b[0m\u001b[1;36m4345729.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\anal_beads_in_nipple\\5c0f000bff95490f20757c75554c9798.txt                    ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anal, anal beads, anal beads in nipple, anal penetration, anthro, areola, arms tied, athletic, │\n",
       "│  athletic anthro, athletic female, bad end, barely visible genitalia, barely visible pussy, bdsm, big breasts,  │\n",
       "│   big clitoris, black body, black fur, bodily fluids, body modification, body writing, bondage, bound, breast   │\n",
       "│ expansion, breasts, breasts tied, captured, chest scar, chest tuft, clitoral hood, clitoris, countershade face, │\n",
       "│ countershade torso, countershading, cross-eyed, crotch tuft, defeated, defeated heroine, degradation, drooling, │\n",
       "│   ear tuft, electricity, electrocution, electrostimulation, expansion, extreme penetration, eye roll, facial    │\n",
       "│ scar, fangs, female, female penetrated, fluffy, fluffy tail, forced, forced exposure, fur, game over, gameplay  │\n",
       "│ mechanics, genital fluids, genital torture, genitals, glowing, glowing eyes, grey body, grey fur, hands behind  │\n",
       "│   back, heart symbol, humiliation, instruction on body, lactating, large penetration, leaking, leaking milk,    │\n",
       "│ leaking pussy, leg scar, leg tuft, legs tied, lightning bolt, mane, milk, multicolored body, multicolored fur,  │\n",
       "│  multiple penetration, muzzle \\(object\\), muzzled, navel, neck tuft, nipple fetish, nipple penetration, nipple  │\n",
       "│ play, nipples, object in ass, object insertion, pain, penetration, prisoner, pubes, pussy, pussy torture, rape, │\n",
       "│   saliva, saliva string, scar, scars all over, sex toy, sex toy in ass, sex toy in nipple, sex toy insertion,   │\n",
       "│   shaking, shocked, snout, solo, spread legs, spreading, symbol, tail, tail bondage, tail tied, tally marks,    │\n",
       "│ teeth, thick thighs, torture, tremble spikes, trembling, tuft, two tone body, two tone fur, vibrator, vibrator  │\n",
       "│        in nipple, western tally marks, wooden horse \\(device\\), word substitution, by mchoi141, blizzard        │\n",
       "│ entertainment, mythology, lakaiger, mythological creature, were, werecanid, werecanine, werewolf, wolf, worgen, │\n",
       "│                                               absurd res, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_nipple\\5c0f000bff95490f20757c75554c9798.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal beads, anal beads in nipple, anal penetration, anthro, areola, arms tied, athletic, │\n", "│ athletic anthro, athletic female, bad end, barely visible genitalia, barely visible pussy, bdsm, big breasts, │\n", "│ big clitoris, black body, black fur, bodily fluids, body modification, body writing, bondage, bound, breast │\n", "│ expansion, breasts, breasts tied, captured, chest scar, chest tuft, clitoral hood, clitoris, countershade face, │\n", "│ countershade torso, countershading, cross-eyed, crotch tuft, defeated, defeated heroine, degradation, drooling, │\n", "│ ear tuft, electricity, electrocution, electrostimulation, expansion, extreme penetration, eye roll, facial │\n", "│ scar, fangs, female, female penetrated, fluffy, fluffy tail, forced, forced exposure, fur, game over, gameplay │\n", "│ mechanics, genital fluids, genital torture, genitals, glowing, glowing eyes, grey body, grey fur, hands behind │\n", "│ back, heart symbol, humiliation, instruction on body, lactating, large penetration, leaking, leaking milk, │\n", "│ leaking pussy, leg scar, leg tuft, legs tied, lightning bolt, mane, milk, multicolored body, multicolored fur, │\n", "│ multiple penetration, muzzle \\(object\\), muzzled, navel, neck tuft, nipple fetish, nipple penetration, nipple │\n", "│ play, nipples, object in ass, object insertion, pain, penetration, prisoner, pubes, pussy, pussy torture, rape, │\n", "│ saliva, saliva string, scar, scars all over, sex toy, sex toy in ass, sex toy in nipple, sex toy insertion, │\n", "│ shaking, shocked, snout, solo, spread legs, spreading, symbol, tail, tail bondage, tail tied, tally marks, │\n", "│ teeth, thick thighs, torture, tremble spikes, trembling, tuft, two tone body, two tone fur, vibrator, vibrator │\n", "│ in nipple, western tally marks, wooden horse \\(device\\), word substitution, by mchoi141, blizzard │\n", "│ entertainment, mythology, lakaiger, mythological creature, were, werecanid, werecanine, werewolf, wolf, worgen, │\n", "│ absurd res, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\anal_beads_in_urethra\\4024661.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\anal_beads_in_urethra\\\u001b[0m\u001b[1;36m4024661.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                   E:\\training_dir\\anal_beads_in_urethra\\87c05f2b85b8b8a642b4c9dea2449a7b.txt                    ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, anal bead pull, anal beads, anal beads in urethra, animal genitalia, animal penis, anthro, anthro   │\n",
       "│ penetrated, ball tuft, balls, bent over, big balls, big flare, big penis, biped, black nipples, bodily fluids,  │\n",
       "│    breasts, brown balls, brown body, brown fur, brown penis, butt, cum, cum from urethra, cumshot, dripping,    │\n",
       "│   ejaculation, equine genitalia, equine penis, erection, eyes closed, fingers, fur, genital fluids, genitals,   │\n",
       "│ grey inner pussy, grey pussy, gynomorph, herm, herm penetrated, huge penis, humanoid genitalia, humanoid pussy, │\n",
       "│    intersex, intersex penetrated, large urethra, medial ring, mismatched animal penis, mismatched genitalia,    │\n",
       "│   mismatched penis, multi nipple, multicolored body, multicolored fur, multicolored inner pussy, multicolored   │\n",
       "│   penis, multicolored pussy, nipples, nude, orange body, orange fur, penetration, penis, pink penis, precum,    │\n",
       "│   precum drip, presenting, presenting pussy, pussy, pussy ejaculation, pussy juice drip, sex toy, sex toy in    │\n",
       "│ urethra, sex toy insertion, simple background, spread butt, spreading, standing, sweat, sweaty butt, tail, tan  │\n",
       "│     inner pussy, tan pussy, tuft, two tone inner pussy, two tone penis, urethral, urethral bulge, urethral      │\n",
       "│     penetration, vaginal fluids, vein, veiny penis, virile pussy, white body, white fur, by spaal, luciana      │\n",
       "│                     \\(vanrixie\\), maned wolf, absurd res, digital media \\(artwork\\), hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\anal_beads_in_urethra\\87c05f2b85b8b8a642b4c9dea2449a7b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal bead pull, anal beads, anal beads in urethra, animal genitalia, animal penis, anthro, anthro │\n", "│ penetrated, ball tuft, balls, bent over, big balls, big flare, big penis, biped, black nipples, bodily fluids, │\n", "│ breasts, brown balls, brown body, brown fur, brown penis, butt, cum, cum from urethra, cumshot, dripping, │\n", "│ ejaculation, equine genitalia, equine penis, erection, eyes closed, fingers, fur, genital fluids, genitals, │\n", "│ grey inner pussy, grey pussy, gynomorph, herm, herm penetrated, huge penis, humanoid genitalia, humanoid pussy, │\n", "│ intersex, intersex penetrated, large urethra, medial ring, mismatched animal penis, mismatched genitalia, │\n", "│ mismatched penis, multi nipple, multicolored body, multicolored fur, multicolored inner pussy, multicolored │\n", "│ penis, multicolored pussy, nipples, nude, orange body, orange fur, penetration, penis, pink penis, precum, │\n", "│ precum drip, presenting, presenting pussy, pussy, pussy ejaculation, pussy juice drip, sex toy, sex toy in │\n", "│ urethra, sex toy insertion, simple background, spread butt, spreading, standing, sweat, sweaty butt, tail, tan │\n", "│ inner pussy, tan pussy, tuft, two tone inner pussy, two tone penis, urethral, urethral bulge, urethral │\n", "│ penetration, vaginal fluids, vein, veiny penis, virile pussy, white body, white fur, by spaal, luciana │\n", "│ \\(vanrixie\\), maned wolf, absurd res, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\big_power_bottom\\3906412.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\big_power_bottom\\\u001b[0m\u001b[1;36m3906412.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                      E:\\training_dir\\big_power_bottom\\dfbbb9926afa79108e3fbc1600962ff8.txt                      ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anal, anal penetration, ankle wraps, anthro, anthro on anthro, anthro penetrated, anthro penetrating,    │\n",
       "│ anthro penetrating anthro, anus, arm strap, arm wrapping, arm wraps, armband, armwear, aroused, aroused smile,  │\n",
       "│   balls, big balls, big dom small sub, big penis, big power bottom, black nose, black sclera, bodily fluids,    │\n",
       "│     boots, boots only, breath, butt, claws, clothing, cum, cum drip, cum on penis, dominant, dripping, duo,     │\n",
       "│   erection, facial markings, fangs, feet, foot wraps, footwear, footwear only, foreskin, fur, genital fluids,   │\n",
       "│ genitals, grey background, grey body, grey fur, grin, half-closed eyes, hand behind head, happy, head markings, │\n",
       "│    humanoid genitalia, humanoid penis, interspecies, larger male, larger on top, larger penetrated, leaking     │\n",
       "│      precum, leg wraps, legwrap, long tail, looking down, looking pleasured, lying, male, male/male, male       │\n",
       "│   penetrated, male penetrating, male penetrating male, markings, mask \\(marking\\), mostly nude, multicolored    │\n",
       "│    body, multicolored fur, muscular, muscular anthro, muscular male, nails, narrowed eyes, nude, on back, on    │\n",
       "│ bottom, on top, on top of, open mouth, orange body, orange fur, pecs, penetration, penile, penile penetration,  │\n",
       "│   penis, penis in ass, pink penis, power bottom, precum, precum drip, precum on penis, precum on self, precum   │\n",
       "│   string, prick ears, pupils, raised arm, red eyes, reverse cowgirl position, sex, sharp fangs, sharp nails,    │\n",
       "│  sharp teeth, sharp toenails, shoes, shoes only, simple background, size difference, small dom big sub, small   │\n",
       "│   top big bottom, smaller male, smaller on bottom, smile, smirk, spread legs, spreading, sweat, tail, teeth,    │\n",
       "│  thrusting, toenails, toes, tongue, white body, white fur, wrap, wrapped arms, wraps, by jrjresq, dreamworks,   │\n",
       "│ puss in boots \\(dreamworks\\), death \\(puss in boots\\), puss in boots \\(character\\), domestic cat, feline, tabby │\n",
       "│                                        cat, wolf, sexual contact, hi res                                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\big_power_bottom\\dfbbb9926afa79108e3fbc1600962ff8.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal penetration, ankle wraps, anthro, anthro on anthro, anthro penetrated, anthro penetrating, │\n", "│ anthro penetrating anthro, anus, arm strap, arm wrapping, arm wraps, armband, armwear, aroused, aroused smile, │\n", "│ balls, big balls, big dom small sub, big penis, big power bottom, black nose, black sclera, bodily fluids, │\n", "│ boots, boots only, breath, butt, claws, clothing, cum, cum drip, cum on penis, dominant, dripping, duo, │\n", "│ erection, facial markings, fangs, feet, foot wraps, footwear, footwear only, foreskin, fur, genital fluids, │\n", "│ genitals, grey background, grey body, grey fur, grin, half-closed eyes, hand behind head, happy, head markings, │\n", "│ humanoid genitalia, humanoid penis, interspecies, larger male, larger on top, larger penetrated, leaking │\n", "│ precum, leg wraps, legwrap, long tail, looking down, looking pleasured, lying, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, markings, mask \\(marking\\), mostly nude, multicolored │\n", "│ body, multicolored fur, muscular, muscular anthro, muscular male, nails, narrowed eyes, nude, on back, on │\n", "│ bottom, on top, on top of, open mouth, orange body, orange fur, pecs, penetration, penile, penile penetration, │\n", "│ penis, penis in ass, pink penis, power bottom, precum, precum drip, precum on penis, precum on self, precum │\n", "│ string, prick ears, pupils, raised arm, red eyes, reverse cowgirl position, sex, sharp fangs, sharp nails, │\n", "│ sharp teeth, sharp toenails, shoes, shoes only, simple background, size difference, small dom big sub, small │\n", "│ top big bottom, smaller male, smaller on bottom, smile, smirk, spread legs, spreading, sweat, tail, teeth, │\n", "│ thrusting, toenails, toes, tongue, white body, white fur, wrap, wrapped arms, wraps, by jrjresq, dreamworks, │\n", "│ puss in boots \\(dreamworks\\), death \\(puss in boots\\), puss in boots \\(character\\), domestic cat, feline, tabby │\n", "│ cat, wolf, sexual contact, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\210825.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m210825.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\6802d44e3fd3af26b15e962ee1f103b0.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anthro, barefoot, biped, black border, black nose, border, bottomless, breasts, casual nudity, chest tuft,    │\n",
       "│  clothed, clothing, ear tuft, erect nipples, eyes closed, feet, female, forest, fungus, fur, grass, grey body,  │\n",
       "│ grey fur, grey hair, hair, hindpaw, jewelry, jungle, kneeling, leaf, long hair, melee weapon, mushroom, nature, │\n",
       "│ necklace, nipples, nude, outside, pawpads, paws, plant, plantigrade, polearm, potion, rock, smile, soles, solo, │\n",
       "│  spear, tail, tattoo, text, topless, tree, tribal, tuft, waterskin, weapon, by conditional dnp, by jay naylor,  │\n",
       "│                                      wolf, digital media \\(artwork\\), url                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\6802d44e3fd3af26b15e962ee1f103b0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, barefoot, biped, black border, black nose, border, bottomless, breasts, casual nudity, chest tuft, │\n", "│ clothed, clothing, ear tuft, erect nipples, eyes closed, feet, female, forest, fungus, fur, grass, grey body, │\n", "│ grey fur, grey hair, hair, hindpaw, jewelry, jungle, kneeling, leaf, long hair, melee weapon, mushroom, nature, │\n", "│ necklace, nipples, nude, outside, pawpads, paws, plant, plantigrade, polearm, potion, rock, smile, soles, solo, │\n", "│ spear, tail, tattoo, text, topless, tree, tribal, tuft, waterskin, weapon, by conditional dnp, by jay naylor, │\n", "│ wolf, digital media \\(artwork\\), url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\2734058.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m2734058.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\21c00fbbea91b6caf5514b7d57e95f58.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│       5 fingers, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro       │\n",
       "│  penetrating, anthro penetrating anthro, balls, balls deep, black body, black fur, black nose, bodily fluids,   │\n",
       "│   breasts, brown body, brown fur, cum, cum on belly, cum on body, cum on self, cum while penetrated, cumshot,   │\n",
       "│  duo, ejaculation, erection, eyes closed, femboy, fingers, foreskin, from front position, fur, genital fluids,  │\n",
       "│    genitals, gynomorph, gynomorph/male, gynomorph penetrated, hands-free, heart symbol, humanoid genitalia,     │\n",
       "│  humanoid penis, intersex, intersex/male, intersex penetrated, lying, male, male penetrating, male penetrating  │\n",
       "│  gynomorph, male penetrating intersex, missionary position, moan, nipples, nude, on back, open mouth, orgasm,   │\n",
       "│ orgasm face, penetration, penile, penile penetration, penis, penis in ass, sex, solo focus, text, yellow body,  │\n",
       "│    yellow fur, by conditional dnp, by jay naylor, aron \\(jay naylor\\), audrey \\(jay naylor\\), domestic dog,     │\n",
       "│                     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\\by_jay_naylor\\21c00fbbea91b6caf5514b7d57e95f58.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, anal, anal orgasm, anal penetration, anthro, anthro on anthro, anthro penetrated, anthro │\n", "│ penetrating, anthro penetrating anthro, balls, balls deep, black body, black fur, black nose, bodily fluids, │\n", "│ breasts, brown body, brown fur, cum, cum on belly, cum on body, cum on self, cum while penetrated, cumshot, │\n", "│ duo, ejaculation, erection, eyes closed, femboy, fingers, foreskin, from front position, fur, genital fluids, │\n", "│ genitals, gynomorph, gynomorph/male, gynomorph penetrated, hands-free, heart symbol, humanoid genitalia, │\n", "│ humanoid penis, intersex, intersex/male, intersex penetrated, lying, male, male penetrating, male penetrating │\n", "│ gynomorph, male penetrating intersex, missionary position, moan, nipples, nude, on back, open mouth, orgasm, │\n", "│ orgasm face, penetration, penile, penile penetration, penis, penis in ass, sex, solo focus, text, yellow body, │\n", "│ yellow fur, by conditional dnp, by jay naylor, aron \\(jay naylor\\), audrey \\(jay naylor\\), domestic dog, │\n", "│ 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\\by_jay_naylor\\2802402.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m2802402.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\6ad49c169f7c4933c8e249d9cd1e7fc4.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  5 fingers, ambiguous penetration, announcing orgasm, anthro, areola, black body, black fur, black hair, black  │\n",
       "│      nose, breasts, duo, female, female penetrated, femboy, fingers, from behind position, fur, gynomorph,      │\n",
       "│     gynomorph/female, gynomorph penetrating, gynomorph penetrating female, hair, imminent orgasm, intersex,     │\n",
       "│ intersex/female, intersex penetrating, intersex penetrating female, larger female, larger penetrated, nipples,  │\n",
       "│ nude, open mouth, penetration, penile, penile penetration, prone bone, sex, size difference, small dom big sub, │\n",
       "│   smaller gynomorph, smaller intersex, speed bump position, teeth, by conditional dnp, by jay naylor, audrey    │\n",
       "│   \\(jay naylor\\), mary \\(jay naylor\\), domestic dog, wolf, digital media \\(artwork\\), hi res, trans \\(lore\\),   │\n",
       "│                                              trans woman \\(lore\\)                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\6ad49c169f7c4933c8e249d9cd1e7fc4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, ambiguous penetration, announcing orgasm, anthro, areola, black body, black fur, black hair, black │\n", "│ nose, breasts, duo, female, female penetrated, femboy, fingers, from behind position, fur, gynomorph, │\n", "│ gynomorph/female, gynomorph penetrating, gynomorph penetrating female, hair, imminent orgasm, intersex, │\n", "│ intersex/female, intersex penetrating, intersex penetrating female, larger female, larger penetrated, nipples, │\n", "│ nude, open mouth, penetration, penile, penile penetration, prone bone, sex, size difference, small dom big sub, │\n", "│ smaller gynomorph, smaller intersex, speed bump position, teeth, by conditional dnp, by jay naylor, audrey │\n", "│ \\(jay naylor\\), mary \\(jay naylor\\), domestic dog, wolf, digital media \\(artwork\\), hi res, trans \\(lore\\), │\n", "│ trans woman \\(lore\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\2833520.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m2833520.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\9f3b8c88ef301fab81423e8a17b4913e.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anal, anthro, anus, ball lick, balls, big breasts, blush, bodily fluids, breasts, butt sniffing, cum, cumshot,  │\n",
       "│ cunnilingus, dialogue, duo, ejaculation, erection, female, foreskin, from behind position, fur, genital fluids, │\n",
       "│   genitals, hair, handjob, herm, herm/female, humanoid genitalia, humanoid penis, intersex, intersex/female,    │\n",
       "│   licking, looking back, looking down, looking pleasured, low-angle view, messy, nipples, nose to anus, nude,   │\n",
       "│ open mouth, oral, penile, penis, pussy, reach around, retracted foreskin, rimming, rusty trombone, sex, shower, │\n",
       "│  sniffing, speech bubble, text, tongue, tongue out, tuft, underneath, vaginal, vaginal fluids, water, wet, wet  │\n",
       "│ body, wet fur, by conditional dnp, by jay naylor, sherri mayim, domestic dog, procyonid, raccoon, digital media │\n",
       "│                                     \\(artwork\\), english text, hi res, url                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\9f3b8c88ef301fab81423e8a17b4913e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anthro, anus, ball lick, balls, big breasts, blush, bodily fluids, breasts, butt sniffing, cum, cumshot, │\n", "│ cunnilingus, dialogue, duo, ejaculation, erection, female, foreskin, from behind position, fur, genital fluids, │\n", "│ genitals, hair, handjob, herm, herm/female, humanoid genitalia, humanoid penis, intersex, intersex/female, │\n", "│ licking, looking back, looking down, looking pleasured, low-angle view, messy, nipples, nose to anus, nude, │\n", "│ open mouth, oral, penile, penis, pussy, reach around, retracted foreskin, rimming, rusty trombone, sex, shower, │\n", "│ sniffing, speech bubble, text, tongue, tongue out, tuft, underneath, vaginal, vaginal fluids, water, wet, wet │\n", "│ body, wet fur, by conditional dnp, by jay naylor, sherri mayim, domestic dog, procyonid, raccoon, digital media │\n", "│ \\(artwork\\), english text, hi res, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\2878273.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m2878273.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\baced9c23beada237558c50b0751564d.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls deep, blonde  │\n",
       "│  hair, bodily fluids, bottomwear, bottomwear down, breasts, clothed, clothed sex, clothing, cum, cum in mouth,  │\n",
       "│   cum in throat, cum inside, deep throat, dolphin shorts, drinking, drinking cum, drooling, duo, ejaculation,   │\n",
       "│  erection, excessive cum, excessive genital fluids, eyes closed, fellatio, female, female penetrated, fluffy,   │\n",
       "│ fluffy tail, forced, forced oral, genital fluids, gynomorph, gynomorph/female, gynomorph penetrating, gynomorph │\n",
       "│   penetrating female, hair, hand on hair, hand on head, highlights \\(coloring\\), holding hair, holding head,    │\n",
       "│  holding leg, intersex, intersex/female, intersex penetrating, intersex penetrating female, irrumatio, leaking  │\n",
       "│  cum, moan, oral, oral penetration, orgasm, orgasm face, outside, outside sex, partially clothed, penetration,  │\n",
       "│  penile, public, public sex, red highlights, rough oral, rough sex, saliva, sex, shaking, shorts, shorts down,  │\n",
       "│    small breasts, speech bubble, steam, swallowing, sweat, tail, text, topwear, touching hair, wide eyed, by    │\n",
       "│ conditional dnp, by jay naylor, lynne, penny \\(jay naylor\\), ailurid, mouse, murid, murine, red panda, rodent,  │\n",
       "│                     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\\by_jay_naylor\\baced9c23beada237558c50b0751564d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls deep, blonde │\n", "│ hair, bodily fluids, bottomwear, bottomwear down, breasts, clothed, clothed sex, clothing, cum, cum in mouth, │\n", "│ cum in throat, cum inside, deep throat, dolphin shorts, drinking, drinking cum, drooling, duo, ejaculation, │\n", "│ erection, excessive cum, excessive genital fluids, eyes closed, fellatio, female, female penetrated, fluffy, │\n", "│ fluffy tail, forced, forced oral, genital fluids, gynomorph, gynomorph/female, gynomorph penetrating, gynomorph │\n", "│ penetrating female, hair, hand on hair, hand on head, highlights \\(coloring\\), holding hair, holding head, │\n", "│ holding leg, intersex, intersex/female, intersex penetrating, intersex penetrating female, irrumatio, leaking │\n", "│ cum, moan, oral, oral penetration, orgasm, orgasm face, outside, outside sex, partially clothed, penetration, │\n", "│ penile, public, public sex, red highlights, rough oral, rough sex, saliva, sex, shaking, shorts, shorts down, │\n", "│ small breasts, speech bubble, steam, swallowing, sweat, tail, text, topwear, touching hair, wide eyed, by │\n", "│ conditional dnp, by jay naylor, lynne, penny \\(jay naylor\\), ailurid, mouse, murid, murine, red panda, rodent, │\n", "│ 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\\by_jay_naylor\\3229750.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m3229750.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\74f624cbe811203a6b4df191e4fdd0a3.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, announcing orgasm, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating  │\n",
       "│   anthro, anus, backsack, balls, black hair, bodily fluids, broken condom, brown body, brown fur, brown hair,   │\n",
       "│ butt, butt grab, condom, condom in pussy, dialogue, duo, feet, female, female penetrated, from front position,  │\n",
       "│  fur, genitals, hair, hand on butt, hand on partner's butt, heart symbol, imminent orgasm, interspecies, male,  │\n",
       "│   male/female, male penetrating, male penetrating female, mating press, multicolored body, multicolored fur,    │\n",
       "│    nude, onomatopoeia, orange balls, pawpads, paws, penetration, penile, penile penetration, penis, penis in    │\n",
       "│ pussy, pink anus, pink penis, pink pussy, plap, pregnancy risk, pussy, raised tail, sex, sexual barrier device, │\n",
       "│   soles, sound effects, speech bubble, spread butt, spread toes, spreading, sweat, tail, text, toes, two tone   │\n",
       "│   body, two tone fur, vaginal, vaginal penetration, wearing condom, yellow balls, yellow body, yellow fur, by   │\n",
       "│   conditional dnp, by jay naylor, claire schroder, mikey \\(jay naylor\\), domestic cat, domestic dog, feline,    │\n",
       "│                              digital media \\(artwork\\), english text, hi res, url                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\74f624cbe811203a6b4df191e4fdd0a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, announcing orgasm, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating │\n", "│ anthro, anus, backsack, balls, black hair, bodily fluids, broken condom, brown body, brown fur, brown hair, │\n", "│ butt, butt grab, condom, condom in pussy, dialogue, duo, feet, female, female penetrated, from front position, │\n", "│ fur, genitals, hair, hand on butt, hand on partner's butt, heart symbol, imminent orgasm, interspecies, male, │\n", "│ male/female, male penetrating, male penetrating female, mating press, multicolored body, multicolored fur, │\n", "│ nude, onomatopoeia, orange balls, pawpads, paws, penetration, penile, penile penetration, penis, penis in │\n", "│ pussy, pink anus, pink penis, pink pussy, plap, pregnancy risk, pussy, raised tail, sex, sexual barrier device, │\n", "│ soles, sound effects, speech bubble, spread butt, spread toes, spreading, sweat, tail, text, toes, two tone │\n", "│ body, two tone fur, vaginal, vaginal penetration, wearing condom, yellow balls, yellow body, yellow fur, by │\n", "│ conditional dnp, by jay naylor, claire schroder, mikey \\(jay naylor\\), domestic cat, domestic dog, feline, │\n", "│ digital media \\(artwork\\), english text, hi res, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\3653027.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m3653027.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\4c43d8a60b97ed65d05c64097fadffcc.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  4 toes, 5 fingers, anal, anthro, armpit fetish, armpit lick, armpit play, bed, black body, black fur, blush,   │\n",
       "│      bodily fluids, body worship, bottle, breast fondling, breast play, breast suck, breasts, butt, claws,      │\n",
       "│ collaborative, collaborative sex, container, cunnilingus, curling toes, digitigrade, eyes closed, feet, female, │\n",
       "│  female/female, finger claws, fingers, fondling, foot fetish, foot grab, foot lick, foot play, fur, furniture,  │\n",
       "│   gangbang, genitals, grey body, grey fur, group, group nudity, group sex, hand on breast, hindpaw, humanoid    │\n",
       "│    hands, interspecies, kneeling, larger female, licking, looking pleasured, lying, moan, multicolored body,    │\n",
       "│ multicolored fur, nipples, nude, nuzzling, on back, on bed, on front, open mouth, oral, orgasm, orgy, pawpads,  │\n",
       "│ paws, pink nose, pink pawpads, plantigrade, predator/prey, pussy, rimming, saliva, saliva string, sex, shaking, │\n",
       "│    size difference, smaller female, soles, spread legs, spreading, sucking, text, toe claws, toe lick, toes,    │\n",
       "│   tongue, tongue bath, tongue out, trembling, two tone body, two tone fur, vaginal, water bottle, white body,   │\n",
       "│ white fur, by conditional dnp, by jay naylor, tina \\(jay naylor\\), domestic cat, feline, mouse, murid, murine,  │\n",
       "│                                         rodent, absurd res, hi res, url                                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\4c43d8a60b97ed65d05c64097fadffcc.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, anal, anthro, armpit fetish, armpit lick, armpit play, bed, black body, black fur, blush, │\n", "│ bodily fluids, body worship, bottle, breast fondling, breast play, breast suck, breasts, butt, claws, │\n", "│ collaborative, collaborative sex, container, cunnilingus, curling toes, digitigrade, eyes closed, feet, female, │\n", "│ female/female, finger claws, fingers, fondling, foot fetish, foot grab, foot lick, foot play, fur, furniture, │\n", "│ gangbang, genitals, grey body, grey fur, group, group nudity, group sex, hand on breast, hindpaw, humanoid │\n", "│ hands, interspecies, kneeling, larger female, licking, looking pleasured, lying, moan, multicolored body, │\n", "│ multicolored fur, nipples, nude, nuzzling, on back, on bed, on front, open mouth, oral, orgasm, orgy, pawpads, │\n", "│ paws, pink nose, pink pawpads, plantigrade, predator/prey, pussy, rimming, saliva, saliva string, sex, shaking, │\n", "│ size difference, smaller female, soles, spread legs, spreading, sucking, text, toe claws, toe lick, toes, │\n", "│ tongue, tongue bath, tongue out, trembling, two tone body, two tone fur, vaginal, water bottle, white body, │\n", "│ white fur, by conditional dnp, by jay naylor, tina \\(jay naylor\\), domestic cat, feline, mouse, murid, murine, │\n", "│ rodent, absurd res, hi res, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\4599450.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m4599450.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\2e4ee25f899a9efa292663f253e08040.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, 5 fingers, accurate knotting, after sex, afterglow, ahegao, animal genitalia, animal penis, anthro,   │\n",
       "│   anthro on top, anthro penetrating, anthro penetrating female, anthro penetrating human, areola, ass to ass,   │\n",
       "│  backsack, balls, balls deep, black body, black fur, black nose, blush, bodily fluids, breasts, butt, carving,  │\n",
       "│  casual knotting, claws, cum, cum in pussy, cum inside, curling toes, duo, ear piercing, ejaculation, embrace,  │\n",
       "│    eye roll, eyes closed, feet, female, female on anthro, female on bottom, female penetrated, finger claws,    │\n",
       "│  fingers, from front position, fucked silly, fur, genital fluids, genitals, grabbing sides, grass, hair, heart  │\n",
       "│      symbol, holding partner, hug, hugging during sex, human on anthro, human on bottom, human penetrated,      │\n",
       "│    impregnation, internal, internal vaginal, interspecies, interspecies impregnation, knot, knotting, larger    │\n",
       "│    anthro, larger male, leg wrap, legs up, looking pleasured, lying, male, male/female, male anthro, male on    │\n",
       "│ human, male on top, male penetrating, male penetrating female, male penetrating human, markings, mating press,  │\n",
       "│  missionary position, narrowed eyes, nipples, nude, on back, on bottom, on grass, on top, open mouth, orgasm,   │\n",
       "│  orgasm face, ovum, ovum with heart, penetration, penile, penile penetration, penis, penis backwards, penis in  │\n",
       "│ pussy, piercing, plant, pussy, reverse doggystyle, sex, size difference, smaller female, smaller human, smile,  │\n",
       "│ sperm cell, spread legs, spreading, stuck knot, tail, teeth, text, throbbing, throbbing balls, tight fit, toes, │\n",
       "│   tongue, vaginal, vaginal knotting, vaginal penetration, waiting, white markings, by conditional dnp, by jay   │\n",
       "│                      naylor, theressa \\(jay naylor\\), human, wolf, absurd res, hi res, url                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\by_jay_naylor\\2e4ee25f899a9efa292663f253e08040.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, accurate knotting, after sex, afterglow, ahegao, animal genitalia, animal penis, anthro, │\n", "│ anthro on top, anthro penetrating, anthro penetrating female, anthro penetrating human, areola, ass to ass, │\n", "│ backsack, balls, balls deep, black body, black fur, black nose, blush, bodily fluids, breasts, butt, carving, │\n", "│ casual knotting, claws, cum, cum in pussy, cum inside, curling toes, duo, ear piercing, ejaculation, embrace, │\n", "│ eye roll, eyes closed, feet, female, female on anthro, female on bottom, female penetrated, finger claws, │\n", "│ fingers, from front position, fucked silly, fur, genital fluids, genitals, grabbing sides, grass, hair, heart │\n", "│ symbol, holding partner, hug, hugging during sex, human on anthro, human on bottom, human penetrated, │\n", "│ impregnation, internal, internal vaginal, interspecies, interspecies impregnation, knot, knotting, larger │\n", "│ anthro, larger male, leg wrap, legs up, looking pleasured, lying, male, male/female, male anthro, male on │\n", "│ human, male on top, male penetrating, male penetrating female, male penetrating human, markings, mating press, │\n", "│ missionary position, narrowed eyes, nipples, nude, on back, on bottom, on grass, on top, open mouth, orgasm, │\n", "│ orgasm face, ovum, ovum with heart, penetration, penile, penile penetration, penis, penis backwards, penis in │\n", "│ pussy, piercing, plant, pussy, reverse doggystyle, sex, size difference, smaller female, smaller human, smile, │\n", "│ sperm cell, spread legs, spreading, stuck knot, tail, teeth, text, throbbing, throbbing balls, tight fit, toes, │\n", "│ tongue, vaginal, vaginal knotting, vaginal penetration, waiting, white markings, by conditional dnp, by jay │\n", "│ naylor, theressa \\(jay naylor\\), human, wolf, absurd res, hi res, url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\by_jay_naylor\\623980.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\by_jay_naylor\\\u001b[0m\u001b[1;36m623980.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                       E:\\training_dir\\by_jay_naylor\\a3725373b21748ed21e708bf4cdbcd22.txt                        ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  against surface, annoyed, anthro, anus, ass on glass, bent over, beverage, black body, black fur, blue eyes,   │\n",
       "│   blue hair, blush, bodily fluids, bottomwear, bottomwear down, butt, clothed, clothing, coffee, coffee mug,    │\n",
       "│  container, cup, dripping, exhibitionism, facial piercing, female, flashing, fur, furgonomics, genital fluids,  │\n",
       "│    genitals, glass, green hair, group, group presenting, hair, inside, jewelry, lineup, looking back, male,     │\n",
       "│ mooning, multicolored hair, nose piercing, nose ring, on glass, on surface, open mouth, panties, panties down,  │\n",
       "│   pants, pants down, partially clothed, piercing, pink anus, pink pussy, presenting, presenting hindquarters,   │\n",
       "│   presenting pussy, public, purple sclera, pussy, pussy on glass, raised tail, red hair, ring, ring piercing,   │\n",
       "│   septum piercing, shirt, tail, tail button bottoms, tail clothing, take your pick, tan pussy, teasing, text,   │\n",
       "│  tongue, topwear, two tone hair, underwear, underwear down, undressing, vaginal fluids, white body, white fur,  │\n",
       "│    white hair, white pussy, window, yellow eyes, by conditional dnp, by jay naylor, annabelle \\(kuromaki\\),     │\n",
       "│     nailah, rasha \\(kuromaki\\), shirowretched, domestic dog, fox, wolf, digital media \\(artwork\\), daughter     │\n",
       "│ \\(lore\\), father \\(lore\\), father and child \\(lore\\), father 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\\by_jay_naylor\\a3725373b21748ed21e708bf4cdbcd22.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ against surface, annoyed, anthro, anus, ass on glass, bent over, beverage, black body, black fur, blue eyes, │\n", "│ blue hair, blush, bodily fluids, bottomwear, bottomwear down, butt, clothed, clothing, coffee, coffee mug, │\n", "│ container, cup, dripping, exhibitionism, facial piercing, female, flashing, fur, furgonomics, genital fluids, │\n", "│ genitals, glass, green hair, group, group presenting, hair, inside, jewelry, lineup, looking back, male, │\n", "│ mooning, multicolored hair, nose piercing, nose ring, on glass, on surface, open mouth, panties, panties down, │\n", "│ pants, pants down, partially clothed, piercing, pink anus, pink pussy, presenting, presenting hindquarters, │\n", "│ presenting pussy, public, purple sclera, pussy, pussy on glass, raised tail, red hair, ring, ring piercing, │\n", "│ septum piercing, shirt, tail, tail button bottoms, tail clothing, take your pick, tan pussy, teasing, text, │\n", "│ tongue, topwear, two tone hair, underwear, underwear down, undressing, vaginal fluids, white body, white fur, │\n", "│ white hair, white pussy, window, yellow eyes, by conditional dnp, by jay naylor, annabelle \\(kuromaki\\), │\n", "│ nailah, rasha \\(kuromaki\\), shirowretched, domestic dog, fox, wolf, digital media \\(artwork\\), daughter │\n", "│ \\(lore\\), father \\(lore\\), father and child \\(lore\\), father 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\\pup_mask\\1591509.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m1591509.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\eec53ea7c2c2bd26a029947d20b1d2d6.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, animal mask, anthro, bdsm, black collar, blush, clothed, clothing, collar, eyes closed, feet, fur,    │\n",
       "│ green eyes, heart symbol, hindpaw, leather, male, mask, pawpads, paws, petplay, piercing, pink nose, pup mask,  │\n",
       "│   puppyplay, roleplay, simple background, solo, teeth, toes, white background, by tinywag, sica \\(sicarus\\),    │\n",
       "│              domestic cat, feline, 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\\pup_mask\\eec53ea7c2c2bd26a029947d20b1d2d6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal mask, anthro, bdsm, black collar, blush, clothed, clothing, collar, eyes closed, feet, fur, │\n", "│ green eyes, heart symbol, hindpaw, leather, male, mask, pawpads, paws, petplay, piercing, pink nose, pup mask, │\n", "│ puppyplay, roleplay, simple background, solo, teeth, toes, white background, by tinywag, sica \\(sicarus\\), │\n", "│ domestic cat, feline, digital drawing \\(artwork\\), digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\1801624.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m1801624.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\e755e7ec67e6fe9e879dde092efd70e9.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal mask, anthro, armpit hair, balls, bdsm, biped, black chastity cage, bodily fluids, body hair, bracelet,  │\n",
       "│  breath, chastity cage, chastity device, chest hair, collar, genitals, hair, horn, jewelry, leash, lock, male,  │\n",
       "│ mask, navel, nipple piercing, nipples, nude, padlock, petplay, piercing, pubes, pup mask, puppyplay, red eyes,  │\n",
       "│  red hair, roleplay, solo, spiked bracelet, spikes, submissive, submissive male, tears, teeth, by ashendawger,  │\n",
       "│                               mario bros, bowser, koopa, reptile, scalie, hi res                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\e755e7ec67e6fe9e879dde092efd70e9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, armpit hair, balls, bdsm, biped, black chastity cage, bodily fluids, body hair, bracelet, │\n", "│ breath, chastity cage, chastity device, chest hair, collar, genitals, hair, horn, jewelry, leash, lock, male, │\n", "│ mask, navel, nipple piercing, nipples, nude, padlock, petplay, piercing, pubes, pup mask, puppyplay, red eyes, │\n", "│ red hair, roleplay, solo, spiked bracelet, spikes, submissive, submissive male, tears, teeth, by ashendawger, │\n", "│ mario bros, bowser, koopa, reptile, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\1828587.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m1828587.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\7271460bd99c9cacb04fe399cca6cce2.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal mask, anthro, bdsm, biceps, biped, black chastity cage, body hair, chastity cage, chastity device, chest │\n",
       "│  hair, collar, genitals, horn, kneeling, lock, male, mask, muscular, muscular anthro, muscular male, muscular   │\n",
       "│ sub, nipples, padlock, pecs, penis, petplay, pup mask, puppyplay, roleplay, shell, solo, spiked collar, spiked  │\n",
       "│   shell, spikes, spikes \\(anatomy\\), submissive, submissive male, tail, tail motion, tailwag, by ashendawger,   │\n",
       "│                                    mario bros, bowser, koopa, scalie, hi res                                    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\7271460bd99c9cacb04fe399cca6cce2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, bdsm, biceps, biped, black chastity cage, body hair, chastity cage, chastity device, chest │\n", "│ hair, collar, genitals, horn, kneeling, lock, male, mask, muscular, muscular anthro, muscular male, muscular │\n", "│ sub, nipples, padlock, pecs, penis, petplay, pup mask, puppyplay, roleplay, shell, solo, spiked collar, spiked │\n", "│ shell, spikes, spikes \\(anatomy\\), submissive, submissive male, tail, tail motion, tailwag, by ashendawger, │\n", "│ mario bros, bowser, koopa, scalie, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\1852247.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m1852247.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\06e4cd563397ff461778f7dcb00a30b6.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 5 toes, animal mask, anthro, anus, backsack, backwards hat, ball tuft, balls, beard, bent over, bent over desk, │\n",
       "│   biped, butt, calendar, chair, classroom, clothed, clothing, desk, dialogue, facial hair, feet, foot focus,    │\n",
       "│   footwear, fully clothed, fur, furgonomics, furniture, genitals, green clothing, green shirt, green topwear,   │\n",
       "│    grey chair, hair, hat, headgear, headwear, holding object, holding umbrella, horn, humanoid feet, inside,    │\n",
       "│   jockstrap, looking at viewer, male, mask, midriff, multicolored body, multicolored fur, muscular, muscular    │\n",
       "│ anthro, muscular male, number on shirt, offscreen character, on chair, on desk, orange body, orange fur, orange │\n",
       "│       tail, partially clothed, perineum, pink body, pink fur, plantigrade, poster, presenting, presenting       │\n",
       "│    hindquarters, pup mask, rear view, red clothing, red footwear, red shirt, red shoes, red topwear, school,    │\n",
       "│  shirt, shirt on shirt, shoes, skin folds, soles, solo, speech bubble, standing, submissive, submissive male,   │\n",
       "│      table, tail, tail aside, text, toes, topwear, tuft, umbrella, underwear, wrinkled feet, wrinkles, by       │\n",
       "│  flufflecraft, cartoon network, iotran, mario bros, steven universe, iotran \\(character\\), rainbow quartz 2.0   │\n",
       "│            \\(steven universe\\), bovid, bovine, absurd res, english text, hi res, picture in picture             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\06e4cd563397ff461778f7dcb00a30b6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 toes, animal mask, anthro, anus, backsack, backwards hat, ball tuft, balls, beard, bent over, bent over desk, │\n", "│ biped, butt, calendar, chair, classroom, clothed, clothing, desk, dialogue, facial hair, feet, foot focus, │\n", "│ footwear, fully clothed, fur, furgonomics, furniture, genitals, green clothing, green shirt, green topwear, │\n", "│ grey chair, hair, hat, headgear, headwear, holding object, holding umbrella, horn, humanoid feet, inside, │\n", "│ jockstrap, looking at viewer, male, mask, midriff, multicolored body, multicolored fur, muscular, muscular │\n", "│ anthro, muscular male, number on shirt, offscreen character, on chair, on desk, orange body, orange fur, orange │\n", "│ tail, partially clothed, perineum, pink body, pink fur, plantigrade, poster, presenting, presenting │\n", "│ hindquarters, pup mask, rear view, red clothing, red footwear, red shirt, red shoes, red topwear, school, │\n", "│ shirt, shirt on shirt, shoes, skin folds, soles, solo, speech bubble, standing, submissive, submissive male, │\n", "│ table, tail, tail aside, text, toes, topwear, tuft, umbrella, underwear, wrinkled feet, wrinkles, by │\n", "│ flufflecraft, cartoon network, iotran, mario bros, steven universe, iotran \\(character\\), rainbow quartz 2.0 │\n", "│ \\(steven universe\\), bovid, bovine, absurd res, english text, hi res, picture in picture │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2072090.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2072090.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\241db8cc4e17f3b5ea4871e1bf261ad7.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, abdominal bulge, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro on │\n",
       "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, ball lick, ball worship, balls, │\n",
       "│  bodily fluids, brown pawpads, butt, chastity cage, chastity cage only, chastity device, chastity device only,  │\n",
       "│    claws, curling toes, dominant, dominant male, erection, fangs, feet, gangbang, genital fluids, genitals,     │\n",
       "│ glowing, glowing eyes, group, group nudity, group sex, half-closed eyes, knot, knot sitting, large penetration, │\n",
       "│ licking, looking pleasured, male, male/male, male penetrated, male penetrating, mask, mask only, narrowed eyes, │\n",
       "│  nude, nude anthro, nude male, oral, pawpads, paws, penetration, penile, penis, perineum, precum, presenting,   │\n",
       "│     presenting anus, public, pup mask, raised tail, rimming, saliva, saliva string, sex, soles, submissive,     │\n",
       "│   submissive male, tail, teeth, toe claws, toes, tongue, tongue out, vein, veiny penis, by skully, mythology,   │\n",
       "│  domestic dog, mythological creature, were, werecanid, werecanine, werewolf, digital media \\(artwork\\), hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\241db8cc4e17f3b5ea4871e1bf261ad7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, abdominal bulge, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro on │\n", "│ anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, ball lick, ball worship, balls, │\n", "│ bodily fluids, brown pawpads, butt, chastity cage, chastity cage only, chastity device, chastity device only, │\n", "│ claws, curling toes, dominant, dominant male, erection, fangs, feet, gangbang, genital fluids, genitals, │\n", "│ glowing, glowing eyes, group, group nudity, group sex, half-closed eyes, knot, knot sitting, large penetration, │\n", "│ licking, looking pleasured, male, male/male, male penetrated, male penetrating, mask, mask only, narrowed eyes, │\n", "│ nude, nude anthro, nude male, oral, pawpads, paws, penetration, penile, penis, perineum, precum, presenting, │\n", "│ presenting anus, public, pup mask, raised tail, rimming, saliva, saliva string, sex, soles, submissive, │\n", "│ submissive male, tail, teeth, toe claws, toes, tongue, tongue out, vein, veiny penis, by skully, mythology, │\n", "│ domestic dog, mythological creature, were, werecanid, werecanine, werewolf, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2196453.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2196453.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\456f3a16cc78f55dc623d7887113b9f0.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro   │\n",
       "│   penetrating anthro, bareback, barracks, bed, biped, bodily fluids, bottomless, bunk bed, clothed, clothing,   │\n",
       "│ collar, countershading, cuff \\(restraint\\), cum, cum in ass, cum inside, dialogue, duo, fur, furniture, genital │\n",
       "│     fluids, growling, harness, interspecies, leather, leather cuffs, leather harness, male, male/male, male     │\n",
       "│ penetrated, male penetrating, male penetrating male, mask, military, muscular, muscular anthro, muscular male,  │\n",
       "│ orgasm, orgasm face, penetration, penile, penile penetration, penis in ass, precum, pup mask, restraints, sex,  │\n",
       "│  stand and carry position, standing, standing sex, text, training, by dbruin, karnal \\(karnaltiger\\), domestic  │\n",
       "│  dog, hunting dog, jack russell terrier, pantherine, terrier, tiger, russell \\(disambiguation\\), english text,  │\n",
       "│                                     monochrome, story, story in description                                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\456f3a16cc78f55dc623d7887113b9f0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, bareback, barracks, bed, biped, bodily fluids, bottomless, bunk bed, clothed, clothing, │\n", "│ collar, countershading, cuff \\(restraint\\), cum, cum in ass, cum inside, dialogue, duo, fur, furniture, genital │\n", "│ fluids, growling, harness, interspecies, leather, leather cuffs, leather harness, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, mask, military, muscular, muscular anthro, muscular male, │\n", "│ orgasm, orgasm face, penetration, penile, penile penetration, penis in ass, precum, pup mask, restraints, sex, │\n", "│ stand and carry position, standing, standing sex, text, training, by dbruin, karnal \\(karnaltiger\\), domestic │\n", "│ dog, hunting dog, jack russell terrier, pantherine, terrier, tiger, russell \\(disambiguation\\), english text, │\n", "│ monochrome, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2242017.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2242017.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\d51ba32d2a9ffbf39c97f24d620c5df9.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal genitalia, animal mask, animal penis, anthro, anus, ass up, backsack, balls, bdsm, big butt, big dom   │\n",
       "│ small sub, blue eyes, butt, digitigrade, dominant, duo, erection, fellatio, fur, genitals, humanoid genitalia,  │\n",
       "│   humanoid penis, knotting, larger male, male, male/male, markings, mask, muscular, muscular male, nude, open   │\n",
       "│ mouth, oral, paws, penetration, penile, penis, petplay, pup mask, puppyplay, roleplay, sex, simple background,  │\n",
       "│     size difference, smaller male, smile, striped body, striped fur, stripes, thick thighs, tribal, tribal      │\n",
       "│     markings, white body, white fur, by kaynine, mythology, arterian \\(character\\), red winds, mythological     │\n",
       "│          creature, pantherine, tiger, were, werecanid, werecanine, werewolf, wolf, absurd res, hi res           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\d51ba32d2a9ffbf39c97f24d620c5df9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, animal penis, anthro, anus, ass up, backsack, balls, bdsm, big butt, big dom │\n", "│ small sub, blue eyes, butt, digitigrade, dominant, duo, erection, fellatio, fur, genitals, humanoid genitalia, │\n", "│ humanoid penis, knotting, larger male, male, male/male, markings, mask, muscular, muscular male, nude, open │\n", "│ mouth, oral, paws, penetration, penile, penis, petplay, pup mask, puppyplay, roleplay, sex, simple background, │\n", "│ size difference, smaller male, smile, striped body, striped fur, stripes, thick thighs, tribal, tribal │\n", "│ markings, white body, white fur, by kaynine, mythology, arterian \\(character\\), red winds, mythological │\n", "│ creature, pantherine, tiger, were, werecanid, werecanine, werewolf, wolf, absurd res, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2351545.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2351545.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\35043903c40bbbcd287da11015514195.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal mask, anthro, bdsm, blue pawpads, bodily fluids, bondage, bondage gear, bound, chastity cage, chastity  │\n",
       "│  cage only, chastity device, chastity device only, collar, cuff \\(restraint\\), fur, genital fluids, good boy,   │\n",
       "│  handcuffs, leather, male, mask, metal chastity cage, metal cuffs, nude, pawpads, petplay, precum, presenting,  │\n",
       "│    pup mask, puppyplay, restrained, restraints, roleplay, rope, rope bondage, shackles, solo, speech bubble,    │\n",
       "│            submissive, submissive male, tail, tail motion, tailwag, by tinywag, vulpeko, fox, hi res            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\35043903c40bbbcd287da11015514195.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, bdsm, blue pawpads, bodily fluids, bondage, bondage gear, bound, chastity cage, chastity │\n", "│ cage only, chastity device, chastity device only, collar, cuff \\(restraint\\), fur, genital fluids, good boy, │\n", "│ handcuffs, leather, male, mask, metal chastity cage, metal cuffs, nude, pawpads, petplay, precum, presenting, │\n", "│ pup mask, puppyplay, restrained, restraints, roleplay, rope, rope bondage, shackles, solo, speech bubble, │\n", "│ submissive, submissive male, tail, tail motion, tailwag, by tinywag, vulpeko, fox, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2359798.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2359798.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\40588ff750f8847f58eb3e17b5943b53.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    ahegao, all fours, anal, anal penetration, animal mask, anthro, app, bdsm, blue eyes, bodily fluids, body    │\n",
       "│    slider, bondage, bondage gear, bound, countershading, cuff \\(restraint\\), dialogue, doggystyle, drooling,    │\n",
       "│ dungeon, duo, ear piercing, ejaculation, electronics, from behind position, fur, genitals, grabbing, grey body, │\n",
       "│  grey fur, harness, heart eyes, heart symbol, humiliation, kneeling, leather, leather cuffs, leather harness,   │\n",
       "│  leather strap, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male,   │\n",
       "│ mask, mind control, orange body, orange fur, penetration, penis, petplay, phone, piercing, profanity, pup mask, │\n",
       "│ puppyplay, restraints, roleplay, saliva, sex, species denial, speech bubble, straps, striped body, striped fur, │\n",
       "│ stripes, text, tongue, tongue out, by aennor, darien \\(ad darien\\), karnal \\(karnaltiger\\), pantherine, tiger,  │\n",
       "│                                                  english text                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\40588ff750f8847f58eb3e17b5943b53.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ahegao, all fours, anal, anal penetration, animal mask, anthro, app, bdsm, blue eyes, bodily fluids, body │\n", "│ slider, bondage, bondage gear, bound, countershading, cuff \\(restraint\\), dialogue, doggystyle, drooling, │\n", "│ dungeon, duo, ear piercing, ejaculation, electronics, from behind position, fur, genitals, grabbing, grey body, │\n", "│ grey fur, harness, heart eyes, heart symbol, humiliation, kneeling, leather, leather cuffs, leather harness, │\n", "│ leather strap, looking pleasured, male, male/male, male penetrated, male penetrating, male penetrating male, │\n", "│ mask, mind control, orange body, orange fur, penetration, penis, petplay, phone, piercing, profanity, pup mask, │\n", "│ puppyplay, restraints, roleplay, saliva, sex, species denial, speech bubble, straps, striped body, striped fur, │\n", "│ stripes, text, tongue, tongue out, by aennor, darien \\(ad darien\\), karnal \\(karnaltiger\\), pantherine, tiger, │\n", "│ english text │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2364841.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2364841.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\fc0ff3636c0d72e79b54a3de14a99061.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│     5 fingers, abs, animal mask, anthro, balls, bdsm, bulge, claws, collar, dancing, erection, eyes closed,     │\n",
       "│   fingers, front view, genital piercing, genitals, glowstick, group, harness, male, mask, muscular, muscular    │\n",
       "│   male, navel, nipple piercing, nipples, nude, pecs, penis, penis piercing, petplay, piercing, prince albert    │\n",
       "│ piercing, pup mask, puppyplay, roleplay, solo focus, spiked collar, spikes, standing, stripes, by mystikfox61,  │\n",
       "│                          paradisebear, leydon, hyena, striped hyena, hi res, signature                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\fc0ff3636c0d72e79b54a3de14a99061.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abs, animal mask, anthro, balls, bdsm, bulge, claws, collar, dancing, erection, eyes closed, │\n", "│ fingers, front view, genital piercing, genitals, glowstick, group, harness, male, mask, muscular, muscular │\n", "│ male, navel, nipple piercing, nipples, nude, pecs, penis, penis piercing, petplay, piercing, prince albert │\n", "│ piercing, pup mask, puppyplay, roleplay, solo focus, spiked collar, spikes, standing, stripes, by mystikfox61, │\n", "│ paradisebear, leydon, hyena, striped hyena, hi res, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2400605.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2400605.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\3e9d8d90afbd2d582a3faa8f2ad14a49.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  ambiguous gender, animal mask, anthro, balls, bandanna, barely visible pawpads, bdsm, begging, begging pose,   │\n",
       "│   blindfold, bondage gear, bondage gloves, bound, chain, chain leash, chastity cage, chastity device, claws,    │\n",
       "│    clothing, collar, cuff \\(restraint\\), digitigrade, duo, feet, genitals, handwear, harness, holding leash,    │\n",
       "│   holding object, kerchief, kneeling, leash, lock, male, mask, muzzle \\(object\\), padlock, petplay, pose, pup   │\n",
       "│   mask, puppyplay, restraints, roleplay, sensory deprivation, solo focus, spreader bar, standing, submissive,   │\n",
       "│   submissive anthro, submissive male, toe claws, translucent, translucent chastity cage, wrist cuffs, zipper,   │\n",
       "│       zipper mouth, by bassenji, kieren, domestic dog, german shepherd, herding dog, pastoral dog, hi res       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\3e9d8d90afbd2d582a3faa8f2ad14a49.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ ambiguous gender, animal mask, anthro, balls, bandanna, barely visible pawpads, bdsm, begging, begging pose, │\n", "│ blindfold, bondage gear, bondage gloves, bound, chain, chain leash, chastity cage, chastity device, claws, │\n", "│ clothing, collar, cuff \\(restraint\\), digitigrade, duo, feet, genitals, handwear, harness, holding leash, │\n", "│ holding object, kerchief, kneeling, leash, lock, male, mask, muzzle \\(object\\), padlock, petplay, pose, pup │\n", "│ mask, puppyplay, restraints, roleplay, sensory deprivation, solo focus, spreader bar, standing, submissive, │\n", "│ submissive anthro, submissive male, toe claws, translucent, translucent chastity cage, wrist cuffs, zipper, │\n", "│ zipper mouth, by bassenji, kieren, domestic dog, german shepherd, herding dog, pastoral dog, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2452575.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2452575.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\250853669164956c11746d7f12688245.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 toes, abstract background, all fours, animal mask, anthro, anus, ass up, backsack, balls, bdsm, biped,     │\n",
       "│  bondage gear, bondage gloves, bottomless, brown body, brown eyes, brown fur, brown tail, butt, chastity cage,  │\n",
       "│    chastity device, claws, clothed, clothing, feet, fur, genitals, gimp mask, gradient background, handwear,    │\n",
       "│     looking aside, looking at viewer, male, mask, mostly nude, multicolored body, multicolored fur, muzzle      │\n",
       "│   \\(object\\), muzzled, paws, penis, petplay, presenting, presenting hindquarters, pup mask, puppyplay, raised   │\n",
       "│   tail, roleplay, sheath cage, simple background, solo, submissive, submissive male, tail, toes, topless, two   │\n",
       "│  tone tail, by russell allen, nailix, domestic dog, german shepherd, herding dog, pastoral dog, dated, digital  │\n",
       "│                            drawing \\(artwork\\), digital media \\(artwork\\), signature                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\250853669164956c11746d7f12688245.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 toes, abstract background, all fours, animal mask, anthro, anus, ass up, backsack, balls, bdsm, biped, │\n", "│ bondage gear, bondage gloves, bottomless, brown body, brown eyes, brown fur, brown tail, butt, chastity cage, │\n", "│ chastity device, claws, clothed, clothing, feet, fur, genitals, gimp mask, gradient background, handwear, │\n", "│ looking aside, looking at viewer, male, mask, mostly nude, multicolored body, multicolored fur, muzzle │\n", "│ \\(object\\), muzzled, paws, penis, petplay, presenting, presenting hindquarters, pup mask, puppyplay, raised │\n", "│ tail, roleplay, sheath cage, simple background, solo, submissive, submissive male, tail, toes, topless, two │\n", "│ tone tail, by russell allen, nailix, domestic dog, german shepherd, herding dog, pastoral dog, dated, digital │\n", "│ drawing \\(artwork\\), digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2470975.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2470975.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\134fbbc125aa6fed7a2e14afd0e7ca79.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    5 fingers, abstract background, all fours, anal, anal penetration, animal mask, anthro, anthro on anthro,    │\n",
       "│  anthro penetrated, anthro penetrating, anthro penetrating anthro, ass up, backsack, balls, bdsm, biped, black  │\n",
       "│  body, black dildo, black tail, bodily fluids, bondage, bondage gear, bondage gloves, bound, brown body, brown  │\n",
       "│  eyes, brown fur, brown tail, chastity cage, chastity cage only, chastity device, chastity device only, claws,  │\n",
       "│   clothing, dildo, dildo in ass, dildo insertion, duo, ear piercing, fingers, fur, genital fluids, genitals,    │\n",
       "│  gradient background, gradient tail, green eyes, handwear, harness, holding dildo, holding object, holding sex  │\n",
       "│    toy, kneeling, male, male/male, male penetrated, male penetrating, male penetrating male, mask, membrane     │\n",
       "│   \\(anatomy\\), membranous wings, metal chastity cage, multicolored body, multicolored fur, multicolored tail,   │\n",
       "│ muzzle \\(object\\), muzzled, nude, object in ass, orange body, orange membrane, orange tail, penetration, penis, │\n",
       "│    petplay, piercing, precum, pup mask, puppyplay, red body, red membrane, red tail, restrained, restraints,    │\n",
       "│ roleplay, sex, sex toy, sex toy in ass, sex toy insertion, sheath cage, simple background, spiked tail, spikes, │\n",
       "│  spikes \\(anatomy\\), spread legs, spreader bar, spreading, submissive, submissive male, tail, toying partner,   │\n",
       "│     two tone tail, wing claws, wings, wounded, yellow body, yellow membrane, yellow tail, by russell allen,     │\n",
       "│     mythology, nailix, tumaroc, domestic dog, dragon, german shepherd, herding dog, mythological creature,      │\n",
       "│    mythological scalie, pastoral dog, scalie, dated, digital drawing \\(artwork\\), digital media \\(artwork\\),    │\n",
       "│                                     signature, story, story in description                                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\134fbbc125aa6fed7a2e14afd0e7ca79.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 5 fingers, abstract background, all fours, anal, anal penetration, animal mask, anthro, anthro on anthro, │\n", "│ anthro penetrated, anthro penetrating, anthro penetrating anthro, ass up, backsack, balls, bdsm, biped, black │\n", "│ body, black dildo, black tail, bodily fluids, bondage, bondage gear, bondage gloves, bound, brown body, brown │\n", "│ eyes, brown fur, brown tail, chastity cage, chastity cage only, chastity device, chastity device only, claws, │\n", "│ clothing, dildo, dildo in ass, dildo insertion, duo, ear piercing, fingers, fur, genital fluids, genitals, │\n", "│ gradient background, gradient tail, green eyes, handwear, harness, holding dildo, holding object, holding sex │\n", "│ toy, kneeling, male, male/male, male penetrated, male penetrating, male penetrating male, mask, membrane │\n", "│ \\(anatomy\\), membranous wings, metal chastity cage, multicolored body, multicolored fur, multicolored tail, │\n", "│ muzzle \\(object\\), muzzled, nude, object in ass, orange body, orange membrane, orange tail, penetration, penis, │\n", "│ petplay, piercing, precum, pup mask, puppyplay, red body, red membrane, red tail, restrained, restraints, │\n", "│ roleplay, sex, sex toy, sex toy in ass, sex toy insertion, sheath cage, simple background, spiked tail, spikes, │\n", "│ spikes \\(anatomy\\), spread legs, spreader bar, spreading, submissive, submissive male, tail, toying partner, │\n", "│ two tone tail, wing claws, wings, wounded, yellow body, yellow membrane, yellow tail, by russell allen, │\n", "│ mythology, nailix, tumaroc, domestic dog, dragon, german shepherd, herding dog, mythological creature, │\n", "│ mythological scalie, pastoral dog, scalie, dated, digital drawing \\(artwork\\), digital media \\(artwork\\), │\n", "│ signature, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2472241.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2472241.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\1a93eeeaaf41ea78bb9981f575eef73d.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abstract background, all fours, animal mask, anthro, balls, bdsm, biped, bondage gear, bondage gloves, brown   │\n",
       "│  body, brown eyes, brown fur, brown tail, chastity cage, chastity cage only, chastity device, chastity device   │\n",
       "│      only, clothing, collar, collar tag, fur, genitals, handwear, leash, male, mask, metal chastity cage,       │\n",
       "│  multicolored body, multicolored fur, multicolored tail, muzzle \\(object\\), muzzled, nude, penis, petplay, pup  │\n",
       "│      mask, puppyplay, raised tail, red collar, red leash, roleplay, sheath cage, simple background, solo,       │\n",
       "│    submissive, submissive male, tail, by russell allen, nailix, domestic dog, german shepherd, herding dog,     │\n",
       "│             pastoral dog, dated, digital drawing \\(artwork\\), digital media \\(artwork\\), signature              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\1a93eeeaaf41ea78bb9981f575eef73d.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abstract background, all fours, animal mask, anthro, balls, bdsm, biped, bondage gear, bondage gloves, brown │\n", "│ body, brown eyes, brown fur, brown tail, chastity cage, chastity cage only, chastity device, chastity device │\n", "│ only, clothing, collar, collar tag, fur, genitals, handwear, leash, male, mask, metal chastity cage, │\n", "│ multicolored body, multicolored fur, multicolored tail, muzzle \\(object\\), muzzled, nude, penis, petplay, pup │\n", "│ mask, puppyplay, raised tail, red collar, red leash, roleplay, sheath cage, simple background, solo, │\n", "│ submissive, submissive male, tail, by russell allen, nailix, domestic dog, german shepherd, herding dog, │\n", "│ pastoral dog, dated, digital drawing \\(artwork\\), digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2494569.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2494569.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\8318368e2e28f0dcbe1f564b402c061c.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    4 toes, 5 fingers, abs, anatomically correct, anatomically correct genitalia, anatomically correct penis,    │\n",
       "│   animal genitalia, animal mask, animal penis, anthro, balls, bar, barefoot, biceps, biped, blue eyes, bodily   │\n",
       "│  fluids, bottle, braided hair, claws, container, counter, cum, cum drip, cum on balls, cum on penis, cumshot,   │\n",
       "│   dancing, digitigrade, dripping, ejaculation, erection, feet, finger claws, fingers, fur, furniture, genital   │\n",
       "│   fluids, genitals, grey body, grey fur, grey tail, hair, heart symbol, holding penis, indoor nudity, inside,   │\n",
       "│     long hair, looking at viewer, male, mask, mask only, masturbation, multicolored body, multicolored fur,     │\n",
       "│  muscular, muscular anthro, muscular male, nipples, nude, nude anthro, nude male, patreon logo, pecs, penile,   │\n",
       "│   penile masturbation, penis, pink nipples, pink penis, pole, pole dancing, pup mask, solo, stool, stripper,    │\n",
       "│ stripper pole, tail, text, toe claws, toes, two tone body, two tone fur, white balls, white body, white claws,  │\n",
       "│       white fur, white hair, by twinkle-sez, patreon, marcelo wolf, wolf, digital media \\(artwork\\), url        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\8318368e2e28f0dcbe1f564b402c061c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, 5 fingers, abs, anatomically correct, anatomically correct genitalia, anatomically correct penis, │\n", "│ animal genitalia, animal mask, animal penis, anthro, balls, bar, barefoot, biceps, biped, blue eyes, bodily │\n", "│ fluids, bottle, braided hair, claws, container, counter, cum, cum drip, cum on balls, cum on penis, cumshot, │\n", "│ dancing, digitigrade, dripping, ejaculation, erection, feet, finger claws, fingers, fur, furniture, genital │\n", "│ fluids, genitals, grey body, grey fur, grey tail, hair, heart symbol, holding penis, indoor nudity, inside, │\n", "│ long hair, looking at viewer, male, mask, mask only, masturbation, multicolored body, multicolored fur, │\n", "│ muscular, muscular anthro, muscular male, nipples, nude, nude anthro, nude male, patreon logo, pecs, penile, │\n", "│ penile masturbation, penis, pink nipples, pink penis, pole, pole dancing, pup mask, solo, stool, stripper, │\n", "│ stripper pole, tail, text, toe claws, toes, two tone body, two tone fur, white balls, white body, white claws, │\n", "│ white fur, white hair, by twinkle-sez, patreon, marcelo wolf, wolf, digital media \\(artwork\\), url │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2495121.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2495121.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\8a7c812697c88b5d63ab4c7d09bd5c3e.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal mask, anthro, armband, barazoku, bicep curl, biceps, big muscles, bulge, clothing, dumbbell, exercise,  │\n",
       "│ hand on leg, looking at viewer, male, mask, muscular, muscular anthro, muscular male, nipples, pecs, pup mask,  │\n",
       "│    sitting, solo, underwear, weightlifting, weights, workout, by mystikfox61, york \\(yerkelayh\\), cetacean,     │\n",
       "│                              dolphin, marine, oceanic dolphin, orca, toothed whale                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\8a7c812697c88b5d63ab4c7d09bd5c3e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, armband, barazoku, bicep curl, biceps, big muscles, bulge, clothing, dumbbell, exercise, │\n", "│ hand on leg, looking at viewer, male, mask, muscular, muscular anthro, muscular male, nipples, pecs, pup mask, │\n", "│ sitting, solo, underwear, weightlifting, weights, workout, by mystikfox61, york \\(yerkelayh\\), cetacean, │\n", "│ dolphin, marine, oceanic dolphin, orca, toothed whale │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2552044.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2552044.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\d877af6013ea0d146e280f7512221649.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal genitalia, animal mask, anthro, balls, docking, dog tags, duo, erection, french kissing, genitals,    │\n",
       "│  german flag, kissing, male, male/male, male penetrated, male penetrating, male penetrating male, mask, mutual  │\n",
       "│ sheath penetration, nipples, nude, penetration, penile, pup mask, sex, sheath, sheath penetration, sheath play, │\n",
       "│    simple background, standing, tongue, tongue out, vein, by linkin monroe, dobermann, domestic dog, german     │\n",
       "│                              shepherd, herding dog, pastoral dog, pinscher, hi res                              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\d877af6013ea0d146e280f7512221649.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, anthro, balls, docking, dog tags, duo, erection, french kissing, genitals, │\n", "│ german flag, kissing, male, male/male, male penetrated, male penetrating, male penetrating male, mask, mutual │\n", "│ sheath penetration, nipples, nude, penetration, penile, pup mask, sex, sheath, sheath penetration, sheath play, │\n", "│ simple background, standing, tongue, tongue out, vein, by linkin monroe, dobermann, domestic dog, german │\n", "│ shepherd, herding dog, pastoral dog, pinscher, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2660882.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2660882.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\a85370f3b0ea009b9cef005e6fe4519e.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, │\n",
       "│ bed, belly, big balls, big muscles, big penis, collar, collar only, cowgirl position, dominant, duo, erection,  │\n",
       "│ from front position, furniture, genitals, heart symbol, humanoid genitalia, humanoid penis, leash, leash pull,  │\n",
       "│ lying, male, male/male, male on bottom, male on top, male penetrated, male penetrating, male penetrating male,  │\n",
       "│   mask, mask only, musclegut, muscular, muscular anthro, muscular bottom, muscular dom, muscular male, navel,   │\n",
       "│ nipples, nude, on back, on bed, on bottom, on top, overweight, overweight anthro, overweight male, penetration, │\n",
       "│  penis, power bottom, pup mask, sex, size difference, small dom big sub, by flufflecraft, animal crossing, tom  │\n",
       "│                nook \\(animal crossing\\), lagomorph, leporid, rabbit, raccoon dog, tanuki, hi res                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\a85370f3b0ea009b9cef005e6fe4519e.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, │\n", "│ bed, belly, big balls, big muscles, big penis, collar, collar only, cowgirl position, dominant, duo, erection, │\n", "│ from front position, furniture, genitals, heart symbol, humanoid genitalia, humanoid penis, leash, leash pull, │\n", "│ lying, male, male/male, male on bottom, male on top, male penetrated, male penetrating, male penetrating male, │\n", "│ mask, mask only, musclegut, muscular, muscular anthro, muscular bottom, muscular dom, muscular male, navel, │\n", "│ nipples, nude, on back, on bed, on bottom, on top, overweight, overweight anthro, overweight male, penetration, │\n", "│ penis, power bottom, pup mask, sex, size difference, small dom big sub, by flufflecraft, animal crossing, tom │\n", "│ nook \\(animal crossing\\), lagomorph, leporid, rabbit, raccoon dog, tanuki, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2715977.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2715977.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\e9abdfa22fdeaa3086e605c870e091a4.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, animal mask, anthro, armpit hair, balls, bodily fluids, body hair, drooling, duo, erection, eye roll,   │\n",
       "│ eyes closed, feet, genitals, human on anthro, humanoid genitalia, humanoid penis, interspecies, licking, lying, │\n",
       "│  male, male/male, mask, nipples, nude, on back, open mouth, open smile, oral, penis, pubes, pup mask, rimming,  │\n",
       "│  saliva, saliva on anus, sex, simple background, smile, soles, toes, tongue, tongue out, white background, by   │\n",
       "│   haps, adastra, adastra \\(series\\), echo project, amicus \\(adastra\\), marco \\(adastra\\), human, wolf, hi res   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\e9abdfa22fdeaa3086e605c870e091a4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, animal mask, anthro, armpit hair, balls, bodily fluids, body hair, drooling, duo, erection, eye roll, │\n", "│ eyes closed, feet, genitals, human on anthro, humanoid genitalia, humanoid penis, interspecies, licking, lying, │\n", "│ male, male/male, mask, nipples, nude, on back, open mouth, open smile, oral, penis, pubes, pup mask, rimming, │\n", "│ saliva, saliva on anus, sex, simple background, smile, soles, toes, tongue, tongue out, white background, by │\n", "│ haps, adastra, adastra \\(series\\), echo project, amicus \\(adastra\\), marco \\(adastra\\), human, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2715980.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2715980.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\8cd7320a5c75a3f5ed6b836f0dd560c0.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal penetration, animal mask, anthro, anthro penetrating, anthro penetrating human, balls, cowgirl    │\n",
       "│    position, duo, erection, feet, from front position, genitals, human on anthro, human penetrated, humanoid    │\n",
       "│ genitalia, humanoid penis, interspecies, lying, male, male/male, male on bottom, male on top, male penetrated,  │\n",
       "│   male penetrating, male penetrating male, mask, muscular, muscular anthro, muscular male, nipples, nude, on    │\n",
       "│ back, on bottom, on top, pecs, penetration, penis, pup mask, sex, simple background, toes, white background, by │\n",
       "│       haps, adastra, adastra \\(series\\), echo project, amicus \\(adastra\\), marco \\(adastra\\), human, wolf       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\8cd7320a5c75a3f5ed6b836f0dd560c0.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro penetrating, anthro penetrating human, balls, cowgirl │\n", "│ position, duo, erection, feet, from front position, genitals, human on anthro, human penetrated, humanoid │\n", "│ genitalia, humanoid penis, interspecies, lying, male, male/male, male on bottom, male on top, male penetrated, │\n", "│ male penetrating, male penetrating male, mask, muscular, muscular anthro, muscular male, nipples, nude, on │\n", "│ back, on bottom, on top, pecs, penetration, penis, pup mask, sex, simple background, toes, white background, by │\n", "│ haps, adastra, adastra \\(series\\), echo project, amicus \\(adastra\\), marco \\(adastra\\), human, wolf │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2773262.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2773262.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\717255888b6e9ee1853916ed663ed553.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   all fours, animal mask, anthro, anus, arms tied, backsack, balls, bdsm, bed, bodily fluids, bondage, bound,   │\n",
       "│  butt, chastity cage, chastity cage only, chastity device, chastity device only, cum, cum in ass, cum inside,   │\n",
       "│    duo, eyewear, fur, furniture, genital fluids, genitals, glasses, green eyes, hands behind back, harness,     │\n",
       "│  leaking cum, looking at another, looking back, male, mask, metal chastity cage, nude, offscreen character, on  │\n",
       "│ bed, overweight, overweight anthro, overweight male, presenting, presenting anus, presenting hindquarters, pup  │\n",
       "│  mask, rear view, restraints, rope, rope bondage, rope harness, shadow, slightly chubby, striped body, striped  │\n",
       "│             fur, stripes, by mystikfox61, burrbles, october tiger, bear, pantherine, tiger, hi res              │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\717255888b6e9ee1853916ed663ed553.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, animal mask, anthro, anus, arms tied, backsack, balls, bdsm, bed, bodily fluids, bondage, bound, │\n", "│ butt, chastity cage, chastity cage only, chastity device, chastity device only, cum, cum in ass, cum inside, │\n", "│ duo, eyewear, fur, furniture, genital fluids, genitals, glasses, green eyes, hands behind back, harness, │\n", "│ leaking cum, looking at another, looking back, male, mask, metal chastity cage, nude, offscreen character, on │\n", "│ bed, overweight, overweight anthro, overweight male, presenting, presenting anus, presenting hindquarters, pup │\n", "│ mask, rear view, restraints, rope, rope bondage, rope harness, shadow, slightly chubby, striped body, striped │\n", "│ fur, stripes, by mystikfox61, burrbles, october tiger, bear, pantherine, tiger, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2943295.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2943295.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\d9a0d069b6b9940e36e93f006c69ef0a.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anal, anal penetration, animal mask, anthro, balls, bdsm, big dom small sub, big penis, bodily fluids,   │\n",
       "│   butt, buttplug, buttplug in ass, buttplug insertion, buttplug tail, collar, collar only, dominant, dominant   │\n",
       "│ anthro, duo, facial horn, fake tail, genital fluids, genitals, grey body, harness, harness only, horn, human on │\n",
       "│ anthro, interspecies, larger anthro, larger male, leash, leash pull, leather, leather harness, male, male/male, │\n",
       "│   mask, mask only, muscular, muscular anthro, muscular dom, muscular male, muscular top, navel, nipples, nose   │\n",
       "│   horn, nude, object in ass, open mouth, pecs, penetration, penis, petplay, plug \\(sex toy\\), plug insertion,   │\n",
       "│ precum, precum on ground, pup mask, puppyplay, roleplay, sex, sex toy, sex toy in ass, sex toy insertion, size  │\n",
       "│   difference, submissive, submissive human, tongue, tongue out, toying partner, by orcfun, human, rhinoceros    │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\d9a0d069b6b9940e36e93f006c69ef0a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal penetration, animal mask, anthro, balls, bdsm, big dom small sub, big penis, bodily fluids, │\n", "│ butt, buttplug, buttplug in ass, buttplug insertion, buttplug tail, collar, collar only, dominant, dominant │\n", "│ anthro, duo, facial horn, fake tail, genital fluids, genitals, grey body, harness, harness only, horn, human on │\n", "│ anthro, interspecies, larger anthro, larger male, leash, leash pull, leather, leather harness, male, male/male, │\n", "│ mask, mask only, muscular, muscular anthro, muscular dom, muscular male, muscular top, navel, nipples, nose │\n", "│ horn, nude, object in ass, open mouth, pecs, penetration, penis, petplay, plug \\(sex toy\\), plug insertion, │\n", "│ precum, precum on ground, pup mask, puppyplay, roleplay, sex, sex toy, sex toy in ass, sex toy insertion, size │\n", "│ difference, submissive, submissive human, tongue, tongue out, toying partner, by orcfun, human, rhinoceros │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2969931.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2969931.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\564fbe5a226332e8851e8503506767b9.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro   │\n",
       "│  penetrating anthro, balls, bdsm, black body, black nipples, dominant, dominant male, duo, erection, flexing,   │\n",
       "│  flexing bicep, flexing both biceps, genitals, glans, grey body, harness, humanoid genitalia, humanoid penis,   │\n",
       "│      larger male, leash, leash pull, leashed top, male, male/male, male penetrated, male penetrating, male      │\n",
       "│  penetrating male, mask, muscular, muscular anthro, muscular male, muscular sub, muscular top, nipples, pecs,   │\n",
       "│    penetration, penile, penile penetration, penis, penis in ass, petplay, power bottom, pup mask, puppyplay,    │\n",
       "│   roleplay, sex, size difference, small dom big sub, smaller male, smaller penetrated, submissive, submissive   │\n",
       "│   male, by marlon.cores, daxx \\(shirteater18\\), york \\(yerkelayh\\), cetacean, dolphin, domestic dog, marine,    │\n",
       "│                            oceanic dolphin, orca, toothed whale, absurd res, hi res                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\564fbe5a226332e8851e8503506767b9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, balls, bdsm, black body, black nipples, dominant, dominant male, duo, erection, flexing, │\n", "│ flexing bicep, flexing both biceps, genitals, glans, grey body, harness, humanoid genitalia, humanoid penis, │\n", "│ larger male, leash, leash pull, leashed top, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, mask, muscular, muscular anthro, muscular male, muscular sub, muscular top, nipples, pecs, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, petplay, power bottom, pup mask, puppyplay, │\n", "│ roleplay, sex, size difference, small dom big sub, smaller male, smaller penetrated, submissive, submissive │\n", "│ male, by marlon.cores, daxx \\(shirteater18\\), york \\(yerkelayh\\), cetacean, dolphin, domestic dog, marine, │\n", "│ oceanic dolphin, orca, toothed whale, absurd res, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\2986424.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m2986424.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\49b4a27c79004639db31444fe9aa3496.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   anal, anal penetration, animal mask, anthro, bodily fluids, breasts, butt, chastity cage, chastity device,    │\n",
       "│    clothed, clothing, collar, cum, cum in ass, cum inflation, cum inside, cum on butt, cum on leg, cum tube,    │\n",
       "│   dildo, dominant, dominant female, duo, ejaculation, eyewear, female, female penetrating, female penetrating   │\n",
       "│      male, femboy, genital fluids, glasses, harness, inflation, leash, leash pull, male, male/female, male      │\n",
       "│  penetrated, mask, object in ass, partially clothed, pegging, penetration, pup mask, sex, sex toy, sex toy in   │\n",
       "│  ass, sex toy insertion, sex toy penetration, simple background, strapon, syringe, tongue, tongue out, toying   │\n",
       "│      partner, by stylusknight, forrest \\(chump\\), borzoi, bovid, caprine, domestic dog, goat, hunting dog,      │\n",
       "│                                               sighthound, hi res                                                │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\49b4a27c79004639db31444fe9aa3496.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, bodily fluids, breasts, butt, chastity cage, chastity device, │\n", "│ clothed, clothing, collar, cum, cum in ass, cum inflation, cum inside, cum on butt, cum on leg, cum tube, │\n", "│ dildo, dominant, dominant female, duo, ejaculation, eyewear, female, female penetrating, female penetrating │\n", "│ male, femboy, genital fluids, glasses, harness, inflation, leash, leash pull, male, male/female, male │\n", "│ penetrated, mask, object in ass, partially clothed, pegging, penetration, pup mask, sex, sex toy, sex toy in │\n", "│ ass, sex toy insertion, sex toy penetration, simple background, strapon, syringe, tongue, tongue out, toying │\n", "│ partner, by stylusknight, forrest \\(chump\\), borzoi, bovid, caprine, domestic dog, goat, hunting dog, │\n", "│ sighthound, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3109517.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3109517.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\aada6e775627b938215ed6f7350ba6d6.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abdominal bulge, abs, against container, against locker, against surface, anal, anal penetration, animal     │\n",
       "│  genitalia, animal mask, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro  │\n",
       "│ penetrating anthro, balls, biped, black body, black fur, blue eyes, chastity cage, chastity cage only, chastity │\n",
       "│ device, chastity device only, collar, collar only, container, duo, erection, eyes closed, fur, genitals, indoor │\n",
       "│      nudity, indoor sex, inside, knot, larger male, lifted, locker, locker room, looking at another, male,      │\n",
       "│   male/male, male penetrated, male penetrating, male penetrating male, mask, mask only, metal chastity cage,    │\n",
       "│    multicolored body, multicolored fur, muscular, muscular anthro, muscular male, nipples, nude, open mouth,    │\n",
       "│   penetration, penile, penile penetration, penis, penis in ass, pup mask, scratches, scratching, sex, sheath,   │\n",
       "│   sheath cage, size difference, smaller male, smaller penetrated, standing, towel, towel around waist, towel    │\n",
       "│  only, two tone body, two tone fur, white body, white fur, by linkin monroe, benicio, sorto, coyote, domestic   │\n",
       "│      dog, great dane, mastiff, molosser, digital drawing \\(artwork\\), digital media \\(artwork\\), signature      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\aada6e775627b938215ed6f7350ba6d6.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, abs, against container, against locker, against surface, anal, anal penetration, animal │\n", "│ genitalia, animal mask, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, balls, biped, black body, black fur, blue eyes, chastity cage, chastity cage only, chastity │\n", "│ device, chastity device only, collar, collar only, container, duo, erection, eyes closed, fur, genitals, indoor │\n", "│ nudity, indoor sex, inside, knot, larger male, lifted, locker, locker room, looking at another, male, │\n", "│ male/male, male penetrated, male penetrating, male penetrating male, mask, mask only, metal chastity cage, │\n", "│ multicolored body, multicolored fur, muscular, muscular anthro, muscular male, nipples, nude, open mouth, │\n", "│ penetration, penile, penile penetration, penis, penis in ass, pup mask, scratches, scratching, sex, sheath, │\n", "│ sheath cage, size difference, smaller male, smaller penetrated, standing, towel, towel around waist, towel │\n", "│ only, two tone body, two tone fur, white body, white fur, by linkin monroe, benicio, sorto, coyote, domestic │\n", "│ dog, great dane, mastiff, molosser, digital drawing \\(artwork\\), digital media \\(artwork\\), signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3109536.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3109536.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\17e380300ce82bb14acafd7bfe457750.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ abdominal bulge, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, │\n",
       "│   anthro penetrated, anthro penetrating, anthro penetrating anthro, ball size difference, balls, bdsm, biped,   │\n",
       "│ black chastity cage, black outline, bodily fluids, bottomless, brown body, brown fur, chair position, chastity  │\n",
       "│    cage, chastity cage only, chastity device, chastity device only, clothed, clothing, cum, cum in ass, cum     │\n",
       "│   inside, dominant, dominant male, dripping, duo, finger in mouth, from behind position, fur, genital fluids,   │\n",
       "│  genitals, hand on neck, harness, hindpaw, knot, knot sitting, larger male, looking at another, looking down,   │\n",
       "│ looking up, male, male/male, male penetrated, male penetrating, male penetrating male, mask, mask only, mostly  │\n",
       "│  nude, nude, orange body, orange fur, outline, paddle, pawpads, paws, penetration, penile, penile penetration,  │\n",
       "│ penis, penis in ass, precum, precum drip, pup mask, riding crop, sex, shirt, sitting, size difference, smaller  │\n",
       "│  male, smaller penetrated, submissive, submissive male, tank top, topwear, whip, white body, white fur, by ill  │\n",
       "│     dingo, benicio, sorto, coyote, domestic dog, great dane, mastiff, molosser, digital media \\(artwork\\),      │\n",
       "│                         full-length portrait, hi res, portrait, signature, warm colors                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\17e380300ce82bb14acafd7bfe457750.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, │\n", "│ anthro penetrated, anthro penetrating, anthro penetrating anthro, ball size difference, balls, bdsm, biped, │\n", "│ black chastity cage, black outline, bodily fluids, bottomless, brown body, brown fur, chair position, chastity │\n", "│ cage, chastity cage only, chastity device, chastity device only, clothed, clothing, cum, cum in ass, cum │\n", "│ inside, dominant, dominant male, dripping, duo, finger in mouth, from behind position, fur, genital fluids, │\n", "│ genitals, hand on neck, harness, hindpaw, knot, knot sitting, larger male, looking at another, looking down, │\n", "│ looking up, male, male/male, male penetrated, male penetrating, male penetrating male, mask, mask only, mostly │\n", "│ nude, nude, orange body, orange fur, outline, paddle, pawpads, paws, penetration, penile, penile penetration, │\n", "│ penis, penis in ass, precum, precum drip, pup mask, riding crop, sex, shirt, sitting, size difference, smaller │\n", "│ male, smaller penetrated, submissive, submissive male, tank top, topwear, whip, white body, white fur, by ill │\n", "│ dingo, benicio, sorto, coyote, domestic dog, great dane, mastiff, molosser, digital media \\(artwork\\), │\n", "│ full-length portrait, hi res, portrait, signature, warm colors │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3109577.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3109577.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\fb6f6c87f93b16e465973e3c4adb7d54.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   all fours, animal mask, ankle cuffs, anthro, balls, bandanna, bdsm, biped, black outline, blue eyes, brown    │\n",
       "│ body, brown fur, chastity cage, chastity device, clothing, collar, cuff \\(restraint\\), foreskin, fur, genitals, │\n",
       "│  harness, humanoid genitalia, humanoid penis, kerchief, kneeling, latex, latex clothing, latex skinsuit, lock,  │\n",
       "│ looking up, male, mask, multicolored body, multicolored fur, muscular, muscular anthro, muscular male, muscular │\n",
       "│     sub, orange body, orange fur, outline, padlock, pecs, penis, petplay, pup mask, puppyplay, restraints,      │\n",
       "│   roleplay, rubber clothing, simple background, skinsuit, solo, submissive, submissive male, tight clothing,    │\n",
       "│       tongue, tongue out, white body, white fur, wrist cuffs, by bambii dog, sorto, coyote, digital media       │\n",
       "│                                               \\(artwork\\), hi res                                               │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\fb6f6c87f93b16e465973e3c4adb7d54.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, animal mask, ankle cuffs, anthro, balls, bandanna, bdsm, biped, black outline, blue eyes, brown │\n", "│ body, brown fur, chastity cage, chastity device, clothing, collar, cuff \\(restraint\\), foreskin, fur, genitals, │\n", "│ harness, humanoid genitalia, humanoid penis, kerchief, kneeling, latex, latex clothing, latex skinsuit, lock, │\n", "│ looking up, male, mask, multicolored body, multicolored fur, muscular, muscular anthro, muscular male, muscular │\n", "│ sub, orange body, orange fur, outline, padlock, pecs, penis, petplay, pup mask, puppyplay, restraints, │\n", "│ roleplay, rubber clothing, simple background, skinsuit, solo, submissive, submissive male, tight clothing, │\n", "│ tongue, tongue out, white body, white fur, wrist cuffs, by bambii dog, sorto, coyote, digital media │\n", "│ \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3110543.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3110543.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\e14a7bed836a322a78f7294fceec3987.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal genitalia, animal mask, animal penis, anthro, antlers, balls, biped, brown body, brown fur, clothing,   │\n",
       "│    collar, costume, duo, erection, eyes closed, eyewear, fur, fursuit, genitals, glasses, hand on shoulder,     │\n",
       "│     harness, hooves, horn, humanoid genitalia, humanoid penis, inside, knot, male, mask, multicolored body,     │\n",
       "│   multicolored fur, paws, penis, pup mask, smile, tan body, tan fur, two tone body, two tone fur, white body,   │\n",
       "│ white fur, by mystikfox61, blitzthedurr, saebo \\(saebodog\\), deer, domestic dog, digital media \\(artwork\\), hi  │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\e14a7bed836a322a78f7294fceec3987.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, animal penis, anthro, antlers, balls, biped, brown body, brown fur, clothing, │\n", "│ collar, costume, duo, erection, eyes closed, eyewear, fur, fursuit, genitals, glasses, hand on shoulder, │\n", "│ harness, hooves, horn, humanoid genitalia, humanoid penis, inside, knot, male, mask, multicolored body, │\n", "│ multicolored fur, paws, penis, pup mask, smile, tan body, tan fur, two tone body, two tone fur, white body, │\n", "│ white fur, by mystikfox61, blitzthedurr, saebo \\(saebodog\\), deer, domestic dog, digital media \\(artwork\\), hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3186988.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3186988.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\bb2bfbcaa194eb8cb9569bd0c70642a5.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal mask, anthro, balls, bdsm, belly tattoo, big penis, biped, black claws, blue eyes, claws, collar,     │\n",
       "│ dialogue, dominant, dominant male, erection, first person view, fur, genitals, good boy, harness, harness only, │\n",
       "│  holding collar, holding leash, holding object, humanoid genitalia, humanoid penis, leash, looking at viewer,   │\n",
       "│     looking down, looking down at viewer, low-angle view, male, mask, musclegut, muscular, muscular anthro,     │\n",
       "│  muscular male, nipples, offering collar, penis, petplay, pup mask, roleplay, simple background, solo, speech   │\n",
       "│   bubble, spiked collar, spikes, standing, submissive, submissive pov, talking to viewer, tattoo, text, vein,   │\n",
       "│    veiny penis, white background, white body, white fur, by boarred, sisco \\(character\\), bear, polar bear,     │\n",
       "│                                          ursine, english text, hi res                                           │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\bb2bfbcaa194eb8cb9569bd0c70642a5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, balls, bdsm, belly tattoo, big penis, biped, black claws, blue eyes, claws, collar, │\n", "│ dialogue, dominant, dominant male, erection, first person view, fur, genitals, good boy, harness, harness only, │\n", "│ holding collar, holding leash, holding object, humanoid genitalia, humanoid penis, leash, looking at viewer, │\n", "│ looking down, looking down at viewer, low-angle view, male, mask, musclegut, muscular, muscular anthro, │\n", "│ muscular male, nipples, offering collar, penis, petplay, pup mask, roleplay, simple background, solo, speech │\n", "│ bubble, spiked collar, spikes, standing, submissive, submissive pov, talking to viewer, tattoo, text, vein, │\n", "│ veiny penis, white background, white body, white fur, by boarred, sisco \\(character\\), bear, polar bear, │\n", "│ ursine, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3189514.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3189514.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\17dd52c0283e29994283e3b621b82d12.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro dominating human,    │\n",
       "│   anthro penetrating, anthro penetrating human, balls, bdsm, big balls, big dom small sub, big penis, bodily    │\n",
       "│     fluids, cum, cum while penetrated, doggystyle, dominant, dominant anthro, dominant male, drooling, duo,     │\n",
       "│  ejaculation, from behind position, genital fluids, genitals, hand on back, human on anthro, human penetrated,  │\n",
       "│     human pet, interspecies, knot, larger anthro, looking pleasured, male, male/male, male penetrated, male     │\n",
       "│   penetrating, male penetrating male, mask, muscular, muscular anthro, muscular male, nude, open mouth, pecs,   │\n",
       "│    penetration, penis, petplay, pup mask, puppyplay, roleplay, saliva, sex, size difference, smaller human,     │\n",
       "│     smaller penetrated, submissive, submissive human, submissive male, tongue, tongue out, by deusexmoose,      │\n",
       "│      mythology, human, mythological creature, were, werecanid, werecanine, werewolf, wolf, digital drawing      │\n",
       "│                      \\(artwork\\), digital media \\(artwork\\), hi res, monochrome, signature                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\17dd52c0283e29994283e3b621b82d12.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anthro dominating human, │\n", "│ anthro penetrating, anthro penetrating human, balls, bdsm, big balls, big dom small sub, big penis, bodily │\n", "│ fluids, cum, cum while penetrated, doggystyle, dominant, dominant anthro, dominant male, drooling, duo, │\n", "│ ejaculation, from behind position, genital fluids, genitals, hand on back, human on anthro, human penetrated, │\n", "│ human pet, interspecies, knot, larger anthro, looking pleasured, male, male/male, male penetrated, male │\n", "│ penetrating, male penetrating male, mask, muscular, muscular anthro, muscular male, nude, open mouth, pecs, │\n", "│ penetration, penis, petplay, pup mask, puppyplay, roleplay, saliva, sex, size difference, smaller human, │\n", "│ smaller penetrated, submissive, submissive human, submissive male, tongue, tongue out, by deusexmoose, │\n", "│ mythology, human, mythological creature, were, werecanid, werecanine, werewolf, wolf, digital drawing │\n", "│ \\(artwork\\), digital media \\(artwork\\), hi res, monochrome, signature │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3221267.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3221267.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\557b7e8235168a98e7f0d4b53d15e997.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all fours, animal genitalia, animal mask, animal penis, anthro, anus, backsack, balls, bdsm, big balls, bodily  │\n",
       "│   fluids, bondage, bound, butt, cum, cum in a cup, cum in container, dialogue, duo, facial piercing, genital    │\n",
       "│   fluids, genitals, handjob, harness, holding another's knot, holding another's penis, holding knot, holding    │\n",
       "│   penis, knot, knot grab, looking back, male, mask, nose piercing, nose ring, penile, penis, penis backwards,   │\n",
       "│   penis grab, penis milking, petplay, piercing, pup mask, puppyplay, raised tail, restrained, ring piercing,    │\n",
       "│   roleplay, sex, solo focus, submissive, submissive male, sweat, tail, text, by hyprknetc, ajax \\(ajaxnagy\\),   │\n",
       "│                                           wolf, english text, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\557b7e8235168a98e7f0d4b53d15e997.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, animal genitalia, animal mask, animal penis, anthro, anus, backsack, balls, bdsm, big balls, bodily │\n", "│ fluids, bondage, bound, butt, cum, cum in a cup, cum in container, dialogue, duo, facial piercing, genital │\n", "│ fluids, genitals, handjob, harness, holding another's knot, holding another's penis, holding knot, holding │\n", "│ penis, knot, knot grab, looking back, male, mask, nose piercing, nose ring, penile, penis, penis backwards, │\n", "│ penis grab, penis milking, petplay, piercing, pup mask, puppyplay, raised tail, restrained, ring piercing, │\n", "│ roleplay, sex, solo focus, submissive, submissive male, sweat, tail, text, by hyprknetc, ajax \\(ajaxnagy\\), │\n", "│ wolf, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3229478.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3229478.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\c7d13dd90a3f2b6f2096e4f835e9af1f.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    anal, anal penetration, animal mask, anthro, anthro penetrated, balls, bdsm, bdsm gear, bite mark, black     │\n",
       "│ collar, blush, blush lines, bodily fluids, bondage, bound, chastity cage, chastity device, chest tuft, collar,  │\n",
       "│ crouching, curved horn, dewclaw hooves, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, femboy,  │\n",
       "│     fur, genital fluids, genitals, harness, hooves, horn, incorrectly drawn chastity cage, leather, leather     │\n",
       "│   harness, legs tied, lock, looking pleasured, lube, lube drip, lube in ass, male, male chastity device, male   │\n",
       "│ penetrated, mask, mostly nude, muscular legs, nipples, object in ass, one eye closed, orange body, orange fur,  │\n",
       "│     padlock, penetration, penis, petplay, pink chastity cage, potbelly, precum, precum drip, precum string,     │\n",
       "│  predicament bondage, presenting, presenting penis, pup mask, raised tail, roleplay, sex toy, sex toy in ass,   │\n",
       "│  sex toy insertion, simple background, solo, spread legs, spreading, submissive, submissive anthro, submissive  │\n",
       "│   male, tail, tan background, tears, tears of pleasure, teary eyes, tuft, white body, white fur, by jimnsei,    │\n",
       "│                         fanta \\(carrotfanta\\), bovid, caprine, goat, absurd res, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\c7d13dd90a3f2b6f2096e4f835e9af1f.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro penetrated, balls, bdsm, bdsm gear, bite mark, black │\n", "│ collar, blush, blush lines, bodily fluids, bondage, bound, chastity cage, chastity device, chest tuft, collar, │\n", "│ crouching, curved horn, dewclaw hooves, dildo, dildo in ass, dildo insertion, dildo sitting, dripping, femboy, │\n", "│ fur, genital fluids, genitals, harness, hooves, horn, incorrectly drawn chastity cage, leather, leather │\n", "│ harness, legs tied, lock, looking pleasured, lube, lube drip, lube in ass, male, male chastity device, male │\n", "│ penetrated, mask, mostly nude, muscular legs, nipples, object in ass, one eye closed, orange body, orange fur, │\n", "│ padlock, penetration, penis, petplay, pink chastity cage, potbelly, precum, precum drip, precum string, │\n", "│ predicament bondage, presenting, presenting penis, pup mask, raised tail, roleplay, sex toy, sex toy in ass, │\n", "│ sex toy insertion, simple background, solo, spread legs, spreading, submissive, submissive anthro, submissive │\n", "│ male, tail, tan background, tears, tears of pleasure, teary eyes, tuft, white body, white fur, by jimnsei, │\n", "│ fanta \\(carrotfanta\\), bovid, caprine, goat, absurd res, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3242769.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3242769.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\02b6310b97d7b99fbd5d8bd63ef568a1.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   abs, animal mask, anthro, anthro on anthro, bdsm, blush, bodily fluids, bondage, bound, bound top, chastity   │\n",
       "│    cage, chastity device, clenched teeth, clothing, cock stocks, cuff \\(restraint\\), cum, cumshot, dialogue,    │\n",
       "│    dripping, ejaculation, erection, genital fluids, genitals, group, handcuffs, humanoid genitalia, humanoid    │\n",
       "│   penis, larger male, legwear, lock, male, male/male, mask, metal cuffs, multiple orgasms, muscular, muscular   │\n",
       "│   anthro, muscular male, mutual chastity, muzzle \\(object\\), orgasm, overstimulation, padlock, pecs, penile,    │\n",
       "│  penis, penis milking, power bottom, precum, precum drip, pup mask, restrained, restraints, service top, size   │\n",
       "│ difference, small dom big sub, smaller male, stocks, submissive, submissive male, submissive top, teeth, text,  │\n",
       "│ thigh highs, vein, veiny penis, verbal, by aennor, domestic dog, pantherine, tiger, wolf, english text, hi res  │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\02b6310b97d7b99fbd5d8bd63ef568a1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, animal mask, anthro, anthro on anthro, bdsm, blush, bodily fluids, bondage, bound, bound top, chastity │\n", "│ cage, chastity device, clenched teeth, clothing, cock stocks, cuff \\(restraint\\), cum, cumshot, dialogue, │\n", "│ dripping, ejaculation, erection, genital fluids, genitals, group, handcuffs, humanoid genitalia, humanoid │\n", "│ penis, larger male, legwear, lock, male, male/male, mask, metal cuffs, multiple orgasms, muscular, muscular │\n", "│ anthro, muscular male, mutual chastity, muzzle \\(object\\), orgasm, overstimulation, padlock, pecs, penile, │\n", "│ penis, penis milking, power bottom, precum, precum drip, pup mask, restrained, restraints, service top, size │\n", "│ difference, small dom big sub, smaller male, stocks, submissive, submissive male, submissive top, teeth, text, │\n", "│ thigh highs, vein, veiny penis, verbal, by aennor, domestic dog, pantherine, tiger, wolf, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3243220.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3243220.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\6c2be39c53a0fc16e00b411c7d1188a1.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal genitalia, animal mask, ankle cuffs, bdsm, collar, cuff \\(restraint\\), genital slit, genitals, hand on  │\n",
       "│   butt, harness, kneeling, leash, looking at viewer, male, mask, muscular, muscular male, muscular sub, nude,   │\n",
       "│      penis, penis tip, petplay, pup mask, puppyplay, raised tail, restraints, roleplay, short tail, solo,       │\n",
       "│    submissive, tail, wrist cuffs, by beralin, bioware, electronic arts, mass effect, alien, krogan, hi res,     │\n",
       "│                                                 multiple images                                                 │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\6c2be39c53a0fc16e00b411c7d1188a1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, ankle cuffs, bdsm, collar, cuff \\(restraint\\), genital slit, genitals, hand on │\n", "│ butt, harness, kneeling, leash, looking at viewer, male, mask, muscular, muscular male, muscular sub, nude, │\n", "│ penis, penis tip, petplay, pup mask, puppyplay, raised tail, restraints, roleplay, short tail, solo, │\n", "│ submissive, tail, wrist cuffs, by beralin, bioware, electronic arts, mass effect, alien, krogan, hi res, │\n", "│ multiple images │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3435940.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3435940.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\abe98d79d2c522cf0e0d61bc184c32e4.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abdominal bulge, all fours, anal, anal orgasm, anal penetration, animal genitalia, animal mask, animal penis,  │\n",
       "│    anthro, balls, big penis, bodily fluids, bondage gear, bondage gloves, chastity cage, chastity cage only,    │\n",
       "│  chastity device, chastity device only, claws, clothing, cum, cum in ass, cum inflation, cum inside, cum while  │\n",
       "│     chaste, cum while penetrated, cumshot, digitigrade, duo, ejaculation, genital fluids, genitals, gloves,     │\n",
       "│   hands-free, handwear, huge penis, inflation, knot, male, male/male, mask, motion lines, nipples, nude, open   │\n",
       "│   mouth, orgasm, paw gloves, pawpads, penetration, penile, penile penetration, penis, penis in ass, pup mask,   │\n",
       "│                       sex, tail, tail motion, tailwag, by kihu, domestic dog, monochrome                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\abe98d79d2c522cf0e0d61bc184c32e4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abdominal bulge, all fours, anal, anal orgasm, anal penetration, animal genitalia, animal mask, animal penis, │\n", "│ anthro, balls, big penis, bodily fluids, bondage gear, bondage gloves, chastity cage, chastity cage only, │\n", "│ chastity device, chastity device only, claws, clothing, cum, cum in ass, cum inflation, cum inside, cum while │\n", "│ chaste, cum while penetrated, cumshot, digitigrade, duo, ejaculation, genital fluids, genitals, gloves, │\n", "│ hands-free, handwear, huge penis, inflation, knot, male, male/male, mask, motion lines, nipples, nude, open │\n", "│ mouth, orgasm, paw gloves, pawpads, penetration, penile, penile penetration, penis, penis in ass, pup mask, │\n", "│ sex, tail, tail motion, tailwag, by kihu, domestic dog, monochrome │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3513330.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3513330.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\2c67f0dbc799ba6719f32f4f653d1be3.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  abs, animal genitalia, animal mask, animal penis, anthro, balls, biceps, big balls, big penis, bodily fluids,  │\n",
       "│        clawed fingers, claws, digitigrade, dripping, ear piercing, ear ring, erection, fur, furgonomics,        │\n",
       "│     furry-specific piercing, genital fluids, genital piercing, genitals, glistening, glistening genitalia,      │\n",
       "│    glistening penis, harness, harness only, knot, looking at viewer, male, mask, muscular, muscular anthro,     │\n",
       "│  muscular male, navel, nude, penis, piercing, precum, precum drip, pup mask, red penis, ring piercing, sheath,  │\n",
       "│ sheath piercing, solo, tan body, tan fur, toe claws, by mustachemutt, ajax \\(ajaxnagy\\), domestic dog, herding  │\n",
       "│     dog, pastoral dog, were, werecanid, werecanine, weredog, absurd res, digital media \\(artwork\\), hi res      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\2c67f0dbc799ba6719f32f4f653d1be3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, animal genitalia, animal mask, animal penis, anthro, balls, biceps, big balls, big penis, bodily fluids, │\n", "│ clawed fingers, claws, digitigrade, dripping, ear piercing, ear ring, erection, fur, furgonomics, │\n", "│ furry-specific piercing, genital fluids, genital piercing, genitals, glistening, glistening genitalia, │\n", "│ glistening penis, harness, harness only, knot, looking at viewer, male, mask, muscular, muscular anthro, │\n", "│ muscular male, navel, nude, penis, piercing, precum, precum drip, pup mask, red penis, ring piercing, sheath, │\n", "│ sheath piercing, solo, tan body, tan fur, toe claws, by mustachemutt, ajax \\(ajaxnagy\\), domestic dog, herding │\n", "│ dog, pastoral dog, were, werecanid, werecanine, weredog, absurd res, digital media \\(artwork\\), hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3535133.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3535133.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\4b99214b08da401c5c819f0f19dd0824.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal mask, anthro, bdsm, black body, black claws, black clothing, black fur, black nose, black topwear, blue  │\n",
       "│   clothing, blue collar, blue eyes, blue jockstrap, blue leash, blue underwear, bondage gear, bondage gloves,   │\n",
       "│ claws, clothing, collar, ear piercing, ear ring, erection, front view, fur, genitals, good boy, grey body, grey │\n",
       "│   fur, handwear, humanoid genitalia, humanoid penis, inner ear fluff, jockstrap, kneeling, leash, male, mask,   │\n",
       "│  narrowed eyes, pawpads, penis, petplay, piercing, pup mask, puppyplay, purple penis, purple tongue, red body,  │\n",
       "│   red fur, red pawpads, ring piercing, roleplay, solo, tail, tail motion, tailwag, text, tongue, tongue out,    │\n",
       "│   tongue piercing, topwear, tuft, underwear, vein, veiny penis, white inner ear fluff, by rayliicious, dakota   │\n",
       "│                        \\(rayliicious\\), domestic dog, artist name, english text, hi res                         │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\4b99214b08da401c5c819f0f19dd0824.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, bdsm, black body, black claws, black clothing, black fur, black nose, black topwear, blue │\n", "│ clothing, blue collar, blue eyes, blue jockstrap, blue leash, blue underwear, bondage gear, bondage gloves, │\n", "│ claws, clothing, collar, ear piercing, ear ring, erection, front view, fur, genitals, good boy, grey body, grey │\n", "│ fur, handwear, humanoid genitalia, humanoid penis, inner ear fluff, jockstrap, kneeling, leash, male, mask, │\n", "│ narrowed eyes, pawpads, penis, petplay, piercing, pup mask, puppyplay, purple penis, purple tongue, red body, │\n", "│ red fur, red pawpads, ring piercing, roleplay, solo, tail, tail motion, tailwag, text, tongue, tongue out, │\n", "│ tongue piercing, topwear, tuft, underwear, vein, veiny penis, white inner ear fluff, by rayliicious, dakota │\n", "│ \\(rayliicious\\), domestic dog, artist name, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3599744.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3599744.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\203fac3572b44bf677f87a340642ca25.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ animal mask, anthro, anus, balls, bdsm, big balls, big penis, bodily fluids, butt, cum, cum in ass, cum inside, │\n",
       "│   erection, fur, genital fluids, genitals, grey body, grey fur, humanoid genitalia, humanoid penis, hypnosis,   │\n",
       "│     male, mask, mind control, penis, penis backwards, perineum, petplay, pup mask, puppyplay, ringed eyes,      │\n",
       "│  roleplay, solo, spiral eyes, spread anus, spread butt, spread legs, spreading, striped body, stripes, sweat,   │\n",
       "│  sweaty balls, sweaty butt, sweaty genitalia, vein, veiny penis, by fanofthefurr, chuffo, unknown species, hi   │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\203fac3572b44bf677f87a340642ca25.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, anus, balls, bdsm, big balls, big penis, bodily fluids, butt, cum, cum in ass, cum inside, │\n", "│ erection, fur, genital fluids, genitals, grey body, grey fur, humanoid genitalia, humanoid penis, hypnosis, │\n", "│ male, mask, mind control, penis, penis backwards, perineum, petplay, pup mask, puppyplay, ringed eyes, │\n", "│ roleplay, solo, spiral eyes, spread anus, spread butt, spread legs, spreading, striped body, stripes, sweat, │\n", "│ sweaty balls, sweaty butt, sweaty genitalia, vein, veiny penis, by fanofthefurr, chuffo, unknown species, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3697663.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3697663.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\ae2fd0870195fc72cc2f3acd0d54b7b2.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   all fours, anal, anal penetration, animal genitalia, animal mask, animal penis, ankle cuffs, anthro, arched   │\n",
       "│     back, ass up, balls, bdsm, belt, biceps, big butt, big muscles, bodily fluids, bottomwear, bound, butt,     │\n",
       "│ buttplug, buttplug in ass, buttplug insertion, buttplug tail, city, cityscape, clothed, clothed/nude, clothing, │\n",
       "│ collar, cuff \\(restraint\\), cum, cum in mouth, cum inside, cum on tongue, cumshot, dialogue, dress shirt, duo,  │\n",
       "│    ejaculation, equine genitalia, equine penis, erection, fake tail, genital fluids, genitals, hair, hooves,    │\n",
       "│     humanoid genitalia, humanoid penis, inside, male, male/male, mask, motion blur, motion lines, muscular,     │\n",
       "│ muscular anthro, muscular male, muscular sub, narrowed eyes, nude, object in ass, obliques, office, open mouth, │\n",
       "│    pants, pecs, penetration, penis, petplay, plug \\(sex toy\\), plug insertion, precum, pup mask, restraints,    │\n",
       "│ roleplay, sex toy, sex toy in ass, sex toy insertion, shirt, size difference, standing, submissive, submissive  │\n",
       "│   male, sweat, teeth, text, thick thighs, tongue, tongue out, topwear, unzipped, vein, wearing mask, window,    │\n",
       "│  zipper, by zourik, willian \\(zourik\\), ambiguous species, equid, equine, horse, absurd res, english text, hi   │\n",
       "│                                                       res                                                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\ae2fd0870195fc72cc2f3acd0d54b7b2.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all fours, anal, anal penetration, animal genitalia, animal mask, animal penis, ankle cuffs, anthro, arched │\n", "│ back, ass up, balls, bdsm, belt, biceps, big butt, big muscles, bodily fluids, bottomwear, bound, butt, │\n", "│ buttplug, buttplug in ass, buttplug insertion, buttplug tail, city, cityscape, clothed, clothed/nude, clothing, │\n", "│ collar, cuff \\(restraint\\), cum, cum in mouth, cum inside, cum on tongue, cumshot, dialogue, dress shirt, duo, │\n", "│ ejaculation, equine genitalia, equine penis, erection, fake tail, genital fluids, genitals, hair, hooves, │\n", "│ humanoid genitalia, humanoid penis, inside, male, male/male, mask, motion blur, motion lines, muscular, │\n", "│ muscular anthro, muscular male, muscular sub, narrowed eyes, nude, object in ass, obliques, office, open mouth, │\n", "│ pants, pecs, penetration, penis, petplay, plug \\(sex toy\\), plug insertion, precum, pup mask, restraints, │\n", "│ roleplay, sex toy, sex toy in ass, sex toy insertion, shirt, size difference, standing, submissive, submissive │\n", "│ male, sweat, teeth, text, thick thighs, tongue, tongue out, topwear, unzipped, vein, wearing mask, window, │\n", "│ zipper, by zourik, willian \\(zourik\\), ambiguous species, equid, equine, horse, absurd res, english text, hi │\n", "│ res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3711769.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3711769.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\6a6eb38bb9a70f16c42eafb385f780c5.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   animal genitalia, animal mask, animal pussy, anthro, bdsm, blonde hair, blue eyes, border, breasts, colored   │\n",
       "│     nails, feet, female, foot focus, fur, genitals, grey body, grey fur, hair, harness, leash, mask, nails,     │\n",
       "│     pawpads, paws, petplay, pup mask, puppyplay, pussy, roleplay, solo, tail, tail motion, tailwag, tattoo,     │\n",
       "│ transparent border, wearing mask, white body, white fur, by snail3n, jackie \\(jackiepup\\), domestic dog, husky, │\n",
       "│                      mixed breed, nordic sled dog, pit bull, spitz, alpha channel, hi res                       │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\6a6eb38bb9a70f16c42eafb385f780c5.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, animal pussy, anthro, bdsm, blonde hair, blue eyes, border, breasts, colored │\n", "│ nails, feet, female, foot focus, fur, genitals, grey body, grey fur, hair, harness, leash, mask, nails, │\n", "│ pawpads, paws, petplay, pup mask, puppyplay, pussy, roleplay, solo, tail, tail motion, tailwag, tattoo, │\n", "│ transparent border, wearing mask, white body, white fur, by snail3n, jackie \\(jackiepup\\), domestic dog, husky, │\n", "│ mixed breed, nordic sled dog, pit bull, spitz, alpha channel, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3752559.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3752559.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\c4e11522fd2e8c8d50ed19d3551ae945.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anus, armwear, backsack, balls,   │\n",
       "│ bdsm, begging for sex, big penis, bodily fluids, body control, bodysuit, brown body, brown fur, bulge, chastity │\n",
       "│   cage, chastity device, clothed, clothing, cuff \\(restraint\\), cum, cum in ass, cum inside, dialogue, dirty    │\n",
       "│     talk, embarrassed, equine genitalia, equine penis, eyes closed, fellatio, female, fur, genital fluids,      │\n",
       "│     genitals, glistening, good boy, green eyes, group, group sex, hair, harness, heart eyes, heart symbol,      │\n",
       "│ humiliation, insult, internal, latex, lock bulge, lock symbol, male, male/male, mask, open mouth, oral, pattern │\n",
       "│  armwear, pattern clothing, penetration, penile, penis, petplay, profanity, pup mask, puppyplay, purple hair,   │\n",
       "│    restraints, roleplay, sex, sex toy, simple background, skinsuit, speech bubble, striped armwear, striped     │\n",
       "│     clothing, stripes, sweat, tail, tail motion, tailwag, text, thought bubble, tight clothing, trio focus,     │\n",
       "│  whining, wrist cuffs, by heartbeats, domestic dog, equid, equine, goobit, horse, absurd res, digital drawing   │\n",
       "│                     \\(artwork\\), digital media \\(artwork\\), english text, hi res, sequence                      │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\c4e11522fd2e8c8d50ed19d3551ae945.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal genitalia, animal mask, animal penis, anthro, anus, armwear, backsack, balls, │\n", "│ bdsm, begging for sex, big penis, bodily fluids, body control, bodysuit, brown body, brown fur, bulge, chastity │\n", "│ cage, chastity device, clothed, clothing, cuff \\(restraint\\), cum, cum in ass, cum inside, dialogue, dirty │\n", "│ talk, embarrassed, equine genitalia, equine penis, eyes closed, fellatio, female, fur, genital fluids, │\n", "│ genitals, glistening, good boy, green eyes, group, group sex, hair, harness, heart eyes, heart symbol, │\n", "│ humiliation, insult, internal, latex, lock bulge, lock symbol, male, male/male, mask, open mouth, oral, pattern │\n", "│ armwear, pattern clothing, penetration, penile, penis, petplay, profanity, pup mask, puppyplay, purple hair, │\n", "│ restraints, roleplay, sex, sex toy, simple background, skinsuit, speech bubble, striped armwear, striped │\n", "│ clothing, stripes, sweat, tail, tail motion, tailwag, text, thought bubble, tight clothing, trio focus, │\n", "│ whining, wrist cuffs, by heartbeats, domestic dog, equid, equine, goobit, horse, absurd res, digital drawing │\n", "│ \\(artwork\\), digital media \\(artwork\\), english text, hi res, sequence │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3803863.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3803863.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\114e0a6db219090255a998c15646de75.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  age difference, anal, anal knotting, anal penetration, anatomically correct, anatomically correct genitalia,   │\n",
       "│    anatomically correct penis, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, anthro    │\n",
       "│  penetrated, anthro penetrating, anthro penetrating anthro, anus, armpit hair, armpit tuft, ball tuft, balls,   │\n",
       "│   balls deep, bdsm, big balls, bodily fluids, body hair, butt, chair, chest hair, chest harness, chest tuft,    │\n",
       "│  collar, collar tag, cum, cum while penetrated, cumshot, duo, ejaculation, father penetrating son, furniture,   │\n",
       "│ genital fluids, genitals, hand holding, harness, knot, knotting, larger male, male, male/male, male penetrated, │\n",
       "│  male penetrating, male penetrating male, mask, mature male, nipples, nude, older male, on chair, overweight,   │\n",
       "│   overweight anthro, overweight male, penetration, penile, penile penetration, penis, petplay, piercing, pup    │\n",
       "│    mask, puppyplay, ring piercing, roleplay, sex, simple background, sitting, sitting on another, sitting on    │\n",
       "│    chair, size difference, smaller male, smaller penetrated, tongue, tongue out, tuft, younger male, younger    │\n",
       "│   penetrated, by alebehemut, domestic dog, molosser, mountain dog, saint bernard, swiss mountain dog, hi res,   │\n",
       "│  father \\(lore\\), father and child \\(lore\\), father and son \\(lore\\), incest \\(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\\pup_mask\\114e0a6db219090255a998c15646de75.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ age difference, anal, anal knotting, anal penetration, anatomically correct, anatomically correct genitalia, │\n", "│ anatomically correct penis, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, anthro │\n", "│ penetrated, anthro penetrating, anthro penetrating anthro, anus, armpit hair, armpit tuft, ball tuft, balls, │\n", "│ balls deep, bdsm, big balls, bodily fluids, body hair, butt, chair, chest hair, chest harness, chest tuft, │\n", "│ collar, collar tag, cum, cum while penetrated, cumshot, duo, ejaculation, father penetrating son, furniture, │\n", "│ genital fluids, genitals, hand holding, harness, knot, knotting, larger male, male, male/male, male penetrated, │\n", "│ male penetrating, male penetrating male, mask, mature male, nipples, nude, older male, on chair, overweight, │\n", "│ overweight anthro, overweight male, penetration, penile, penile penetration, penis, petplay, piercing, pup │\n", "│ mask, puppyplay, ring piercing, roleplay, sex, simple background, sitting, sitting on another, sitting on │\n", "│ chair, size difference, smaller male, smaller penetrated, tongue, tongue out, tuft, younger male, younger │\n", "│ penetrated, by alebehemut, domestic dog, molosser, mountain dog, saint bernard, swiss mountain dog, hi res, │\n", "│ father \\(lore\\), father and child \\(lore\\), father and son \\(lore\\), incest \\(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\\pup_mask\\3864190.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3864190.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\7320621904577171a12f86d648f4537b.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│   4 toes, animal mask, anthro, brown body, brown fur, bulge, clothed, clothing, digitigrade, feet, fur, green   │\n",
       "│    eyes, harness, kneeling, legwear, male, mask, pup mask, solo, thigh highs, toes, underwear, by koul, fox,    │\n",
       "│                                            digital media \\(artwork\\)                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\7320621904577171a12f86d648f4537b.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, animal mask, anthro, brown body, brown fur, bulge, clothed, clothing, digitigrade, feet, fur, green │\n", "│ eyes, harness, kneeling, legwear, male, mask, pup mask, solo, thigh highs, toes, underwear, by koul, fox, │\n", "│ digital media \\(artwork\\) │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\3934667.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m3934667.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\5e9a53222a68706d877c7e964491f24c.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ 4 toes, age difference, american football, anal, anal penetration, animal genitalia, animal mask, animal penis, │\n",
       "│  anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, balls, bar,  │\n",
       "│      bent over, beverage, bottomwear, butt, claws, clothed, clothing, crop top, cutaway, duo, easy access,      │\n",
       "│ electronics, feet, floppy ears, footwear, friend's parent, from behind position, fully clothed, fur, genitals,  │\n",
       "│     graffiti, half-closed eyes, intraspecies, knotting, larger male, larger penetrated, looking back, male,     │\n",
       "│   male/male, male penetrated, male penetrating, male penetrating male, markings, mask, mature anthro, mature    │\n",
       "│ male, motion lines, narrowed eyes, older male, older penetrated, open mouth, paws, penetration, penile, penile  │\n",
       "│   penetration, penis, penis in ass, perineum, pink penis, power bottom, public, pup mask, sex, sheath, shirt,   │\n",
       "│   shoes, size difference, small dom big sub, smaller male, sport, spots, spotted body, spotted fur, standing,   │\n",
       "│   standing sex, television, toes, topwear, underwear, underwear sex, younger dom older sub, younger male, by    │\n",
       "│    braeburned, bret \\(braeburned\\), dalmatian, domestic dog, mastiff, molosser, rottweiler, digital drawing     │\n",
       "│                   \\(artwork\\), digital media \\(artwork\\), hi res, story, story in description                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\5e9a53222a68706d877c7e964491f24c.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ 4 toes, age difference, american football, anal, anal penetration, animal genitalia, animal mask, animal penis, │\n", "│ anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, anus, balls, bar, │\n", "│ bent over, beverage, bottomwear, butt, claws, clothed, clothing, crop top, cutaway, duo, easy access, │\n", "│ electronics, feet, floppy ears, footwear, friend's parent, from behind position, fully clothed, fur, genitals, │\n", "│ graffiti, half-closed eyes, intraspecies, knotting, larger male, larger penetrated, looking back, male, │\n", "│ male/male, male penetrated, male penetrating, male penetrating male, markings, mask, mature anthro, mature │\n", "│ male, motion lines, narrowed eyes, older male, older penetrated, open mouth, paws, penetration, penile, penile │\n", "│ penetration, penis, penis in ass, perineum, pink penis, power bottom, public, pup mask, sex, sheath, shirt, │\n", "│ shoes, size difference, small dom big sub, smaller male, sport, spots, spotted body, spotted fur, standing, │\n", "│ standing sex, television, toes, topwear, underwear, underwear sex, younger dom older sub, younger male, by │\n", "│ braeburned, bret \\(braeburned\\), dalmatian, domestic dog, mastiff, molosser, rottweiler, digital drawing │\n", "│ \\(artwork\\), digital media \\(artwork\\), hi res, story, story in description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4183395.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4183395.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\636e24ac632d788c579f6a7eee842ae4.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ alpha submissive, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, ball fondling, balls,  │\n",
       "│    bdsm, bodily fluids, bondage, bound, captured, collaborative, collaborative fellatio, collaborative sex,     │\n",
       "│  collar, collar only, dialogue, edging, erection, fellatio, fondling, forced, genital fluids, genitals, green   │\n",
       "│  eyes, group, group nudity, harness, harness only, knot, licking, male, male/male, mask, mask only, muscular,   │\n",
       "│ muscular sub, nude, oral, outdoor nudity, outside, outside sex, penile, penis, plant, precum, pup mask, reverse │\n",
       "│ forced oral, sex, speech bubble, spread legs, spreading, submissive, submissive male, text, tongue, tongue out, │\n",
       "│   tree, wearing mask, by tritscrits, mythology, mythological creature, were, werecanid, werecanine, werewolf,   │\n",
       "│    wolf, digital media \\(artwork\\), english text, greyscale, hi res, monochrome, spot color, story, story in    │\n",
       "│                                                   description                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\636e24ac632d788c579f6a7eee842ae4.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ alpha submissive, animal genitalia, animal mask, animal penis, anthro, anthro on anthro, ball fondling, balls, │\n", "│ bdsm, bodily fluids, bondage, bound, captured, collaborative, collaborative fellatio, collaborative sex, │\n", "│ collar, collar only, dialogue, edging, erection, fellatio, fondling, forced, genital fluids, genitals, green │\n", "│ eyes, group, group nudity, harness, harness only, knot, licking, male, male/male, mask, mask only, muscular, │\n", "│ muscular sub, nude, oral, outdoor nudity, outside, outside sex, penile, penis, plant, precum, pup mask, reverse │\n", "│ forced oral, sex, speech bubble, spread legs, spreading, submissive, submissive male, text, tongue, tongue out, │\n", "│ tree, wearing mask, by tritscrits, mythology, mythological creature, were, werecanid, werecanine, werewolf, │\n", "│ wolf, digital media \\(artwork\\), english text, greyscale, hi res, monochrome, spot color, story, story in │\n", "│ description │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4417227.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4417227.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\ce3f5f99ac574b7835b51b729b47adb7.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal mask, anthro, anthro on anthro, anus, bdsm, belly, chair, dildo, dildo in ass,  │\n",
       "│  dildo insertion, dildo sitting, dominant, dominant male, duo, feet, foot fetish, foot focus, foot lick, foot   │\n",
       "│  play, furniture, harness, humanoid feet, licking, male, male/male, mask, object in ass, pawpads, penetration,  │\n",
       "│    petplay, plantigrade, pup mask, puppyplay, roleplay, sex toy, sex toy in ass, sex toy insertion, sitting,    │\n",
       "│    slightly chubby, submissive, submissive male, tongue, tongue out, by russell allen, by russell fox, bear,    │\n",
       "│                                             mustelid, otter, hi res                                             │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\ce3f5f99ac574b7835b51b729b47adb7.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro on anthro, anus, bdsm, belly, chair, dildo, dildo in ass, │\n", "│ dildo insertion, dildo sitting, dominant, dominant male, duo, feet, foot fetish, foot focus, foot lick, foot │\n", "│ play, furniture, harness, humanoid feet, licking, male, male/male, mask, object in ass, pawpads, penetration, │\n", "│ petplay, plantigrade, pup mask, puppyplay, roleplay, sex toy, sex toy in ass, sex toy insertion, sitting, │\n", "│ slightly chubby, submissive, submissive male, tongue, tongue out, by russell allen, by russell fox, bear, │\n", "│ mustelid, otter, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4423984.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4423984.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\1e7fb5ef50672fa158a45499b62b02a3.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    abs, all fours, animal mask, anthro, antlers, bdsm, body hair, cloak only, collar, glowing, glowing eyes,    │\n",
       "│    glowing markings, glowing runes, group, happy trail, holding leash, holding melee weapon, holding object,    │\n",
       "│      holding polearm, holding spear, holding weapon, horn, leash, leashed collar, looking at viewer, male,      │\n",
       "│    male/male, markings, mask, melee weapon, mind control, muscular, muscular anthro, muscular male, nipples,    │\n",
       "│   outside, pecs, petplay, polearm, pup mask, roleplay, runes, spear, trio, weapon, by hyenaface, hypnovember,   │\n",
       "│                                         lion, pantherine, wolf, hi res                                          │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\1e7fb5ef50672fa158a45499b62b02a3.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ abs, all fours, animal mask, anthro, antlers, bdsm, body hair, cloak only, collar, glowing, glowing eyes, │\n", "│ glowing markings, glowing runes, group, happy trail, holding leash, holding melee weapon, holding object, │\n", "│ holding polearm, holding spear, holding weapon, horn, leash, leashed collar, looking at viewer, male, │\n", "│ male/male, markings, mask, melee weapon, mind control, muscular, muscular anthro, muscular male, nipples, │\n", "│ outside, pecs, petplay, polearm, pup mask, roleplay, runes, spear, trio, weapon, by hyenaface, hypnovember, │\n", "│ lion, pantherine, wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4464813.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4464813.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\a8346c6427ec5cf0a36e1422988a18e1.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  animal genitalia, animal mask, animal penis, anthro, badge, balls, bodily fluids, closet, clothing, dialogue,  │\n",
       "│    electronics, genital fluids, genitals, group, harness, inviting, inviting to sex, jockstrap, knot, male,     │\n",
       "│ male/male, mask, nash yeen, penis, phone, precum, pup mask, recording, restraints, service top, stripes, talked │\n",
       "│   about, text, texting, trio, underwear, verbal, verbal domination, by goatytobi, domestic dog, hyena, absurd   │\n",
       "│                                            res, english text, hi res                                            │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\a8346c6427ec5cf0a36e1422988a18e1.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal genitalia, animal mask, animal penis, anthro, badge, balls, bodily fluids, closet, clothing, dialogue, │\n", "│ electronics, genital fluids, genitals, group, harness, inviting, inviting to sex, jockstrap, knot, male, │\n", "│ male/male, mask, nash yeen, penis, phone, precum, pup mask, recording, restraints, service top, stripes, talked │\n", "│ about, text, texting, trio, underwear, verbal, verbal domination, by goatytobi, domestic dog, hyena, absurd │\n", "│ res, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4484707.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4484707.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\a00f6ce6fe2dc1ca75c2118b71506528.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro   │\n",
       "│    penetrating anthro, anus, balls, barefoot, bdsm, bodily fluids, butt, chastity cage, chastity cage only,     │\n",
       "│   chastity device, chastity device only, claws, collar, cum, cum in ass, cum inside, dominant, dominant male,   │\n",
       "│    duo, ejaculation, exhibitionism, feet, fluffy, fluffy tail, fur, genital fluids, genitals, leash, leashed    │\n",
       "│   collar, male, male/male, male penetrated, male penetrating, male penetrating male, mask, multicolored body,   │\n",
       "│ multicolored fur, nude, paws, penetration, penis, petplay, public, public sex, pup mask, raised tail, roleplay, │\n",
       "│  sex, sheath cage, soles, tail, tattoo, white body, white fur, by seibear, cricetid, grison, hamster, hybrid,   │\n",
       "│                        ictonychine, mephitid, mustelid, musteline, rodent, skunk, hi res                        │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\a00f6ce6fe2dc1ca75c2118b71506528.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ anal, anal penetration, animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro │\n", "│ penetrating anthro, anus, balls, barefoot, bdsm, bodily fluids, butt, chastity cage, chastity cage only, │\n", "│ chastity device, chastity device only, claws, collar, cum, cum in ass, cum inside, dominant, dominant male, │\n", "│ duo, ejaculation, exhibitionism, feet, fluffy, fluffy tail, fur, genital fluids, genitals, leash, leashed │\n", "│ collar, male, male/male, male penetrated, male penetrating, male penetrating male, mask, multicolored body, │\n", "│ multicolored fur, nude, paws, penetration, penis, petplay, public, public sex, pup mask, raised tail, roleplay, │\n", "│ sex, sheath cage, soles, tail, tattoo, white body, white fur, by seibear, cricetid, grison, hamster, hybrid, │\n", "│ ictonychine, mephitid, mustelid, musteline, rodent, skunk, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4585437.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4585437.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\2d47017563dc5dd82095ccb90fe5a4e9.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│    animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro,     │\n",
       "│      collar, cutaway, dialogue, duo, good boy, half-closed eyes, harness, hypnosis, male, male/male, male       │\n",
       "│     penetrated, male penetrating, male penetrating male, mask, mind control, narrowed eyes, pawpads, paws,      │\n",
       "│    penetration, pup mask, ringed eyes, sex, speech bubble, submissive, submissive male, text, by tritscrits,    │\n",
       "│                     theodore martinez, procyonid, raccoon, absurd res, english text, hi res                     │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\pup_mask\\2d47017563dc5dd82095ccb90fe5a4e9.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ animal mask, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, │\n", "│ collar, cutaway, dialogue, duo, good boy, half-closed eyes, harness, hypnosis, male, male/male, male │\n", "│ penetrated, male penetrating, male penetrating male, mask, mind control, narrowed eyes, pawpads, paws, │\n", "│ penetration, pup mask, ringed eyes, sex, speech bubble, submissive, submissive male, text, by tritscrits, │\n", "│ theodore martinez, procyonid, raccoon, absurd res, english text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\pup_mask\\4595539.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\pup_mask\\\u001b[0m\u001b[1;36m4595539.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                          E:\\training_dir\\pup_mask\\bf1dfcf26208e609a73b7de10e4bf21a.txt                          ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ accessory, anal, anal penetration, animal genitalia, animal mask, animal penis, ankle cuffs, anthro, anthro on  │\n",
       "│ feral, anthro penetrated, anus, balls, bestiality, big butt, black body, black fur, blue body, blue fur, blush, │\n",
       "│ bodily fluids, bottomless, butt, casual sex, claws, clothed, clothing, collar, collar tag, colored nails, cuff  │\n",
       "│   \\(restraint\\), cum, cum in ass, cum inside, cum string, dialogue, dog bed, dripping, duo, ear piercing, ear   │\n",
       "│ ring, erection, feet, femboy, feral, feral penetrating, feral penetrating anthro, footprint, fur, fur markings, │\n",
       "│ furniture, genital fluids, genitals, hair, hair accessory, hairband, head tuft, heart symbol, hindpaw, hoop ear │\n",
       "│    ring, horn, humanoid genitalia, humanoid penis, knot, knot sitting, knotting, lamp, leaking cum, leaking     │\n",
       "│     precum, living room, looking pleasured, lying, male, male/male, male penetrated, male penetrating, male     │\n",
       "│ penetrating male, markings, mask, multicolored body, multicolored fur, nail file, nails, on back, onomatopoeia, │\n",
       "│  open mouth, pawpads, pawprint, paws, penetration, penile, penis, pet bed, piercing, precum, precum drip, pump  │\n",
       "│   \\(sound effect\\), pup mask, restraints, ring piercing, roleplay, sex, simple background, smile, sofa, sound   │\n",
       "│ effects, submissive, tail, tattoo, teeth, text, thick thighs, tongue, tongue out, topwear, tuft, vest, whisker  │\n",
       "│   markings, whiskers, white body, white fur, wide hips, womb tattoo, wrist cuffs, zipper, by wingedwilly, aki   │\n",
       "│   \\(wingedwilly\\), doomz \\(wingedwilly\\), houndoom, mienshao, absurd res, 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\\pup_mask\\bf1dfcf26208e609a73b7de10e4bf21a.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ accessory, anal, anal penetration, animal genitalia, animal mask, animal penis, ankle cuffs, anthro, anthro on │\n", "│ feral, anthro penetrated, anus, balls, bestiality, big butt, black body, black fur, blue body, blue fur, blush, │\n", "│ bodily fluids, bottomless, butt, casual sex, claws, clothed, clothing, collar, collar tag, colored nails, cuff │\n", "│ \\(restraint\\), cum, cum in ass, cum inside, cum string, dialogue, dog bed, dripping, duo, ear piercing, ear │\n", "│ ring, erection, feet, femboy, feral, feral penetrating, feral penetrating anthro, footprint, fur, fur markings, │\n", "│ furniture, genital fluids, genitals, hair, hair accessory, hairband, head tuft, heart symbol, hindpaw, hoop ear │\n", "│ ring, horn, humanoid genitalia, humanoid penis, knot, knot sitting, knotting, lamp, leaking cum, leaking │\n", "│ precum, living room, looking pleasured, lying, male, male/male, male penetrated, male penetrating, male │\n", "│ penetrating male, markings, mask, multicolored body, multicolored fur, nail file, nails, on back, onomatopoeia, │\n", "│ open mouth, pawpads, pawprint, paws, penetration, penile, penis, pet bed, piercing, precum, precum drip, pump │\n", "│ \\(sound effect\\), pup mask, restraints, ring piercing, roleplay, sex, simple background, smile, sofa, sound │\n", "│ effects, submissive, tail, tattoo, teeth, text, thick thighs, tongue, tongue out, topwear, tuft, vest, whisker │\n", "│ markings, whiskers, white body, white fur, wide hips, womb tattoo, wrist cuffs, zipper, by wingedwilly, aki │\n", "│ \\(wingedwilly\\), doomz \\(wingedwilly\\), houndoom, mienshao, absurd res, digital media \\(artwork\\), english │\n", "│ text, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\threaded_by_anal_beads\\3704620.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\threaded_by_anal_beads\\\u001b[0m\u001b[1;36m3704620.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                   E:\\training_dir\\threaded_by_anal_beads\\34cb4c36b8073f91f1c907d45df68043.txt                   ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│ all the way through, ambiguous threading, anal, anal beads, anal beads in ass, anal penetration, anthro, anus,  │\n",
       "│ bodily fluids, breasts, butt, crouching, ejaculation, female, genital fluids, genitals, nipples, object in ass, │\n",
       "│  oral, oral penetration, oral threading, penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo,  │\n",
       "│  threaded by beads, threaded by object, threaded by sex toy, by heartlessangel3d, feline, meowscarada, absurd   │\n",
       "│                                                   res, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\threaded_by_anal_beads\\34cb4c36b8073f91f1c907d45df68043.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all the way through, ambiguous threading, anal, anal beads, anal beads in ass, anal penetration, anthro, anus, │\n", "│ bodily fluids, breasts, butt, crouching, ejaculation, female, genital fluids, genitals, nipples, object in ass, │\n", "│ oral, oral penetration, oral threading, penetration, pussy, sex toy, sex toy in ass, sex toy insertion, solo, │\n", "│ threaded by beads, threaded by object, threaded by sex toy, by heartlessangel3d, feline, meowscarada, absurd │\n", "│ res, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: E:\\training_dir\\threaded_by_sex_toy\\3394922.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mE:\\training_dir\\threaded_by_sex_toy\\\u001b[0m\u001b[1;36m3394922.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n",
       "┃                    E:\\training_dir\\threaded_by_sex_toy\\60f2e333b1d381a11ca7c1ac2e78cd60.txt                     ┃\n",
       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n",
       "│  all the way through, anal, anal masturbation, anal penetration, anal threading, anthro, balls, blush, bodily   │\n",
       "│   fluids, cum, cum while penetrated, dildo, dildo sitting, erection, genital fluids, genitals, heart symbol,    │\n",
       "│      hyper dildo, long dildo, looking pleasured, lube, lube in ass, lube on dildo, male, male penetrated,       │\n",
       "│ masturbation, muscular, muscular male, neck bulge, nipples, object in ass, penetration, penis, sex toy, sex toy │\n",
       "│  in ass, sex toy insertion, solo, thick thighs, threaded by object, threaded by sex toy, by battaph, dinayre,   │\n",
       "│                                                  wolf, hi res                                                   │\n",
       "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n",
       "
\n" ], "text/plain": [ "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\n", "┃\u001b[1;35m \u001b[0m\u001b[1;35m E:\\training_dir\\threaded_by_sex_toy\\60f2e333b1d381a11ca7c1ac2e78cd60.txt \u001b[0m\u001b[1;35m \u001b[0m┃\n", "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩\n", "│ all the way through, anal, anal masturbation, anal penetration, anal threading, anthro, balls, blush, bodily │\n", "│ fluids, cum, cum while penetrated, dildo, dildo sitting, erection, genital fluids, genitals, heart symbol, │\n", "│ hyper dildo, long dildo, looking pleasured, lube, lube in ass, lube on dildo, male, male penetrated, │\n", "│ masturbation, muscular, muscular male, neck bulge, nipples, object in ass, penetration, penis, sex toy, sex toy │\n", "│ in ass, sex toy insertion, solo, thick thighs, threaded by object, threaded by sex toy, by battaph, dinayre, │\n", "│ wolf, hi res │\n", "└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘\n" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import os\n", "import glob\n", "import re\n", "import json\n", "from rich.console import Console\n", "from rich.table import Table\n", "\n", "console = Console()\n", "\n", "\n", "# Function to check if a tag should be ignored based on the ignored_tags list\n", "def should_ignore_tag(tag):\n", " for ignored_tag_pattern in ignored_tags:\n", " pattern = re.compile(ignored_tag_pattern, re.VERBOSE | re.IGNORECASE)\n", " if re.search(pattern, tag):\n", " return True\n", " return False\n", "\n", "\n", "# Function to process tags and determine if they should be ignored\n", "def process_tags(tags_dict):\n", " processed_tags = []\n", " for category, tags_list in tags_dict.items():\n", " category_tags = []\n", " if category == \"artist\":\n", " category_tags = [\n", " f\"by {tag.replace('_', ' ').replace(' (artist)', '')}\"\n", " for tag in tags_list\n", " if tag\n", " ]\n", " else:\n", " for tag in tags_list:\n", " tag = tag.replace(\"_\", \" \")\n", " # Escape unescaped parentheses\n", " tag = re.sub(r\"(?