{ "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": [ { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\1036495.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m1036495.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\83d1c895de1cac48ea61405a279f905e.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\83d1c895de1cac48ea61405a279f905e.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: 4 toes, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro \n",
       "penetrating, anthro penetrating anthro, balls, balls deep, big breasts, big ear, black body, black fur, black nose,\n",
       "blue body, blue eyes, blue fur, blue nipples, blue tongue, bodily fluids, breasts, butt, claws, cum, cum in pussy, \n",
       "cum inside, cum on balls, cum on butt, cum on self, cum on tail, cum while penetrated, cumshot, cutaway, duo, ear \n",
       "piercing, ejaculation, erection, feet, foot fetish, foot play, footjob, fucked silly, fur, genital fluids, \n",
       "genitals, green penis, grey background, hair, happy, happy sex, herm, herm/male, herm on top, herm penetrated, \n",
       "heterochromia, impregnation, internal, intersex, intersex/male, intersex on top, intersex penetrated, knot, long \n",
       "tail, male, male on bottom, male penetrating, male penetrating herm, male penetrating intersex, multicolored body, \n",
       "multicolored fur, navel, nipple piercing, nipples, nude, on bottom, on top, open mouth, orgasm, ovum, penetration, \n",
       "penis, piercing, reach around, reverse cowgirl position, sex, simple background, smile, sperm cell, tail, text, toe\n",
       "claws, toes, tongue, two-footed footjob, vaginal, vaginal penetration, white body, white fur, white hair, \n",
       "drawesome, lunardian, thebigbadwolf01, artica sparkle, iktan (lunardian), jex, jogauni, english text, signature\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[1;3;36m4\u001b[0m\u001b[3m toes, animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro \u001b[0m\n", "\u001b[3mpenetrating, anthro penetrating anthro, balls, balls deep, big breasts, big ear, black body, black fur, black nose,\u001b[0m\n", "\u001b[3mblue body, blue eyes, blue fur, blue nipples, blue tongue, bodily fluids, breasts, butt, claws, cum, cum in pussy, \u001b[0m\n", "\u001b[3mcum inside, cum on balls, cum on butt, cum on self, cum on tail, cum while penetrated, cumshot, cutaway, duo, ear \u001b[0m\n", "\u001b[3mpiercing, ejaculation, erection, feet, foot fetish, foot play, footjob, fucked silly, fur, genital fluids, \u001b[0m\n", "\u001b[3mgenitals, green penis, grey background, hair, happy, happy sex, herm, herm/male, herm on top, herm penetrated, \u001b[0m\n", "\u001b[3mheterochromia, impregnation, internal, intersex, intersex/male, intersex on top, intersex penetrated, knot, long \u001b[0m\n", "\u001b[3mtail, male, male on bottom, male penetrating, male penetrating herm, male penetrating intersex, multicolored body, \u001b[0m\n", "\u001b[3mmulticolored fur, navel, nipple piercing, nipples, nude, on bottom, on top, open mouth, orgasm, ovum, penetration, \u001b[0m\n", "\u001b[3mpenis, piercing, reach around, reverse cowgirl position, sex, simple background, smile, sperm cell, tail, text, toe\u001b[0m\n", "\u001b[3mclaws, toes, tongue, two-footed footjob, vaginal, vaginal penetration, white body, white fur, white hair, \u001b[0m\n", "\u001b[3mdrawesome, lunardian, thebigbadwolf01, artica sparkle, iktan \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlunardian\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, jex, jogauni, english text, signature\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\1934184.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m1934184.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\c9e4e368196a066bbaeecddf819acc0c.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\c9e4e368196a066bbaeecddf819acc0c.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: accessory, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating \n",
       "anthro, black hair, blonde hair, bodily fluids, butterfly clip, duo, eyewear, facial piercing, female, female \n",
       "penetrated, genital fluids, genitals, glasses, hair, hair accessory, hairclip, knot, licking, lil ryuu, male, \n",
       "male/female, male penetrating, male penetrating female, nipple piercing, nipples, penetration, penile, penile \n",
       "penetration, penis, penis in pussy, piercing, sex, striped genitalia, striped penis, stripes, tongue, tongue out, \n",
       "tongue piercing, vaginal, vaginal fluids, vaginal penetration, magenta7, kaiyonato, fennec fox, fox, jex, true fox,\n",
       "2019, digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3maccessory, anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating \u001b[0m\n", "\u001b[3manthro, black hair, blonde hair, bodily fluids, butterfly clip, duo, eyewear, facial piercing, female, female \u001b[0m\n", "\u001b[3mpenetrated, genital fluids, genitals, glasses, hair, hair accessory, hairclip, knot, licking, lil ryuu, male, \u001b[0m\n", "\u001b[3mmale/female, male penetrating, male penetrating female, nipple piercing, nipples, penetration, penile, penile \u001b[0m\n", "\u001b[3mpenetration, penis, penis in pussy, piercing, sex, striped genitalia, striped penis, stripes, tongue, tongue out, \u001b[0m\n", "\u001b[3mtongue piercing, vaginal, vaginal fluids, vaginal penetration, magenta7, kaiyonato, fennec fox, fox, jex, true fox,\u001b[0m\n", "\u001b[1;3;36m2019\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\2882292.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m2882292.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\e668f98252bf6598a53a7a70ced4f665.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\e668f98252bf6598a53a7a70ced4f665.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: anthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, \n",
       "black balls, bodily fluids, broken condom, cervical contact, condom, cum, cum in pussy, cum in uterus, cum inside, \n",
       "cum while penetrated, cybernetic limb, duo, genital fluids, genitals, glowing, glowing cum, glowing markings, \n",
       "impregnation, internal, intersex, intersex/male, intersex penetrated, interspecies impregnation, male, male \n",
       "penetrating, male penetrating intersex, male penetrating maleherm, maleherm, maleherm/male, maleherm penetrated, \n",
       "markings, orgasm, ovum, penetration, penis, pink penis, pink pussy, pussy, sex, sexual barrier device, simultaneous\n",
       "orgasms, sperm cell, unusual bodily fluids, unusual cum, unusual genital fluids, unwanted cum inside, unwanted \n",
       "ejaculation, unwanted impregnation, uterus, vaginal, vaginal penetration, ringstudios, zero3 delta, jex, umbreon, \n",
       "4:3\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manthro, anthro on anthro, anthro penetrated, anthro penetrating, anthro penetrating anthro, balls, \u001b[0m\n", "\u001b[3mblack balls, bodily fluids, broken condom, cervical contact, condom, cum, cum in pussy, cum in uterus, cum inside, \u001b[0m\n", "\u001b[3mcum while penetrated, cybernetic limb, duo, genital fluids, genitals, glowing, glowing cum, glowing markings, \u001b[0m\n", "\u001b[3mimpregnation, internal, intersex, intersex/male, intersex penetrated, interspecies impregnation, male, male \u001b[0m\n", "\u001b[3mpenetrating, male penetrating intersex, male penetrating maleherm, maleherm, maleherm/male, maleherm penetrated, \u001b[0m\n", "\u001b[3mmarkings, orgasm, ovum, penetration, penis, pink penis, pink pussy, pussy, sex, sexual barrier device, simultaneous\u001b[0m\n", "\u001b[3morgasms, sperm cell, unusual bodily fluids, unusual cum, unusual genital fluids, unwanted cum inside, unwanted \u001b[0m\n", "\u001b[3mejaculation, unwanted impregnation, uterus, vaginal, vaginal penetration, ringstudios, zero3 delta, jex, umbreon, \u001b[0m\n", "\u001b[1;3;92m4:3\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\3117560.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m3117560.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4fcda3b35f948f23a30ae434a05c8911.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4fcda3b35f948f23a30ae434a05c8911.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: anal, anal penetration, anthro, black hair, black nose, blue body, blue fur, breasts, brother \n",
       "penetrating sister, clitoral, clitoral fingering, clitoral masturbation, clitoris, duo, faceless character, \n",
       "faceless male, female, female penetrated, fingering, fur, genitals, hair, happy, heterochromia, kurai kitsune, \n",
       "male, male/female, male penetrating, male penetrating female, masturbation, nipples, nude, open mouth, penetration,\n",
       "penile, penile penetration, penis, penis in ass, pussy, sex, smile, teeth, kyotoleopard, kasumi (kurai kitsune), \n",
       "jex, 2017, digital media (artwork), smaller version at source, brother (lore), brother and sister (lore), incest \n",
       "(lore), sibling (lore), sister (lore), twincest (lore), twins (lore)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manal, anal penetration, anthro, black hair, black nose, blue body, blue fur, breasts, brother \u001b[0m\n", "\u001b[3mpenetrating sister, clitoral, clitoral fingering, clitoral masturbation, clitoris, duo, faceless character, \u001b[0m\n", "\u001b[3mfaceless male, female, female penetrated, fingering, fur, genitals, hair, happy, heterochromia, kurai kitsune, \u001b[0m\n", "\u001b[3mmale, male/female, male penetrating, male penetrating female, masturbation, nipples, nude, open mouth, penetration,\u001b[0m\n", "\u001b[3mpenile, penile penetration, penis, penis in ass, pussy, sex, smile, teeth, kyotoleopard, kasumi \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mkurai kitsune\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, \u001b[0m\n", "\u001b[3mjex, \u001b[0m\u001b[1;3;36m2017\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, smaller version at source, brother \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, brother and sister \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, incest \u001b[0m\n", "\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, sibling \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, sister \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, twincest \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, twins \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mlore\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\3937269.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m3937269.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\e1b51263cc0c143e034b23da38f4f977.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\e1b51263cc0c143e034b23da38f4f977.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: animal genitalia, animal penis, anthro, balls, big penis, erection, forest, genitals, male, nude, \n",
       "outside, penis, plant, solo, tree, viperthejex, vrchat, viper (vexx), fox, jex, rexouium, 16:9, 3d (artwork), \n",
       "digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manimal genitalia, animal penis, anthro, balls, big penis, erection, forest, genitals, male, nude, \u001b[0m\n", "\u001b[3moutside, penis, plant, solo, tree, viperthejex, vrchat, viper \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mvexx\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, fox, jex, rexouium, \u001b[0m\u001b[1;3;92m16:9\u001b[0m\u001b[3m, 3d \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, \u001b[0m\n", "\u001b[3mdigital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\3959531.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m3959531.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\7b436df395272266b605fe11c77157f6.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\7b436df395272266b605fe11c77157f6.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: animal genitalia, animal penis, anthro, butt, erection, fur, genitals, knot, male, nude, paws, penis,\n",
       "pose, purple body, purple fur, simple background, smile, solo, enderowy, blender (software), ender (enderowy), jex,\n",
       "rexouium, 16:9, 3d (artwork), digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manimal genitalia, animal penis, anthro, butt, erection, fur, genitals, knot, male, nude, paws, penis,\u001b[0m\n", "\u001b[3mpose, purple body, purple fur, simple background, smile, solo, enderowy, blender \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3msoftware\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, ender \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3menderowy\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, jex,\u001b[0m\n", "\u001b[3mrexouium, \u001b[0m\u001b[1;3;92m16:9\u001b[0m\u001b[3m, 3d \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\399544.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m399544.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\b1f7031a1771243560959f5e855d330f.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\b1f7031a1771243560959f5e855d330f.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: 4 toes, anthro, arm support, armwear, barefoot, bent arm, bent legs, big ears, biped, black body, \n",
       "black fur, black hair, black nose, breasts, claws, clothing, detached sleeves, digitigrade, extended arm, feet, \n",
       "feet together knees apart, female, fluffy, fluffy tail, fur, genitals, hair, hand on knee, hand on leg, hand on own\n",
       "knee, hand on own leg, hindpaw, inviting, leaning, leaning backward, looking at viewer, markings, multicolored \n",
       "body, multicolored fur, multicolored hair, naughty face, navel, nipples, nude, pawpads, paws, pillow, pink eyes, \n",
       "planted leg, pose, purple body, purple fur, pussy, reclining, relaxing, short hair, sleeves, smile, smoke, solo, \n",
       "spread knees, spread legs, spreading, tail, toes, touching knee, touching leg, touching own knee, touching own leg,\n",
       "two tone body, two tone fur, two tone hair, white body, white fur, wrist on knee, wrist on leg, neon (artist), \n",
       "aventity, ninara (ninjaataris), domestic dog, jex, 2013\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[1;3;36m4\u001b[0m\u001b[3m toes, anthro, arm support, armwear, barefoot, bent arm, bent legs, big ears, biped, black body, \u001b[0m\n", "\u001b[3mblack fur, black hair, black nose, breasts, claws, clothing, detached sleeves, digitigrade, extended arm, feet, \u001b[0m\n", "\u001b[3mfeet together knees apart, female, fluffy, fluffy tail, fur, genitals, hair, hand on knee, hand on leg, hand on own\u001b[0m\n", "\u001b[3mknee, hand on own leg, hindpaw, inviting, leaning, leaning backward, looking at viewer, markings, multicolored \u001b[0m\n", "\u001b[3mbody, multicolored fur, multicolored hair, naughty face, navel, nipples, nude, pawpads, paws, pillow, pink eyes, \u001b[0m\n", "\u001b[3mplanted leg, pose, purple body, purple fur, pussy, reclining, relaxing, short hair, sleeves, smile, smoke, solo, \u001b[0m\n", "\u001b[3mspread knees, spread legs, spreading, tail, toes, touching knee, touching leg, touching own knee, touching own leg,\u001b[0m\n", "\u001b[3mtwo tone body, two tone fur, two tone hair, white body, white fur, wrist on knee, wrist on leg, neon \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martist\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, \u001b[0m\n", "\u001b[3maventity, ninara \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mninjaataris\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, domestic dog, jex, \u001b[0m\u001b[1;3;36m2013\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4218591.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m4218591.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\b1974da64b21e03e1d5add9dd499c2d6.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\b1974da64b21e03e1d5add9dd499c2d6.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: andromorph, andromorph/male, animal genitalia, animal penis, anklet, anthro, balls, bite, bodily \n",
       "fluids, duo, ear piercing, feathers, fluffy, fluffy tail, genital fluids, genitals, grey body, intersex, \n",
       "intersex/male, jewelry, knot, looking pleasured, male, neck bite, nipples, penetration, penis, piercing, pussy, \n",
       "shoulder bite, spread legs, spreading, tail, vaginal, vaginal fluids, vaginal penetration, white body, kellwolfik, \n",
       "juno(junoooo), lex(junoooo), humanoid, jex\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3mandromorph, andromorph/male, animal genitalia, animal penis, anklet, anthro, balls, bite, bodily \u001b[0m\n", "\u001b[3mfluids, duo, ear piercing, feathers, fluffy, fluffy tail, genital fluids, genitals, grey body, intersex, \u001b[0m\n", "\u001b[3mintersex/male, jewelry, knot, looking pleasured, male, neck bite, nipples, penetration, penis, piercing, pussy, \u001b[0m\n", "\u001b[3mshoulder bite, spread legs, spreading, tail, vaginal, vaginal fluids, vaginal penetration, white body, kellwolfik, \u001b[0m\n", "\u001b[1;3;35mjuno\u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mjunoooo\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, \u001b[0m\u001b[1;3;35mlex\u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mjunoooo\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, humanoid, jex\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4218601.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m4218601.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\c68352323ae009c01932f83d70cffaaf.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\c68352323ae009c01932f83d70cffaaf.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: 4 toes, 5 fingers, ambiguous gender, anklet, anthro, anthro on feral, bestiality, blush, bodily \n",
       "fluids, cum, cumshot, duo, ear piercing, ejaculation, eye contact, feathers, feet, feral, fingers, genital fluids, \n",
       "genitals, jewelry, licking, limbless vertebrate, looking at another, looking pleasured, male, muscular, penis, \n",
       "piercing, serpentine, stroking penis, submissive, submissive male, tail, tail wrapped around, toes, tongue, tongue \n",
       "out, kelniferion, juno(junoooo), jex, reptile, scalie, snake\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[1;3;36m4\u001b[0m\u001b[3m toes, \u001b[0m\u001b[1;3;36m5\u001b[0m\u001b[3m fingers, ambiguous gender, anklet, anthro, anthro on feral, bestiality, blush, bodily \u001b[0m\n", "\u001b[3mfluids, cum, cumshot, duo, ear piercing, ejaculation, eye contact, feathers, feet, feral, fingers, genital fluids, \u001b[0m\n", "\u001b[3mgenitals, jewelry, licking, limbless vertebrate, looking at another, looking pleasured, male, muscular, penis, \u001b[0m\n", "\u001b[3mpiercing, serpentine, stroking penis, submissive, submissive male, tail, tail wrapped around, toes, tongue, tongue \u001b[0m\n", "\u001b[3mout, kelniferion, \u001b[0m\u001b[1;3;35mjuno\u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mjunoooo\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, jex, reptile, scalie, snake\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4584583.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m4584583.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\463c459a85e403c9393074128cbfdb56.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\463c459a85e403c9393074128cbfdb56.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: abs, anthro, armwear, bdsm, black latex, blue body, blue eyes, blue fur, bondage gear, brown body, \n",
       "brown fur, clothed, clothing, drone, dronification, duo, facility, fur, gag, glistening, glistening body, green \n",
       "eyes, hair, hypnosis, hypnotic visor, latex, latex armwear, latex clothing, latex legwear, latex skinsuit, legwear,\n",
       "male, male/male, mind control, multicolored body, multicolored fur, multicolored hair, muscular, muscular male, red\n",
       "body, red fur, reflection, restraints, rubber clothing, skinsuit, straitjacket, tail, text, tight clothing, \n",
       "training, visor, white body, white fur, starfieldapram, isaacjexo, starfield (character), fennix, jex, 2:1, 3d \n",
       "(artwork), digital media (artwork), english text\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3mabs, anthro, armwear, bdsm, black latex, blue body, blue eyes, blue fur, bondage gear, brown body, \u001b[0m\n", "\u001b[3mbrown fur, clothed, clothing, drone, dronification, duo, facility, fur, gag, glistening, glistening body, green \u001b[0m\n", "\u001b[3meyes, hair, hypnosis, hypnotic visor, latex, latex armwear, latex clothing, latex legwear, latex skinsuit, legwear,\u001b[0m\n", "\u001b[3mmale, male/male, mind control, multicolored body, multicolored fur, multicolored hair, muscular, muscular male, red\u001b[0m\n", "\u001b[3mbody, red fur, reflection, restraints, rubber clothing, skinsuit, straitjacket, tail, text, tight clothing, \u001b[0m\n", "\u001b[3mtraining, visor, white body, white fur, starfieldapram, isaacjexo, starfield \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mcharacter\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, fennix, jex, \u001b[0m\u001b[1;3;92m2:1\u001b[0m\u001b[3m, 3d \u001b[0m\n", "\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, english text\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4584587.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m4584587.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\cab2cbb56cec88491d8d10f6ab1eca17.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\cab2cbb56cec88491d8d10f6ab1eca17.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: abs, anthro, armwear, black body, black fur, black latex, blue body, blue eyes, blue fur, brown body,\n",
       "brown fur, clothed, clothing, duo, fur, glistening, glistening body, hair, latex, latex armwear, latex clothing, \n",
       "latex legwear, latex skinsuit, legwear, male, male/male, multicolored body, multicolored fur, multicolored hair, \n",
       "muscular, muscular male, red body, red fur, reflection, rubber clothing, rubbing, skinsuit, tail, tight clothing, \n",
       "white body, white fur, acana victus, destiny (video game), destiny 2, isaacjexo, nexus (acanavictus), jex, \n",
       "rexouium, 1:1, 3d (artwork), digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3mabs, anthro, armwear, black body, black fur, black latex, blue body, blue eyes, blue fur, brown body,\u001b[0m\n", "\u001b[3mbrown fur, clothed, clothing, duo, fur, glistening, glistening body, hair, latex, latex armwear, latex clothing, \u001b[0m\n", "\u001b[3mlatex legwear, latex skinsuit, legwear, male, male/male, multicolored body, multicolored fur, multicolored hair, \u001b[0m\n", "\u001b[3mmuscular, muscular male, red body, red fur, reflection, rubber clothing, rubbing, skinsuit, tail, tight clothing, \u001b[0m\n", "\u001b[3mwhite body, white fur, acana victus, destiny \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mvideo game\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, destiny \u001b[0m\u001b[1;3;36m2\u001b[0m\u001b[3m, isaacjexo, nexus \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3macanavictus\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, jex, \u001b[0m\n", "\u001b[3mrexouium, \u001b[0m\u001b[1;3;92m1:1\u001b[0m\u001b[3m, 3d \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\4584596.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m4584596.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\202d6d8a41402623e36fbfa20783fc69.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\202d6d8a41402623e36fbfa20783fc69.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: abs, animal genitalia, animal penis, anthro, balls, blue body, blue eyes, blue fur, blue penis, \n",
       "bodily fluids, brown body, brown fur, brown sheath, chair, cum, cum on penis, egyptian, erection, fur, furniture, \n",
       "genital fluids, genitals, hair, looking at viewer, male, multicolored body, multicolored fur, multicolored hair, \n",
       "muscular, muscular male, penile, penis, red body, red fur, sheath, smile, smirk, solo, tail, throne, chemicalrain, \n",
       "isaacjexo, deity, egyptian god, jex\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3mabs, animal genitalia, animal penis, anthro, balls, blue body, blue eyes, blue fur, blue penis, \u001b[0m\n", "\u001b[3mbodily fluids, brown body, brown fur, brown sheath, chair, cum, cum on penis, egyptian, erection, fur, furniture, \u001b[0m\n", "\u001b[3mgenital fluids, genitals, hair, looking at viewer, male, multicolored body, multicolored fur, multicolored hair, \u001b[0m\n", "\u001b[3mmuscular, muscular male, penile, penis, red body, red fur, sheath, smile, smirk, solo, tail, throne, chemicalrain, \u001b[0m\n", "\u001b[3misaacjexo, deity, egyptian god, jex\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\507489.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m507489.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\cdd35b395dd507fdbcd44ffdd0303cc5.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\cdd35b395dd507fdbcd44ffdd0303cc5.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: anthro, bird's-eye view, black border, black hair, black nose, bodily fluids, border, bottomwear, \n",
       "camera, claws, clothed, clothing, duo, erection, faceless character, faceless male, facial piercing, fellatio, \n",
       "female, female penetrated, first person view, fur, furgonomics, furry-specific piercing, genitals, grey body, grey \n",
       "fur, hair, happy, high-angle view, horn, humanoid genitalia, humanoid penis, looking at viewer, male, male/female, \n",
       "male penetrating, male penetrating female, male pov, multicolored body, multicolored fur, muzzle piercing, nose \n",
       "piercing, open bottomwear, open clothing, open pants, oral, oral penetration, pants, partially clothed, pawpads, \n",
       "paws, penetrating pov, penetration, penile, penis, piercing, pink pawpads, pink penis, recording, saliva, septum \n",
       "piercing, sex, standing, two tone body, two tone fur, yellow body, yellow eyes, yellow fur, gorsha pendragon, \n",
       "vrischika, jex, 2014, digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manthro, bird's-eye view, black border, black hair, black nose, bodily fluids, border, bottomwear, \u001b[0m\n", "\u001b[3mcamera, claws, clothed, clothing, duo, erection, faceless character, faceless male, facial piercing, fellatio, \u001b[0m\n", "\u001b[3mfemale, female penetrated, first person view, fur, furgonomics, furry-specific piercing, genitals, grey body, grey \u001b[0m\n", "\u001b[3mfur, hair, happy, high-angle view, horn, humanoid genitalia, humanoid penis, looking at viewer, male, male/female, \u001b[0m\n", "\u001b[3mmale penetrating, male penetrating female, male pov, multicolored body, multicolored fur, muzzle piercing, nose \u001b[0m\n", "\u001b[3mpiercing, open bottomwear, open clothing, open pants, oral, oral penetration, pants, partially clothed, pawpads, \u001b[0m\n", "\u001b[3mpaws, penetrating pov, penetration, penile, penis, piercing, pink pawpads, pink penis, recording, saliva, septum \u001b[0m\n", "\u001b[3mpiercing, sex, standing, two tone body, two tone fur, yellow body, yellow eyes, yellow fur, gorsha pendragon, \u001b[0m\n", "\u001b[3mvrischika, jex, \u001b[0m\u001b[1;3;36m2014\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\508512.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m508512.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\9497bf0406aa0456d76d634b35d79833.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\9497bf0406aa0456d76d634b35d79833.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: animal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, \n",
       "anthro penetrating anthro, areola, black border, border, breasts, clitoris, clitoris piercing, crosswise nipple \n",
       "piercing, duo, erection, faceless character, faceless male, facial piercing, feathered wings, feathers, female, \n",
       "female focus, female penetrated, furgonomics, furry-specific piercing, genital piercing, genitals, jewelry, knot, \n",
       "knotting, male, male/female, male penetrating, male penetrating female, muzzle piercing, navel, navel piercing, \n",
       "nipple chain, nipple piercing, nipples, nose piercing, nude, penetration, penile, penile penetration, penis, penis \n",
       "in pussy, piercing, pussy, pussy piercing, sex, solo focus, vaginal, vaginal knotting, vaginal penetration, wings, \n",
       "gorsha pendragon, vrischika, jex, 2014, digital media (artwork), watermark\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manimal genitalia, animal penis, anthro, anthro on anthro, anthro penetrated, anthro penetrating, \u001b[0m\n", "\u001b[3manthro penetrating anthro, areola, black border, border, breasts, clitoris, clitoris piercing, crosswise nipple \u001b[0m\n", "\u001b[3mpiercing, duo, erection, faceless character, faceless male, facial piercing, feathered wings, feathers, female, \u001b[0m\n", "\u001b[3mfemale focus, female penetrated, furgonomics, furry-specific piercing, genital piercing, genitals, jewelry, knot, \u001b[0m\n", "\u001b[3mknotting, male, male/female, male penetrating, male penetrating female, muzzle piercing, navel, navel piercing, \u001b[0m\n", "\u001b[3mnipple chain, nipple piercing, nipples, nose piercing, nude, penetration, penile, penile penetration, penis, penis \u001b[0m\n", "\u001b[3min pussy, piercing, pussy, pussy piercing, sex, solo focus, vaginal, vaginal knotting, vaginal penetration, wings, \u001b[0m\n", "\u001b[3mgorsha pendragon, vrischika, jex, \u001b[0m\u001b[1;3;36m2014\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, watermark\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\646856.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m646856.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\7f3eb0dbd7a955b8a9ae9732949d0516.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\7f3eb0dbd7a955b8a9ae9732949d0516.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: anthro, anthro on anthro, bed, blue hair, breast lick, breast play, breast squish, breasts, clitoral,\n",
       "clitoral fingering, clitoris, collar, duo, female, female/female, fingering, furniture, genitals, hair, licking, \n",
       "long hair, nipple piercing, nipples, nude, penetration, piercing, purple eyes, purple hair, pussy, sex, short hair,\n",
       "smile, squish, tongue, tongue out, vaginal, vaginal penetration, yellow eyes, redcreator, schizoideh, selene leni, \n",
       "fey, fox, jex, 2015, digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manthro, anthro on anthro, bed, blue hair, breast lick, breast play, breast squish, breasts, clitoral,\u001b[0m\n", "\u001b[3mclitoral fingering, clitoris, collar, duo, female, female/female, fingering, furniture, genitals, hair, licking, \u001b[0m\n", "\u001b[3mlong hair, nipple piercing, nipples, nude, penetration, piercing, purple eyes, purple hair, pussy, sex, short hair,\u001b[0m\n", "\u001b[3msmile, squish, tongue, tongue out, vaginal, vaginal penetration, yellow eyes, redcreator, schizoideh, selene leni, \u001b[0m\n", "\u001b[3mfey, fox, jex, \u001b[0m\u001b[1;3;36m2015\u001b[0m\u001b[3m, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\725246.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m725246.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\9d83d9230aea43a0a6256e8999ef5e8a.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\9d83d9230aea43a0a6256e8999ef5e8a.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: animal genitalia, animal penis, anthro, balls, bdsm, beach, black body, black fur, black nose, blue \n",
       "tail, bound, breasts, butt, collar, collar only, dog tags, dominant, dominant female, duo, ear tuft, erection, \n",
       "feet, female, foot fetish, foot play, footjob, fur, genitals, green body, green fur, hands behind back, knot, \n",
       "leash, male, male/female, multicolored tail, nude, nude beach, outdoor nudity, outside, penis, sand, sea, seaside, \n",
       "sex, sex on the beach, side boob, sitting, sky, standing, submissive, submissive male, tail, tuft, water, white \n",
       "body, white fur, white tail, yellow eyes, cydergerra, yeagar, artik ninetails, feyrbrand, fox, jex, 2015\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[3manimal genitalia, animal penis, anthro, balls, bdsm, beach, black body, black fur, black nose, blue \u001b[0m\n", "\u001b[3mtail, bound, breasts, butt, collar, collar only, dog tags, dominant, dominant female, duo, ear tuft, erection, \u001b[0m\n", "\u001b[3mfeet, female, foot fetish, foot play, footjob, fur, genitals, green body, green fur, hands behind back, knot, \u001b[0m\n", "\u001b[3mleash, male, male/female, multicolored tail, nude, nude beach, outdoor nudity, outside, penis, sand, sea, seaside, \u001b[0m\n", "\u001b[3msex, sex on the beach, side boob, sitting, sky, standing, submissive, submissive male, tail, tuft, water, white \u001b[0m\n", "\u001b[3mbody, white fur, white tail, yellow eyes, cydergerra, yeagar, artik ninetails, feyrbrand, fox, jex, \u001b[0m\u001b[1;3;36m2015\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Processing file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\996314.json\n",
       "
\n" ], "text/plain": [ "Processing file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\\u001b[0m\u001b[1;36m996314.j\u001b[0m\u001b[1mson\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Creating caption file: C:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\0fc1f36e57e06d892883542d7379061f.txt\n",
       "
\n" ], "text/plain": [ "Creating caption file: \u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_jex\\0fc1f36e57e06d892883542d7379061f.txt\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "
Writing tags: 4 toes, 5 fingers, abs, anthro, anus, balls, bare back, being watched, black hair, black lips, black \n",
       "nose, black pawpads, blue eyes, breasts, clitoral, clitoral fingering, clitoris, clothing, clothing aside, \n",
       "dominant, dominant male, ellipsis, erection, feet, female, fingering, fingers, genitals, green eyes, group, group \n",
       "sex, hair, heterochromia, inner ear fluff, knot, leash, lips, looking at another, male, male/female, midriff, \n",
       "navel, nipples, nude, oral, orange eyes, panties, panties aside, pawpads, paws, penetration, penis, pussy, red \n",
       "eyes, sex, sitting, slim, smile, spread legs, spreading, submissive, submissive female, toes, tuft, underwear, \n",
       "underwear aside, vaginal, vaginal penetration, wide hips, yellow eyes, f-r95, dryden teichmann, femronai (arokh3), \n",
       "ghost (nhalafallon), kamui (boomerangt3h1337), domestic cat, feline, fox, jex, wolf, digital media (artwork)\n",
       "
\n" ], "text/plain": [ "Writing tags: \u001b[1;3;36m4\u001b[0m\u001b[3m toes, \u001b[0m\u001b[1;3;36m5\u001b[0m\u001b[3m fingers, abs, anthro, anus, balls, bare back, being watched, black hair, black lips, black \u001b[0m\n", "\u001b[3mnose, black pawpads, blue eyes, breasts, clitoral, clitoral fingering, clitoris, clothing, clothing aside, \u001b[0m\n", "\u001b[3mdominant, dominant male, ellipsis, erection, feet, female, fingering, fingers, genitals, green eyes, group, group \u001b[0m\n", "\u001b[3msex, hair, heterochromia, inner ear fluff, knot, leash, lips, looking at another, male, male/female, midriff, \u001b[0m\n", "\u001b[3mnavel, nipples, nude, oral, orange eyes, panties, panties aside, pawpads, paws, penetration, penis, pussy, red \u001b[0m\n", "\u001b[3meyes, sex, sitting, slim, smile, spread legs, spreading, submissive, submissive female, toes, tuft, underwear, \u001b[0m\n", "\u001b[3munderwear aside, vaginal, vaginal penetration, wide hips, yellow eyes, f-r95, dryden teichmann, femronai \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3marokh3\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, \u001b[0m\n", "\u001b[3mghost \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mnhalafallon\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, kamui \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3mboomerangt3h1337\u001b[0m\u001b[1;3m)\u001b[0m\u001b[3m, domestic cat, feline, fox, jex, wolf, digital media \u001b[0m\u001b[1;3m(\u001b[0m\u001b[3martwork\u001b[0m\u001b[1;3m)\u001b[0m\n" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import re\n", "import os\n", "import json\n", "from rich.console import Console\n", "\n", "console = Console()\n", "\n", "import re\n", "\n", "# Define tags to be ignored using regular expressions for exact matching\n", "ignored_tags = [\n", " r\"\\bhi res\\b\",\n", " r\"\\bshaded\\b\",\n", " r\"\\btagme\\b\",\n", " r\"\\babsurd res\\b\",\n", " r\"\\bdetailed\\b\",\n", " r\"\\bdota\\b\",\n", " r\"\\bcreative commons\\b\",\n", " r\"\\bcc-by-nc-nd\\b\",\n", " r\"\\bsquare enix\\b\",\n", " r\"\\bby conditional dnp\\b\",\n", " r\"\\bfinal fantasy xiv\\b\",\n", " r\"\\bfinal fantasy\\b\",\n", " r\"\\bmythological canine\\b\",\n", " r\"\\bancient pokemon\\b\",\n", " r\"\\bfelis\\b\",\n", " r\"\\basian mythology\\b\",\n", " r\"\\bmythological scalie\\b\",\n", " r\"\\bwidescreen\\b\",\n", " r\"\\bmythological creature\\b\",\n", " r\"\\b4k\\b\",\n", " r\"\\bfelid\\b\",\n", " r\"\\bsega\\b\",\n", " r\"\\bhasbro\\b\",\n", " r\"\\blegendary pokemon\\b\",\n", " r\"\\bzootopia\\b\",\n", " r\"\\bfive nights at freddy's\\b\",\n", " r\"\\beeveelution\\b\",\n", " r\"\\bdisney\\b\",\n", " r\"\\bcanis\\b\",\n", " r\"\\bcanine\\b\",\n", " r\"\\bdigimon\\b\",\n", " r\"\\bcanid\\b\",\n", " r\"\\bbandai namco\\b\",\n", " r\"\\bpokemon \\(species\\)\\b\",\n", " r\"\\bmammal\\b\",\n", " r\"\\bpokemon\\b\",\n", " r\"\\bnintendo\\b\",\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", " if re.search(ignored_tag_pattern, tag, re.IGNORECASE):\n", " return True\n", " return False\n", "\n", "# Function to process tags and determine if they should be ignored\n", "def process_tags(tags_list):\n", " processed_tags = []\n", " for tag in tags_list:\n", " # Replace underscores with spaces\n", " tag = tag.replace(\"_\", \" \")\n", " if not should_ignore_tag(tag):\n", " processed_tags.append(tag)\n", " return processed_tags\n", "\n", "# Modify the process_file function to use the updated process_tags function\n", "def process_file(file_path):\n", " try:\n", " console.print(f\"Processing file: [bold]{file_path}[/bold]\")\n", " with open(file_path, \"r\") as f:\n", " data = json.load(f)\n", "\n", " # Parse the URL and generate filename\n", " post_data = data.get(\"post\", {})\n", " file_data = post_data.get(\"file\", {})\n", " url = file_data.get(\"url\")\n", " if url:\n", " filename, ext = os.path.splitext(os.path.basename(url))\n", "\n", " # Create caption file\n", " caption_file = f\"{filename}.txt\"\n", " caption_path = os.path.join(os.path.dirname(file_path), caption_file)\n", "\n", " with open(caption_path, \"w\", encoding=\"utf-8\") as f:\n", " console.print(f\"Creating caption file: [bold]{caption_path}[/bold]\")\n", " # Write rating\n", " rating = post_data.get(\"rating\", \"q\")\n", " if rating == \"s\":\n", " f.write(\"rating_safe, \")\n", " elif rating == \"e\":\n", " f.write(\"rating_explicit, \")\n", " else:\n", " f.write(\"rating_questionable, \")\n", "\n", " # Process tags\n", " tags_data = post_data.get(\"tags\", {})\n", " processed_tags = []\n", " for category, tags_list in tags_data.items():\n", " processed_tags.extend(process_tags(tags_list))\n", "\n", " # Check if there are any valid tags before writing\n", " if processed_tags:\n", " # Join tags with commas and write to file\n", " tags_line = \", \".join(processed_tags)\n", " f.write(tags_line.strip())\n", " console.print(f\"Writing tags: [italic]{tags_line.strip()}[/italic]\")\n", "\n", " except Exception as e:\n", " console.print(f\"Error processing file: [bold]{file_path}[/bold]\")\n", " console.print(e)\n", "\n", "\n", "def recursive_process(directory):\n", " for root, dirs, files in os.walk(directory):\n", " for file in files:\n", " if file.endswith(\".json\"):\n", " file_path = os.path.join(root, file)\n", " process_file(file_path)\n", "\n", "if __name__ == \"__main__\":\n", " #root_directory = r\"E:\\training_dir\"\n", " root_directory = r\"C:\\Users\\kade\\Desktop\\training_dir_staging\"\n", " recursive_process(root_directory)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.3" } }, "nbformat": 4, "nbformat_minor": 2 }