diff --git a/.gitignore b/.gitignore index e5daf0d15bb9ff1e15ddfc43461f9ae1d1b4c2c3..efa407c35ff028586b7ef5456c537971fefa5cea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,162 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control +.pdm.toml +.pdm-python +.pdm-build/ + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy .mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ \ No newline at end of file diff --git a/dataset_tools/Check for Duplicate Words Between Captions and Tags.ipynb b/dataset_tools/Check for Duplicate Words Between Captions and Tags.ipynb index 34252ac326928f74717d5c35918a11abad040c18..947e8b4662e0eea92707b9c2ee96447d9aaa7125 100644 --- a/dataset_tools/Check for Duplicate Words Between Captions and Tags.ipynb +++ b/dataset_tools/Check for Duplicate Words Between Captions and Tags.ipynb @@ -7,62 +7,32 @@ "## Check for Duplicate Words Between Captions and Tags\n", "----\n", "\n", - "This script traverses through a directory, searches for text files, processes each file to extract tags and captions, and highlights occurrences of tags within captions using random colors, displaying the results in a visually rich format in the terminal. This script assumes that you separate your tags with `,` and your captions with `.,`." + "This script traverses through a directory, searches for text files, processes each file to extract tags and captions, and highlights occurrences of tags within captions using random colors, displaying the results in a visually rich format in the terminal.\n", + "\n", + "NOTE: This script assumes that you separate your tags with `,` and your captions with `.,`." ] }, { "cell_type": "code", - "execution_count": 75, + "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00000233-03232306.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\0e9f70ff2501253335e4378ffd78a413.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " anthro this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " base in a sexy pose. \n", - " \n", - " canine this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " base in a sexy pose. \n", - " \n", - " knot this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " base in a sexy pose. \n", - " \n", - " male this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " base in a sexy pose. \n", - " \n", - " canine this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " genitalia base in a sexy pose. \n", - " \n", - " wolf this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", - " base in a sexy pose. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00000233-03232306.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\0e9f70ff2501253335e4378ffd78a413.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;55;98manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an \u001b[0m\u001b[1;38;2;36;55;98manthro\u001b[0m\u001b[30m male wolf presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;174;17;68mcanine\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male wolf presenting his \u001b[0m\u001b[1;38;2;174;17;68mcanine\u001b[0m\u001b[30m genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;98;164;101mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male wolf presenting his canine genitalia with a \u001b[0m\u001b[1;38;2;98;164;101mknot\u001b[0m\u001b[30m at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;73;38;169mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro \u001b[0m\u001b[1;38;2;73;38;169mmale\u001b[0m\u001b[30m wolf presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;22;146;188mcanine \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male wolf presenting his \u001b[0m\u001b[1;38;2;22;146;188mcanine genitalia\u001b[0m\u001b[30m with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;22;146;188mgenitalia\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;37;38;158mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male \u001b[0m\u001b[1;38;2;37;38;158mwolf\u001b[0m\u001b[30m presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;153;71;196mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;153;71;196mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -74,38 +44,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00051-1629238066.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\396aa1ebaf2b12afbd9f436e500b4af0.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", - " fromm stone outside on a sunny day. \n", - " \n", - " anthro the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", - " fromm stone outside on a sunny day. \n", - " \n", - " fox the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", - " fromm stone outside on a sunny day. \n", - " \n", - " outside the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", - " fromm stone outside on a sunny day. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00051-1629238066.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\396aa1ebaf2b12afbd9f436e500b4af0.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;94;155;172mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;94;155;172mfemale\u001b[0m\u001b[30m anthro white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfromm stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;171;121;58manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;171;121;58manthro\u001b[0m\u001b[30m white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfromm stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;104;50;25mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro white \u001b[0m\u001b[1;38;2;104;50;25mfox\u001b[0m\u001b[30m with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfromm stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;8;90;146moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfromm stone \u001b[0m\u001b[1;38;2;8;90;146moutside\u001b[0m\u001b[30m on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;132;168mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;197;132;168mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -117,38 +67,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00053-241989068.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\3afe89a9bbfce0a999c7c22b0c54cfcb.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", - " decorated with pink flowers outside. \n", - " \n", - " anthro the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", - " decorated with pink flowers outside. \n", - " \n", - " fennec the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", - " decorated with pink flowers outside. \n", - " \n", - " outside the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", - " decorated with pink flowers outside. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00053-241989068.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\3afe89a9bbfce0a999c7c22b0c54cfcb.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;155;32;134mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;155;32;134mfemale\u001b[0m\u001b[30m anthro fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;69;146;163manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;69;146;163manthro\u001b[0m\u001b[30m fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;15;164;120mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro \u001b[0m\u001b[1;38;2;15;164;120mfennec\u001b[0m\u001b[30m fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;158;182moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers \u001b[0m\u001b[1;38;2;183;158;182moutside\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;103;100;190mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;103;100;190mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -160,86 +90,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00091-2849301263.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\55c9adfc7f395ecb097d3c84c2736826.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " canine the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " male the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " fox the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " anthro the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " canine the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " genitalia pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " knot the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " balls the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " shirt the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", - " \n", - " denim the image features an anthro male fox with a white shirt and blue denim that is partially \n", - " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", - " viewer. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00091-2849301263.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\55c9adfc7f395ecb097d3c84c2736826.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;26;182mcanine\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent \u001b[0m\u001b[1;38;2;50;26;182mcanine\u001b[0m\u001b[30m genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;141;136;11mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro \u001b[0m\u001b[1;38;2;141;136;11mmale\u001b[0m\u001b[30m fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;37;113;167mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male \u001b[0m\u001b[1;38;2;37;113;167mfox\u001b[0m\u001b[30m with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;94;133;179manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;94;133;179manthro\u001b[0m\u001b[30m male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;191;134;116mcanine \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;191;134;116mgenitalia\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent \u001b[0m\u001b[1;38;2;191;134;116mcanine genitalia\u001b[0m\u001b[30m with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;81;187;149mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a \u001b[0m\u001b[1;38;2;81;187;149mknot\u001b[0m\u001b[30m at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;108;29;40mballs\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and \u001b[0m\u001b[1;38;2;108;29;40mballs\u001b[0m\u001b[30m to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;150;175;22mshirt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white \u001b[0m\u001b[1;38;2;150;175;22mshirt\u001b[0m\u001b[30m and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;200;36;95mdenim\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue \u001b[0m\u001b[1;38;2;200;36;95mdenim\u001b[0m\u001b[30m that is partially \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;139;117mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;191;139;117mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -251,62 +113,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00302-1912251111.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\a0c9a8c824c5b6322681fa09f44cd875.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " intersex this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " breasts this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " canine this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " genitalia with a knot at it's base. \n", - " \n", - " knot this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " canine this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " anthro this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " fennec this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", - " \n", - " fox this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", - " with a knot at it's base. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00302-1912251111.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\a0c9a8c824c5b6322681fa09f44cd875.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;168;140;102mintersex\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro \u001b[0m\u001b[1;38;2;168;140;102mintersex\u001b[0m\u001b[30m fennec fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;16;2mbreasts\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium \u001b[0m\u001b[1;38;2;156;16;2mbreasts\u001b[0m\u001b[30m and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;23;83;25mcanine \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium breasts and a \u001b[0m\u001b[1;38;2;23;83;25mcanine genitalia\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;23;83;25mgenitalia\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;19;158;82mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a \u001b[0m\u001b[1;38;2;19;158;82mknot\u001b[0m\u001b[30m at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;56;20;68mcanine\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium breasts and a \u001b[0m\u001b[1;38;2;56;20;68mcanine\u001b[0m\u001b[30m genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;79;167;35manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an \u001b[0m\u001b[1;38;2;79;167;35manthro\u001b[0m\u001b[30m intersex fennec fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;28;99;175mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex \u001b[0m\u001b[1;38;2;28;99;175mfennec\u001b[0m\u001b[30m fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;109;65;84mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec \u001b[0m\u001b[1;38;2;109;65;84mfox\u001b[0m\u001b[30m with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;118;27mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;152;118;27mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -318,38 +136,41 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00845-1683561778.txt \n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\de41420977049347e153c78249fc4576.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female this photo features a female anthro fox getting raped by blue tentacles. \n", - " \n", - " tentacles this photo features a female anthro fox getting raped by blue tentacles. \n", - " \n", - " anthro this photo features a female anthro fox getting raped by blue tentacles. \n", - " \n", - " fox this photo features a female anthro fox getting raped by blue tentacles. \n", - " \n", - " blue tentacles this photo features a female anthro fox getting raped by blue tentacles. \n", - " \n", - " photo this photo features a female anthro fox getting raped by blue tentacles. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\00845-1683561778.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\de41420977049347e153c78249fc4576.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;95;168;13mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a \u001b[0m\u001b[1;38;2;95;168;13mfemale\u001b[0m\u001b[30m anthro fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;25;133;44mtentacles\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro fox getting raped by blue \u001b[0m\u001b[1;38;2;25;133;44mtentacles\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;138;65;130manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female \u001b[0m\u001b[1;38;2;138;65;130manthro\u001b[0m\u001b[30m fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;72;128mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;197;72;128mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;152;119;5mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro \u001b[0m\u001b[1;38;2;152;119;5mfox\u001b[0m\u001b[30m getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;30;108;50mblue tentacles\u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro fox getting raped by \u001b[0m\u001b[1;38;2;30;108;50mblue tentacles\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;107;165mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis \u001b[0m\u001b[1;38;2;124;107;165mphoto\u001b[0m\u001b[30m features a female anthro fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\anthro_male_wolf\\fc02d8729a721a7859d7c74d1149aa2d.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\anthro_male_wolf\\fc02d8729a721a7859d7c74d1149aa2d.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;153;104mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;132;153;104mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -361,30 +182,48 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\07bd3943-bd6c-4c9b-9e0a-683ed1b92899.t… \n", + " Duplicate Tag E:\\training_dir\\apothricii\\1571868719.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " apothrycii Two views of an anthro apothrycii insect. \n", " \n", - " hyena the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " wings It boasts a vibrant yellow body adorned with intricate markings a segmented tail and delicate \n", + " veined wings reminiscent of a dragonfly's. \n", " \n", - " anthro the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " yellow body It boasts a vibrant yellow body adorned with intricate markings a segmented tail and delicate \n", + " veined wings reminiscent of a dragonfly's. \n", " \n", - " open mouth the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " insect Two views of an anthro apothrycii insect. \n", + " \n", + " insect Its limbs are slender and insect-like ending in delicate feet. \n", + " \n", + " tail It boasts a vibrant yellow body adorned with intricate markings a segmented tail and delicate \n", + " veined wings reminiscent of a dragonfly's. \n", + " \n", + " anthro Two views of an anthro apothrycii insect. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\07bd3943-bd6c-4c9b-9e0a-683ed1b92899.t…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\apothricii\\1571868719.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;70;3;28mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;70;3;28mfemale\u001b[0m\u001b[30m anthro hyena standing naked in a well-lit room with open mouth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;168;9mapothrycii\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mTwo views of an anthro \u001b[0m\u001b[1;38;2;190;168;9mapothrycii\u001b[0m\u001b[30m insect. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;33;182;76mwings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt boasts a vibrant yellow body adorned with intricate markings a segmented tail and delicate \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mveined \u001b[0m\u001b[1;38;2;33;182;76mwings\u001b[0m\u001b[30m reminiscent of a dragonfly's. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;110;10;56mhyena\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro \u001b[0m\u001b[1;38;2;110;10;56mhyena\u001b[0m\u001b[30m standing naked in a well-lit room with open mouth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;135;173myellow body\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt boasts a vibrant \u001b[0m\u001b[1;38;2;127;135;173myellow body\u001b[0m\u001b[30m adorned with intricate markings a segmented tail and delicate \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mveined wings reminiscent of a dragonfly's. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;189;119;21manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;189;119;21manthro\u001b[0m\u001b[30m hyena standing naked in a well-lit room with open mouth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;82;196minsect\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mTwo views of an anthro apothrycii \u001b[0m\u001b[1;38;2;63;82;196minsect\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;134;7;41mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro hyena standing naked in a well-lit room with \u001b[0m\u001b[1;38;2;134;7;41mopen mouth\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;82;196minsect\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts limbs are slender and \u001b[0m\u001b[1;38;2;63;82;196minsect\u001b[0m\u001b[30m-like ending in delicate feet. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;74;146;11mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt boasts a vibrant yellow body adorned with intricate markings a segmented \u001b[0m\u001b[1;38;2;74;146;11mtail\u001b[0m\u001b[30m and delicate \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mveined wings reminiscent of a dragonfly's. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;3;146;196manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mTwo views of an \u001b[0m\u001b[1;38;2;3;146;196manthro\u001b[0m\u001b[30m apothrycii insect. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -396,60 +235,58 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\10846033.txt \n", + " Duplicate Tag E:\\training_dir\\apothricii\\SPOILER_1594938920.aggregate-0072_deathmon_x_dragonfly_1.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " whiskers the raccoon’s fur is a mix of gray and black with lighter tones around the nose and its \n", - " large dark eyes and long white whiskers give it an expression of curiosity. \n", + " apothrycii The second character a yellow anthro apothrycii insect is positioned on the right side of the \n", + " image. \n", " \n", - " feral the image presents a feral raccoon instantly recognizable by its distinctive “mask” of \n", - " black fur around its eyes set against the backdrop of a natural rocky environment. \n", + " insect The second character a yellow anthro apothrycii insect is positioned on the right side of the \n", + " image. \n", " \n", - " fur the image presents a feral raccoon instantly recognizable by its distinctive “mask” of \n", - " black fur around its eyes set against the backdrop of a natural rocky environment. \n", + " arthropod On the left there's a feral arthropod creature with a gray body black wings and a single red \n", + " eye. \n", " \n", - " fur the raccoon’s fur is a mix of gray and black with lighter tones around the nose and its \n", - " large dark eyes and long white whiskers give it an expression of curiosity. \n", + " wings On the left there's a feral arthropod creature with a gray body black wings and a single red \n", + " eye. \n", " \n", - " black fur the image presents a feral raccoon instantly recognizable by its distinctive “mask” of \n", - " black fur around its eyes set against the backdrop of a natural rocky environment. \n", + " sex A vibrant scene where two insects are engaged in sex against a backdrop of a serene landscape. \n", " \n", - " raccoon the image presents a feral raccoon instantly recognizable by its distinctive “mask” of \n", - " black fur around its eyes set against the backdrop of a natural rocky environment. \n", + " female He is holding onto the female's leg. \n", " \n", - " raccoon the wet rocks and presence of water suggest the raccoon may be near a stream or pond a common \n", - " habitat for these adaptable creatures. \n", + " anthro The second character a yellow anthro apothrycii insect is positioned on the right side of the \n", + " image. \n", " \n", - " raccoon the background is blurry allowing the viewer to focus on the raccoon. \n", + " feral On the left there's a feral arthropod creature with a gray body black wings and a single red \n", + " eye. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\10846033.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\apothricii\\SPOILER_1594938920.aggregate-0072_deathmon_x_dragonfly_1.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;43;80;2mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe raccoon’s fur is a mix of gray and black with lighter tones around the nose and its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlarge dark eyes and long white \u001b[0m\u001b[1;38;2;43;80;2mwhiskers\u001b[0m\u001b[30m give it an expression of curiosity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;118;161;76mapothrycii\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe second character a yellow anthro \u001b[0m\u001b[1;38;2;118;161;76mapothrycii\u001b[0m\u001b[30m insect is positioned on the right side of the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mimage. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;123;158;192mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a \u001b[0m\u001b[1;38;2;123;158;192mferal\u001b[0m\u001b[30m raccoon instantly recognizable by its distinctive “mask” of \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack fur around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;182;50;114minsect\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe second character a yellow anthro apothrycii \u001b[0m\u001b[1;38;2;182;50;114minsect\u001b[0m\u001b[30m is positioned on the right side of the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mimage. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;112;172;6mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a feral raccoon instantly recognizable by its distinctive “mask” of \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack \u001b[0m\u001b[1;38;2;112;172;6mfur\u001b[0m\u001b[30m around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;30;151marthropod\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOn the left there's a feral \u001b[0m\u001b[1;38;2;24;30;151marthropod\u001b[0m\u001b[30m creature with a gray body black wings and a single red \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;112;172;6mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe raccoon’s \u001b[0m\u001b[1;38;2;112;172;6mfur\u001b[0m\u001b[30m is a mix of gray and black with lighter tones around the nose and its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlarge dark eyes and long white whiskers give it an expression of curiosity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;176;72;106mwings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOn the left there's a feral arthropod creature with a gray body black \u001b[0m\u001b[1;38;2;176;72;106mwings\u001b[0m\u001b[30m and a single red \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;51;105;30mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a feral raccoon instantly recognizable by its distinctive “mask” of \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;51;105;30mblack fur\u001b[0m\u001b[30m around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;40;102;180msex\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA vibrant scene where two insects are engaged in \u001b[0m\u001b[1;38;2;40;102;180msex\u001b[0m\u001b[30m against a backdrop of a serene landscape.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a feral \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[30m instantly recognizable by its distinctive “mask” of \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack fur around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;95;35;30mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is holding onto the \u001b[0m\u001b[1;38;2;95;35;30mfemale\u001b[0m\u001b[30m's leg. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe wet rocks and presence of water suggest the \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[30m may be near a stream or pond a common \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat for these adaptable creatures. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;13;193;145manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe second character a yellow \u001b[0m\u001b[1;38;2;13;193;145manthro\u001b[0m\u001b[30m apothrycii insect is positioned on the right side of the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mimage. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurry allowing the viewer to focus on the \u001b[0m\u001b[1;38;2;51;1;5mraccoon\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;123;183;131mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOn the left there's a \u001b[0m\u001b[1;38;2;123;183;131mferal\u001b[0m\u001b[30m arthropod creature with a gray body black wings and a single red \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -461,38 +298,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\10846076.txt \n", + " Duplicate Tag E:\\training_dir\\avali\\af257fa34d0e2d3db2d9d5176008dd2d.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " bear the image depicts a feral brown bear partially submerged in the still waters of its natural \n", - " habitat. \n", - " \n", - " feral the image depicts a feral brown bear partially submerged in the still waters of its natural \n", - " habitat. \n", - " \n", - " fur the bear’s dense fur now wet and glistening reflects the light emphasizing the bear’s \n", - " robust physique. \n", - " \n", - " brown bear the image depicts a feral brown bear partially submerged in the still waters of its natural \n", - " habitat. \n", + " albafox by mr.albafox \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\10846076.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\avali\\af257fa34d0e2d3db2d9d5176008dd2d.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;177;140;144mbear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image depicts a feral brown \u001b[0m\u001b[1;38;2;177;140;144mbear\u001b[0m\u001b[30m partially submerged in the still waters of its natural \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;138;50mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image depicts a \u001b[0m\u001b[1;38;2;156;138;50mferal\u001b[0m\u001b[30m brown bear partially submerged in the still waters of its natural \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;94;167mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe bear’s dense \u001b[0m\u001b[1;38;2;151;94;167mfur\u001b[0m\u001b[30m now wet and glistening reflects the light emphasizing the bear’s \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrobust physique. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;8;175;8mbrown bear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image depicts a feral \u001b[0m\u001b[1;38;2;8;175;8mbrown bear\u001b[0m\u001b[30m partially submerged in the still waters of its natural \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;34;0malbafox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mby mr.\u001b[0m\u001b[1;38;2;197;34;0malbafox\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -504,92 +321,41 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\1539232.txt \n", + " Duplicate Tag E:\\training_dir\\avali\\b4641c9375f065e4c75e72bda54c08f0.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow a snow leopard resting on a rocky outcrop in a snowy landscape. \n", - " \n", - " snow the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", - " appearance. \n", - " \n", - " snow the snow leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \n", - " poised pose. \n", - " \n", - " snow the rocky outcrop provides a natural perch for the snow leopard allowing it to survey its \n", - " surroundings and bask in the warmth of the sunlight filtering through the snow. \n", - " \n", - " fur the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", - " appearance. \n", - " \n", - " snow leopard a snow leopard resting on a rocky outcrop in a snowy landscape. \n", - " \n", - " snow leopard the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", - " appearance. \n", - " \n", - " snow leopard the snow leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \n", - " poised pose. \n", - " \n", - " snow leopard the rocky outcrop provides a natural perch for the snow leopard allowing it to survey its \n", - " surroundings and bask in the warmth of the sunlight filtering through the snow. \n", - " \n", - " winter the background is a serene winter scene with falling snowflakes creating a magical ethereal \n", - " atmosphere. \n", - " \n", - " leopard a snow leopard resting on a rocky outcrop in a snowy landscape. \n", - " \n", - " leopard the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", - " appearance. \n", - " \n", - " leopard the snow leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \n", - " poised pose. \n", - " \n", - " leopard the rocky outcrop provides a natural perch for the snow leopard allowing it to survey its \n", - " surroundings and bask in the warmth of the sunlight filtering through the snow. \n", + " albafox by mr.albafox \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\1539232.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\avali\\b4641c9375f065e4c75e72bda54c08f0.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m leopard resting on a rocky outcrop in a \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m leopard's spotted fur is covered in a layer of fresh \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpoised pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky outcrop provides a natural perch for the \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m leopard allowing it to survey its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurroundings and bask in the warmth of the sunlight filtering through the \u001b[0m\u001b[1;38;2;181;181;87msnow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;103;43;136mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's spotted \u001b[0m\u001b[1;38;2;103;43;136mfur\u001b[0m\u001b[30m is covered in a layer of fresh snow giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[30m resting on a rocky outcrop in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[30m's spotted fur is covered in a layer of fresh snow giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[30m's body is sprawled out with its powerful legs splayed out in a relaxed yet \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpoised pose. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky outcrop provides a natural perch for the \u001b[0m\u001b[1;38;2;151;126;21msnow leopard\u001b[0m\u001b[30m allowing it to survey its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurroundings and bask in the warmth of the sunlight filtering through the snow. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;189;47;140mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a serene \u001b[0m\u001b[1;38;2;189;47;140mwinter\u001b[0m\u001b[30m scene with falling snowflakes creating a magical ethereal \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30matmosphere. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[30m resting on a rocky outcrop in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[30m's spotted fur is covered in a layer of fresh snow giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[30m's body is sprawled out with its powerful legs splayed out in a relaxed yet \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpoised pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;119;147malbafox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mby mr.\u001b[0m\u001b[1;38;2;17;119;147malbafox\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky outcrop provides a natural perch for the snow \u001b[0m\u001b[1;38;2;100;124;71mleopard\u001b[0m\u001b[30m allowing it to survey its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurroundings and bask in the warmth of the sunlight filtering through the snow. \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_bonifasko\\4054f9bea075d53321fb7c7c086302b6.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_bonifasko\\4054f9bea075d53321fb7c7c086302b6.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;35;110;118mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;35;110;118mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -601,18 +367,26 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\1f049eb995024948b6b7f2205e0703af.txt \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\paint-splatter-owl.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " sylveon the image features a sylveon giving a blowjob to somebody. \n", + " beak It has a black beak and is wearing a white vest with black markings and brown gloves. \n", + " \n", + " yellow eyes In the center of the image is an anthro owl with white and black feathers and yellow eyes. \n", + " \n", + " anthro In the center of the image is an anthro owl with white and black feathers and yellow eyes. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\1f049eb995024948b6b7f2205e0703af.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\paint-splatter-owl.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;184;141;18msylveon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;184;141;18msylveon\u001b[0m\u001b[30m giving a blowjob to somebody. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;115;50;21mbeak\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a black \u001b[0m\u001b[1;38;2;115;50;21mbeak\u001b[0m\u001b[30m and is wearing a white vest with black markings and brown gloves. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;33;60;64myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the center of the image is an anthro owl with white and black feathers and \u001b[0m\u001b[1;38;2;33;60;64myellow eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;181;166manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the center of the image is an \u001b[0m\u001b[1;38;2;109;181;166manthro\u001b[0m\u001b[30m owl with white and black feathers and yellow eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -624,46 +398,60 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\2018-12-02-19-17-46-1200x800.txt \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\podcast-furry2.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow its striking orange fur adorned with bold black stripes stands in stark contrast to the white \n", - " snow that clings to its coat. \n", + " clothing The colors are a mix of natural and vibrant tones with the characters’ fur rendered in \n", + " realistic shades of grey; orange and white contrasted by the bright colors of their clothing \n", + " and the recording equipment. \n", " \n", - " feral the image portrays a feral tiger moving through a tranquil snowy landscape. \n", + " fur The colors are a mix of natural and vibrant tones with the characters’ fur rendered in \n", + " realistic shades of grey; orange and white contrasted by the bright colors of their clothing \n", + " and the recording equipment. \n", " \n", - " tiger the image portrays a feral tiger moving through a tranquil snowy landscape. \n", + " outside The room is bathed in natural light from a large window that frames a cityscape adding a sense \n", + " of openness and connection to the outside world. \n", " \n", - " fur its striking orange fur adorned with bold black stripes stands in stark contrast to the white \n", - " snow that clings to its coat. \n", + " outside The room is bathed in the soft natural light from the window which adds warmth to the scene \n", + " and highlights the cool blues and greens of the cityscape outside. \n", " \n", - " orange fur its striking orange fur adorned with bold black stripes stands in stark contrast to the white \n", - " snow that clings to its coat. \n", + " wolf A vibrant and detailed illustration of three anthropomorphic animals resembling two foxes and \n", + " a wolf engaged in a modern podcast recording session. \n", " \n", - " stripes its striking orange fur adorned with bold black stripes stands in stark contrast to the white \n", - " snow that clings to its coat. \n", + " window The room is bathed in natural light from a large window that frames a cityscape adding a sense \n", + " of openness and connection to the outside world. \n", + " \n", + " window The room is bathed in the soft natural light from the window which adds warmth to the scene \n", + " and highlights the cool blues and greens of the cityscape outside. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\2018-12-02-19-17-46-1200x800.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\podcast-furry2.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;195;141;166msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits striking orange fur adorned with bold black stripes stands in stark contrast to the white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;195;141;166msnow\u001b[0m\u001b[30m that clings to its coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;156;80;146mclothing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe colors are a mix of natural and vibrant tones with the characters’ fur rendered in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrealistic shades of grey; orange and white contrasted by the bright colors of their \u001b[0m\u001b[1;38;2;156;80;146mclothing\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand the recording equipment. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;84;197;85mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image portrays a \u001b[0m\u001b[1;38;2;84;197;85mferal\u001b[0m\u001b[30m tiger moving through a tranquil snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;4;125;54mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe colors are a mix of natural and vibrant tones with the characters’ \u001b[0m\u001b[1;38;2;4;125;54mfur\u001b[0m\u001b[30m rendered in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrealistic shades of grey; orange and white contrasted by the bright colors of their clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand the recording equipment. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;116;22;63mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image portrays a feral \u001b[0m\u001b[1;38;2;116;22;63mtiger\u001b[0m\u001b[30m moving through a tranquil snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;94;179;183moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe room is bathed in natural light from a large window that frames a cityscape adding a sense\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof openness and connection to the \u001b[0m\u001b[1;38;2;94;179;183moutside\u001b[0m\u001b[30m world. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;111;15;129mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits striking orange \u001b[0m\u001b[1;38;2;111;15;129mfur\u001b[0m\u001b[30m adorned with bold black stripes stands in stark contrast to the white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msnow that clings to its coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;94;179;183moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe room is bathed in the soft natural light from the window which adds warmth to the scene \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand highlights the cool blues and greens of the cityscape \u001b[0m\u001b[1;38;2;94;179;183moutside\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;37;100;102morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits striking \u001b[0m\u001b[1;38;2;37;100;102morange fur\u001b[0m\u001b[30m adorned with bold black stripes stands in stark contrast to the white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msnow that clings to its coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;14;3mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA vibrant and detailed illustration of three anthropomorphic animals resembling two foxes and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;108;14;3mwolf\u001b[0m\u001b[30m engaged in a modern podcast recording session. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;69;26;7mstripes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits striking orange fur adorned with bold black \u001b[0m\u001b[1;38;2;69;26;7mstripes\u001b[0m\u001b[30m stands in stark contrast to the white \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msnow that clings to its coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;13;173mwindow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe room is bathed in natural light from a large \u001b[0m\u001b[1;38;2;81;13;173mwindow\u001b[0m\u001b[30m that frames a cityscape adding a sense\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof openness and connection to the outside world. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;13;173mwindow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe room is bathed in the soft natural light from the \u001b[0m\u001b[1;38;2;81;13;173mwindow\u001b[0m\u001b[30m which adds warmth to the scene \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand highlights the cool blues and greens of the cityscape outside. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -675,54 +463,84 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\37398.txt \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\SPOILER_kindred-dynamicwalk.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow a snow leopard sitting in a snowy landscape. \n", + " mask She stands upright wearing a mask with glowing eyes and covered in white fur suggesting a \n", + " mystical being of the woods. \n", " \n", - " snow the snow leopard has a spotted furry body with a thick fluffy coat that is covered in snow. \n", + " mask The dark blue mask adds a touch of mystique with its intricate designs and glowing eyes. \n", " \n", - " snow the snow leopard's pose is relaxed with its front paws resting on the snow-covered ground and \n", - " its tail curled around its body. \n", + " fur She stands upright wearing a mask with glowing eyes and covered in white fur suggesting a \n", + " mystical being of the woods. \n", " \n", - " snow the snow is thick and packed creating a pristine untouched winter wonderland. \n", + " fur The colors are a mix of natural earth tones and vibrant highlights with the creature’s fur \n", + " rendered in realistic shades that blend seamlessly into the forest environment. \n", " \n", - " snow leopard a snow leopard sitting in a snowy landscape. \n", + " forest anthro female kindred \\(lol\\) set against the backdrop of a serene forest. \n", " \n", - " snow leopard the snow leopard has a spotted furry body with a thick fluffy coat that is covered in snow. \n", + " forest The forest itself is lush with tall trees and a canopy that diffuses light creating a tranquil \n", + " and otherworldly atmosphere. \n", " \n", - " snow leopard the snow leopard's pose is relaxed with its front paws resting on the snow-covered ground and \n", - " its tail curled around its body. \n", + " forest The artwork’s detail and composition convey a sense of wonder and enchantment as if the \n", + " creature is a guardian of the forest’s secrets. \n", + " \n", + " forest The colors are a mix of natural earth tones and vibrant highlights with the creature’s fur \n", + " rendered in realistic shades that blend seamlessly into the forest environment. \n", + " \n", + " forest The forest is depicted with a palette of greens and browns illuminated by the soft dappled \n", + " light that filters through the canopy giving the scene a tranquil and otherworldly quality. \n", + " \n", + " white fur She stands upright wearing a mask with glowing eyes and covered in white fur suggesting a \n", + " mystical being of the woods. \n", " \n", - " winter the snow is thick and packed creating a pristine untouched winter wonderland. \n", + " female anthro female kindred \\(lol\\) set against the backdrop of a serene forest. \n", " \n", - " sky the sky is a brilliant blue with a few fluffy clouds drifting overhead. \n", + " anthro anthro female kindred \\(lol\\) set against the backdrop of a serene forest. \n", + " \n", + " nature This scene captures the essence of fantasy inviting the viewer to step into a world where \n", + " magic and nature intertwine seamlessly. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\37398.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\SPOILER_kindred-dynamicwalk.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m leopard sitting in a \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;45;140mmask\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands upright wearing a \u001b[0m\u001b[1;38;2;51;45;140mmask\u001b[0m\u001b[30m with glowing eyes and covered in white fur suggesting a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmystical being of the woods. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m leopard has a spotted furry body with a thick fluffy coat that is covered in \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;45;140mmask\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dark blue \u001b[0m\u001b[1;38;2;51;45;140mmask\u001b[0m\u001b[30m adds a touch of mystique with its intricate designs and glowing eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m leopard's pose is relaxed with its front paws resting on the \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m-covered ground and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tail curled around its body. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;109;48mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands upright wearing a mask with glowing eyes and covered in white \u001b[0m\u001b[1;38;2;152;109;48mfur\u001b[0m\u001b[30m suggesting a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmystical being of the woods. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;131;59;25msnow\u001b[0m\u001b[30m is thick and packed creating a pristine untouched winter wonderland. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;109;48mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe colors are a mix of natural earth tones and vibrant highlights with the creature’s \u001b[0m\u001b[1;38;2;152;109;48mfur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrendered in realistic shades that blend seamlessly into the forest environment. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[30m sitting in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30manthro female kindred \\(lol\\) set against the backdrop of a serene \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[30m has a spotted furry body with a thick fluffy coat that is covered in snow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[30m itself is lush with tall trees and a canopy that diffuses light creating a tranquil\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand otherworldly atmosphere. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;198;88;118msnow leopard\u001b[0m\u001b[30m's pose is relaxed with its front paws resting on the snow-covered ground and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tail curled around its body. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe artwork’s detail and composition convey a sense of wonder and enchantment as if the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcreature is a guardian of the \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[30m’s secrets. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe colors are a mix of natural earth tones and vibrant highlights with the creature’s fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrendered in realistic shades that blend seamlessly into the \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[30m environment. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;10;146;137mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow is thick and packed creating a pristine untouched \u001b[0m\u001b[1;38;2;10;146;137mwinter\u001b[0m\u001b[30m wonderland. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;34;128;196mforest\u001b[0m\u001b[30m is depicted with a palette of greens and browns illuminated by the soft dappled \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlight that filters through the canopy giving the scene a tranquil and otherworldly quality. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;38;172;57msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;38;172;57msky\u001b[0m\u001b[30m is a brilliant blue with a few fluffy clouds drifting overhead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;109;48mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands upright wearing a mask with glowing eyes and covered in \u001b[0m\u001b[1;38;2;195;109;48mwhite fur\u001b[0m\u001b[30m suggesting a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmystical being of the woods. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;182;61;110mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30manthro \u001b[0m\u001b[1;38;2;182;61;110mfemale\u001b[0m\u001b[30m kindred \\(lol\\) set against the backdrop of a serene forest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;16;78;74manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;16;78;74manthro\u001b[0m\u001b[30m female kindred \\(lol\\) set against the backdrop of a serene forest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;32;195;8mnature\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis scene captures the essence of fantasy inviting the viewer to step into a world where \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmagic and \u001b[0m\u001b[1;38;2;32;195;8mnature\u001b[0m\u001b[30m intertwine seamlessly. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -734,34 +552,40 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\3dfb5542-b462-435b-b204-83b76122f4a1.t… \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\view (1).txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " anthro the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " owl The image depicts an anthropomorphic owl exuding confidence and style in a fashionable jacket. \n", " \n", - " female the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " owl The owl’s eyes are strikingly large and filled with a kaleidoscope of colors drawing immediate \n", + " attention. \n", " \n", - " bed the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " owl The anthropomorphic owl character is rendered with detailed features and expressive \n", + " multicolored eyes set against a suit jacket that adds a touch of sophistication. \n", " \n", - " wolf the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " jacket The image depicts an anthropomorphic owl exuding confidence and style in a fashionable jacket. \n", " \n", - " lingerie the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " jacket The anthropomorphic owl character is rendered with detailed features and expressive \n", + " multicolored eyes set against a suit jacket that adds a touch of sophistication. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\3dfb5542-b462-435b-b204-83b76122f4a1.t…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\view (1).txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;16;64;8manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;16;64;8manthro\u001b[0m\u001b[30m black wolf laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts an anthropomorphic \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[30m exuding confidence and style in a fashionable jacket.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;115;7;130mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;115;7;130mfemale\u001b[0m\u001b[30m anthro black wolf laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[30m’s eyes are strikingly large and filled with a kaleidoscope of colors drawing immediate\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mattention. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;65;14;99mbed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro black wolf laying on her back on a \u001b[0m\u001b[1;38;2;65;14;99mbed\u001b[0m\u001b[30m in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe anthropomorphic \u001b[0m\u001b[1;38;2;182;51;54mowl\u001b[0m\u001b[30m character is rendered with detailed features and expressive \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmulticolored eyes set against a suit jacket that adds a touch of sophistication. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;161;55;46mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro black \u001b[0m\u001b[1;38;2;161;55;46mwolf\u001b[0m\u001b[30m laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;22;144mjacket\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts an anthropomorphic owl exuding confidence and style in a fashionable \u001b[0m\u001b[1;38;2;43;22;144mjacket\u001b[0m\u001b[30m.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;3;162;26mlingerie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro black wolf laying on her back on a bed in \u001b[0m\u001b[1;38;2;3;162;26mlingerie\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;22;144mjacket\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe anthropomorphic owl character is rendered with detailed features and expressive \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmulticolored eyes set against a suit \u001b[0m\u001b[1;38;2;43;22;144mjacket\u001b[0m\u001b[30m that adds a touch of sophistication. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -773,20 +597,30 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\441e95f17163856adbcdee6b1b2cb433.txt \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\view.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " feral this image features three feral black and brown mastiffs all of whom are presenting their \n", - " hindquarters to the viewer. \n", + " owl An anthropomorphic owl character exuding a professional aura in a white suit and tie. \n", + " \n", + " owl The owl’s wide expressive eyes are a focal point surrounded by ethereal blue flames that add a \n", + " mystical touch to the scene. \n", + " \n", + " owl These colors create a dramatic contrast against the dark background emphasizing the \n", + " character’s anthropomorphic owl features and intricate feather detailing. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\441e95f17163856adbcdee6b1b2cb433.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\view.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;184;100;166mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features three \u001b[0m\u001b[1;38;2;184;100;166mferal\u001b[0m\u001b[30m black and brown mastiffs all of whom are presenting their \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters to the viewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthropomorphic \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[30m character exuding a professional aura in a white suit and tie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[30m’s wide expressive eyes are a focal point surrounded by ethereal blue flames that add a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmystical touch to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThese colors create a dramatic contrast against the dark background emphasizing the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcharacter’s anthropomorphic \u001b[0m\u001b[1;38;2;174;171;73mowl\u001b[0m\u001b[30m features and intricate feather detailing. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -798,36 +632,48 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\74a76661fe5840e08f7724cabd93b289.pngtp… \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\view3.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " anthro the image features an anthro female lynx with long silver hair and green eyes. \n", + " owl An anthropomorphic owl exuding a sense of wisdom and mystique engaged in a magical act. \n", " \n", - " hair the image features an anthro female lynx with long silver hair and green eyes. \n", + " owl Dressed in a black formal suit with a red neck tie the owl stands in a dark alleyway its \n", + " human-like hands raised to cast a spell. \n", " \n", - " female the image features an anthro female lynx with long silver hair and green eyes. \n", + " owl The contrast between the owl’s scholarly appearance and the arcane energy it wields creates a \n", + " captivating scene that blends the natural with the supernatural. \n", " \n", - " lynx the image features an anthro female lynx with long silver hair and green eyes. \n", + " owl Th owl is depicted with a high level of detail giving it a lifelike texture that contrasts \n", + " with the fantastical elements of the scene. \n", " \n", - " hat she has a black hat with holes that allow her ears to perk up and a black vest with a grey \n", - " hoodie under it. \n", + " suit Dressed in a black formal suit with a red neck tie the owl stands in a dark alleyway its \n", + " human-like hands raised to cast a spell. \n", + " \n", + " magic This enchanting illustration captures the imagination suggesting a story of magic and mystery \n", + " in an urban setting. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\74a76661fe5840e08f7724cabd93b289.pngtp…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\view3.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;138;25;83manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;138;25;83manthro\u001b[0m\u001b[30m female lynx with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthropomorphic \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[30m exuding a sense of wisdom and mystique engaged in a magical act. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;68;153;153mhair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro female lynx with long silver \u001b[0m\u001b[1;38;2;68;153;153mhair\u001b[0m\u001b[30m and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mDressed in a black formal suit with a red neck tie the \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[30m stands in a dark alleyway its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhuman-like hands raised to cast a spell. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;3;7;184mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro \u001b[0m\u001b[1;38;2;3;7;184mfemale\u001b[0m\u001b[30m lynx with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe contrast between the \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[30m’s scholarly appearance and the arcane energy it wields creates a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcaptivating scene that blends the natural with the supernatural. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;53;194;189mlynx\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro female \u001b[0m\u001b[1;38;2;53;194;189mlynx\u001b[0m\u001b[30m with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mTh \u001b[0m\u001b[1;38;2;179;30;88mowl\u001b[0m\u001b[30m is depicted with a high level of detail giving it a lifelike texture that contrasts \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith the fantastical elements of the scene. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;56;200;21mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshe has a black \u001b[0m\u001b[1;38;2;56;200;21mhat\u001b[0m\u001b[30m with holes t\u001b[0m\u001b[1;38;2;56;200;21mhat\u001b[0m\u001b[30m allow her ears to perk up and a black vest with a grey \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhoodie under it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;188;170msuit\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mDressed in a black formal \u001b[0m\u001b[1;38;2;17;188;170msuit\u001b[0m\u001b[30m with a red neck tie the owl stands in a dark alleyway its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhuman-like hands raised to cast a spell. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;70;11;82mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis enchanting illustration captures the imagination suggesting a story of \u001b[0m\u001b[1;38;2;70;11;82mmagic\u001b[0m\u001b[30m and mystery \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min an urban setting. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -839,30 +685,68 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\7af8f639c59f0276970a3b476778c9a5.txt \n", + " Duplicate Tag E:\\training_dir\\by_clybius\\Xal-SideProfile.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " scalie Adorned with golden armor around its neck and cloaked in a dark hood the scalie embodies a \n", + " blend of nobility and mystery. \n", " \n", - " feral the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " scales A detailed and mystical portrayal of a lizard distinguished by its green scales and a orange \n", + " eye that exudes an enigmatic aura. \n", " \n", - " presenting the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " scales The creature’s green scales are rich and vibrant providing a stark contrast against the muted \n", + " grays and soft light of the background. \n", " \n", - " coyote the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " green scales A detailed and mystical portrayal of a lizard distinguished by its green scales and a orange \n", + " eye that exudes an enigmatic aura. \n", " \n", - " \n", - "\n" - ], + " green scales The creature’s green scales are rich and vibrant providing a stark contrast against the muted \n", + " grays and soft light of the background. \n", + " \n", + " hood Adorned with golden armor around its neck and cloaked in a dark hood the scalie embodies a \n", + " blend of nobility and mystery. \n", + " \n", + " cloak The orange eyes of the dragon add a mystical quality to the image while the golden armor and \n", + " dark hooded cloak convey a sense of nobility and mystery. \n", + " \n", + " lizard A detailed and mystical portrayal of a lizard distinguished by its green scales and a orange \n", + " eye that exudes an enigmatic aura. \n", + " \n", + " lizard The art style of the image is digital painting showcasing smooth gradients and well-blended \n", + " colors that give life to the lizard creature. \n", + " \n", + " \n", + "\n" + ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\7af8f639c59f0276970a3b476778c9a5.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_clybius\\Xal-SideProfile.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;90;125;166mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a feral \u001b[0m\u001b[1;38;2;90;125;166mfemale\u001b[0m\u001b[30m coyote standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;122;45mscalie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAdorned with golden armor around its neck and cloaked in a dark hood the \u001b[0m\u001b[1;38;2;142;122;45mscalie\u001b[0m\u001b[30m embodies a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblend of nobility and mystery. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;160;141;100mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;160;141;100mferal\u001b[0m\u001b[30m female coyote standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;28;168mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA detailed and mystical portrayal of a lizard distinguished by its green \u001b[0m\u001b[1;38;2;173;28;168mscales\u001b[0m\u001b[30m and a orange \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye that exudes an enigmatic aura. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;141;164;11mpresenting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a feral female coyote standing in the middle \u001b[0m\u001b[1;38;2;141;164;11mpresenting\u001b[0m\u001b[30m her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;28;168mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe creature’s green \u001b[0m\u001b[1;38;2;173;28;168mscales\u001b[0m\u001b[30m are rich and vibrant providing a stark contrast against the muted \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mgrays and soft light of the background. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;46;176;170mcoyote\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a feral female \u001b[0m\u001b[1;38;2;46;176;170mcoyote\u001b[0m\u001b[30m standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;26;114;58mgreen scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA detailed and mystical portrayal of a lizard distinguished by its \u001b[0m\u001b[1;38;2;26;114;58mgreen scales\u001b[0m\u001b[30m and a orange \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye that exudes an enigmatic aura. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;26;114;58mgreen scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe creature’s \u001b[0m\u001b[1;38;2;26;114;58mgreen scales\u001b[0m\u001b[30m are rich and vibrant providing a stark contrast against the muted \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mgrays and soft light of the background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;153;108;152mhood\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAdorned with golden armor around its neck and cloaked in a dark \u001b[0m\u001b[1;38;2;153;108;152mhood\u001b[0m\u001b[30m the scalie embodies a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblend of nobility and mystery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;89;91;174mcloak\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe orange eyes of the dragon add a mystical quality to the image while the golden armor and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdark hooded \u001b[0m\u001b[1;38;2;89;91;174mcloak\u001b[0m\u001b[30m convey a sense of nobility and mystery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;195;1mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA detailed and mystical portrayal of a \u001b[0m\u001b[1;38;2;116;195;1mlizard\u001b[0m\u001b[30m distinguished by its green scales and a orange \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meye that exudes an enigmatic aura. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;195;1mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe art style of the image is digital painting showcasing smooth gradients and well-blended \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcolors that give life to the \u001b[0m\u001b[1;38;2;116;195;1mlizard\u001b[0m\u001b[30m creature. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -874,26 +758,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\81b16ba5-5867-4dac-b2aa-e366f10778e2.t… \n", + " Duplicate Tag E:\\training_dir\\by_goronic\\f23287354af9dd28f13de456805108d1.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " anthro the image features an anthro female wolf riding a bycicle. \n", - " \n", - " female the image features an anthro female wolf riding a bycicle. \n", - " \n", - " wolf the image features an anthro female wolf riding a bycicle. \n", + " goat mr. goat \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\81b16ba5-5867-4dac-b2aa-e366f10778e2.t…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_goronic\\f23287354af9dd28f13de456805108d1.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;45;112;169manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;45;112;169manthro\u001b[0m\u001b[30m female wolf riding a bycicle. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;134;61;17mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro \u001b[0m\u001b[1;38;2;134;61;17mfemale\u001b[0m\u001b[30m wolf riding a bycicle. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;60;66;174mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro female \u001b[0m\u001b[1;38;2;60;66;174mwolf\u001b[0m\u001b[30m riding a bycicle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;61;81;197mgoat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;61;81;197mgoat\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -905,62 +781,62 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\83973-fox-foxes-face.txt \n", + " Duplicate Tag E:\\training_dir\\by_hamgas\\00008-3124688281.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fox this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", - " blurred background. \n", + " anthro This is an image of an anthro cheetah standing on a stone path in what in front of houses on \n", + " both sides with small front gardens. \n", " \n", - " fox with its mouth open and teeth visible the fox appears to be mid-vocalization perhaps calling \n", - " out or simply caught in a moment of breath. \n", + " moon The background is a night scene with a full moon and some trees. The cheetah has a muscular \n", + " build. \n", " \n", - " feral this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", - " blurred background. \n", + " night The background is a night scene with a full moon and some trees. The cheetah has a muscular \n", + " build. \n", " \n", - " fur this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", - " blurred background. \n", + " standing This is an image of an anthro cheetah standing on a stone path in what in front of houses on \n", + " both sides with small front gardens. \n", " \n", - " fur the thick fur hints at the fox’s adaptation to cooler climates and the overall composition \n", - " of the image. \n", + " tail His fur is spotted and he has a long tail. \n", " \n", - " teeth with its mouth open and teeth visible the fox appears to be mid-vocalization perhaps calling \n", - " out or simply caught in a moment of breath. \n", + " claws His right hand is hanging by his side with sharp claws. \n", " \n", - " photo this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", - " blurred background. \n", + " cheetah This is an image of an anthro cheetah standing on a stone path in what in front of houses on \n", + " both sides with small front gardens. \n", + " \n", + " cheetah The background is a night scene with a full moon and some trees. The cheetah has a muscular \n", + " build. \n", " \n", - " blurred this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", - " background blurred background. \n", + " jacket He is wearing a black jacket and has his left hand is holding his necklace. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\83973-fox-foxes-face.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_hamgas\\00008-3124688281.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;121;161;33mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a feral \u001b[0m\u001b[1;38;2;121;161;33mfox\u001b[0m\u001b[30m its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;30;89;91manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is an image of an \u001b[0m\u001b[1;38;2;30;89;91manthro\u001b[0m\u001b[30m cheetah standing on a stone path in what in front of houses on \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mboth sides with small front gardens. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;121;161;33mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its mouth open and teeth visible the \u001b[0m\u001b[1;38;2;121;161;33mfox\u001b[0m\u001b[30m appears to be mid-vocalization perhaps calling \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mout or simply caught in a moment of breath. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;143;117;124mmoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is a night scene with a full \u001b[0m\u001b[1;38;2;143;117;124mmoon\u001b[0m\u001b[30m and some trees. The cheetah has a muscular \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbuild. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;99;90mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a \u001b[0m\u001b[1;38;2;151;99;90mferal\u001b[0m\u001b[30m fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;7;8;145mnight\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is a \u001b[0m\u001b[1;38;2;7;8;145mnight\u001b[0m\u001b[30m scene with a full moon and some trees. The cheetah has a muscular \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbuild. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;66;75;85mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a feral fox its vibrant orange-red \u001b[0m\u001b[1;38;2;66;75;85mfur\u001b[0m\u001b[30m standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;184;153mstanding\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is an image of an anthro cheetah \u001b[0m\u001b[1;38;2;195;184;153mstanding\u001b[0m\u001b[30m on a stone path in what in front of houses on \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mboth sides with small front gardens. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;66;75;85mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick \u001b[0m\u001b[1;38;2;66;75;85mfur\u001b[0m\u001b[30m hints at the fox’s adaptation to cooler climates and the overall composition \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof the image. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;96;120mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis fur is spotted and he has a long \u001b[0m\u001b[1;38;2;31;96;120mtail\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;155;17;163mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its mouth open and \u001b[0m\u001b[1;38;2;155;17;163mteeth\u001b[0m\u001b[30m visible the fox appears to be mid-vocalization perhaps calling \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mout or simply caught in a moment of breath. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;136;47mclaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis right hand is hanging by his side with sharp \u001b[0m\u001b[1;38;2;76;136;47mclaws\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;52;92;193mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a \u001b[0m\u001b[1;38;2;52;92;193mphoto\u001b[0m\u001b[30m a feral fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;79;27;142mcheetah\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is an image of an anthro \u001b[0m\u001b[1;38;2;79;27;142mcheetah\u001b[0m\u001b[30m standing on a stone path in what in front of houses on \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mboth sides with small front gardens. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;79;44;1mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;79;44;1mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;79;44;1mblurred background\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;79;27;142mcheetah\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is a night scene with a full moon and some trees. The \u001b[0m\u001b[1;38;2;79;27;142mcheetah\u001b[0m\u001b[30m has a muscular \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbuild. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;38;149;1mjacket\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a black \u001b[0m\u001b[1;38;2;38;149;1mjacket\u001b[0m\u001b[30m and has his left hand is holding his necklace. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -972,38 +848,50 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\882adc1422e945259cf54be10ab8270e.txt \n", + " Duplicate Tag E:\\training_dir\\by_hamgas\\00013-2117737509.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " gabumon this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " male Digital artwork of a male panther. \n", + " \n", + " looking back His back is facing the viewer with his head turned to the left looking back at the viewer. \n", " \n", - " female this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " perineum He has a white perineum and white balls visible. \n", " \n", - " anthro this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " raised tail He has a raised tail with white and brown markings and a black tip. \n", " \n", - " outside this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " spotted fur He has black hair and spotted fur. \n", " \n", - " swimming pool this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " hair He has black hair and spotted fur. \n", " \n", - " photo this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " shirt He is wearing a red shirt with white flowers on it. \n", + " \n", + " shaded His fur is detailed and well-shaded. \n", + " \n", + " white balls He has a white perineum and white balls visible. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\882adc1422e945259cf54be10ab8270e.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_hamgas\\00013-2117737509.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;147;134;70mgabumon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro \u001b[0m\u001b[1;38;2;147;134;70mgabumon\u001b[0m\u001b[30m standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;14;75;140mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mDigital artwork of a \u001b[0m\u001b[1;38;2;14;75;140mmale\u001b[0m\u001b[30m panther. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;135;165mlooking back\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis back is facing the viewer with his head turned to the left \u001b[0m\u001b[1;38;2;46;135;165mlooking back\u001b[0m\u001b[30m at the viewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;99;98mperineum\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a white \u001b[0m\u001b[1;38;2;173;99;98mperineum\u001b[0m\u001b[30m and white balls visible. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;127;79;120mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a \u001b[0m\u001b[1;38;2;127;79;120mfemale\u001b[0m\u001b[30m anthro gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;159;27mraised tail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a \u001b[0m\u001b[1;38;2;160;159;27mraised tail\u001b[0m\u001b[30m with white and brown markings and a black tip. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;8;198;56manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female \u001b[0m\u001b[1;38;2;8;198;56manthro\u001b[0m\u001b[30m gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;104;106mspotted fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has black hair and \u001b[0m\u001b[1;38;2;188;104;106mspotted fur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;1;51;125moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro gabumon standing \u001b[0m\u001b[1;38;2;1;51;125moutside\u001b[0m\u001b[30m by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;198;100mhair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has black \u001b[0m\u001b[1;38;2;81;198;100mhair\u001b[0m\u001b[30m and spotted fur. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;84;109;124mswimming pool\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro gabumon standing outside by a \u001b[0m\u001b[1;38;2;84;109;124mswimming pool\u001b[0m\u001b[30m naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;18;86;46mshirt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a red \u001b[0m\u001b[1;38;2;18;86;46mshirt\u001b[0m\u001b[30m with white flowers on it. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;166;69;2mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis \u001b[0m\u001b[1;38;2;166;69;2mphoto\u001b[0m\u001b[30m features a female anthro gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;30;64;17mshaded\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis fur is detailed and well-\u001b[0m\u001b[1;38;2;30;64;17mshaded\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;129;133;6mwhite balls\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a white perineum and \u001b[0m\u001b[1;38;2;129;133;6mwhite balls\u001b[0m\u001b[30m visible. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1015,30 +903,46 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\8a3caa4d-1fbf-473c-80cb-b632b4db2480.t… \n", + " Duplicate Tag E:\\training_dir\\by_hamgas\\00013-2680336770.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female the image features a female anthro husky laying on her back on a bed naked. \n", + " anthro In the picture there is an anthro cat wearing a black hat and a black cape. \n", + " \n", + " boots His boots are black and he is wearing a black cape. \n", + " \n", + " belt He is wearing a black belt and blue pants. \n", + " \n", + " cape In the picture there is an anthro cat wearing a black hat and a black cape. \n", " \n", - " anthro the image features a female anthro husky laying on her back on a bed naked. \n", + " cape His boots are black and he is wearing a black cape. \n", " \n", - " bed the image features a female anthro husky laying on her back on a bed naked. \n", + " whiskers He has a smile and whiskers on his face. \n", " \n", - " husky the image features a female anthro husky laying on her back on a bed naked. \n", + " standing He is standing in a room with a wooden floor. \n", + " \n", + " smile He has a smile and whiskers on his face. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\8a3caa4d-1fbf-473c-80cb-b632b4db2480.t…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_hamgas\\00013-2680336770.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;42;125;164mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;42;125;164mfemale\u001b[0m\u001b[30m anthro husky laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;138;62;170manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture there is an \u001b[0m\u001b[1;38;2;138;62;170manthro\u001b[0m\u001b[30m cat wearing a black hat and a black cape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;77;70;194mboots\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis \u001b[0m\u001b[1;38;2;77;70;194mboots\u001b[0m\u001b[30m are black and he is wearing a black cape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;98;162;90mbelt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a black \u001b[0m\u001b[1;38;2;98;162;90mbelt\u001b[0m\u001b[30m and blue pants. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;146;94mcape\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture there is an anthro cat wearing a black hat and a black \u001b[0m\u001b[1;38;2;105;146;94mcape\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;106;95;91manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;106;95;91manthro\u001b[0m\u001b[30m husky laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;146;94mcape\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis boots are black and he is wearing a black \u001b[0m\u001b[1;38;2;105;146;94mcape\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;149;45;54mbed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro husky laying on her back on a \u001b[0m\u001b[1;38;2;149;45;54mbed\u001b[0m\u001b[30m naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;165;134mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a smile and \u001b[0m\u001b[1;38;2;23;165;134mwhiskers\u001b[0m\u001b[30m on his face. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;77;185;97mhusky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro \u001b[0m\u001b[1;38;2;77;185;97mhusky\u001b[0m\u001b[30m laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;4;177;49mstanding\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is \u001b[0m\u001b[1;38;2;4;177;49mstanding\u001b[0m\u001b[30m in a room with a wooden floor. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;135;65;137msmile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a \u001b[0m\u001b[1;38;2;135;65;137msmile\u001b[0m\u001b[30m and whiskers on his face. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1050,30 +954,48 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\animal-fur-2.txt \n", + " Duplicate Tag E:\\training_dir\\by_hamgas\\00018-2333023377.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the image showcases a close-up view of thick well-groomed animal fur with a rich texture. \n", + " anthro there is a romantic scene with an anthro lion and an anthro black panther. \n", " \n", - " fur the fur appears soft and dense featuring various shades of brown that create a warm inviting \n", - " appearance. \n", + " lion there is a romantic scene with an anthro lion and an anthro black panther. \n", + " \n", + " lion They are both wearing red shirts and blue jeans. The panther has orange eyes and the lion has \n", + " a black mane and yellow eyes. \n", + " \n", + " sky They are standing in front of a mountain range and the sky is orange. \n", " \n", - " fur the individual hairs are clearly visible each contributing to the overall natural pattern and \n", - " flow of the fur. \n", + " standing They are standing in front of a mountain range and the sky is orange. \n", + " \n", + " yellow eyes They are both wearing red shirts and blue jeans. The panther has orange eyes and the lion has \n", + " a black mane and yellow eyes. \n", + " \n", + " jeans They are both wearing red shirts and blue jeans. The panther has orange eyes and the lion has \n", + " a black mane and yellow eyes. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\animal-fur-2.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_hamgas\\00018-2333023377.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image showcases a close-up view of thick well-groomed animal \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[30m with a rich texture. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;82;50;147manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthere is a romantic scene with an \u001b[0m\u001b[1;38;2;82;50;147manthro\u001b[0m\u001b[30m lion and an \u001b[0m\u001b[1;38;2;82;50;147manthro\u001b[0m\u001b[30m black panther. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[30m appears soft and dense featuring various shades of brown that create a warm inviting \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;117;52mlion\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthere is a romantic scene with an anthro \u001b[0m\u001b[1;38;2;157;117;52mlion\u001b[0m\u001b[30m and an anthro black panther. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;117;52mlion\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey are both wearing red shirts and blue jeans. The panther has orange eyes and the \u001b[0m\u001b[1;38;2;157;117;52mlion\u001b[0m\u001b[30m has \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black mane and yellow eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe individual hairs are clearly visible each contributing to the overall natural pattern and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mflow of the \u001b[0m\u001b[1;38;2;149;35;165mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;88;199msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey are standing in front of a mountain range and the \u001b[0m\u001b[1;38;2;17;88;199msky\u001b[0m\u001b[30m is orange. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;179;200mstanding\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey are \u001b[0m\u001b[1;38;2;191;179;200mstanding\u001b[0m\u001b[30m in front of a mountain range and the sky is orange. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;163;70myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey are both wearing red shirts and blue jeans. The panther has orange eyes and the lion has \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black mane and \u001b[0m\u001b[1;38;2;162;163;70myellow eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;115;40;139mjeans\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey are both wearing red shirts and blue \u001b[0m\u001b[1;38;2;115;40;139mjeans\u001b[0m\u001b[30m. The panther has orange eyes and the lion has \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black mane and yellow eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1085,38 +1007,48 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\b4584b0f5f4d11df8181000b2f3ed30f.txt \n", + " Duplicate Tag E:\\training_dir\\by_hamgas\\00018-435871311.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " feral The image depicts a majestic feral wolf in motion its fur a blend of white and grey that \n", - " mirrors the snowy environment it traverses. \n", + " anthro In the foreground are two anthro cheetahs standing face to face with their bodies pressed \n", + " together. \n", " \n", - " fur The image depicts a majestic feral wolf in motion its fur a blend of white and grey that \n", - " mirrors the snowy environment it traverses. \n", + " standing In the foreground are two anthro cheetahs standing face to face with their bodies pressed \n", + " together. \n", " \n", - " wolf The image depicts a majestic feral wolf in motion its fur a blend of white and grey that \n", - " mirrors the snowy environment it traverses. \n", + " sky The background is a mountainous landscape with a cloudy sky. \n", " \n", - " wolf As the wolf bounds through the landscape snowflakes are stirred into the air creating a \n", - " dynamic sense of movement. \n", + " cheetah The cheetah on the left has yellow fur with red and black spots and the cheetah on the right \n", + " has blue fur with red and black spots. \n", + " \n", + " cheetah Both cheetahs have erections and the cheetah on the right is smiling while the left one looks \n", + " uncomfortable. \n", + " \n", + " blue fur The cheetah on the left has yellow fur with red and black spots and the cheetah on the right \n", + " has blue fur with red and black spots. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\b4584b0f5f4d11df8181000b2f3ed30f.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_hamgas\\00018-435871311.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;169;86;167mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a majestic \u001b[0m\u001b[1;38;2;169;86;167mferal\u001b[0m\u001b[30m wolf in motion its fur a blend of white and grey that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmirrors the snowy environment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;57;144;56manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the foreground are two \u001b[0m\u001b[1;38;2;57;144;56manthro\u001b[0m\u001b[30m cheetahs standing face to face with their bodies pressed \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtogether. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;94;184;197mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a majestic feral wolf in motion its \u001b[0m\u001b[1;38;2;94;184;197mfur\u001b[0m\u001b[30m a blend of white and grey that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmirrors the snowy environment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;3;43;198mstanding\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the foreground are two anthro cheetahs \u001b[0m\u001b[1;38;2;3;43;198mstanding\u001b[0m\u001b[30m face to face with their bodies pressed \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtogether. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;154;108;126mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a majestic feral \u001b[0m\u001b[1;38;2;154;108;126mwolf\u001b[0m\u001b[30m in motion its fur a blend of white and grey that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmirrors the snowy environment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;123;53;148msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is a mountainous landscape with a cloudy \u001b[0m\u001b[1;38;2;123;53;148msky\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;154;108;126mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAs the \u001b[0m\u001b[1;38;2;154;108;126mwolf\u001b[0m\u001b[30m bounds through the landscape snowflakes are stirred into the air creating a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdynamic sense of movement. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[30m on the left has yellow fur with red and black spots and the \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[30m on the right \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhas blue fur with red and black spots. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mBoth \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[30ms have erections and the \u001b[0m\u001b[1;38;2;69;68;132mcheetah\u001b[0m\u001b[30m on the right is smiling while the left one looks \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30muncomfortable. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;161;51;52mblue fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe cheetah on the left has yellow fur with red and black spots and the cheetah on the right \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhas \u001b[0m\u001b[1;38;2;161;51;52mblue fur\u001b[0m\u001b[30m with red and black spots. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1128,66 +1060,72 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_… \n", + " Duplicate Tag E:\\training_dir\\by_himari\\F7BgawfaUAAVavL.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " realistic The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " female The image presents an anthropomorphic female dragon with a pink body and scales. \n", " \n", - " canid The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " text There is a speech bubble with japanese text. \n", " \n", - " mammal The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " tail enhancing her tail which sways with a life of its own. \n", " \n", - " solo She stands solo her black fur glistening with moisture and her black nose accentuated against \n", - " her dark coat. \n", + " blush A visible blush on her cheeks adds a touch of emotion to the image and her open mouth \n", + " indicates that she is in the midst of a dialogue. \n", " \n", - " fur She stands solo her black fur glistening with moisture and her black nose accentuated against \n", - " her dark coat. \n", + " pink body The image presents an anthropomorphic female dragon with a pink body and scales. \n", " \n", - " anthro The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " dialogue A visible blush on her cheeks adds a touch of emotion to the image and her open mouth \n", + " indicates that she is in the midst of a dialogue. \n", " \n", - " wolf The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " non-mammal The dragon’s horns elegantly curve and she is dressed in denim bottomwear and a soft purple \n", + " breasts topwear that contours her form accentuating her non-mammal breasts. \n", " \n", - " black fur She stands solo her black fur glistening with moisture and her black nose accentuated against \n", - " her dark coat. \n", + " dragon The image presents an anthropomorphic female dragon with a pink body and scales. \n", " \n", - " black nose She stands solo her black fur glistening with moisture and her black nose accentuated against \n", - " her dark coat. \n", + " dragon The dragon’s horns elegantly curve and she is dressed in denim bottomwear and a soft purple \n", + " topwear that contours her form accentuating her non-mammal breasts. \n", + " \n", + " open mouth A visible blush on her cheeks adds a touch of emotion to the image and her open mouth \n", + " indicates that she is in the midst of a dialogue. \n", " \n", - " yellow eyes Her yellow eyes hold the viewer’s gaze. \n", + " blue eyes Her blue eyes are full of expression and they engage the viewer with a direct gaze. \n", " \n", - " female The image portrays a realistic anthro female wolf a canid mammal of the Canis genus. \n", + " scales The image presents an anthropomorphic female dragon with a pink body and scales. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_himari\\F7BgawfaUAAVavL.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;62;24;65mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a \u001b[0m\u001b[1;38;2;62;24;65mrealistic\u001b[0m\u001b[30m anthro female wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;27;61mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image presents an anthropomorphic \u001b[0m\u001b[1;38;2;76;27;61mfemale\u001b[0m\u001b[30m dragon with a pink body and scales. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;190;75;123mcanid\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a realistic anthro female wolf a \u001b[0m\u001b[1;38;2;190;75;123mcanid\u001b[0m\u001b[30m mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;189;98mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere is a speech bubble with japanese \u001b[0m\u001b[1;38;2;184;189;98mtext\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;98;177;158mmammal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a realistic anthro female wolf a canid \u001b[0m\u001b[1;38;2;98;177;158mmammal\u001b[0m\u001b[30m of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;183;138mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menhancing her \u001b[0m\u001b[1;38;2;111;183;138mtail\u001b[0m\u001b[30m which sways with a life of its own. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;189;60;159msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands \u001b[0m\u001b[1;38;2;189;60;159msolo\u001b[0m\u001b[30m her black fur glistening with moisture and her black nose accentuated against \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;76;99mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA visible \u001b[0m\u001b[1;38;2;174;76;99mblush\u001b[0m\u001b[30m on her cheeks adds a touch of emotion to the image and her open mouth \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mindicates that she is in the midst of a dialogue. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;147;106;91mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands solo her black \u001b[0m\u001b[1;38;2;147;106;91mfur\u001b[0m\u001b[30m glistening with moisture and her black nose accentuated against \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;177;74mpink body\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image presents an anthropomorphic female dragon with a \u001b[0m\u001b[1;38;2;101;177;74mpink body\u001b[0m\u001b[30m and scales. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;97;135;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a realistic \u001b[0m\u001b[1;38;2;97;135;174manthro\u001b[0m\u001b[30m female wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;39;152;34mdialogue\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA visible blush on her cheeks adds a touch of emotion to the image and her open mouth \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mindicates that she is in the midst of a \u001b[0m\u001b[1;38;2;39;152;34mdialogue\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;147;74;10mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a realistic anthro female \u001b[0m\u001b[1;38;2;147;74;10mwolf\u001b[0m\u001b[30m a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;7;200mnon-mammal \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon’s horns elegantly curve and she is dressed in denim bottomwear and a soft purple \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;7;200mbreasts\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtopwear that contours her form accentuating her \u001b[0m\u001b[1;38;2;170;7;200mnon-mammal breasts\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;5;8;198mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands solo her \u001b[0m\u001b[1;38;2;5;8;198mblack fur\u001b[0m\u001b[30m glistening with moisture and her black nose accentuated against \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;44;177;178mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image presents an anthropomorphic female \u001b[0m\u001b[1;38;2;44;177;178mdragon\u001b[0m\u001b[30m with a pink body and scales. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;190;27;0mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands solo her black fur glistening with moisture and her \u001b[0m\u001b[1;38;2;190;27;0mblack nose\u001b[0m\u001b[30m accentuated against \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;44;177;178mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;44;177;178mdragon\u001b[0m\u001b[30m’s horns elegantly curve and she is dressed in denim bottomwear and a soft purple \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtopwear that contours her form accentuating her non-mammal breasts. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;136;70myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer \u001b[0m\u001b[1;38;2;156;136;70myellow eyes\u001b[0m\u001b[30m hold the viewer’s gaze. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;175;19;178mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA visible blush on her cheeks adds a touch of emotion to the image and her \u001b[0m\u001b[1;38;2;175;19;178mopen mouth\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mindicates that she is in the midst of a dialogue. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;10;192;158mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image portrays a realistic anthro \u001b[0m\u001b[1;38;2;10;192;158mfemale\u001b[0m\u001b[30m wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;198;199mblue eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer \u001b[0m\u001b[1;38;2;195;198;199mblue eyes\u001b[0m\u001b[30m are full of expression and they engage the viewer with a direct gaze. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;176;45;19mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image presents an anthropomorphic female dragon with a pink body and \u001b[0m\u001b[1;38;2;176;45;19mscales\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1199,160 +1137,62 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_… \n", + " Duplicate Tag E:\\training_dir\\by_himari\\GCHQ8gHbAAA94WB.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " female The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " including orange brown black and white. \n", - " \n", - " mammal The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " including orange brown black and white. \n", - " \n", - " solo The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " including orange brown black and white. \n", - " \n", - " fur The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " including orange brown black and white. \n", - " \n", - " fur The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " eyes and inner ear fluff adding to its charm. \n", - " \n", - " outside It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " whiskers She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", - " its tongue is slightly visible. \n", - " \n", - " black nose She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", - " its tongue is slightly visible. \n", - " \n", - " day It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " detailed It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " background includes the sky and hints of natural scenery. \n", - " \n", - " red panda The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " including orange brown black and white. \n", - " \n", - " sky It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " rock It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " rock The claws are visible as it grips the rock highlighting its wild nature. \n", - " \n", - " detailed fur The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " eyes and inner ear fluff adding to its charm. \n", - " \n", - " sitting It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " tongue She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", - " its tongue is slightly visible. \n", - " \n", - " detailed It is sitting on a rock outside during the day with a blurred yet detailed background that \n", - " includes the sky and hints of natural scenery. \n", - " \n", - " detailed The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " eyes and inner ear fluff adding to its charm. \n", + " female A heartwarming holiday scene featuring two anthropomorphic female felines one with grey fur \n", + " and blonde hair and the other with brown fur and long brown hair. \n", " \n", - " open mouth She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", - " its tongue is slightly visible. \n", + " sweater Their clothing is casual yet festive with one wearing a cozy red sweater and the other in a \n", + " stylish topwear. \n", " \n", - " claws The claws are visible as it grips the rock highlighting its wild nature. \n", + " blonde hair A heartwarming holiday scene featuring two anthropomorphic female felines one with grey fur \n", + " and blonde hair and the other with brown fur and long brown hair. \n", " \n", - " markings The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " eyes and inner ear fluff adding to its charm. \n", + " fur A heartwarming holiday scene featuring two anthropomorphic female felines one with grey fur \n", + " and blonde hair and the other with brown fur and long brown hair. \n", " \n", - " brown eyes The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " eyes and inner ear fluff adding to its charm. \n", + " feline The brown-furred feline with her sparkling blue eyes is holding a bottle of champagne with her \n", + " right hand and a christmas present with her left hand while the grey-furred one is seen \n", + " holding a wrapped Christmas present. \n", " \n", - " inner ear The detailed fur shows intricate markings and patterns especially around the face with brown \n", - " fluff eyes and inner ear fluff adding to its charm. \n", + " blue eyes The brown-furred feline with her sparkling blue eyes is holding a bottle of champagne with her \n", + " right hand and a christmas present with her left hand while the grey-furred one is seen \n", + " holding a wrapped Christmas present. \n", " \n", - " multicolored The image depicts a solo anthro female red panda a mammal known for its multicolored fur \n", - " fur including orange brown black and white. \n", + " christmas The brown-furred feline with her sparkling blue eyes is holding a bottle of champagne with her \n", + " present right hand and a christmas present with her left hand while the grey-furred one is seen \n", + " holding a wrapped Christmas present. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_himari\\GCHQ8gHbAAA94WB.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;107;4;129mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a solo anthro \u001b[0m\u001b[1;38;2;107;4;129mfemale\u001b[0m\u001b[30m red panda a mammal known for its multicolored fur \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;78;37mmammal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a solo anthro female red panda a \u001b[0m\u001b[1;38;2;100;78;37mmammal\u001b[0m\u001b[30m known for its multicolored fur \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;176;199;181msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a \u001b[0m\u001b[1;38;2;176;199;181msolo\u001b[0m\u001b[30m anthro female red panda a mammal known for its multicolored fur \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;14;15mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a solo anthro female red panda a mammal known for its multicolored \u001b[0m\u001b[1;38;2;183;14;15mfur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;14;15mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed \u001b[0m\u001b[1;38;2;183;14;15mfur\u001b[0m\u001b[30m shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;91;79;62moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock \u001b[0m\u001b[1;38;2;91;79;62moutside\u001b[0m\u001b[30m during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;5;73;108mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white \u001b[0m\u001b[1;38;2;5;73;108mwhiskers\u001b[0m\u001b[30m and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;70;136;28mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a \u001b[0m\u001b[1;38;2;70;136;28mblack nose\u001b[0m\u001b[30m long white whiskers and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;111;89;34mday\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the \u001b[0m\u001b[1;38;2;111;89;34mday\u001b[0m\u001b[30m with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;81;151;8mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the day with a blurred yet \u001b[0m\u001b[1;38;2;81;151;8mdetailed background\u001b[0m\u001b[30m that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;81;151;8mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;125;181;122mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a solo anthro female \u001b[0m\u001b[1;38;2;125;181;122mred panda\u001b[0m\u001b[30m a mammal known for its multicolored fur \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;71;41;88msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the \u001b[0m\u001b[1;38;2;71;41;88msky\u001b[0m\u001b[30m and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;111;137;29mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a \u001b[0m\u001b[1;38;2;111;137;29mrock\u001b[0m\u001b[30m outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;111;137;29mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe claws are visible as it grips the \u001b[0m\u001b[1;38;2;111;137;29mrock\u001b[0m\u001b[30m highlighting its wild nature. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;192;86;141mdetailed fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;192;86;141mdetailed fur\u001b[0m\u001b[30m shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;199;68;81msitting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is \u001b[0m\u001b[1;38;2;199;68;81msitting\u001b[0m\u001b[30m on a rock outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;154;16;119mtongue\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white whiskers and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits \u001b[0m\u001b[1;38;2;154;16;119mtongue\u001b[0m\u001b[30m is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;35;80;71mdetailed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the day with a blurred yet \u001b[0m\u001b[1;38;2;35;80;71mdetailed\u001b[0m\u001b[30m background that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;35;80;71mdetailed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;35;80;71mdetailed\u001b[0m\u001b[30m fur shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;164;102mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA heartwarming holiday scene featuring two anthropomorphic \u001b[0m\u001b[1;38;2;142;164;102mfemale\u001b[0m\u001b[30m felines one with grey fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand blonde hair and the other with brown fur and long brown hair. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;27;160;60mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white whiskers and is looking at the viewer with an \u001b[0m\u001b[1;38;2;27;160;60mopen mouth\u001b[0m\u001b[30m where\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;106;105;2msweater\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mTheir clothing is casual yet festive with one wearing a cozy red \u001b[0m\u001b[1;38;2;106;105;2msweater\u001b[0m\u001b[30m and the other in a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mstylish topwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;11;7;4mclaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;11;7;4mclaws\u001b[0m\u001b[30m are visible as it grips the rock highlighting its wild nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;66;42;200mblonde hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA heartwarming holiday scene featuring two anthropomorphic female felines one with grey fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand \u001b[0m\u001b[1;38;2;66;42;200mblonde hair\u001b[0m\u001b[30m and the other with brown fur and long brown hair. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;94;52;129mmarkings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate \u001b[0m\u001b[1;38;2;94;52;129mmarkings\u001b[0m\u001b[30m and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;110;23;54mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA heartwarming holiday scene featuring two anthropomorphic female felines one with grey \u001b[0m\u001b[1;38;2;110;23;54mfur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand blonde hair and the other with brown \u001b[0m\u001b[1;38;2;110;23;54mfur\u001b[0m\u001b[30m and long brown hair. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;176;167;14mbrown eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate markings and patterns especially around the face with \u001b[0m\u001b[1;38;2;176;167;14mbrown \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;176;167;14meyes\u001b[0m\u001b[30m and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;67;82;143mfeline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe brown-furred \u001b[0m\u001b[1;38;2;67;82;143mfeline\u001b[0m\u001b[30m with her sparkling blue eyes is holding a bottle of champagne with her\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mright hand and a christmas present with her left hand while the grey-furred one is seen \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mholding a wrapped Christmas present. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;129;101;48minner ear \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;129;101;48mfluff\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and \u001b[0m\u001b[1;38;2;129;101;48minner ear fluff\u001b[0m\u001b[30m adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;58;31mblue eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe brown-furred feline with her sparkling \u001b[0m\u001b[1;38;2;23;58;31mblue eyes\u001b[0m\u001b[30m is holding a bottle of champagne with her\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mright hand and a christmas present with her left hand while the grey-furred one is seen \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mholding a wrapped Christmas present. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;41;176;67mmulticolored \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image depicts a solo anthro female red panda a mammal known for its \u001b[0m\u001b[1;38;2;41;176;67mmulticolored fur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;41;176;67mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding orange brown black and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;139;62;50mchristmas \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe brown-furred feline with her sparkling blue eyes is holding a bottle of champagne with her\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;139;62;50mpresent\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mright hand and a \u001b[0m\u001b[1;38;2;139;62;50mchristmas present\u001b[0m\u001b[30m with her left hand while the grey-furred one is seen \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mholding a wrapped Christmas present. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1364,164 +1204,124 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_… \n", + " Duplicate Tag E:\\training_dir\\by_himari\\GFzh-HvawAAWauM.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " realistic The furniture and realistic setting add to the ambiance of the photo. \n", - " \n", - " photo The furniture and realistic setting add to the ambiance of the photo. \n", - " \n", - " felid The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", - " \n", - " solo The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", - " \n", - " anthro The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", - " \n", - " whiskers He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", - " belt. \n", - " \n", - " clothing The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", + " duo A duo of anthropomorphic characters in a warm embrace. \n", " \n", - " domestic cat The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", - " \n", - " male The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", - " viewer. \n", + " hellhound One character is a female canid demon a hellhound with a grey body covered in grey fur. \n", " \n", - " inside The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", - " viewer. \n", + " hellhound The hellhound is wearing handwear like gloves and a spiked collar around her neck. \n", " \n", - " black fur The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", + " red sclera Her red sclera and grey hair are striking and she has an ear piercing. The other character is \n", + " an avian resembling an owl with a white body and gray body and she’s wearing a beanie as \n", + " headwear. \n", " \n", - " fur The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", + " red sclera They both have red sclera with white iris and long hair and both eyelashes are accentuated \n", + " with eyeshadow. \n", " \n", - " detailed The detailed background includes a lamp and window providing light to the scene and is \n", - " background slightly blurred to focus on the character. \n", + " grey hair Her red sclera and grey hair are striking and she has an ear piercing. The other character is \n", + " an avian resembling an owl with a white body and gray body and she’s wearing a beanie as \n", + " headwear. \n", " \n", - " belt He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", - " belt. \n", + " grey fur One character is a female canid demon a hellhound with a grey body covered in grey fur. \n", " \n", - " lamp The detailed background includes a lamp and window providing light to the scene and is \n", - " slightly blurred to focus on the character. \n", + " ear piercing Her red sclera and grey hair are striking and she has an ear piercing. The other character is \n", + " an avian resembling an owl with a white body and gray body and she’s wearing a beanie as \n", + " headwear. \n", " \n", - " sofa The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", - " viewer. \n", + " spiked collar The hellhound is wearing handwear like gloves and a spiked collar around her neck. \n", " \n", - " furniture The furniture and realistic setting add to the ambiance of the photo. \n", + " clothed The avian is wearing clothing including topwear..Both characters are clothed and their smiles \n", + " suggest a sense of camaraderie and affection. \n", " \n", - " sitting The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", - " viewer. \n", + " gloves The hellhound is wearing handwear like gloves and a spiked collar around her neck. \n", " \n", - " pants He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", - " belt. \n", + " eyeshadow They both have red sclera with white iris and long hair and both eyelashes are accentuated \n", + " with eyeshadow. \n", " \n", - " window The detailed background includes a lamp and window providing light to the scene and is \n", - " slightly blurred to focus on the character. \n", + " eyelashes They both have red sclera with white iris and long hair and both eyelashes are accentuated \n", + " with eyeshadow. \n", " \n", - " yellow eyes The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", - " viewer. \n", + " owl Her red sclera and grey hair are striking and she has an ear piercing. The other character is \n", + " an avian resembling an owl with a white body and gray body and she’s wearing a beanie as \n", + " headwear. \n", " \n", - " barefoot He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", - " belt. \n", + " embrace A duo of anthropomorphic characters in a warm embrace. \n", " \n", - " light The detailed background includes a lamp and window providing light to the scene and is \n", - " slightly blurred to focus on the character. \n", + " long hair They both have red sclera with white iris and long hair and both eyelashes are accentuated \n", + " with eyeshadow. \n", " \n", - " toes He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", - " belt. \n", + " white The simple white background puts the focus entirely on them highlighting their multicolored \n", + " background bodies and the details of their clothing and accessories. \n", " \n", - " topwear The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", + " topwear The avian is wearing clothing including topwear..Both characters are clothed and their smiles \n", + " suggest a sense of camaraderie and affection. \n", " \n", - " bottomwear The image features a solo semi-anthro felid specifically a domestic cat with black fur dressed \n", - " in clothing including topwear and bottomwear. \n", + " beanie Her red sclera and grey hair are striking and she has an ear piercing. The other character is \n", + " an avian resembling an owl with a white body and gray body and she’s wearing a beanie as \n", + " headwear. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\BifrostprojectV4.8.safetensorsUpscale_…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_himari\\GFzh-HvawAAWauM.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;161;121;150mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furniture and \u001b[0m\u001b[1;38;2;161;121;150mrealistic\u001b[0m\u001b[30m setting add to the ambiance of the photo. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;74;22;141mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furniture and realistic setting add to the ambiance of the \u001b[0m\u001b[1;38;2;74;22;141mphoto\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;117;178mfelid\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro \u001b[0m\u001b[1;38;2;76;117;178mfelid\u001b[0m\u001b[30m specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;166;104;55msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a \u001b[0m\u001b[1;38;2;166;104;55msolo\u001b[0m\u001b[30m semi-anthro felid specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;90;0;55mduo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;90;0;55mduo\u001b[0m\u001b[30m of anthropomorphic characters in a warm embrace. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;62;25manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-\u001b[0m\u001b[1;38;2;50;62;25manthro\u001b[0m\u001b[30m felid specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;45;167;5mhellhound\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOne character is a female canid demon a \u001b[0m\u001b[1;38;2;45;167;5mhellhound\u001b[0m\u001b[30m with a grey body covered in grey fur. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;64;5;52mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white \u001b[0m\u001b[1;38;2;64;5;52mwhiskers\u001b[0m\u001b[30m and is barefoot with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;88;176;54mclothing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min \u001b[0m\u001b[1;38;2;88;176;54mclothing\u001b[0m\u001b[30m including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;22;112;98mdomestic cat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a \u001b[0m\u001b[1;38;2;22;112;98mdomestic cat\u001b[0m\u001b[30m with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;133;196;21mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;133;196;21mmale\u001b[0m\u001b[30m character is sitting on a sofa inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;182;6minside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a sofa \u001b[0m\u001b[1;38;2;36;182;6minside\u001b[0m\u001b[30m with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;45;167;5mhellhound\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;45;167;5mhellhound\u001b[0m\u001b[30m is wearing handwear like gloves and a spiked collar around her neck. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;146;175;107mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a domestic cat with \u001b[0m\u001b[1;38;2;146;175;107mblack fur\u001b[0m\u001b[30m dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;39;63;144mred sclera\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer \u001b[0m\u001b[1;38;2;39;63;144mred sclera\u001b[0m\u001b[30m and grey hair are striking and she has an ear piercing. The other character is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man avian resembling an owl with a white body and gray body and she’s wearing a beanie as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheadwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;41;31;121mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a domestic cat with black \u001b[0m\u001b[1;38;2;41;31;121mfur\u001b[0m\u001b[30m dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;39;63;144mred sclera\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey both have \u001b[0m\u001b[1;38;2;39;63;144mred sclera\u001b[0m\u001b[30m with white iris and long hair and both eyelashes are accentuated \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith eyeshadow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;1;52mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;140;1;52mdetailed background\u001b[0m\u001b[30m includes a lamp and window providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;1;52mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;175;51;19mgrey hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer red sclera and \u001b[0m\u001b[1;38;2;175;51;19mgrey hair\u001b[0m\u001b[30m are striking and she has an ear piercing. The other character is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man avian resembling an owl with a white body and gray body and she’s wearing a beanie as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheadwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;175;23;152mbelt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;175;23;152mbelt\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;34;94mgrey fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOne character is a female canid demon a hellhound with a grey body covered in \u001b[0m\u001b[1;38;2;171;34;94mgrey fur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;88;150;134mlamp\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a \u001b[0m\u001b[1;38;2;88;150;134mlamp\u001b[0m\u001b[30m and window providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;174;193mear piercing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer red sclera and grey hair are striking and she has an \u001b[0m\u001b[1;38;2;46;174;193mear piercing\u001b[0m\u001b[30m. The other character is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man avian resembling an owl with a white body and gray body and she’s wearing a beanie as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheadwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;98;167;130msofa\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a \u001b[0m\u001b[1;38;2;98;167;130msofa\u001b[0m\u001b[30m inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;196;63;187mspiked collar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe hellhound is wearing handwear like gloves and a \u001b[0m\u001b[1;38;2;196;63;187mspiked collar\u001b[0m\u001b[30m around her neck. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;114;154;191mfurniture\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;114;154;191mfurniture\u001b[0m\u001b[30m and realistic setting add to the ambiance of the photo. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;146;59mclothed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe avian is wearing clothing including topwear..Both characters are \u001b[0m\u001b[1;38;2;191;146;59mclothed\u001b[0m\u001b[30m and their smiles \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msuggest a sense of camaraderie and affection. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;123;150;173msitting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is \u001b[0m\u001b[1;38;2;123;150;173msitting\u001b[0m\u001b[30m on a sofa inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;173;80mgloves\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe hellhound is wearing handwear like \u001b[0m\u001b[1;38;2;149;173;80mgloves\u001b[0m\u001b[30m and a spiked collar around her neck. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;189;20;46mpants\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed toes and is wearing \u001b[0m\u001b[1;38;2;189;20;46mpants\u001b[0m\u001b[30m secured with a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;32;38meyeshadow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey both have red sclera with white iris and long hair and both eyelashes are accentuated \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith \u001b[0m\u001b[1;38;2;31;32;38meyeshadow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;39;29;66mwindow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a lamp and \u001b[0m\u001b[1;38;2;39;29;66mwindow\u001b[0m\u001b[30m providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;106;54;124meyelashes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey both have red sclera with white iris and long hair and both \u001b[0m\u001b[1;38;2;106;54;124meyelashes\u001b[0m\u001b[30m are accentuated \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith eyeshadow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;152;173;28myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a sofa inside with \u001b[0m\u001b[1;38;2;152;173;28myellow eyes\u001b[0m\u001b[30m that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;12;25;155mowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer red sclera and grey hair are striking and she has an ear piercing. The other character is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man avian resembling an \u001b[0m\u001b[1;38;2;12;25;155mowl\u001b[0m\u001b[30m with a white body and gray body and she’s wearing a beanie as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheadwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;173;147;147mbarefoot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is \u001b[0m\u001b[1;38;2;173;147;147mbarefoot\u001b[0m\u001b[30m with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;169;195;129membrace\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA duo of anthropomorphic characters in a warm \u001b[0m\u001b[1;38;2;169;195;129membrace\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;170;150;133mlight\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a lamp and window providing \u001b[0m\u001b[1;38;2;170;150;133mlight\u001b[0m\u001b[30m to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ms\u001b[0m\u001b[1;38;2;170;150;133mlight\u001b[0m\u001b[30mly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;186;35;3mlong hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThey both have red sclera with white iris and \u001b[0m\u001b[1;38;2;186;35;3mlong hair\u001b[0m\u001b[30m and both eyelashes are accentuated \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith eyeshadow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;176;191;154mtoes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed \u001b[0m\u001b[1;38;2;176;191;154mtoes\u001b[0m\u001b[30m and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;151;59;105mwhite \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe simple \u001b[0m\u001b[1;38;2;151;59;105mwhite background\u001b[0m\u001b[30m puts the focus entirely on them highlighting their multicolored \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;151;59;105mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbodies and the details of their clothing and accessories. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;98;87;15mtopwear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including \u001b[0m\u001b[1;38;2;98;87;15mtopwear\u001b[0m\u001b[30m and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;13;89;34mtopwear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe avian is wearing clothing including \u001b[0m\u001b[1;38;2;13;89;34mtopwear\u001b[0m\u001b[30m..Both characters are clothed and their smiles \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msuggest a sense of camaraderie and affection. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;166;64mbottomwear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image features a solo semi-anthro felid specifically a domestic cat with black fur dressed\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min clothing including topwear and \u001b[0m\u001b[1;38;2;124;166;64mbottomwear\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;99;51;161mbeanie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer red sclera and grey hair are striking and she has an ear piercing. The other character is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man avian resembling an owl with a white body and gray body and she’s wearing a \u001b[0m\u001b[1;38;2;99;51;161mbeanie\u001b[0m\u001b[30m as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheadwear. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1533,36 +1333,74 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Border-Collie-2.txt \n", + " Duplicate Tag E:\\training_dir\\by_himari\\GLRtYI3aYAAR0gB.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the background is blurred with a soft natural lighting that casts a warm glow on the dog's \n", - " fur. \n", + " solo This digital artwork image presents a solo anthropomorphic female reptile specifically a \n", + " lizard with a white body adorned with detailed blue scales. \n", + " \n", + " lizard This digital artwork image presents a solo anthropomorphic female reptile specifically a \n", + " lizard with a white body adorned with detailed blue scales. \n", " \n", - " border collie a black and white border collie dog with a black nose and brown eyes. \n", + " lizard The blue eyes of the lizard matching the hue of its scales her looking at the viewer creating \n", + " a sense of connection. \n", " \n", - " collie a black and white border collie dog with a black nose and brown eyes. \n", + " blush A blush on her face adds a touch of emotion to the scene. \n", " \n", - " brown eyes a black and white border collie dog with a black nose and brown eyes. \n", + " clothed The character is clothed in a white topwear and has patterned bag. \n", " \n", - " black nose a black and white border collie dog with a black nose and brown eyes. \n", + " blue eyes The blue eyes of the lizard matching the hue of its scales her looking at the viewer creating \n", + " a sense of connection. \n", + " \n", + " blue scales This digital artwork image presents a solo anthropomorphic female reptile specifically a \n", + " lizard with a white body adorned with detailed blue scales. \n", + " \n", + " white topwear The character is clothed in a white topwear and has patterned bag. \n", + " \n", + " detailed She is situated amidst furniture and lush green plants contributing to a detailed background \n", + " background that enhances the depth. \n", + " \n", + " female This digital artwork image presents a solo anthropomorphic female reptile specifically a \n", + " lizard with a white body adorned with detailed blue scales. \n", + " \n", + " furniture She is situated amidst furniture and lush green plants contributing to a detailed background \n", + " that enhances the depth. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Border-Collie-2.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_himari\\GLRtYI3aYAAR0gB.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;82;60;67mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a soft natural lighting that casts a warm glow on the dog's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;82;60;67mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;177;22msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis digital artwork image presents a \u001b[0m\u001b[1;38;2;146;177;22msolo\u001b[0m\u001b[30m anthropomorphic female reptile specifically a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlizard with a white body adorned with detailed blue scales. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;181;8;17mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis digital artwork image presents a solo anthropomorphic female reptile specifically a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;181;8;17mlizard\u001b[0m\u001b[30m with a white body adorned with detailed blue scales. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;181;8;17mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe blue eyes of the \u001b[0m\u001b[1;38;2;181;8;17mlizard\u001b[0m\u001b[30m matching the hue of its scales her looking at the viewer creating \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma sense of connection. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;53;99;141mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;53;99;141mblush\u001b[0m\u001b[30m on her face adds a touch of emotion to the scene. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;7;86;89mborder collie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white \u001b[0m\u001b[1;38;2;7;86;89mborder collie\u001b[0m\u001b[30m dog with a black nose and brown eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;79;63mclothed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is \u001b[0m\u001b[1;38;2;195;79;63mclothed\u001b[0m\u001b[30m in a white topwear and has patterned bag. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;68;41;135mcollie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border \u001b[0m\u001b[1;38;2;68;41;135mcollie\u001b[0m\u001b[30m dog with a black nose and brown eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;138;40mblue eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;131;138;40mblue eyes\u001b[0m\u001b[30m of the lizard matching the hue of its scales her looking at the viewer creating \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma sense of connection. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;128;3;14mbrown eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog with a black nose and \u001b[0m\u001b[1;38;2;128;3;14mbrown eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;159;33mblue scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis digital artwork image presents a solo anthropomorphic female reptile specifically a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlizard with a white body adorned with detailed \u001b[0m\u001b[1;38;2;140;159;33mblue scales\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;70;95;96mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog with a \u001b[0m\u001b[1;38;2;70;95;96mblack nose\u001b[0m\u001b[30m and brown eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;86;89;87mwhite topwear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is clothed in a \u001b[0m\u001b[1;38;2;86;89;87mwhite topwear\u001b[0m\u001b[30m and has patterned bag. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;100;173;121mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe is situated amidst furniture and lush green plants contributing to a \u001b[0m\u001b[1;38;2;100;173;121mdetailed background\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;100;173;121mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthat enhances the depth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;142;99mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis digital artwork image presents a solo anthropomorphic \u001b[0m\u001b[1;38;2;162;142;99mfemale\u001b[0m\u001b[30m reptile specifically a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlizard with a white body adorned with detailed blue scales. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;22;156mfurniture\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe is situated amidst \u001b[0m\u001b[1;38;2;171;22;156mfurniture\u001b[0m\u001b[30m and lush green plants contributing to a detailed background \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthat enhances the depth. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1574,58 +1412,60 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\border-collie-4.txt \n", + " Duplicate Tag E:\\training_dir\\by_kade\\kade-wolf-2.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow the snow-covered ground is blanketed in a layer of pristine white with footprints and paw \n", - " prints visible hinting at the dog's recent movement. \n", + " clothing The fur of the wolf is rendered with such precision that individual strands are visible giving \n", + " it a lifelike appearance. The hat and clothing are also depicted with careful attention to the \n", + " textures and folds of the fabric adding to the realism of the attire. \n", " \n", - " feral a feral border collie dog standing in a snowy outdoor setting. \n", - " \n", - " feral the overall atmosphere is one of tranquility and natural beauty with the feral border collie \n", - " dog serving as the focal point of the scene. \n", - " \n", - " fur the dog has a thick fluffy coat of brown and white fur that appears windswept likely from the \n", - " recent snowfall. \n", + " fur The fur of the wolf is rendered with such precision that individual strands are visible giving \n", + " it a lifelike appearance. The hat and clothing are also depicted with careful attention to the \n", + " textures and folds of the fabric adding to the realism of the attire. \n", " \n", - " white fur the dog has a thick fluffy coat of brown and white fur that appears windswept likely from the \n", - " recent snowfall. \n", + " fur casting subtle highlights on the character’s attire and fur which not only enhances the \n", + " three-dimensional effect but also contributes to the mood of the artwork. \n", " \n", - " winter the background is a serene winter landscape with bare trees lining the horizon and a cloudy \n", - " sky overhead. \n", + " hat The fur of the wolf is rendered with such precision that individual strands are visible giving \n", + " it a lifelike appearance. The hat and clothing are also depicted with careful attention to the \n", + " textures and folds of the fabric adding to the realism of the attire. \n", " \n", - " collie a feral border collie dog standing in a snowy outdoor setting. \n", + " forest The color scheme is dominated by shades of purple from lavender to deep violet which are often \n", + " associated with mystery and magic while the background is dominated by the forest's green \n", + " ensemble. \n", " \n", - " collie the overall atmosphere is one of tranquility and natural beauty with the feral border collie \n", - " dog serving as the focal point of the scene. \n", + " wolf The fur of the wolf is rendered with such precision that individual strands are visible giving \n", + " it a lifelike appearance. The hat and clothing are also depicted with careful attention to the \n", + " textures and folds of the fabric adding to the realism of the attire. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\border-collie-4.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_kade\\kade-wolf-2.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;10;38;177msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;10;38;177msnow\u001b[0m\u001b[30m-covered ground is blanketed in a layer of pristine white with footprints and paw \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mprints visible hinting at the dog's recent movement. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;38;60mclothing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fur of the wolf is rendered with such precision that individual strands are visible giving\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a lifelike appearance. The hat and \u001b[0m\u001b[1;38;2;142;38;60mclothing\u001b[0m\u001b[30m are also depicted with careful attention to the\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextures and folds of the fabric adding to the realism of the attire. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;32;157;4mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;32;157;4mferal\u001b[0m\u001b[30m border collie dog standing in a snowy outdoor setting. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;32;157;4mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall atmosphere is one of tranquility and natural beauty with the \u001b[0m\u001b[1;38;2;32;157;4mferal\u001b[0m\u001b[30m border collie \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdog serving as the focal point of the scene. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;4;148mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog has a thick fluffy coat of brown and white \u001b[0m\u001b[1;38;2;76;4;148mfur\u001b[0m\u001b[30m that appears windswept likely from the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrecent snowfall. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;104;111mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;177;104;111mfur\u001b[0m\u001b[30m of the wolf is rendered with such precision that individual strands are visible giving\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a lifelike appearance. The hat and clothing are also depicted with careful attention to the\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextures and folds of the fabric adding to the realism of the attire. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;119;190;198mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog has a thick fluffy coat of brown and \u001b[0m\u001b[1;38;2;119;190;198mwhite fur\u001b[0m\u001b[30m that appears windswept likely from the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrecent snowfall. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;104;111mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcasting subtle highlights on the character’s attire and \u001b[0m\u001b[1;38;2;177;104;111mfur\u001b[0m\u001b[30m which not only enhances the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthree-dimensional effect but also contributes to the mood of the artwork. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;28;41;89mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a serene \u001b[0m\u001b[1;38;2;28;41;89mwinter\u001b[0m\u001b[30m landscape with bare trees lining the horizon and a cloudy \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msky overhead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;198;171;177mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fur of the wolf is rendered with such precision t\u001b[0m\u001b[1;38;2;198;171;177mhat\u001b[0m\u001b[30m individual strands are visible giving\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a lifelike appearance. The \u001b[0m\u001b[1;38;2;198;171;177mhat\u001b[0m\u001b[30m and clothing are also depicted with careful attention to the\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextures and folds of the fabric adding to the realism of the attire. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;61;55;111mcollie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral border \u001b[0m\u001b[1;38;2;61;55;111mcollie\u001b[0m\u001b[30m dog standing in a snowy outdoor setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;84;66;169mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe color scheme is dominated by shades of purple from lavender to deep violet which are often\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30massociated with mystery and magic while the background is dominated by the \u001b[0m\u001b[1;38;2;84;66;169mforest\u001b[0m\u001b[30m's green \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mensemble. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;61;55;111mcollie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall atmosphere is one of tranquility and natural beauty with the feral border \u001b[0m\u001b[1;38;2;61;55;111mcollie\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdog serving as the focal point of the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;79;96;155mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fur of the \u001b[0m\u001b[1;38;2;79;96;155mwolf\u001b[0m\u001b[30m is rendered with such precision that individual strands are visible giving\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a lifelike appearance. The hat and clothing are also depicted with careful attention to the\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextures and folds of the fabric adding to the realism of the attire. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1637,26 +1477,22 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\border-collie-running-grass-299097784-… \n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\04c23b264130e495ebad00245ef1c44b.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " feral a feral dog likely a border collie running through a grassy field. \n", - " \n", - " fur the dog has a thick multicolored coat of brown white and black fur. \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", " \n", - " teeth the dog's mouth is open revealing its sharp teeth in a friendly grin. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\border-collie-running-grass-299097784-…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\04c23b264130e495ebad00245ef1c44b.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;89;181;159mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;89;181;159mferal\u001b[0m\u001b[30m dog likely a border collie running through a grassy field. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;3;156;90mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;3;156;90mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;46;161;130mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog has a thick multicolored coat of brown white and black \u001b[0m\u001b[1;38;2;46;161;130mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;77;50;108mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog's mouth is open revealing its sharp \u001b[0m\u001b[1;38;2;77;50;108mteeth\u001b[0m\u001b[30m in a friendly grin. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;6;38;68mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;6;38;68mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1668,54 +1504,22 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\cute-red-panda-ailurus-fulgens-in-a-tr… \n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\3774d5e4ceb0c0f895ac90ee2322bae3.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " red panda a red panda sitting on a tree branch. \n", - " \n", - " red panda the red panda has a fluffy reddish-brown fur coat with white markings around its face and \n", - " paws. \n", - " \n", - " red panda the red panda's body is compact and rounded with a short bushy tail. \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", " \n", - " red panda the vibrant green foliage and the soft dappled light filtering through the leaves provide a \n", - " serene natural setting for the red panda's presence. \n", - " \n", - " fur the red panda has a fluffy reddish-brown fur coat with white markings around its face and \n", - " paws. \n", - " \n", - " paws the red panda has a fluffy reddish-brown fur coat with white markings around its face and \n", - " paws. \n", - " \n", - " paws it appears to be in a relaxed contemplative pose with one of its paws raised slightly. \n", - " \n", - " tree a red panda sitting on a tree branch. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\cute-red-panda-ailurus-fulgens-in-a-tr…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\3774d5e4ceb0c0f895ac90ee2322bae3.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[30m sitting on a tree branch. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[30m has a fluffy reddish-brown fur coat with white markings around its face and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpaws. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[30m's body is compact and rounded with a short bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;40;53;21mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;40;53;21mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe vibrant green foliage and the soft dappled light filtering through the leaves provide a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mserene natural setting for the \u001b[0m\u001b[1;38;2;156;97;177mred panda\u001b[0m\u001b[30m's presence. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;184;78;54mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe red panda has a fluffy reddish-brown \u001b[0m\u001b[1;38;2;184;78;54mfur\u001b[0m\u001b[30m coat with white markings around its face and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpaws. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;15;134;50mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe red panda has a fluffy reddish-brown fur coat with white markings around its face and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;15;134;50mpaws\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;15;134;50mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit appears to be in a relaxed contemplative pose with one of its \u001b[0m\u001b[1;38;2;15;134;50mpaws\u001b[0m\u001b[30m raised slightly. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;192;72;171mtree\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda sitting on a \u001b[0m\u001b[1;38;2;192;72;171mtree\u001b[0m\u001b[30m branch. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;103;62;79mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;103;62;79mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1727,66 +1531,22 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\fennec-fox--vulpes-zerda---484466908-b… \n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\49716a24a356e854cc2481f8ba00b1a9.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fennec a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", - " \n", - " feral a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", - " \n", - " fox a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", - " \n", - " fox the fox has a slender petite build with large pointed ears and a fluffy tawny-colored fur \n", - " coat. \n", - " \n", - " fox the fox's paws are small and delicate with visible pink pads. \n", - " \n", - " fox the background is a rugged arid environment with jagged rocks and boulders surrounding the \n", - " fox. \n", - " \n", - " fox the overall atmosphere is one of isolation and wilderness with the fox seemingly the sole \n", - " inhabitant of this desolate landscape. \n", - " \n", - " fur the fox has a slender petite build with large pointed ears and a fluffy tawny-colored fur \n", - " coat. \n", - " \n", - " desert a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", - " \n", - " paws the fox's paws are small and delicate with visible pink pads. \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", " \n", - " tail its tail is long and bushy swaying slightly. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\fennec-fox--vulpes-zerda---484466908-b…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\49716a24a356e854cc2481f8ba00b1a9.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;83;83;100mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;83;83;100mfennec\u001b[0m\u001b[30m fox standing on a rocky outcrop in a desert landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;89;161;23mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;89;161;23mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;89;42;37mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;89;42;37mferal\u001b[0m\u001b[30m fennec fox standing on a rocky outcrop in a desert landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral fennec \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[30m standing on a rocky outcrop in a desert landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[30m has a slender petite build with large pointed ears and a fluffy tawny-colored fur \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcoat. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[30m's paws are small and delicate with visible pink pads. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a rugged arid environment with jagged rocks and boulders surrounding the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall atmosphere is one of isolation and wilderness with the \u001b[0m\u001b[1;38;2;124;82;86mfox\u001b[0m\u001b[30m seemingly the sole \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minhabitant of this desolate landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;157;47;150mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fox has a slender petite build with large pointed ears and a fluffy tawny-colored \u001b[0m\u001b[1;38;2;157;47;150mfur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcoat. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;159;116;187mdesert\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral fennec fox standing on a rocky outcrop in a \u001b[0m\u001b[1;38;2;159;116;187mdesert\u001b[0m\u001b[30m landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;121;72;90mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fox's \u001b[0m\u001b[1;38;2;121;72;90mpaws\u001b[0m\u001b[30m are small and delicate with visible pink pads. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;37;132;83mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits \u001b[0m\u001b[1;38;2;37;132;83mtail\u001b[0m\u001b[30m is long and bushy swaying slightly. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;104;135;132mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;104;135;132mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1798,74 +1558,5428 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\fennec-fox-01-f56044b427f64d64a263417d… \n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\4e521d4422a8f90027fc8e627ddf486c.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " feral a feral fennec fox standing on a rocky outcrop in a desert-like environment. \n", - " \n", - " fennec a feral fennec fox standing on a rocky outcrop in a desert-like environment. \n", - " \n", - " fennec the fennec fox has a small compact build with a stocky rounded body covered in soft \n", - " pale-colored fur. \n", - " \n", - " fennec the fennec fox appears to be a mature adult animal with no visible signs of youth or \n", - " inexperience. \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", " \n", - " fennec the overall scene has a realistic naturalistic quality capturing the fennec fox in its native \n", - " wild environment. \n", - " \n", - " fur the fennec fox has a small compact build with a stocky rounded body covered in soft \n", - " pale-colored fur. \n", - " \n", - " fennec fox a feral fennec fox standing on a rocky outcrop in a desert-like environment. \n", - " \n", - " fennec fox the fennec fox has a small compact build with a stocky rounded body covered in soft \n", - " pale-colored fur. \n", - " \n", - " fennec fox the fennec fox appears to be a mature adult animal with no visible signs of youth or \n", - " inexperience. \n", - " \n", - " fennec fox the overall scene has a realistic naturalistic quality capturing the fennec fox in its native \n", - " wild environment. \n", - " \n", - " realistic the overall scene has a realistic naturalistic quality capturing the fennec fox in its native \n", - " wild environment. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\fennec-fox-01-f56044b427f64d64a263417d…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\4e521d4422a8f90027fc8e627ddf486c.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;46;42;36mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;46;42;36mferal\u001b[0m\u001b[30m fennec fox standing on a rocky outcrop in a desert-like environment. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[30m fox standing on a rocky outcrop in a desert-like environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;78;140mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;190;78;140mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[30m fox has a small compact build with a stocky rounded body covered in soft \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpale-colored fur. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[30m fox appears to be a mature adult animal with no visible signs of youth or \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minexperience. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;17;191mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;178;17;191mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a realistic naturalistic quality capturing the \u001b[0m\u001b[1;38;2;76;136;53mfennec\u001b[0m\u001b[30m fox in its native \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwild environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\b92c650897fe22fad65945f4ba83ef9e.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", + " \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\b92c650897fe22fad65945f4ba83ef9e.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;164;17;6mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;164;17;6mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;15;193mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;93;15;193mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\e5da087505c3dc79478cc0a24b32bdae.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " the bad guys mr. snake \\(the bad guys\\) \n", + " \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", + " \n", + " snake mr. snake \\(the bad guys\\) \n", + " \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\e5da087505c3dc79478cc0a24b32bdae.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;62;187;54mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. snake \\(\u001b[0m\u001b[1;38;2;62;187;54mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;62;187;54mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;62;187;54mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;21;198msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;101;21;198msnake\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;62;82;158mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;62;82;158mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_seatohao\\f1acc4a05a794c9c938ca45b5227356a.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " the bad guys mr. wolf \\(the bad guys\\) \n", + " \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_seatohao\\f1acc4a05a794c9c938ca45b5227356a.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;51;24mthe bad guys\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. wolf \\(\u001b[0m\u001b[1;38;2;195;51;24mthe bad guys\u001b[0m\u001b[30m\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;159;42mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;149;159;42mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_spaceengine\\00a58ce07a5186d4edbe9eb29bd3fe53.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " black This image beautifully captures the detailed surface of the moon. The moon illuminated against \n", + " background a pitch-black background showcases its craters basins and rocky landscape. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_spaceengine\\00a58ce07a5186d4edbe9eb29bd3fe53.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;123;142;60mblack \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis image beautifully captures the detailed surface of the moon. The moon illuminated against\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;123;142;60mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma pitch-\u001b[0m\u001b[1;38;2;123;142;60mblack background\u001b[0m\u001b[30m showcases its craters basins and rocky landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_spaceengine\\5ade980fb60341029c46d927948cffcc.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " black Stars twinkle in the distant pitch black background adding to the mesmerizing beauty of this \n", + " background astronomical spectacle. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_spaceengine\\5ade980fb60341029c46d927948cffcc.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;133;179mblack \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mStars twinkle in the distant pitch \u001b[0m\u001b[1;38;2;56;133;179mblack background\u001b[0m\u001b[30m adding to the mesmerizing beauty of this \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;133;179mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mastronomical spectacle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_spaceengine\\9a1e5a6ebd91cc2263503c44f85b2335.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " black The stark contrast of the pitch-black background emphasizes the moon’s solitary presence in \n", + " background the vastness of space. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_spaceengine\\9a1e5a6ebd91cc2263503c44f85b2335.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;26;73mblack \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe stark contrast of the pitch-\u001b[0m\u001b[1;38;2;108;26;73mblack background\u001b[0m\u001b[30m emphasizes the moon’s solitary presence in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;26;73mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe vastness of space. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_squishy\\521cfb2f8612686c6ed124fed39fb9dd.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " eraser mr.eraser \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_squishy\\521cfb2f8612686c6ed124fed39fb9dd.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;43;110meraser\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr.\u001b[0m\u001b[1;38;2;112;43;110meraser\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_stoopix\\3f0480f36e942c4721b49cf4dd8acdd7.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " bison m. bison \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_stoopix\\3f0480f36e942c4721b49cf4dd8acdd7.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;74;148;68mbison\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mm. \u001b[0m\u001b[1;38;2;74;148;68mbison\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_thepakshi\\4984455c591cf125fa05aaaf438559ab.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_thepakshi\\4984455c591cf125fa05aaaf438559ab.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;62;164mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;105;62;164mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_thepakshi\\9048d866a4f884fa9207a7c45d5018b0.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_thepakshi\\9048d866a4f884fa9207a7c45d5018b0.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;114;107;115mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;114;107;115mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;60;60mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;51;60;60mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_thepakshi\\91174a5adb9e410546e0d63823c9773c.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_thepakshi\\91174a5adb9e410546e0d63823c9773c.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;80;138;100mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;80;138;100mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\by_thepakshi\\b8b4e57287f91e9ad3299fbc51a15069.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf mr. wolf \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\by_thepakshi\\b8b4e57287f91e9ad3299fbc51a15069.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;120;23mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;193;120;23mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\dharrel\\1vw3q7q5knu71.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " jex in the image anthro male dharrel jex a species characterized by its white and black furred \n", + " head is depicted in a solo adventure underwater. \n", + " \n", + " jex the jex’s dominantly white fur contrasts with the dark surroundings making it a focal point in \n", + " the scene. \n", + " \n", + " dharrel in the image anthro male dharrel jex a species characterized by its white and black furred \n", + " head is depicted in a solo adventure underwater. \n", + " \n", + " dharrel the feet of the dharrel are visible suggesting movement and exploration. \n", + " \n", + " anthro in the image anthro male dharrel jex a species characterized by its white and black furred \n", + " head is depicted in a solo adventure underwater. \n", + " \n", + " solo in the image anthro male dharrel jex a species characterized by its white and black furred \n", + " head is depicted in a solo adventure underwater. \n", + " \n", + " clothed this canine-like mammal is clothed in dark bottomwear and topwear in the 3d artwork. \n", + " \n", + " detailed the detailed background reveals ancient city submerged in water its ruins hinting at a \n", + " background forgotten past. \n", + " \n", + " white fur the jex’s dominantly white fur contrasts with the dark surroundings making it a focal point in \n", + " the scene. \n", + " \n", + " feet the feet of the dharrel are visible suggesting movement and exploration. \n", + " \n", + " underwater in the image anthro male dharrel jex a species characterized by its white and black furred \n", + " head is depicted in a solo adventure underwater. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\dharrel\\1vw3q7q5knu71.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;90;42;130mjex\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the image anthro male dharrel \u001b[0m\u001b[1;38;2;90;42;130mjex\u001b[0m\u001b[30m a species characterized by its white and black furred \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhead is depicted in a solo adventure underwater. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;90;42;130mjex\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;90;42;130mjex\u001b[0m\u001b[30m’s dominantly white fur contrasts with the dark surroundings making it a focal point in\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;42;152;100mdharrel\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the image anthro male \u001b[0m\u001b[1;38;2;42;152;100mdharrel\u001b[0m\u001b[30m jex a species characterized by its white and black furred \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhead is depicted in a solo adventure underwater. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;42;152;100mdharrel\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe feet of the \u001b[0m\u001b[1;38;2;42;152;100mdharrel\u001b[0m\u001b[30m are visible suggesting movement and exploration. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;57;23manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the image \u001b[0m\u001b[1;38;2;170;57;23manthro\u001b[0m\u001b[30m male dharrel jex a species characterized by its white and black furred \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhead is depicted in a solo adventure underwater. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;161;145msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the image anthro male dharrel jex a species characterized by its white and black furred \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhead is depicted in a \u001b[0m\u001b[1;38;2;17;161;145msolo\u001b[0m\u001b[30m adventure underwater. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;155;161;103mclothed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis canine-like mammal is \u001b[0m\u001b[1;38;2;155;161;103mclothed\u001b[0m\u001b[30m in dark bottomwear and topwear in the 3d artwork. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;47;69;154mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;47;69;154mdetailed background\u001b[0m\u001b[30m reveals ancient city submerged in water its ruins hinting at a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;47;69;154mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mforgotten past. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;59;172mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe jex’s dominantly \u001b[0m\u001b[1;38;2;170;59;172mwhite fur\u001b[0m\u001b[30m contrasts with the dark surroundings making it a focal point in\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;189;159;40mfeet\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;189;159;40mfeet\u001b[0m\u001b[30m of the dharrel are visible suggesting movement and exploration. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;14;77;86munderwater\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the image anthro male dharrel jex a species characterized by its white and black furred \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhead is depicted in a solo adventure \u001b[0m\u001b[1;38;2;14;77;86munderwater\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\dharrel\\2h164c8us2b61.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " jex In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " dharrel In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " solo In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " anthro In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " mammal He is clothed in dark purple topwear that complements his mammal features with fur that \n", + " glistens from the surrounding water. \n", + " \n", + " outside In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " clothed He is clothed in dark purple topwear that complements his mammal features with fur that \n", + " glistens from the surrounding water. \n", + " \n", + " detailed In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " background contrasting sharply against the detailed background. \n", + " \n", + " water He is clothed in dark purple topwear that complements his mammal features with fur that \n", + " glistens from the surrounding water. \n", + " \n", + " male In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " white fur In this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \n", + " contrasting sharply against the detailed background. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\dharrel\\2h164c8us2b61.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;126;122;96mjex\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro male dharrel \u001b[0m\u001b[1;38;2;126;122;96mjex\u001b[0m\u001b[30m stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;163;3;52mdharrel\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro male \u001b[0m\u001b[1;38;2;163;3;52mdharrel\u001b[0m\u001b[30m jex stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;78;186;53msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a \u001b[0m\u001b[1;38;2;78;186;53msolo\u001b[0m\u001b[30m anthro male dharrel jex stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;129;19;66manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo \u001b[0m\u001b[1;38;2;129;19;66manthro\u001b[0m\u001b[30m male dharrel jex stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;182;126mmammal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is clothed in dark purple topwear that complements his \u001b[0m\u001b[1;38;2;190;182;126mmammal\u001b[0m\u001b[30m features with fur that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglistens from the surrounding water. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;54;122;32moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro male dharrel jex stands \u001b[0m\u001b[1;38;2;54;122;32moutside\u001b[0m\u001b[30m his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;89;88mclothed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is \u001b[0m\u001b[1;38;2;24;89;88mclothed\u001b[0m\u001b[30m in dark purple topwear that complements his mammal features with fur that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglistens from the surrounding water. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;60;169;145mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro male dharrel jex stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;60;169;145mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the \u001b[0m\u001b[1;38;2;60;169;145mdetailed background\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;91;133;174mwater\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is clothed in dark purple topwear that complements his mammal features with fur that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglistens from the surrounding \u001b[0m\u001b[1;38;2;91;133;174mwater\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;20;183;197mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro \u001b[0m\u001b[1;38;2;20;183;197mmale\u001b[0m\u001b[30m dharrel jex stands outside his black body and white fur \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;143;97;72mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn this 3D artwork a solo anthro male dharrel jex stands outside his black body and \u001b[0m\u001b[1;38;2;143;97;72mwhite fur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcontrasting sharply against the detailed background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\fender\\dfa379aff81854d4cef08c4fad628e0d.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " belt In the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \n", + " blue necktie with grey pants and a black belt. \n", + " \n", + " necktie In the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \n", + " blue necktie with grey pants and a black belt. \n", + " \n", + " pants In the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \n", + " blue necktie with grey pants and a black belt. \n", + " \n", + " topless In the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \n", + " blue necktie with grey pants and a black belt. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\fender\\dfa379aff81854d4cef08c4fad628e0d.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;98;171mbelt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblue necktie with grey pants and a black \u001b[0m\u001b[1;38;2;146;98;171mbelt\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;103;89mnecktie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblue \u001b[0m\u001b[1;38;2;183;103;89mnecktie\u001b[0m\u001b[30m with grey pants and a black belt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;12;119mpants\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture is a topless male raccoon ferret hybrid anthro called Fender. It is wearing a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblue necktie with grey \u001b[0m\u001b[1;38;2;197;12;119mpants\u001b[0m\u001b[30m and a black belt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;196;71mtopless\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the picture is a \u001b[0m\u001b[1;38;2;112;196;71mtopless\u001b[0m\u001b[30m male raccoon ferret hybrid anthro called Fender. It is wearing a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblue necktie with grey pants and a black belt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\fender\\f50aa46aa3e9198615ae70ae6f1f8ce8.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro Model sheet of a raccoon ferret hybrid anthro called Fender. \n", + " \n", + " brown fur It has brown fur and white belly and has brown paws. \n", + " \n", + " smile The second view features its head turned to the side with a smile. \n", + " \n", + " standing He is standing with its legs shoulder-width apart and its hands at its hips. \n", + " \n", + " raccoon Model sheet of a raccoon ferret hybrid anthro called Fender. \n", + " \n", + " hybrid Model sheet of a raccoon ferret hybrid anthro called Fender. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\fender\\f50aa46aa3e9198615ae70ae6f1f8ce8.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;8;200manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mModel sheet of a raccoon ferret hybrid \u001b[0m\u001b[1;38;2;63;8;200manthro\u001b[0m\u001b[30m called Fender. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;118;12mbrown fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has \u001b[0m\u001b[1;38;2;171;118;12mbrown fur\u001b[0m\u001b[30m and white belly and has brown paws. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;62;150;46msmile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe second view features its head turned to the side with a \u001b[0m\u001b[1;38;2;62;150;46msmile\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;7;162;136mstanding\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is \u001b[0m\u001b[1;38;2;7;162;136mstanding\u001b[0m\u001b[30m with its legs shoulder-width apart and its hands at its hips. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;94;101;75mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mModel sheet of a \u001b[0m\u001b[1;38;2;94;101;75mraccoon\u001b[0m\u001b[30m ferret hybrid anthro called Fender. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;168;145mhybrid\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mModel sheet of a raccoon ferret \u001b[0m\u001b[1;38;2;111;168;145mhybrid\u001b[0m\u001b[30m anthro called Fender. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\fender\\fb1a8d9f42df5c837660c8967dcbf792.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " kneeling He is kneeling on the ground with his legs spread wide. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\fender\\fb1a8d9f42df5c837660c8967dcbf792.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;84;100;24mkneeling\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is \u001b[0m\u001b[1;38;2;84;100;24mkneeling\u001b[0m\u001b[30m on the ground with his legs spread wide. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\0d81f956ae974d505e254b280b43c947.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro This furry sticker depicts a cartoonish anthro rabbit. \n", + " \n", + " rabbit This furry sticker depicts a cartoonish anthro rabbit. \n", + " \n", + " blush The character has a playful expression with its mouth open and a slight blush on the cheeks. \n", + " \n", + " fur It is wearing glasses and its fur color is a shade of brown with a lighter beige color on the \n", + " bottom of its tail and front of its ears. \n", + " \n", + " outline The character is surrounded by two blue sparkles and two blue motion lines and it has a white \n", + " outline around it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\0d81f956ae974d505e254b280b43c947.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;64;105manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts a cartoonish \u001b[0m\u001b[1;38;2;179;64;105manthro\u001b[0m\u001b[30m rabbit. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;115;4;23mrabbit\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts a cartoonish anthro \u001b[0m\u001b[1;38;2;115;4;23mrabbit\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;45;113mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a playful expression with its mouth open and a slight \u001b[0m\u001b[1;38;2;63;45;113mblush\u001b[0m\u001b[30m on the cheeks. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;107;1;169mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is wearing glasses and its \u001b[0m\u001b[1;38;2;107;1;169mfur\u001b[0m\u001b[30m color is a shade of brown with a lighter beige color on the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbottom of its tail and front of its ears. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;19;73;85moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is surrounded by two blue sparkles and two blue motion lines and it has a white \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;19;73;85moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\0da4833461592f1c7f4ac4151f7f8960.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " eyes closed It has its eyes closed and is crossing its arms with a displeased expression. \n", + " \n", + " collar It has a brown nose and wears a blue cap with the Japanese flag on it and a blue collar around \n", + " its neck with a black stripe in the middle. \n", + " \n", + " brown hair The character has a brownish fur coat and brown hair sticking out from under the headwear. \n", + " \n", + " text The character and the text has a white outline around it. \n", + " \n", + " anthro An animated character that is an anthro dog. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\0da4833461592f1c7f4ac4151f7f8960.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;101;150meyes closed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has its \u001b[0m\u001b[1;38;2;43;101;150meyes closed\u001b[0m\u001b[30m and is crossing its arms with a displeased expression. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;94;91mcollar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a brown nose and wears a blue cap with the Japanese flag on it and a blue \u001b[0m\u001b[1;38;2;128;94;91mcollar\u001b[0m\u001b[30m around\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits neck with a black stripe in the middle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;67;98;6mbrown hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a brownish fur coat and \u001b[0m\u001b[1;38;2;67;98;6mbrown hair\u001b[0m\u001b[30m sticking out from under the headwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;163;65mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character and the \u001b[0m\u001b[1;38;2;31;163;65mtext\u001b[0m\u001b[30m has a white outline around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;187;113;182manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn animated character that is an \u001b[0m\u001b[1;38;2;187;113;182manthro\u001b[0m\u001b[30m dog. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\0f27c73c75d57814e6dacf5c60040473.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker This furry sticker showcases an animated anthro fox character sitting at a desk with its hands \n", + " on a laptop's screen. \n", + " \n", + " red fur The fox has a vibrant red fur with his chest and bottom of its face covered in white fur. \n", + " \n", + " anthro This furry sticker showcases an animated anthro fox character sitting at a desk with its hands \n", + " on a laptop's screen. \n", + " \n", + " computer On the desk there's also a computer mouse with a blue mouse pad under it. \n", + " \n", + " white fur The fox has a vibrant red fur with his chest and bottom of its face covered in white fur. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\0f27c73c75d57814e6dacf5c60040473.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;56;65mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis \u001b[0m\u001b[1;38;2;183;56;65mfurry sticker\u001b[0m\u001b[30m showcases an animated anthro fox character sitting at a desk with its hands\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mon a laptop's screen. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;20;157;6mred fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a vibrant \u001b[0m\u001b[1;38;2;20;157;6mred fur\u001b[0m\u001b[30m with his chest and bottom of its face covered in white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;87;159;175manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker showcases an animated \u001b[0m\u001b[1;38;2;87;159;175manthro\u001b[0m\u001b[30m fox character sitting at a desk with its hands\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mon a laptop's screen. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;36;49mcomputer\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mOn the desk there's also a \u001b[0m\u001b[1;38;2;101;36;49mcomputer\u001b[0m\u001b[30m mouse with a blue mouse pad under it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;14;122mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a vibrant red fur with his chest and bottom of its face covered in \u001b[0m\u001b[1;38;2;81;14;122mwhite fur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\1aea6a3150d717943f2e5d70f799050d.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fox A stylized cartoon depiction of a fox with a playful and cheeky expression and it has its eyes \n", + " closed. \n", + " \n", + " eyes closed A stylized cartoon depiction of a fox with a playful and cheeky expression and it has its eyes \n", + " closed. \n", + " \n", + " black It is set against a black background and there's a textual element at the bottom that reads \n", + " background 'GAFFERTAPE'. \n", + " \n", + " text The character and the text has a white outline around it. \n", + " \n", + " orange fur The creature has orange fur with white accents pointed ears and a mischievous smirk. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\1aea6a3150d717943f2e5d70f799050d.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;166;22mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA stylized cartoon depiction of a \u001b[0m\u001b[1;38;2;149;166;22mfox\u001b[0m\u001b[30m with a playful and cheeky expression and it has its eyes\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mclosed. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;195;104meyes closed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA stylized cartoon depiction of a fox with a playful and cheeky expression and it has its \u001b[0m\u001b[1;38;2;131;195;104meyes\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;131;195;104mclosed\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;141;181mblack \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is set against a \u001b[0m\u001b[1;38;2;190;141;181mblack background\u001b[0m\u001b[30m and there's a textual element at the bottom that reads \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;141;181mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30m'GAFFERTAPE'. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;131;22mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character and the \u001b[0m\u001b[1;38;2;166;131;22mtext\u001b[0m\u001b[30m has a white outline around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;117;60morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe creature has \u001b[0m\u001b[1;38;2;127;117;60morange fur\u001b[0m\u001b[30m with white accents pointed ears and a mischievous smirk. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\1b09d9c4726d721e86b204c23ab9e184.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fox An anthro red fox sitting at a desk. \n", + " \n", + " fox The fox appears to be working on a computer as evidenced by the keyboard in front of it and \n", + " the computer mouse with a mousepad on the desk. \n", + " \n", + " fox The fox has a perplexed expression on its face. \n", + " \n", + " anthro An anthro red fox sitting at a desk. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\1b09d9c4726d721e86b204c23ab9e184.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthro red \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[30m sitting at a desk. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[30m appears to be working on a computer as evidenced by the keyboard in front of it and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe computer mouse with a mousepad on the desk. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;177;40;160mfox\u001b[0m\u001b[30m has a perplexed expression on its face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;174;131manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn \u001b[0m\u001b[1;38;2;113;174;131manthro\u001b[0m\u001b[30m red fox sitting at a desk. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\1c014a48012a09c9d2fb05aea4862190.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro A cartoonish anthro canine with gray and black fur. \n", + " \n", + " canine A cartoonish anthro canine with gray and black fur. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\1c014a48012a09c9d2fb05aea4862190.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;11;197;29manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA cartoonish \u001b[0m\u001b[1;38;2;11;197;29manthro\u001b[0m\u001b[30m canine with gray and black fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;12;96;143mcanine\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA cartoonish anthro \u001b[0m\u001b[1;38;2;12;96;143mcanine\u001b[0m\u001b[30m with gray and black fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\1d64f33795f33146e529a43b23c9d247.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker The furry sticker features a cartoon anthro fox character. \n", + " \n", + " fox The furry sticker features a cartoon anthro fox character. \n", + " \n", + " fox The fox has a red fur with pointed ears and amber eyes. \n", + " \n", + " fox Above the fox there's a light bulb symbol indicating a bright idea or inspiration. \n", + " \n", + " anthro The furry sticker features a cartoon anthro fox character. \n", + " \n", + " red fur The fox has a red fur with pointed ears and amber eyes. \n", + " \n", + " outline The character has a white outline around it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\1d64f33795f33146e529a43b23c9d247.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;29;57;169mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;29;57;169mfurry sticker\u001b[0m\u001b[30m features a cartoon anthro fox character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furry sticker features a cartoon anthro \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[30m character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[30m has a red fur with pointed ears and amber eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the \u001b[0m\u001b[1;38;2;184;101;78mfox\u001b[0m\u001b[30m there's a light bulb symbol indicating a bright idea or inspiration. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;28;196;123manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furry sticker features a cartoon \u001b[0m\u001b[1;38;2;28;196;123manthro\u001b[0m\u001b[30m fox character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;27;118mred fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a \u001b[0m\u001b[1;38;2;46;27;118mred fur\u001b[0m\u001b[30m with pointed ears and amber eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;39;2;62moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a white \u001b[0m\u001b[1;38;2;39;2;62moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\1e3206f761554e1827e9e2ff1dd2f180.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker The furry sticker showcases an animated character that resembles a fluffy orange cat. \n", + " \n", + " yarn The cat appears to be playing with a red ball of yarn holding it with both paws and biting \n", + " into it. \n", + " \n", + " paws The cat appears to be playing with a red ball of yarn holding it with both paws and biting \n", + " into it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\1e3206f761554e1827e9e2ff1dd2f180.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;25;6mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;101;25;6mfurry sticker\u001b[0m\u001b[30m showcases an animated character that resembles a fluffy orange cat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;147;145myarn\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe cat appears to be playing with a red ball of \u001b[0m\u001b[1;38;2;8;147;145myarn\u001b[0m\u001b[30m holding it with both paws and biting \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minto it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;25;24mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe cat appears to be playing with a red ball of yarn holding it with both \u001b[0m\u001b[1;38;2;197;25;24mpaws\u001b[0m\u001b[30m and biting \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minto it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\2ae636ee5a3b5b8240f11ca4b9083435.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " halo The character also has a halo above its head which is a common symbol of purity or divinity in \n", + " various cultures. \n", + " \n", + " eyes closed It has a playful expression with its eyes closed and a slight smile. \n", + " \n", + " anthro An animated character resembling an anthro canine with black and gray fur. \n", + " \n", + " smile It has a playful expression with its eyes closed and a slight smile. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\2ae636ee5a3b5b8240f11ca4b9083435.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;38;18;182mhalo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character also has a \u001b[0m\u001b[1;38;2;38;18;182mhalo\u001b[0m\u001b[30m above its head which is a common symbol of purity or divinity in\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvarious cultures. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;23;44meyes closed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a playful expression with its \u001b[0m\u001b[1;38;2;76;23;44meyes closed\u001b[0m\u001b[30m and a slight smile. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;159;70;51manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn animated character resembling an \u001b[0m\u001b[1;38;2;159;70;51manthro\u001b[0m\u001b[30m canine with black and gray fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;187;151;83msmile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a playful expression with its eyes closed and a slight \u001b[0m\u001b[1;38;2;187;151;83msmile\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\2b95b2d52c86f274dbe76eb23f5230d6.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " collar It has green eyes and a pink collar. \n", + " \n", + " anthro An animated character with the appearance of an anthro tabby cat. \n", + " \n", + " green eyes It has green eyes and a pink collar. \n", + " \n", + " cup It is holding a white cup containing a hot beverage as evidenced by the steam rising from it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\2b95b2d52c86f274dbe76eb23f5230d6.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;99;97mcollar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has green eyes and a pink \u001b[0m\u001b[1;38;2;111;99;97mcollar\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;143;10;122manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn animated character with the appearance of an \u001b[0m\u001b[1;38;2;143;10;122manthro\u001b[0m\u001b[30m tabby cat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;2;1;179mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has \u001b[0m\u001b[1;38;2;2;1;179mgreen eyes\u001b[0m\u001b[30m and a pink collar. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;115;120;140mcup\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is holding a white \u001b[0m\u001b[1;38;2;115;120;140mcup\u001b[0m\u001b[30m containing a hot beverage as evidenced by the steam rising from it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\2d7427d4c1f515b063211ae7605dfe94.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro An cartoony anthro panther. \n", + " \n", + " outline The character has a white outline around it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\2d7427d4c1f515b063211ae7605dfe94.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;84;5;199manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn cartoony \u001b[0m\u001b[1;38;2;84;5;199manthro\u001b[0m\u001b[30m panther. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;119;27;90moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a white \u001b[0m\u001b[1;38;2;119;27;90moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\2dbc05b0a9a9053fbfb97a94f20689a8.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro A cartoonish anthro canine. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\2dbc05b0a9a9053fbfb97a94f20689a8.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;117;68manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA cartoonish \u001b[0m\u001b[1;38;2;43;117;68manthro\u001b[0m\u001b[30m canine. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\2ecb7e60de62a4cd44b60b342e6fae90.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fox An animated anthro fox character standing upright with its arms raised in a celebratory \n", + " manner. \n", + " \n", + " fox The fox has a red fur coat with white underbelly and a red tail with a white tip. \n", + " \n", + " fox Above the fox there's a word 'YAY!' written in black with a large white outline emphasizing \n", + " its celebratory mood. \n", + " \n", + " anthro An animated anthro fox character standing upright with its arms raised in a celebratory \n", + " manner. \n", + " \n", + " red fur The fox has a red fur coat with white underbelly and a red tail with a white tip. \n", + " \n", + " outline Above the fox there's a word 'YAY!' written in black with a large white outline emphasizing \n", + " its celebratory mood. \n", + " \n", + " outline The character has a white outline around it. \n", + " \n", + " smile It has big open-mouthed smile indicating excitement or joy. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\2ecb7e60de62a4cd44b60b342e6fae90.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn animated anthro \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[30m character standing upright with its arms raised in a celebratory \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmanner. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[30m has a red fur coat with white underbelly and a red tail with a white tip. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the \u001b[0m\u001b[1;38;2;120;31;40mfox\u001b[0m\u001b[30m there's a word 'YAY!' written in black with a large white outline emphasizing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits celebratory mood. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;200;158manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn animated \u001b[0m\u001b[1;38;2;191;200;158manthro\u001b[0m\u001b[30m fox character standing upright with its arms raised in a celebratory \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmanner. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;181;135;183mred fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a \u001b[0m\u001b[1;38;2;181;135;183mred fur\u001b[0m\u001b[30m coat with white underbelly and a red tail with a white tip. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;114;48;79moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the fox there's a word 'YAY!' written in black with a large white \u001b[0m\u001b[1;38;2;114;48;79moutline\u001b[0m\u001b[30m emphasizing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits celebratory mood. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;114;48;79moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a white \u001b[0m\u001b[1;38;2;114;48;79moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;42;163;20msmile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has big open-mouthed \u001b[0m\u001b[1;38;2;42;163;20msmile\u001b[0m\u001b[30m indicating excitement or joy. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\3a12abc329a5913967328896b6f284f3.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro An anthro tabby cat with an orange fur coat. \n", + " \n", + " green eyes It has green eyes and a playful and content expression. \n", + " \n", + " food The character is resting on a red couch next to a white bowl filled with fish shaped dry cat \n", + " food. \n", + " \n", + " bowl The character is resting on a red couch next to a white bowl filled with fish shaped dry cat \n", + " food. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\3a12abc329a5913967328896b6f284f3.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;189;72;136manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn \u001b[0m\u001b[1;38;2;189;72;136manthro\u001b[0m\u001b[30m tabby cat with an orange fur coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;62;80;114mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has \u001b[0m\u001b[1;38;2;62;80;114mgreen eyes\u001b[0m\u001b[30m and a playful and content expression. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;18;81;29mfood\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is resting on a red couch next to a white bowl filled with fish shaped dry cat \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;18;81;29mfood\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;84;84;71mbowl\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is resting on a red couch next to a white \u001b[0m\u001b[1;38;2;84;84;71mbowl\u001b[0m\u001b[30m filled with fish shaped dry cat \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfood. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\3c0feb90f445fd0a32d2a70d595d9a0f.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro The background is black. There's a tabby cat anthro in the foreground. \n", + " \n", + " tabby cat The background is black. There's a tabby cat anthro in the foreground. \n", + " \n", + " blush It has a small blush on his cheeks. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\3c0feb90f445fd0a32d2a70d595d9a0f.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;139;187manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is black. There's a tabby cat \u001b[0m\u001b[1;38;2;197;139;187manthro\u001b[0m\u001b[30m in the foreground. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;144;187;129mtabby cat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is black. There's a \u001b[0m\u001b[1;38;2;144;187;129mtabby cat\u001b[0m\u001b[30m anthro in the foreground. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;111;5mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a small \u001b[0m\u001b[1;38;2;31;111;5mblush\u001b[0m\u001b[30m on his cheeks. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\3c3c9b21f695ab5433c806acd9d3f635.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro In the center of the image is an anthro red panda. \n", + " \n", + " red panda In the center of the image is an anthro red panda. \n", + " \n", + " blue eyes It is smiling and looking off to the right with it's blue eyes. \n", + " \n", + " white fur It has black hair with blue ends and white fur and white ears with red accents. It's chest and \n", + " hands are white with his hand ending in black fur. \n", + " \n", + " black hair It has black hair with blue ends and white fur and white ears with red accents. It's chest and \n", + " hands are white with his hand ending in black fur. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\3c3c9b21f695ab5433c806acd9d3f635.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;133;20manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the center of the image is an \u001b[0m\u001b[1;38;2;171;133;20manthro\u001b[0m\u001b[30m red panda. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;64;148mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIn the center of the image is an anthro \u001b[0m\u001b[1;38;2;140;64;148mred panda\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;136;19;195mblue eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is smiling and looking off to the right with it's \u001b[0m\u001b[1;38;2;136;19;195mblue eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;59;17;85mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has black hair with blue ends and \u001b[0m\u001b[1;38;2;59;17;85mwhite fur\u001b[0m\u001b[30m and white ears with red accents. It's chest and\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhands are white with his hand ending in black fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;47;11mblack hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has \u001b[0m\u001b[1;38;2;180;47;11mblack hair\u001b[0m\u001b[30m with blue ends and white fur and white ears with red accents. It's chest and\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhands are white with his hand ending in black fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\4130b426cf410e21596e60f281ee38d7.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker A furry sticker of two anthro animals one that appears to be an fox and the other a ych. \n", + " \n", + " anthro A furry sticker of two anthro animals one that appears to be an fox and the other a ych. \n", + " \n", + " anthro The fox is orange and white with its eyes closed and a content expression while the anthro ych \n", + " is blue and white. \n", + " \n", + " anthro The fox is petting the anthro ych's head. \n", + " \n", + " anthro Above the anthro ych there's a text that reads 'PAT' indicating the action being depicted. \n", + " \n", + " eyes closed The fox is orange and white with its eyes closed and a content expression while the anthro ych \n", + " is blue and white. \n", + " \n", + " text Above the anthro ych there's a text that reads 'PAT' indicating the action being depicted. \n", + " \n", + " sticker A furry sticker of two anthro animals one that appears to be an fox and the other a ych. \n", + " \n", + " outline The fox has a white outline and the ych a blue outline around it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\4130b426cf410e21596e60f281ee38d7.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;125;129;148mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;125;129;148mfurry sticker\u001b[0m\u001b[30m of two anthro animals one that appears to be an fox and the other a ych. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA furry sticker of two \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[30m animals one that appears to be an fox and the other a ych. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox is orange and white with its eyes closed and a content expression while the \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[30m ych\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mis blue and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox is petting the \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[30m ych's head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the \u001b[0m\u001b[1;38;2;10;175;174manthro\u001b[0m\u001b[30m ych there's a text that reads 'PAT' indicating the action being depicted. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;176;79;21meyes closed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox is orange and white with its \u001b[0m\u001b[1;38;2;176;79;21meyes closed\u001b[0m\u001b[30m and a content expression while the anthro ych\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mis blue and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;181;156;30mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the anthro ych there's a \u001b[0m\u001b[1;38;2;181;156;30mtext\u001b[0m\u001b[30m that reads 'PAT' indicating the action being depicted. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;26;182;42msticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA furry \u001b[0m\u001b[1;38;2;26;182;42msticker\u001b[0m\u001b[30m of two anthro animals one that appears to be an fox and the other a ych. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;82;184;165moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a white \u001b[0m\u001b[1;38;2;82;184;165moutline\u001b[0m\u001b[30m and the ych a blue \u001b[0m\u001b[1;38;2;82;184;165moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\4896b709d1fe529d7d701fe6b410d0f4.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " sergal The sergal has pointed ears and a long tail behind his back. \n", + " \n", + " speech bubble Above the character there is a speech bubble that reads 'FOOD'. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\4896b709d1fe529d7d701fe6b410d0f4.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;80;172;148msergal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;80;172;148msergal\u001b[0m\u001b[30m has pointed ears and a long tail behind his back. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;87;75;89mspeech bubble\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove the character there is a \u001b[0m\u001b[1;38;2;87;75;89mspeech bubble\u001b[0m\u001b[30m that reads 'FOOD'. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\51d1cdf4a51c513f026b3f3abbbe1397.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker A furry sticker of a stylized anthro hyena. \n", + " \n", + " anthro A furry sticker of a stylized anthro hyena. \n", + " \n", + " blush The hyena has a blush. \n", + " \n", + " hyena A furry sticker of a stylized anthro hyena. \n", + " \n", + " hyena The hyena has a blush. \n", + " \n", + " outline The character is wearing purple shorts and there's a white outline around the character. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\51d1cdf4a51c513f026b3f3abbbe1397.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;119;172;8mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;119;172;8mfurry sticker\u001b[0m\u001b[30m of a stylized anthro hyena. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;95;62;56manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA furry sticker of a stylized \u001b[0m\u001b[1;38;2;95;62;56manthro\u001b[0m\u001b[30m hyena. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;22;82;180mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe hyena has a \u001b[0m\u001b[1;38;2;22;82;180mblush\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;124;123mhyena\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA furry sticker of a stylized anthro \u001b[0m\u001b[1;38;2;56;124;123mhyena\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;124;123mhyena\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;56;124;123mhyena\u001b[0m\u001b[30m has a blush. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;158;85;42moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is wearing purple shorts and there's a white \u001b[0m\u001b[1;38;2;158;85;42moutline\u001b[0m\u001b[30m around the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\560fb29619d60a588b629ab27cd7b869.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro A cartoon representation of anthro rabbit. \n", + " \n", + " rabbit A cartoon representation of anthro rabbit. \n", + " \n", + " pink nose It has a cheerful expression with round open eyes and a pink nose. \n", + " \n", + " brown fur The bunny has a light brown fur color with some white and pink patches. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\560fb29619d60a588b629ab27cd7b869.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;87;117;106manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA cartoon representation of \u001b[0m\u001b[1;38;2;87;117;106manthro\u001b[0m\u001b[30m rabbit. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;107;160mrabbit\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA cartoon representation of anthro \u001b[0m\u001b[1;38;2;149;107;160mrabbit\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;105;99mpink nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a cheerful expression with round open eyes and a \u001b[0m\u001b[1;38;2;108;105;99mpink nose\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;85;12;24mbrown fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe bunny has a light \u001b[0m\u001b[1;38;2;85;12;24mbrown fur\u001b[0m\u001b[30m color with some white and pink patches. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\7b7bd6e31e5116408d9cbfe7b7644e1f.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker This furry sticker is a stylized animated depiction of anthro fox. \n", + " \n", + " collar It has green eyes and is wearing a blue collar with a silver buckle. \n", + " \n", + " fox This furry sticker is a stylized animated depiction of anthro fox. \n", + " \n", + " green eyes It has green eyes and is wearing a blue collar with a silver buckle. \n", + " \n", + " anthro This furry sticker is a stylized animated depiction of anthro fox. \n", + " \n", + " orange fur The character has an orange fur coat and white underbelly. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\7b7bd6e31e5116408d9cbfe7b7644e1f.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;141;113;191mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis \u001b[0m\u001b[1;38;2;141;113;191mfurry sticker\u001b[0m\u001b[30m is a stylized animated depiction of anthro fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;123;9;31mcollar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has green eyes and is wearing a blue \u001b[0m\u001b[1;38;2;123;9;31mcollar\u001b[0m\u001b[30m with a silver buckle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;39;42mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker is a stylized animated depiction of anthro \u001b[0m\u001b[1;38;2;23;39;42mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;26;94;60mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has \u001b[0m\u001b[1;38;2;26;94;60mgreen eyes\u001b[0m\u001b[30m and is wearing a blue collar with a silver buckle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;166;51manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker is a stylized animated depiction of \u001b[0m\u001b[1;38;2;174;166;51manthro\u001b[0m\u001b[30m fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;91;142morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has an \u001b[0m\u001b[1;38;2;46;91;142morange fur\u001b[0m\u001b[30m coat and white underbelly. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\7ba5c31f77820c66bceb515864857325.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " lion This sticker depicts animated anthro lion creature with a playful expression. \n", + " \n", + " anthro This sticker depicts animated anthro lion creature with a playful expression. \n", + " \n", + " fur It has light and dark brown fur a pink nose and is waving its right cartoonish paw as if \n", + " greeting someone. \n", + " \n", + " text There is also a speech bubble with the text \"Hey.\" written inside it above its head. \n", + " \n", + " speech bubble There is also a speech bubble with the text \"Hey.\" written inside it above its head. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\7ba5c31f77820c66bceb515864857325.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;58;163mlion\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis sticker depicts animated anthro \u001b[0m\u001b[1;38;2;173;58;163mlion\u001b[0m\u001b[30m creature with a playful expression. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;65;180manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis sticker depicts animated \u001b[0m\u001b[1;38;2;109;65;180manthro\u001b[0m\u001b[30m lion creature with a playful expression. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;98;186mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has light and dark brown \u001b[0m\u001b[1;38;2;177;98;186mfur\u001b[0m\u001b[30m a pink nose and is waving its right cartoonish paw as if \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mgreeting someone. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;104;50;196mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere is also a speech bubble with the \u001b[0m\u001b[1;38;2;104;50;196mtext\u001b[0m\u001b[30m \"Hey.\" written inside it above its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;9;53;12mspeech bubble\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere is also a \u001b[0m\u001b[1;38;2;9;53;12mspeech bubble\u001b[0m\u001b[30m with the text \"Hey.\" written inside it above its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\995650eef692b8280ccbd6bd38f1bbae.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro A sticker of two anthro characters. \n", + " \n", + " anthro A tiger is standing upright wearing a cap with an American flag and holding anthro fox around \n", + " its arms and holding a black mask in front of the fox's face. \n", + " \n", + " blush The fox has a blush on it's face. \n", + " \n", + " fox A tiger is standing upright wearing a cap with an American flag and holding anthro fox around \n", + " its arms and holding a black mask in front of the fox's face. \n", + " \n", + " fox Above them there's a speech bubble with various symbols including a chain and a fox and an \n", + " eggplant with a red line crossing it out. \n", + " \n", + " fox The fox is naked and has a fluffy tail that ends in white. \n", + " \n", + " fox The fox has a blush on it's face. \n", + " \n", + " tiger A tiger is standing upright wearing a cap with an American flag and holding anthro fox around \n", + " its arms and holding a black mask in front of the fox's face. \n", + " \n", + " tiger The tiger is also wearing a black and orange outfit. \n", + " \n", + " tiger The tiger has a bell on the end of its tail. \n", + " \n", + " green eyes Both characters have green eyes. \n", + " \n", + " speech bubble Above them there's a speech bubble with various symbols including a chain and a fox and an \n", + " eggplant with a red line crossing it out. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\995650eef692b8280ccbd6bd38f1bbae.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;79;200manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA sticker of two \u001b[0m\u001b[1;38;2;147;79;200manthro\u001b[0m\u001b[30m characters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;79;200manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA tiger is standing upright wearing a cap with an American flag and holding \u001b[0m\u001b[1;38;2;147;79;200manthro\u001b[0m\u001b[30m fox around \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits arms and holding a black mask in front of the fox's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;2;26;36mblush\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a \u001b[0m\u001b[1;38;2;2;26;36mblush\u001b[0m\u001b[30m on it's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA tiger is standing upright wearing a cap with an American flag and holding anthro \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[30m around \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits arms and holding a black mask in front of the \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[30m's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove them there's a speech bubble with various symbols including a chain and a \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[30m and an \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meggplant with a red line crossing it out. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[30m is naked and has a fluffy tail that ends in white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;88;49;92mfox\u001b[0m\u001b[30m has a blush on it's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[30m is standing upright wearing a cap with an American flag and holding anthro fox around \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits arms and holding a black mask in front of the fox's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[30m is also wearing a black and orange outfit. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;188;7;83mtiger\u001b[0m\u001b[30m has a bell on the end of its tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;100;32;42mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mBoth characters have \u001b[0m\u001b[1;38;2;100;32;42mgreen eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;143;4;89mspeech bubble\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAbove them there's a \u001b[0m\u001b[1;38;2;143;4;89mspeech bubble\u001b[0m\u001b[30m with various symbols including a chain and a fox and an \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meggplant with a red line crossing it out. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\af645ac16a9c9608b6429837a82b361c.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker This furry sticker depicts anthro fox with orange fur and green eyes. \n", + " \n", + " fox This furry sticker depicts anthro fox with orange fur and green eyes. \n", + " \n", + " fox The anthro fox is shown in a pose while talking with its mouth open and its hands at its \n", + " chest. \n", + " \n", + " fox The background is transparent putting emphasis on the fox character. \n", + " \n", + " anthro This furry sticker depicts anthro fox with orange fur and green eyes. \n", + " \n", + " anthro The anthro fox is shown in a pose while talking with its mouth open and its hands at its \n", + " chest. \n", + " \n", + " green eyes This furry sticker depicts anthro fox with orange fur and green eyes. \n", + " \n", + " orange fur This furry sticker depicts anthro fox with orange fur and green eyes. \n", + " \n", + " outline The character has a white outline around it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\af645ac16a9c9608b6429837a82b361c.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;87;24;36mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis \u001b[0m\u001b[1;38;2;87;24;36mfurry sticker\u001b[0m\u001b[30m depicts anthro fox with orange fur and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts anthro \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[30m with orange fur and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe anthro \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[30m is shown in a pose while talking with its mouth open and its hands at its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mchest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is transparent putting emphasis on the \u001b[0m\u001b[1;38;2;160;96;168mfox\u001b[0m\u001b[30m character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;31;54manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts \u001b[0m\u001b[1;38;2;113;31;54manthro\u001b[0m\u001b[30m fox with orange fur and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;31;54manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;113;31;54manthro\u001b[0m\u001b[30m fox is shown in a pose while talking with its mouth open and its hands at its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mchest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;64;195mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts anthro fox with orange fur and \u001b[0m\u001b[1;38;2;157;64;195mgreen eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;90;89;187morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis furry sticker depicts anthro fox with \u001b[0m\u001b[1;38;2;90;89;187morange fur\u001b[0m\u001b[30m and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;38;136moutline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character has a white \u001b[0m\u001b[1;38;2;147;38;136moutline\u001b[0m\u001b[30m around it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\b380e2f0823a25f4a04f1d9c92d05a6a.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro This is photo a red and white attention sign that reads “ATTENTION DO NOT PUT FURRY STICKERS \n", + " ON THIS SIGN.” However the sign is heavily adorned with various colorful furry stickers mostly \n", + " featuring various anthro characters. \n", + " \n", + " tree The sign is mounted on a metal pole and is surrounded by greenery and a tree suggesting it’s \n", + " located in an outdoor setting. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\b380e2f0823a25f4a04f1d9c92d05a6a.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;61;48manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is photo a red and white attention sign that reads “ATTENTION DO NOT PUT FURRY STICKERS \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mON THIS SIGN.” However the sign is heavily adorned with various colorful furry stickers mostly\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfeaturing various \u001b[0m\u001b[1;38;2;157;61;48manthro\u001b[0m\u001b[30m characters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;52;128;116mtree\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe sign is mounted on a metal pole and is surrounded by greenery and a \u001b[0m\u001b[1;38;2;52;128;116mtree\u001b[0m\u001b[30m suggesting it’s \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlocated in an outdoor setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\c004dd17eabdc650f7870d1cce451132.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " furry sticker This is furry sticker of anthro fox. \n", + " \n", + " fox This is furry sticker of anthro fox. \n", + " \n", + " fox The fox is depicted in a thoughtful pose with one hand on its chin and a slightly furrowed \n", + " brow as if it's pondering. \n", + " \n", + " fox The fox has a red and brown coat with white underbelly and a tail that is red at the base and \n", + " white at the tip. \n", + " \n", + " fox The fox has green eyes and is wearing a small grey hat. \n", + " \n", + " fox There's also a blue circle with an 'X' in it next to the fox which indicates something wrong \n", + " or incorrect and it is doubting it. \n", + " \n", + " anthro This is furry sticker of anthro fox. \n", + " \n", + " green eyes The fox has green eyes and is wearing a small grey hat. \n", + " \n", + " hat The fox has green eyes and is wearing a small grey hat. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\c004dd17eabdc650f7870d1cce451132.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;102;51;101mfurry sticker\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is \u001b[0m\u001b[1;38;2;102;51;101mfurry sticker\u001b[0m\u001b[30m of anthro fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is furry sticker of anthro \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[30m is depicted in a thoughtful pose with one hand on its chin and a slightly furrowed \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbrow as if it's pondering. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[30m has a red and brown coat with white underbelly and a tail that is red at the base and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwhite at the tip. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[30m has green eyes and is wearing a small grey hat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere's also a blue circle with an 'X' in it next to the \u001b[0m\u001b[1;38;2;93;26;149mfox\u001b[0m\u001b[30m which indicates something wrong \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mor incorrect and it is doubting it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;176;128;128manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis is furry sticker of \u001b[0m\u001b[1;38;2;176;128;128manthro\u001b[0m\u001b[30m fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;107;135;90mgreen eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has \u001b[0m\u001b[1;38;2;107;135;90mgreen eyes\u001b[0m\u001b[30m and is wearing a small grey hat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;200;89;11mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has green eyes and is wearing a small grey \u001b[0m\u001b[1;38;2;200;89;11mhat\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\cd363fa50058989fb9e47cde17599357.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " open mouth It has a light purple fur with large expressive eyes and an open mouth which appears to be \n", + " shouting. \n", + " \n", + " anthro A stylized cartoonish sticker of anthro red panda's face. \n", + " \n", + " purple fur It has a light purple fur with large expressive eyes and an open mouth which appears to be \n", + " shouting. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\cd363fa50058989fb9e47cde17599357.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;141;95mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a light purple fur with large expressive eyes and an \u001b[0m\u001b[1;38;2;197;141;95mopen mouth\u001b[0m\u001b[30m which appears to be \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshouting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;156;177manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA stylized cartoonish sticker of \u001b[0m\u001b[1;38;2;51;156;177manthro\u001b[0m\u001b[30m red panda's face. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;75;5mpurple fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a light \u001b[0m\u001b[1;38;2;56;75;5mpurple fur\u001b[0m\u001b[30m with large expressive eyes and an open mouth which appears to be \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshouting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\e14c86c6f7bb8f7e130e86a1c6558caa.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro an anthro wolf with white fur. \n", + " \n", + " eyes closed He is wearing a purple wizard hat. The wolf mage has a playful expression with its eyes closed \n", + " and cheeks blushing. \n", + " \n", + " white fur an anthro wolf with white fur. \n", + " \n", + " wizard hat He is wearing a purple wizard hat. The wolf mage has a playful expression with its eyes closed \n", + " and cheeks blushing. \n", + " \n", + " wolf an anthro wolf with white fur. \n", + " \n", + " wolf He is wearing a purple wizard hat. The wolf mage has a playful expression with its eyes closed \n", + " and cheeks blushing. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\e14c86c6f7bb8f7e130e86a1c6558caa.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;176;64;39manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man \u001b[0m\u001b[1;38;2;176;64;39manthro\u001b[0m\u001b[30m wolf with white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;99;103;64meyes closed\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a purple wizard hat. The wolf mage has a playful expression with its \u001b[0m\u001b[1;38;2;99;103;64meyes closed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand cheeks blushing. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;174;87mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man anthro wolf with \u001b[0m\u001b[1;38;2;184;174;87mwhite fur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;53;107;95mwizard hat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a purple \u001b[0m\u001b[1;38;2;53;107;95mwizard hat\u001b[0m\u001b[30m. The wolf mage has a playful expression with its eyes closed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand cheeks blushing. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;91;91mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man anthro \u001b[0m\u001b[1;38;2;152;91;91mwolf\u001b[0m\u001b[30m with white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;91;91mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is wearing a purple wizard hat. The \u001b[0m\u001b[1;38;2;152;91;91mwolf\u001b[0m\u001b[30m mage has a playful expression with its eyes closed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand cheeks blushing. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\f1ff847532e185a197af2f14a1fba805.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow leopard A sticker featuring a cartoonish anthro snow leopard. \n", + " \n", + " text The speech bubble's background is white and the text 'MOW!' is written in large bold black \n", + " letters. \n", + " \n", + " blue hair It has gray fur with black spots and blue hair. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\f1ff847532e185a197af2f14a1fba805.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;148;56;197msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA sticker featuring a cartoonish anthro \u001b[0m\u001b[1;38;2;148;56;197msnow leopard\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;60;157mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe speech bubble's background is white and the \u001b[0m\u001b[1;38;2;17;60;157mtext\u001b[0m\u001b[30m 'MOW!' is written in large bold black \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mletters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;153;46;148mblue hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has gray fur with black spots and \u001b[0m\u001b[1;38;2;153;46;148mblue hair\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\furry_sticker\\f9468ada1a62410d8d0891cabe0c538a.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fox An illustration of anthro fox with a blue hair on its head. \n", + " \n", + " fox The fox has a large tail that is half red and half white. \n", + " \n", + " anthro An illustration of anthro fox with a blue hair on its head. \n", + " \n", + " headphones The character is wearing headphones of which only one is visible. \n", + " \n", + " blue hair An illustration of anthro fox with a blue hair on its head. \n", + " \n", + " tail The fox has a large tail that is half red and half white. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\furry_sticker\\f9468ada1a62410d8d0891cabe0c538a.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;105;178mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn illustration of anthro \u001b[0m\u001b[1;38;2;142;105;178mfox\u001b[0m\u001b[30m with a blue hair on its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;105;178mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;142;105;178mfox\u001b[0m\u001b[30m has a large tail that is half red and half white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;16;189manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn illustration of \u001b[0m\u001b[1;38;2;157;16;189manthro\u001b[0m\u001b[30m fox with a blue hair on its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;139;168;183mheadphones\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is wearing \u001b[0m\u001b[1;38;2;139;168;183mheadphones\u001b[0m\u001b[30m of which only one is visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;169;155;63mblue hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn illustration of anthro fox with a \u001b[0m\u001b[1;38;2;169;155;63mblue hair\u001b[0m\u001b[30m on its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;6;117mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a large \u001b[0m\u001b[1;38;2;195;6;117mtail\u001b[0m\u001b[30m that is half red and half white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\lode\\lodestone.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " male A male anthropomorphic wolf set in a natural outdoor environment. The character’s confident \n", + " demeanor and stylish attire are accentuated by the realistic rendering of textures and the \n", + " fantasy element of its wolf-like features all harmonized by the tranquil ambiance created \n", + " through the art style’s soft lighting and warm color palette. \n", + " \n", + " wolf A male anthropomorphic wolf set in a natural outdoor environment. The character’s confident \n", + " demeanor and stylish attire are accentuated by the realistic rendering of textures and the \n", + " fantasy element of its wolf-like features all harmonized by the tranquil ambiance created \n", + " through the art style’s soft lighting and warm color palette. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\lode\\lodestone.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;78;143mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;101;78;143mmale\u001b[0m\u001b[30m anthropomorphic wolf set in a natural outdoor environment. The character’s confident \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdemeanor and stylish attire are accentuated by the realistic rendering of textures and the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfantasy element of its wolf-like features all harmonized by the tranquil ambiance created \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough the art style’s soft lighting and warm color palette. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;181;81mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA male anthropomorphic \u001b[0m\u001b[1;38;2;195;181;81mwolf\u001b[0m\u001b[30m set in a natural outdoor environment. The character’s confident \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdemeanor and stylish attire are accentuated by the realistic rendering of textures and the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfantasy element of its \u001b[0m\u001b[1;38;2;195;181;81mwolf\u001b[0m\u001b[30m-like features all harmonized by the tranquil ambiance created \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough the art style’s soft lighting and warm color palette. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\anthony-catillaz-oozuouaoz.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " magic An enigmatic character with long white hair and elf ears is seen wielding a white staff that \n", + " glows with radiant light piercing the surrounding darkness and casting magic with his other \n", + " hand conjuring a magical energy that emanates an ethereal glow. \n", + " \n", + " hair An enigmatic character with long white hair and elf ears is seen wielding a white staff that \n", + " glows with radiant light piercing the surrounding darkness and casting magic with his other \n", + " hand conjuring a magical energy that emanates an ethereal glow. \n", + " \n", + " white hair An enigmatic character with long white hair and elf ears is seen wielding a white staff that \n", + " glows with radiant light piercing the surrounding darkness and casting magic with his other \n", + " hand conjuring a magical energy that emanates an ethereal glow. \n", + " \n", + " elf An enigmatic character with long white hair and elf ears is seen wielding a white staff that \n", + " glows with radiant light piercing the surrounding darkness and casting magic with his other \n", + " hand conjuring a magical energy that emanates an ethereal glow. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\anthony-catillaz-oozuouaoz.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;59;165;132mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn enigmatic character with long white hair and elf ears is seen wielding a white staff that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglows with radiant light piercing the surrounding darkness and casting \u001b[0m\u001b[1;38;2;59;165;132mmagic\u001b[0m\u001b[30m with his other \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhand conjuring a \u001b[0m\u001b[1;38;2;59;165;132mmagic\u001b[0m\u001b[30mal energy that emanates an ethereal glow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;158;11;193mhair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn enigmatic character with long white \u001b[0m\u001b[1;38;2;158;11;193mhair\u001b[0m\u001b[30m and elf ears is seen wielding a white staff that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglows with radiant light piercing the surrounding darkness and casting magic with his other \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhand conjuring a magical energy that emanates an ethereal glow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;36;186mwhite hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn enigmatic character with long \u001b[0m\u001b[1;38;2;23;36;186mwhite hair\u001b[0m\u001b[30m and elf ears is seen wielding a white staff that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglows with radiant light piercing the surrounding darkness and casting magic with his other \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhand conjuring a magical energy that emanates an ethereal glow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;16;92;87melf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn enigmatic character with long white hair and \u001b[0m\u001b[1;38;2;16;92;87melf\u001b[0m\u001b[30m ears is seen wielding a white staff that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mglows with radiant light piercing the surrounding darkness and casting magic with his other \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhand conjuring a magical energy that emanates an ethereal glow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\anthony-catillaz-tonypaccino-fantasy-character-magic-the-gathering-spla… \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " magic The central figure cloaked and adorned with intricate designs exudes a sense of power and \n", + " magic. \n", + " \n", + " glowing Surrounding the figure are glowing orbs of various sizes casting an eerie glow on the jagged \n", + " rocks and the enveloping mist. \n", + " \n", + " glowing The glowing orbs add a contrasting element with their luminescence illuminating the otherwise \n", + " dark environment. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\anthony-catillaz-tonypaccino-fantasy-character-magic-the-gathering-spla…\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;65;73;162mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe central figure cloaked and adorned with intricate designs exudes a sense of power and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;65;73;162mmagic\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;2;59;16mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mSurrounding the figure are \u001b[0m\u001b[1;38;2;2;59;16mglowing\u001b[0m\u001b[30m orbs of various sizes casting an eerie glow on the jagged \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrocks and the enveloping mist. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;2;59;16mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;2;59;16mglowing\u001b[0m\u001b[30m orbs add a contrasting element with their luminescence illuminating the otherwise \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdark environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\antonio-j-manzanedo-blind-obedience-manzanedo.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " armor At the center a dark warrior adorned in intricate armor is seen amidst ethereal green flames \n", + " and smoke suggesting a supernatural element. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\antonio-j-manzanedo-blind-obedience-manzanedo.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;192;169;15marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAt the center a dark warrior adorned in intricate \u001b[0m\u001b[1;38;2;192;169;15marmor\u001b[0m\u001b[30m is seen amidst ethereal green flames \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand smoke suggesting a supernatural element. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\antonio-j-manzanedo-calculating-lich-manzanedo.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " glowing A skeletal lich stands prominently in the foreground casting a dark spell over a floating \n", + " magical glowing weapon. \n", + " \n", + " armor The art style leans towards dark fantasy with realistic rendering of textures like stone and \n", + " water combined with fantastical elements such as the character’s armor and weapon. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\antonio-j-manzanedo-calculating-lich-manzanedo.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;196;184;10mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA skeletal lich stands prominently in the foreground casting a dark spell over a floating \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmagical \u001b[0m\u001b[1;38;2;196;184;10mglowing\u001b[0m\u001b[30m weapon. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;88;175;57marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe art style leans towards dark fantasy with realistic rendering of textures like stone and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwater combined with fantastical elements such as the character’s \u001b[0m\u001b[1;38;2;88;175;57marmor\u001b[0m\u001b[30m and weapon. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\bayard-wu-404169-take-aim.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " forest A character clad in intricately detailed armor draws an arrow imbued with bright \n", + " yellowish-green energy amidst an enchanting forest illuminated by piercing sunbeams. \n", + " \n", + " forest The character is surrounded by an enchanting forest setting where sunlight pierces through \n", + " creating illuminating beams. \n", + " \n", + " armor A character clad in intricately detailed armor draws an arrow imbued with bright \n", + " yellowish-green energy amidst an enchanting forest illuminated by piercing sunbeams. \n", + " \n", + " armor The art style is realistic with a fantastical element characterized by intricate detailing on \n", + " the character’s armor and a captivating interplay of light and shadow that brings depth to the \n", + " scene. \n", + " \n", + " armor There’s intricate detailing on their armor which adds to their formidable appearance. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\bayard-wu-404169-take-aim.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;67;153mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA character clad in intricately detailed armor draws an arrow imbued with bright \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30myellowish-green energy amidst an enchanting \u001b[0m\u001b[1;38;2;8;67;153mforest\u001b[0m\u001b[30m illuminated by piercing sunbeams. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;67;153mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is surrounded by an enchanting \u001b[0m\u001b[1;38;2;8;67;153mforest\u001b[0m\u001b[30m setting where sunlight pierces through \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcreating illuminating beams. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA character clad in intricately detailed \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[30m draws an arrow imbued with bright \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30myellowish-green energy amidst an enchanting forest illuminated by piercing sunbeams. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe art style is realistic with a fantastical element characterized by intricate detailing on \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe character’s \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[30m and a captivating interplay of light and shadow that brings depth to the\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mscene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere’s intricate detailing on their \u001b[0m\u001b[1;38;2;132;118;196marmor\u001b[0m\u001b[30m which adds to their formidable appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\bayard-wu-407456distracting-flames-05.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " armor A skeletal warrior in dark armor emerges dynamically from an explosion of bright yellow flames \n", + " with a floating flaming sword next to it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\bayard-wu-407456distracting-flames-05.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;198;105marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA skeletal warrior in dark \u001b[0m\u001b[1;38;2;183;198;105marmor\u001b[0m\u001b[30m emerges dynamically from an explosion of bright yellow flames\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a floating flaming sword next to it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\bayard-wu-409199-essence-of-hydra-04.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " magic The color palette dominated by deep greens; blue and browns creates an atmosphere of mystery \n", + " and ancient magic. \n", + " \n", + " teeth The art style detailed and reminiscent of fantasy illustrations focuses on creating mood \n", + " through color and shadow enhancing the sense of awe and terror instilled by the creature’s \n", + " menacing teeth and horns. \n", + " \n", + " forest Adorned with glowing green mystical symbols against its dark brown body the creature’s robust \n", + " and muscular form is set against the backdrop of an enigmatic forest. \n", + " \n", + " glowing Adorned with glowing green mystical symbols against its dark brown body the creature’s robust \n", + " and muscular form is set against the backdrop of an enigmatic forest. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\bayard-wu-409199-essence-of-hydra-04.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;147;123mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe color palette dominated by deep greens; blue and browns creates an atmosphere of mystery \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand ancient \u001b[0m\u001b[1;38;2;147;147;123mmagic\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;71;119;97mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe art style detailed and reminiscent of fantasy illustrations focuses on creating mood \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough color and shadow enhancing the sense of awe and terror instilled by the creature’s \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmenacing \u001b[0m\u001b[1;38;2;71;119;97mteeth\u001b[0m\u001b[30m and horns. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;155;132;44mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAdorned with glowing green mystical symbols against its dark brown body the creature’s robust \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand muscular form is set against the backdrop of an enigmatic \u001b[0m\u001b[1;38;2;155;132;44mforest\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;48;166mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAdorned with \u001b[0m\u001b[1;38;2;109;48;166mglowing\u001b[0m\u001b[30m green mystical symbols against its dark brown body the creature’s robust \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand muscular form is set against the backdrop of an enigmatic forest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\bayard-wu-409390-ajani-s-student.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " magic The deep greens and browns of the color palette create an atmosphere of mystery and ancient \n", + " magic. \n", + " \n", + " lion An anthropomorphic lion is captured mid-motion against an enigmatic dark green backdrop. \n", + " \n", + " lion The lion holding a wooden staff is dressed in traditional attire and adorned with bracelets \n", + " wields magical energy that swirls around their hands glowing with intensity. \n", + " \n", + " staff The lion holding a wooden staff is dressed in traditional attire and adorned with bracelets \n", + " wields magical energy that swirls around their hands glowing with intensity. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\bayard-wu-409390-ajani-s-student.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;155;22;111mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe deep greens and browns of the color palette create an atmosphere of mystery and ancient \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;155;22;111mmagic\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;75;144;24mlion\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthropomorphic \u001b[0m\u001b[1;38;2;75;144;24mlion\u001b[0m\u001b[30m is captured mid-motion against an enigmatic dark green backdrop. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;75;144;24mlion\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;75;144;24mlion\u001b[0m\u001b[30m holding a wooden staff is dressed in traditional attire and adorned with bracelets \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwields magical energy that swirls around their hands glowing with intensity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;60;77;115mstaff\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe lion holding a wooden \u001b[0m\u001b[1;38;2;60;77;115mstaff\u001b[0m\u001b[30m is dressed in traditional attire and adorned with bracelets \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwields magical energy that swirls around their hands glowing with intensity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\bayard-wu-409401-skalla-crocodile.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " night Its gaping maw reveals sharp teeth as it roars into the night under the pale light of the full \n", + " moon that illuminates the rocky terrain below. \n", + " \n", + " dragon A menacing ethereal dragon made of green glowing mist emerges from the dark surroundings. \n", + " \n", + " dragon The color scheme dominated by dark and moody tones contrasts with the green glow of the \n", + " dragon. \n", + " \n", + " moon Its gaping maw reveals sharp teeth as it roars into the night under the pale light of the full \n", + " moon that illuminates the rocky terrain below. \n", + " \n", + " glowing A menacing ethereal dragon made of green glowing mist emerges from the dark surroundings. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\bayard-wu-409401-skalla-crocodile.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;121;102;188mnight\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts gaping maw reveals sharp teeth as it roars into the \u001b[0m\u001b[1;38;2;121;102;188mnight\u001b[0m\u001b[30m under the pale light of the full\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmoon that illuminates the rocky terrain below. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;155;16mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA menacing ethereal \u001b[0m\u001b[1;38;2;132;155;16mdragon\u001b[0m\u001b[30m made of green glowing mist emerges from the dark surroundings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;155;16mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe color scheme dominated by dark and moody tones contrasts with the green glow of the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;132;155;16mdragon\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;35;153;45mmoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts gaping maw reveals sharp teeth as it roars into the night under the pale light of the full\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;35;153;45mmoon\u001b[0m\u001b[30m that illuminates the rocky terrain below. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;50;108mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA menacing ethereal dragon made of green \u001b[0m\u001b[1;38;2;142;50;108mglowing\u001b[0m\u001b[30m mist emerges from the dark surroundings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\billy-christian-415050-boltseeker-mage-final2.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " staff A character in a dynamic pose wielding a staff that emits a vibrant red electric energy. \n", + " \n", + " belt The character is adorned in a detailed costume with a red and green tunic and a brown belt \n", + " with pouches attached. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\billy-christian-415050-boltseeker-mage-final2.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;134;173;100mstaff\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA character in a dynamic pose wielding a \u001b[0m\u001b[1;38;2;134;173;100mstaff\u001b[0m\u001b[30m that emits a vibrant red electric energy. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;4;42;123mbelt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe character is adorned in a detailed costume with a red and green tunic and a brown \u001b[0m\u001b[1;38;2;4;42;123mbelt\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith pouches attached. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\billy-christian-416639-reapingvalkyrie-final.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " armor A warrior adorned in intricate armor standing amidst a turbulent atmosphere of swirling \n", + " energy. \n", + " \n", + " scythe The warrior wields a large curved scythe and their stance is dynamic and powerful suggesting \n", + " an impending confrontation or the aftermath of a battle. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\billy-christian-416639-reapingvalkyrie-final.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;91;25;96marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA warrior adorned in intricate \u001b[0m\u001b[1;38;2;91;25;96marmor\u001b[0m\u001b[30m standing amidst a turbulent atmosphere of swirling \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menergy. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;78;97;153mscythe\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe warrior wields a large curved \u001b[0m\u001b[1;38;2;78;97;153mscythe\u001b[0m\u001b[30m and their stance is dynamic and powerful suggesting \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30man impending confrontation or the aftermath of a battle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-ancient-greenwarden-1600.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " forest A mystical forest shrouded in mist where a creature made of intertwined branches and roots \n", + " stands its arms outstretched as if casting a spell. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-ancient-greenwarden-1600.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;13;192;115mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA mystical \u001b[0m\u001b[1;38;2;13;192;115mforest\u001b[0m\u001b[30m shrouded in mist where a creature made of intertwined branches and roots \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mstands its arms outstretched as if casting a spell. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-growing-rites-of-itlimoc-1200.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " group A group of spell casters in a desert landscape marked by towering rock formations and dunes. \n", + " \n", + " landscape A group of spell casters in a desert landscape marked by towering rock formations and dunes. \n", + " \n", + " landscape This radiant green sharply contrasts the warm tones of brown and beige that dominate the \n", + " landscape. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-growing-rites-of-itlimoc-1200.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;126;99;26mgroup\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;126;99;26mgroup\u001b[0m\u001b[30m of spell casters in a desert landscape marked by towering rock formations and dunes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;111;84mlandscape\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA group of spell casters in a desert \u001b[0m\u001b[1;38;2;193;111;84mlandscape\u001b[0m\u001b[30m marked by towering rock formations and dunes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;111;84mlandscape\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis radiant green sharply contrasts the warm tones of brown and beige that dominate the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;193;111;84mlandscape\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-hour-of-devastation-1920.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " dragon A majestic dragon with its wings spread amidst a dramatic scene where purple meteor-like \n", + " objects are falling from the sky. \n", + " \n", + " dragon The dragon’s intricately detailed scales and the aura of power and mystery it exudes are \n", + " highlighted by a bright light source from behind. \n", + " \n", + " wings A majestic dragon with its wings spread amidst a dramatic scene where purple meteor-like \n", + " objects are falling from the sky. \n", + " \n", + " scales The dragon’s intricately detailed scales and the aura of power and mystery it exudes are \n", + " highlighted by a bright light source from behind. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-hour-of-devastation-1920.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;167;35;114mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA majestic \u001b[0m\u001b[1;38;2;167;35;114mdragon\u001b[0m\u001b[30m with its wings spread amidst a dramatic scene where purple meteor-like \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mobjects are falling from the sky. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;167;35;114mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;167;35;114mdragon\u001b[0m\u001b[30m’s intricately detailed scales and the aura of power and mystery it exudes are \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhighlighted by a bright light source from behind. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;194;157;13mwings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA majestic dragon with its \u001b[0m\u001b[1;38;2;194;157;13mwings\u001b[0m\u001b[30m spread amidst a dramatic scene where purple meteor-like \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mobjects are falling from the sky. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;39;100;155mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon’s intricately detailed \u001b[0m\u001b[1;38;2;39;100;155mscales\u001b[0m\u001b[30m and the aura of power and mystery it exudes are \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhighlighted by a bright light source from behind. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-shivan-fire-1500.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fire A formidable dragon with its wings spread breathing fire towards the rocky ground where a \n", + " warrior stands. \n", + " \n", + " dragon A formidable dragon with its wings spread breathing fire towards the rocky ground where a \n", + " warrior stands. \n", + " \n", + " dragon The warrior engulfed in the bright light of the flames appears determined despite being small \n", + " in comparison to the dragon. \n", + " \n", + " dragon The fiery oranges and reds dominate illuminating the dark outlines of the dragon and rocks and \n", + " conveying a sense of heat and danger. \n", + " \n", + " dragon The highly detailed and realistic style captures intricate details of the dragon’s scales and \n", + " the rocky terrain with a dynamic interplay of light and shadow adding depth to the scene. \n", + " \n", + " wings A formidable dragon with its wings spread breathing fire towards the rocky ground where a \n", + " warrior stands. \n", + " \n", + " scales The highly detailed and realistic style captures intricate details of the dragon’s scales and \n", + " the rocky terrain with a dynamic interplay of light and shadow adding depth to the scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-shivan-fire-1500.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;128;148mfire\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA formidable dragon with its wings spread breathing \u001b[0m\u001b[1;38;2;93;128;148mfire\u001b[0m\u001b[30m towards the rocky ground where a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwarrior stands. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA formidable \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[30m with its wings spread breathing fire towards the rocky ground where a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwarrior stands. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe warrior engulfed in the bright light of the flames appears determined despite being small \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min comparison to the \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fiery oranges and reds dominate illuminating the dark outlines of the \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[30m and rocks and\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mconveying a sense of heat and danger. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe highly detailed and realistic style captures intricate details of the \u001b[0m\u001b[1;38;2;0;174;179mdragon\u001b[0m\u001b[30m’s scales and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky terrain with a dynamic interplay of light and shadow adding depth to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;36;137mwings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA formidable dragon with its \u001b[0m\u001b[1;38;2;191;36;137mwings\u001b[0m\u001b[30m spread breathing fire towards the rocky ground where a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwarrior stands. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;110;183;192mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe highly detailed and realistic style captures intricate details of the dragon’s \u001b[0m\u001b[1;38;2;110;183;192mscales\u001b[0m\u001b[30m and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky terrain with a dynamic interplay of light and shadow adding depth to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-slinn-voda-the-rising-deep-1500.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " underwater The dramatic interplay of light and shadow along with the dark blue and green tones creates an \n", + " enigmatic underwater atmosphere. \n", + " \n", + " fish Schools of small fish illuminate the sense of scale and grandeur while the ocean floor \n", + " scattered with rocks and remnants of a shipwreck adds depth to the scene. \n", + " \n", + " glowing A massive mythical sea creature adorned with intricate designs and glowing elements swimming \n", + " through the deep ocean. \n", + " \n", + " sea A massive mythical sea creature adorned with intricate designs and glowing elements swimming \n", + " through the deep ocean. \n", + " \n", + " swimming A massive mythical sea creature adorned with intricate designs and glowing elements swimming \n", + " through the deep ocean. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-slinn-voda-the-rising-deep-1500.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;85;33munderwater\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dramatic interplay of light and shadow along with the dark blue and green tones creates an\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menigmatic \u001b[0m\u001b[1;38;2;120;85;33munderwater\u001b[0m\u001b[30m atmosphere. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;46;68mfish\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mSchools of small \u001b[0m\u001b[1;38;2;43;46;68mfish\u001b[0m\u001b[30m illuminate the sense of scale and grandeur while the ocean floor \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mscattered with rocks and remnants of a shipwreck adds depth to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;42;102mglowing\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA massive mythical sea creature adorned with intricate designs and \u001b[0m\u001b[1;38;2;180;42;102mglowing\u001b[0m\u001b[30m elements swimming \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough the deep ocean. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;192;63;184msea\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA massive mythical \u001b[0m\u001b[1;38;2;192;63;184msea\u001b[0m\u001b[30m creature adorned with intricate designs and glowing elements swimming \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough the deep ocean. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;186;83;27mswimming\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA massive mythical sea creature adorned with intricate designs and glowing elements \u001b[0m\u001b[1;38;2;186;83;27mswimming\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthrough the deep ocean. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-stumpsquall-hydra-1600.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " hydra A menacing multi-headed hydra with each head exhibiting a fierce expression set in a dark and \n", + " ominous forest. \n", + " \n", + " forest A menacing multi-headed hydra with each head exhibiting a fierce expression set in a dark and \n", + " ominous forest. \n", + " \n", + " scales The creature’s green scales and the eerie green glow emanating from within its body where it's \n", + " heads were chopped off contrast sharply with its red spikes and fins. \n", + " \n", + " green scales The creature’s green scales and the eerie green glow emanating from within its body where it's \n", + " heads were chopped off contrast sharply with its red spikes and fins. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-stumpsquall-hydra-1600.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;111;166mhydra\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA menacing multi-headed \u001b[0m\u001b[1;38;2;51;111;166mhydra\u001b[0m\u001b[30m with each head exhibiting a fierce expression set in a dark and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mominous forest. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;60;198;153mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA menacing multi-headed hydra with each head exhibiting a fierce expression set in a dark and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mominous \u001b[0m\u001b[1;38;2;60;198;153mforest\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;3;46mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe creature’s green \u001b[0m\u001b[1;38;2;132;3;46mscales\u001b[0m\u001b[30m and the eerie green glow emanating from within its body where it's\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheads were chopped off contrast sharply with its red spikes and fins. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;18;184;175mgreen scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe creature’s \u001b[0m\u001b[1;38;2;18;184;175mgreen scales\u001b[0m\u001b[30m and the eerie green glow emanating from within its body where it's\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mheads were chopped off contrast sharply with its red spikes and fins. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-tormod-the-desecrator-1600.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " magic The figure holds up a glowing skull floating above one of its hand with magic and casts an \n", + " enigmatic spell with the other. \n", + " \n", + " armor A mystical figure adorned in dark armor with intricate designs standing before a stone altar \n", + " emanating a powerful purple energy. \n", + " \n", + " skull The figure holds up a glowing skull floating above one of its hand with magic and casts an \n", + " enigmatic spell with the other. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-tormod-the-desecrator-1600.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;34;185;173mmagic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe figure holds up a glowing skull floating above one of its hand with \u001b[0m\u001b[1;38;2;34;185;173mmagic\u001b[0m\u001b[30m and casts an \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menigmatic spell with the other. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;2;143marmor\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA mystical figure adorned in dark \u001b[0m\u001b[1;38;2;170;2;143marmor\u001b[0m\u001b[30m with intricate designs standing before a stone altar \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30memanating a powerful purple energy. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;85;165;39mskull\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe figure holds up a glowing \u001b[0m\u001b[1;38;2;85;165;39mskull\u001b[0m\u001b[30m floating above one of its hand with magic and casts an \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menigmatic spell with the other. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\magic\\greg-rutkowski-vanquish-the-horde-1500.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " sword A man standing triumphantly atop a mound of defeated foes wielding a magical glowing sword. \n", + " \n", + " sword This warmth contrasts starkly against the cold light of the sword and the dark attire of the \n", + " victorious warrior highlighting their dominance in the scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\magic\\greg-rutkowski-vanquish-the-horde-1500.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;77;92;76msword\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA man standing triumphantly atop a mound of defeated foes wielding a magical glowing \u001b[0m\u001b[1;38;2;77;92;76msword\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;77;92;76msword\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis warmth contrasts starkly against the cold light of the \u001b[0m\u001b[1;38;2;77;92;76msword\u001b[0m\u001b[30m and the dark attire of the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvictorious warrior highlighting their dominance in the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\male_watersports\\836c3b14f57e064b04b4d2ed70ac89d9.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " king king k. rool \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\male_watersports\\836c3b14f57e064b04b4d2ed70ac89d9.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;102;170mking\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;43;102;170mking\u001b[0m\u001b[30m k. rool \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00000233-03232306.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", + " base in a sexy pose. \n", + " \n", + " knot this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", + " base in a sexy pose. \n", + " \n", + " male this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", + " base in a sexy pose. \n", + " \n", + " wolf this image features an anthro male wolf presenting his canine genitalia with a knot at it's \n", + " base in a sexy pose. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00000233-03232306.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;29;59manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an \u001b[0m\u001b[1;38;2;197;29;59manthro\u001b[0m\u001b[30m male wolf presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;152;70;80mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male wolf presenting his canine genitalia with a \u001b[0m\u001b[1;38;2;152;70;80mknot\u001b[0m\u001b[30m at it's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;142;141mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro \u001b[0m\u001b[1;38;2;131;142;141mmale\u001b[0m\u001b[30m wolf presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;40;42mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro male \u001b[0m\u001b[1;38;2;132;40;42mwolf\u001b[0m\u001b[30m presenting his canine genitalia with a knot at it's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbase in a sexy pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00051-1629238066.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", + " from stone outside on a sunny day. \n", + " \n", + " anthro the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", + " from stone outside on a sunny day. \n", + " \n", + " fox the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", + " from stone outside on a sunny day. \n", + " \n", + " outside the image features a female anthro white fox with black muzzle submerged in a bath constructed \n", + " from stone outside on a sunny day. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00051-1629238066.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;21;36;107mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;21;36;107mfemale\u001b[0m\u001b[30m anthro white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfrom stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;172;70;46manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;172;70;46manthro\u001b[0m\u001b[30m white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfrom stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;136;74;6mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro white \u001b[0m\u001b[1;38;2;136;74;6mfox\u001b[0m\u001b[30m with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfrom stone outside on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;3;87;189moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro white fox with black muzzle submerged in a bath constructed\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfrom stone \u001b[0m\u001b[1;38;2;3;87;189moutside\u001b[0m\u001b[30m on a sunny day. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00053-241989068.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", + " decorated with pink flowers outside. \n", + " \n", + " anthro the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", + " decorated with pink flowers outside. \n", + " \n", + " fennec fox the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", + " decorated with pink flowers outside. \n", + " \n", + " outside the image features a female anthro fennec fox submerged naked in a bath constructed from stone \n", + " decorated with pink flowers outside. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00053-241989068.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;144;172;24mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;144;172;24mfemale\u001b[0m\u001b[30m anthro fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;22;114;162manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;22;114;162manthro\u001b[0m\u001b[30m fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;71;32mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro \u001b[0m\u001b[1;38;2;180;71;32mfennec fox\u001b[0m\u001b[30m submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers outside. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;111;14moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro fennec fox submerged naked in a bath constructed from stone\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdecorated with pink flowers \u001b[0m\u001b[1;38;2;8;111;14moutside\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00063-154846349.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " red panda Portrays an female anthropomorphic red panda set against a tranquil backdrop of cherry \n", + " blossoms in bloom. \n", + " \n", + " red panda A hand reaches out touching the red panda's head suggesting a moment of connection amidst the \n", + " softly focused cherry blossoms and gently falling petals adding a dynamic element to the \n", + " peaceful scene. \n", + " \n", + " female Portrays an female anthropomorphic red panda set against a tranquil backdrop of cherry \n", + " blossoms in bloom. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00063-154846349.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;66;195;79mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mPortrays an female anthropomorphic \u001b[0m\u001b[1;38;2;66;195;79mred panda\u001b[0m\u001b[30m set against a tranquil backdrop of cherry \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblossoms in bloom. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;66;195;79mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA hand reaches out touching the \u001b[0m\u001b[1;38;2;66;195;79mred panda\u001b[0m\u001b[30m's head suggesting a moment of connection amidst the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msoftly focused cherry blossoms and gently falling petals adding a dynamic element to the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpeaceful scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;71;81mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mPortrays an \u001b[0m\u001b[1;38;2;132;71;81mfemale\u001b[0m\u001b[30m anthropomorphic red panda set against a tranquil backdrop of cherry \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblossoms in bloom. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00091-2849301263.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " male the image features an anthro male fox with a white shirt and blue denim that is partially \n", + " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", + " viewer. \n", + " \n", + " anthro the image features an anthro male fox with a white shirt and blue denim that is partially \n", + " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", + " viewer. \n", + " \n", + " knot the image features an anthro male fox with a white shirt and blue denim that is partially \n", + " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", + " viewer. \n", + " \n", + " balls the image features an anthro male fox with a white shirt and blue denim that is partially \n", + " pulled down showing his prominent canine genitalia with a knot at it's base and balls to the \n", + " viewer. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00091-2849301263.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;6;119;41mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro \u001b[0m\u001b[1;38;2;6;119;41mmale\u001b[0m\u001b[30m fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;94;19;94manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;94;19;94manthro\u001b[0m\u001b[30m male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;4;75mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a \u001b[0m\u001b[1;38;2;170;4;75mknot\u001b[0m\u001b[30m at it's base and balls to the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;166;141mballs\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro male fox with a white shirt and blue denim that is partially \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpulled down showing his prominent canine genitalia with a knot at it's base and \u001b[0m\u001b[1;38;2;81;166;141mballs\u001b[0m\u001b[30m to the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00302-1912251111.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " breasts this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", + " with a knot at it's base. \n", + " \n", + " knot this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", + " with a knot at it's base. \n", + " \n", + " anthro this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", + " with a knot at it's base. \n", + " \n", + " fennec fox this image features an anthro intersex fennec fox with medium breasts and a canine genitalia \n", + " with a knot at it's base. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00302-1912251111.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;12;46;115mbreasts\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium \u001b[0m\u001b[1;38;2;12;46;115mbreasts\u001b[0m\u001b[30m and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;33;26;134mknot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex fennec fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a \u001b[0m\u001b[1;38;2;33;26;134mknot\u001b[0m\u001b[30m at it's base. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;142;76manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an \u001b[0m\u001b[1;38;2;112;142;76manthro\u001b[0m\u001b[30m intersex fennec fox with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;12;93;107mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features an anthro intersex \u001b[0m\u001b[1;38;2;12;93;107mfennec fox\u001b[0m\u001b[30m with medium breasts and a canine genitalia \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith a knot at it's base. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00582-1006646220.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " male Features a male anthropomorphic fox depicted with detailed fur patterning in vibrant shades of \n", + " orange; white and black reflecting the natural hues of a fox. \n", + " \n", + " fox Features a male anthropomorphic fox depicted with detailed fur patterning in vibrant shades of \n", + " orange; white and black reflecting the natural hues of a fox. \n", + " \n", + " fox The setting is simple focusing attention on the intricate details of the fox. \n", + " \n", + " jeans He wears a black tank top with a white skull motif and ripped blue jeans creating a casual yet \n", + " edgy look. \n", + " \n", + " fur Features a male anthropomorphic fox depicted with detailed fur patterning in vibrant shades of \n", + " orange; white and black reflecting the natural hues of a fox. \n", + " \n", + " tank top He wears a black tank top with a white skull motif and ripped blue jeans creating a casual yet \n", + " edgy look. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00582-1006646220.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;172;52;119mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mFeatures a \u001b[0m\u001b[1;38;2;172;52;119mmale\u001b[0m\u001b[30m anthropomorphic fox depicted with detailed fur patterning in vibrant shades of\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30morange; white and black reflecting the natural hues of a fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;76;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mFeatures a male anthropomorphic \u001b[0m\u001b[1;38;2;178;76;194mfox\u001b[0m\u001b[30m depicted with detailed fur patterning in vibrant shades of\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30morange; white and black reflecting the natural hues of a \u001b[0m\u001b[1;38;2;178;76;194mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;76;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe setting is simple focusing attention on the intricate details of the \u001b[0m\u001b[1;38;2;178;76;194mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;125;105;33mjeans\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe wears a black tank top with a white skull motif and ripped blue \u001b[0m\u001b[1;38;2;125;105;33mjeans\u001b[0m\u001b[30m creating a casual yet\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30medgy look. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;115;69;99mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mFeatures a male anthropomorphic fox depicted with detailed \u001b[0m\u001b[1;38;2;115;69;99mfur\u001b[0m\u001b[30m patterning in vibrant shades of\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30morange; white and black reflecting the natural hues of a fox. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;114;57;14mtank top\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe wears a black \u001b[0m\u001b[1;38;2;114;57;14mtank top\u001b[0m\u001b[30m with a white skull motif and ripped blue jeans creating a casual yet\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30medgy look. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\00845-1683561778.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female this photo features a female anthro fox getting raped by blue tentacles. \n", + " \n", + " anthro this photo features a female anthro fox getting raped by blue tentacles. \n", + " \n", + " blue tentacles this photo features a female anthro fox getting raped by blue tentacles. \n", + " \n", + " photo this photo features a female anthro fox getting raped by blue tentacles. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\00845-1683561778.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;167;78mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a \u001b[0m\u001b[1;38;2;116;167;78mfemale\u001b[0m\u001b[30m anthro fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;73;152;61manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female \u001b[0m\u001b[1;38;2;73;152;61manthro\u001b[0m\u001b[30m fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;92;106;118mblue tentacles\u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro fox getting raped by \u001b[0m\u001b[1;38;2;92;106;118mblue tentacles\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;57;40;117mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis \u001b[0m\u001b[1;38;2;57;40;117mphoto\u001b[0m\u001b[30m features a female anthro fox getting raped by blue tentacles. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\044ae3c2bf93acfe51f0fead311c5308.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro A striking and detailed portrayal of an anthro black cat with yellow eyes. \n", + " \n", + " anthro The anthro cat is positioned against a backdrop of dense green foliage. \n", + " \n", + " yellow eyes A striking and detailed portrayal of an anthro black cat with yellow eyes. \n", + " \n", + " yellow eyes Its yellow eyes have slit-lit pupils and are wide open giving it an intense and focused look. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\044ae3c2bf93acfe51f0fead311c5308.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;6;127;7manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA striking and detailed portrayal of an \u001b[0m\u001b[1;38;2;6;127;7manthro\u001b[0m\u001b[30m black cat with yellow eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;6;127;7manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;6;127;7manthro\u001b[0m\u001b[30m cat is positioned against a backdrop of dense green foliage. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;65;92;184myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA striking and detailed portrayal of an anthro black cat with \u001b[0m\u001b[1;38;2;65;92;184myellow eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;65;92;184myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts \u001b[0m\u001b[1;38;2;65;92;184myellow eyes\u001b[0m\u001b[30m have slit-lit pupils and are wide open giving it an intense and focused look. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\07bd3943-bd6c-4c9b-9e0a-683ed1b92899.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " \n", + " anthro the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " \n", + " open mouth the image features a female anthro hyena standing naked in a well-lit room with open mouth. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\07bd3943-bd6c-4c9b-9e0a-683ed1b92899.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;87;40;10mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;87;40;10mfemale\u001b[0m\u001b[30m anthro hyena standing naked in a well-lit room with open mouth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;156;91;151manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;156;91;151manthro\u001b[0m\u001b[30m hyena standing naked in a well-lit room with open mouth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;167;97;52mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro hyena standing naked in a well-lit room with \u001b[0m\u001b[1;38;2;167;97;52mopen mouth\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\10846033.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " whiskers the raccoon’s fur is a mix of gray and black with lighter tones around the nose and its large \n", + " dark eyes and long white whiskers give it an expression of curiosity. \n", + " \n", + " feral the image presents a feral raccoon instantly recognizable by its distinctive “mask” of black \n", + " fur around its eyes set against the backdrop of a natural rocky environment. \n", + " \n", + " black fur the image presents a feral raccoon instantly recognizable by its distinctive “mask” of black \n", + " fur around its eyes set against the backdrop of a natural rocky environment. \n", + " \n", + " raccoon the image presents a feral raccoon instantly recognizable by its distinctive “mask” of black \n", + " fur around its eyes set against the backdrop of a natural rocky environment. \n", + " \n", + " raccoon the raccoon’s fur is a mix of gray and black with lighter tones around the nose and its large \n", + " dark eyes and long white whiskers give it an expression of curiosity. \n", + " \n", + " raccoon the wet rocks and presence of water suggest the raccoon may be near a stream or pond a common \n", + " habitat for these adaptable creatures. \n", + " \n", + " raccoon the background is blurry allowing the viewer to focus on the raccoon. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\10846033.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;126;113;169mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe raccoon’s fur is a mix of gray and black with lighter tones around the nose and its large \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdark eyes and long white \u001b[0m\u001b[1;38;2;126;113;169mwhiskers\u001b[0m\u001b[30m give it an expression of curiosity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;106;96;64mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a \u001b[0m\u001b[1;38;2;106;96;64mferal\u001b[0m\u001b[30m raccoon instantly recognizable by its distinctive “mask” of black \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfur around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;84;69mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a feral raccoon instantly recognizable by its distinctive “mask” of \u001b[0m\u001b[1;38;2;188;84;69mblack \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;188;84;69mfur\u001b[0m\u001b[30m around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a feral \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[30m instantly recognizable by its distinctive “mask” of black \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfur around its eyes set against the backdrop of a natural rocky environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[30m’s fur is a mix of gray and black with lighter tones around the nose and its large \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdark eyes and long white whiskers give it an expression of curiosity. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe wet rocks and presence of water suggest the \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[30m may be near a stream or pond a common \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat for these adaptable creatures. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurry allowing the viewer to focus on the \u001b[0m\u001b[1;38;2;127;27;77mraccoon\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\10846076.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral the image depicts a feral brown bear partially submerged in the still waters of its natural \n", + " habitat. \n", + " \n", + " brown bear the image depicts a feral brown bear partially submerged in the still waters of its natural \n", + " habitat. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\10846076.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;74;116;197mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image depicts a \u001b[0m\u001b[1;38;2;74;116;197mferal\u001b[0m\u001b[30m brown bear partially submerged in the still waters of its natural \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;61;108;66mbrown bear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image depicts a feral \u001b[0m\u001b[1;38;2;61;108;66mbrown bear\u001b[0m\u001b[30m partially submerged in the still waters of its natural \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhabitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\1539232.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow leopard a snow leopard resting on a rocky outcrop in a snowy landscape. \n", + " \n", + " snow leopard the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", + " appearance. \n", + " \n", + " snow leopard the snow leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \n", + " poised pose. \n", + " \n", + " snow leopard the rocky outcrop provides a natural perch for the snow leopard allowing it to survey its \n", + " surroundings and bask in the warmth of the sunlight filtering through the snow. \n", + " \n", + " winter the background is a serene winter scene with falling snowflakes creating a magical ethereal \n", + " atmosphere. \n", + " \n", + " leopard a snow leopard resting on a rocky outcrop in a snowy landscape. \n", + " \n", + " leopard the snow leopard's spotted fur is covered in a layer of fresh snow giving it a pristine white \n", + " appearance. \n", + " \n", + " leopard the snow leopard's body is sprawled out with its powerful legs splayed out in a relaxed yet \n", + " poised pose. \n", + " \n", + " leopard the rocky outcrop provides a natural perch for the snow leopard allowing it to survey its \n", + " surroundings and bask in the warmth of the sunlight filtering through the snow. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\1539232.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[30m resting on a rocky outcrop in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[30m's spotted fur is covered in a layer of fresh snow giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[30m's body is sprawled out with its powerful legs splayed out in a relaxed yet \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpoised pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky outcrop provides a natural perch for the \u001b[0m\u001b[1;38;2;56;105;171msnow leopard\u001b[0m\u001b[30m allowing it to survey its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurroundings and bask in the warmth of the sunlight filtering through the snow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;71;175mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a serene \u001b[0m\u001b[1;38;2;8;71;175mwinter\u001b[0m\u001b[30m scene with falling snowflakes creating a magical ethereal \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30matmosphere. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[30m resting on a rocky outcrop in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[30m's spotted fur is covered in a layer of fresh snow giving it a pristine white \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mappearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[30m's body is sprawled out with its powerful legs splayed out in a relaxed yet \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpoised pose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe rocky outcrop provides a natural perch for the snow \u001b[0m\u001b[1;38;2;11;178;69mleopard\u001b[0m\u001b[30m allowing it to survey its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurroundings and bask in the warmth of the sunlight filtering through the snow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\1f049eb995024948b6b7f2205e0703af.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " sylveon the image features a sylveon giving a blowjob to somebody. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\1f049eb995024948b6b7f2205e0703af.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;31;152msylveon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;127;31;152msylveon\u001b[0m\u001b[30m giving a blowjob to somebody. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\2018-12-02-19-17-46-1200x800.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral the image portrays a feral tiger moving through a tranquil snowy landscape. \n", + " \n", + " tiger the image portrays a feral tiger moving through a tranquil snowy landscape. \n", + " \n", + " tiger the tiger’s intense gaze and muscular form are accentuated by the serene backdrop highlighting \n", + " the animal’s adaptability to various environments. \n", + " \n", + " orange fur its striking orange fur adorned with bold black stripes stands in stark contrast to the white \n", + " snow that clings to its coat. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\2018-12-02-19-17-46-1200x800.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;124;67;169mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image portrays a \u001b[0m\u001b[1;38;2;124;67;169mferal\u001b[0m\u001b[30m tiger moving through a tranquil snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;161;44;68mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image portrays a feral \u001b[0m\u001b[1;38;2;161;44;68mtiger\u001b[0m\u001b[30m moving through a tranquil snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;161;44;68mtiger\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;161;44;68mtiger\u001b[0m\u001b[30m’s intense gaze and muscular form are accentuated by the serene backdrop highlighting\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe animal’s adaptability to various environments. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;94;174morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits striking \u001b[0m\u001b[1;38;2;109;94;174morange fur\u001b[0m\u001b[30m adorned with bold black stripes stands in stark contrast to the white \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msnow that clings to its coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\37398.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow a snow leopard sitting in a snowy landscape. \n", + " \n", + " snow the snow leopard has a spotted furry body with a thick fluffy coat that is covered in snow. \n", + " \n", + " snow the snow leopard's pose is relaxed with its front paws resting on the snow-covered ground and \n", + " its tail curled around its body. \n", + " \n", + " snow the snow is thick and packed creating a pristine untouched winter wonderland. \n", + " \n", + " snow leopard a snow leopard sitting in a snowy landscape. \n", + " \n", + " snow leopard the snow leopard has a spotted furry body with a thick fluffy coat that is covered in snow. \n", + " \n", + " snow leopard the snow leopard's pose is relaxed with its front paws resting on the snow-covered ground and \n", + " its tail curled around its body. \n", + " \n", + " winter the snow is thick and packed creating a pristine untouched winter wonderland. \n", + " \n", + " sky the sky is a brilliant blue with a few fluffy clouds drifting overhead. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\37398.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m leopard sitting in a \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m leopard has a spotted furry body with a thick fluffy coat that is covered in \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m leopard's pose is relaxed with its front paws resting on the \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m-covered ground and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tail curled around its body. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;113;174;138msnow\u001b[0m\u001b[30m is thick and packed creating a pristine untouched winter wonderland. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[30m sitting in a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[30m has a spotted furry body with a thick fluffy coat that is covered in snow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;135;40;143msnow leopard\u001b[0m\u001b[30m's pose is relaxed with its front paws resting on the snow-covered ground and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tail curled around its body. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;158;164;17mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow is thick and packed creating a pristine untouched \u001b[0m\u001b[1;38;2;158;164;17mwinter\u001b[0m\u001b[30m wonderland. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;32;12;13msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;32;12;13msky\u001b[0m\u001b[30m is a brilliant blue with a few fluffy clouds drifting overhead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\3dfb5542-b462-435b-b204-83b76122f4a1.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " \n", + " female the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " \n", + " wolf the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " \n", + " lingerie the image features a female anthro black wolf laying on her back on a bed in lingerie. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\3dfb5542-b462-435b-b204-83b76122f4a1.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;78;161manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;56;78;161manthro\u001b[0m\u001b[30m black wolf laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;101;175mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;31;101;175mfemale\u001b[0m\u001b[30m anthro black wolf laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;35;3;175mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro black \u001b[0m\u001b[1;38;2;35;3;175mwolf\u001b[0m\u001b[30m laying on her back on a bed in lingerie. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;185;90mlingerie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro black wolf laying on her back on a bed in \u001b[0m\u001b[1;38;2;120;185;90mlingerie\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\441e95f17163856adbcdee6b1b2cb433.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral this image features three feral black and brown mastiffs all of whom are presenting their \n", + " hindquarters to the viewer. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\441e95f17163856adbcdee6b1b2cb433.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;29;6;153mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis image features three \u001b[0m\u001b[1;38;2;29;6;153mferal\u001b[0m\u001b[30m black and brown mastiffs all of whom are presenting their \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters to the viewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\48871758351_7371931fa8_b.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral A feral otter perched on a rock surface captured in a moment of yawning with its mouth wide \n", + " open and eyes closed. The otter’s fur appears dry and well-groomed. \n", + " \n", + " otter A feral otter perched on a rock surface captured in a moment of yawning with its mouth wide \n", + " open and eyes closed. The otter’s fur appears dry and well-groomed. \n", + " \n", + " otter The details of the otter’s teeth and inner mouth are visible adding to the dynamic expression \n", + " of the animal. \n", + " \n", + " teeth The details of the otter’s teeth and inner mouth are visible adding to the dynamic expression \n", + " of the animal. \n", + " \n", + " fur A feral otter perched on a rock surface captured in a moment of yawning with its mouth wide \n", + " open and eyes closed. The otter’s fur appears dry and well-groomed. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\48871758351_7371931fa8_b.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;74;18;179mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;74;18;179mferal\u001b[0m\u001b[30m otter perched on a rock surface captured in a moment of yawning with its mouth wide \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mopen and eyes closed. The otter’s fur appears dry and well-groomed. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;154;127;57motter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral \u001b[0m\u001b[1;38;2;154;127;57motter\u001b[0m\u001b[30m perched on a rock surface captured in a moment of yawning with its mouth wide \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mopen and eyes closed. The \u001b[0m\u001b[1;38;2;154;127;57motter\u001b[0m\u001b[30m’s fur appears dry and well-groomed. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;154;127;57motter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe details of the \u001b[0m\u001b[1;38;2;154;127;57motter\u001b[0m\u001b[30m’s teeth and inner mouth are visible adding to the dynamic expression \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof the animal. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;66;90mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe details of the otter’s \u001b[0m\u001b[1;38;2;197;66;90mteeth\u001b[0m\u001b[30m and inner mouth are visible adding to the dynamic expression \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof the animal. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;161;54mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral otter perched on a rock surface captured in a moment of yawning with its mouth wide \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mopen and eyes closed. The otter’s \u001b[0m\u001b[1;38;2;193;161;54mfur\u001b[0m\u001b[30m appears dry and well-groomed. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\74a76661fe5840e08f7724cabd93b289.pngtplv-6bxrjdptv7-image.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro the image features an anthro female lynx with long silver hair and green eyes. \n", + " \n", + " female the image features an anthro female lynx with long silver hair and green eyes. \n", + " \n", + " lynx the image features an anthro female lynx with long silver hair and green eyes. \n", + " \n", + " hat she has a black hat with holes that allow her ears to perk up and a black vest with a grey \n", + " hoodie under it. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\74a76661fe5840e08f7724cabd93b289.pngtplv-6bxrjdptv7-image.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;167;20manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;162;167;20manthro\u001b[0m\u001b[30m female lynx with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;191;33mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro \u001b[0m\u001b[1;38;2;170;191;33mfemale\u001b[0m\u001b[30m lynx with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;97;78;175mlynx\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro female \u001b[0m\u001b[1;38;2;97;78;175mlynx\u001b[0m\u001b[30m with long silver hair and green eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;27;95mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshe has a black \u001b[0m\u001b[1;38;2;116;27;95mhat\u001b[0m\u001b[30m with holes t\u001b[0m\u001b[1;38;2;116;27;95mhat\u001b[0m\u001b[30m allow her ears to perk up and a black vest with a grey \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhoodie under it. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\7af8f639c59f0276970a3b476778c9a5.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " \n", + " feral the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " \n", + " coyote the image features a feral female coyote standing in the middle presenting her hindquarters. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\7af8f639c59f0276970a3b476778c9a5.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;86;154;156mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a feral \u001b[0m\u001b[1;38;2;86;154;156mfemale\u001b[0m\u001b[30m coyote standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;125;6;45mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;125;6;45mferal\u001b[0m\u001b[30m female coyote standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;151;98;155mcoyote\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a feral female \u001b[0m\u001b[1;38;2;151;98;155mcoyote\u001b[0m\u001b[30m standing in the middle presenting her hindquarters. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\81b16ba5-5867-4dac-b2aa-e366f10778e2.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro the image features an anthro female wolf riding a bycicle. \n", + " \n", + " wolf the image features an anthro female wolf riding a bycicle. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\81b16ba5-5867-4dac-b2aa-e366f10778e2.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;66;88;22manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an \u001b[0m\u001b[1;38;2;66;88;22manthro\u001b[0m\u001b[30m female wolf riding a bycicle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;91;109;184mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features an anthro female \u001b[0m\u001b[1;38;2;91;109;184mwolf\u001b[0m\u001b[30m riding a bycicle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\83973-fox-foxes-face.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", + " blurred background. \n", + " \n", + " teeth with its mouth open and teeth visible the fox appears to be mid-vocalization perhaps calling \n", + " out or simply caught in a moment of breath. \n", + " \n", + " photo this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", + " blurred background. \n", + " \n", + " blurred this is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a \n", + " background blurred background. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\83973-fox-foxes-face.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;129;142mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a \u001b[0m\u001b[1;38;2;171;129;142mferal\u001b[0m\u001b[30m fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;97;13;39mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its mouth open and \u001b[0m\u001b[1;38;2;97;13;39mteeth\u001b[0m\u001b[30m visible the fox appears to be mid-vocalization perhaps calling \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mout or simply caught in a moment of breath. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;10;110;80mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a \u001b[0m\u001b[1;38;2;10;110;80mphoto\u001b[0m\u001b[30m a feral fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblurred background. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;86;185;108mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis is a photo a feral fox its vibrant orange-red fur standing out against the soft hues of a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;86;185;108mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;86;185;108mblurred background\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\882adc1422e945259cf54be10ab8270e.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " gabumon this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " female this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " anthro this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " outside this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " swimming pool this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " photo this photo features a female anthro gabumon standing outside by a swimming pool naked. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\882adc1422e945259cf54be10ab8270e.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;80;142mgabumon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro \u001b[0m\u001b[1;38;2;178;80;142mgabumon\u001b[0m\u001b[30m standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;47;151mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a \u001b[0m\u001b[1;38;2;43;47;151mfemale\u001b[0m\u001b[30m anthro gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;186;194;129manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female \u001b[0m\u001b[1;38;2;186;194;129manthro\u001b[0m\u001b[30m gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;41;140;161moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro gabumon standing \u001b[0m\u001b[1;38;2;41;140;161moutside\u001b[0m\u001b[30m by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;20;92;125mswimming pool\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis photo features a female anthro gabumon standing outside by a \u001b[0m\u001b[1;38;2;20;92;125mswimming pool\u001b[0m\u001b[30m naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;65;55;24mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthis \u001b[0m\u001b[1;38;2;65;55;24mphoto\u001b[0m\u001b[30m features a female anthro gabumon standing outside by a swimming pool naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\8a3caa4d-1fbf-473c-80cb-b632b4db2480.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female the image features a female anthro husky laying on her back on a bed naked. \n", + " \n", + " anthro the image features a female anthro husky laying on her back on a bed naked. \n", + " \n", + " husky the image features a female anthro husky laying on her back on a bed naked. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\8a3caa4d-1fbf-473c-80cb-b632b4db2480.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;171;140mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;195;171;140mfemale\u001b[0m\u001b[30m anthro husky laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;156;196;191manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female \u001b[0m\u001b[1;38;2;156;196;191manthro\u001b[0m\u001b[30m husky laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;15;40;52mhusky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a female anthro \u001b[0m\u001b[1;38;2;15;40;52mhusky\u001b[0m\u001b[30m laying on her back on a bed naked. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\b4584b0f5f4d11df8181000b2f3ed30f.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral A majestic feral wolf in motion its fur a blend of white and grey that mirrors the snowy \n", + " environment it traverses. \n", + " \n", + " fur A majestic feral wolf in motion its fur a blend of white and grey that mirrors the snowy \n", + " environment it traverses. \n", + " \n", + " wolf A majestic feral wolf in motion its fur a blend of white and grey that mirrors the snowy \n", + " environment it traverses. \n", + " \n", + " wolf As the wolf bounds through the landscape snowflakes are stirred into the air creating a \n", + " dynamic sense of movement. \n", + " \n", + " wolf The wolf’s expressive eyes are sharply focused conveying a sense of purpose. \n", + " \n", + " wolf The blurred background emphasizes the wolf’s presence making it the clear focal point of this \n", + " wintry scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\b4584b0f5f4d11df8181000b2f3ed30f.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;71;47;79mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA majestic \u001b[0m\u001b[1;38;2;71;47;79mferal\u001b[0m\u001b[30m wolf in motion its fur a blend of white and grey that mirrors the snowy \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menvironment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;22;140mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA majestic feral wolf in motion its \u001b[0m\u001b[1;38;2;111;22;140mfur\u001b[0m\u001b[30m a blend of white and grey that mirrors the snowy \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menvironment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA majestic feral \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[30m in motion its fur a blend of white and grey that mirrors the snowy \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30menvironment it traverses. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAs the \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[30m bounds through the landscape snowflakes are stirred into the air creating a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdynamic sense of movement. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[30m’s expressive eyes are sharply focused conveying a sense of purpose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe blurred background emphasizes the \u001b[0m\u001b[1;38;2;24;43;154mwolf\u001b[0m\u001b[30m’s presence making it the clear focal point of this \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwintry scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00007_.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " realistic A realistic anthro female wolf a canid mammal of the Canis genus. \n", + " \n", + " solo She stands solo her black fur glistening with moisture and her black nose accentuated against \n", + " her dark coat. \n", + " \n", + " anthro A realistic anthro female wolf a canid mammal of the Canis genus. \n", + " \n", + " wolf A realistic anthro female wolf a canid mammal of the Canis genus. \n", + " \n", + " black fur She stands solo her black fur glistening with moisture and her black nose accentuated against \n", + " her dark coat. \n", + " \n", + " black nose She stands solo her black fur glistening with moisture and her black nose accentuated against \n", + " her dark coat. \n", + " \n", + " yellow eyes Her yellow eyes hold the viewer’s gaze. \n", + " \n", + " female A realistic anthro female wolf a canid mammal of the Canis genus. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00007_.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;36;130;166mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;36;130;166mrealistic\u001b[0m\u001b[30m anthro female wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;170;68msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands \u001b[0m\u001b[1;38;2;173;170;68msolo\u001b[0m\u001b[30m her black fur glistening with moisture and her black nose accentuated against \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;100;192;174manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA realistic \u001b[0m\u001b[1;38;2;100;192;174manthro\u001b[0m\u001b[30m female wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;136;71;26mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA realistic anthro female \u001b[0m\u001b[1;38;2;136;71;26mwolf\u001b[0m\u001b[30m a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;158;173;143mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands solo her \u001b[0m\u001b[1;38;2;158;173;143mblack fur\u001b[0m\u001b[30m glistening with moisture and her black nose accentuated against \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;85;200;170mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe stands solo her black fur glistening with moisture and her \u001b[0m\u001b[1;38;2;85;200;170mblack nose\u001b[0m\u001b[30m accentuated against \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mher dark coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;92;22;11myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer \u001b[0m\u001b[1;38;2;92;22;11myellow eyes\u001b[0m\u001b[30m hold the viewer’s gaze. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;42;132mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA realistic anthro \u001b[0m\u001b[1;38;2;146;42;132mfemale\u001b[0m\u001b[30m wolf a canid mammal of the Canis genus. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00010_.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " female A solo anthro female red panda a mammal known for its multicolored fur including orange brown \n", + " black and white. \n", + " \n", + " solo A solo anthro female red panda a mammal known for its multicolored fur including orange brown \n", + " black and white. \n", + " \n", + " outside It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " includes the sky and hints of natural scenery. \n", + " \n", + " whiskers She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", + " its tongue is slightly visible. \n", + " \n", + " black nose She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", + " its tongue is slightly visible. \n", + " \n", + " day It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " includes the sky and hints of natural scenery. \n", + " \n", + " detailed It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " background includes the sky and hints of natural scenery. \n", + " \n", + " red panda A solo anthro female red panda a mammal known for its multicolored fur including orange brown \n", + " black and white. \n", + " \n", + " sky It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " includes the sky and hints of natural scenery. \n", + " \n", + " rock It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " includes the sky and hints of natural scenery. \n", + " \n", + " rock The claws are visible as it grips the rock highlighting its wild nature. \n", + " \n", + " detailed fur The detailed fur shows intricate markings and patterns especially around the face with brown \n", + " eyes and inner ear fluff adding to its charm. \n", + " \n", + " sitting It is sitting on a rock outside during the day with a blurred yet detailed background that \n", + " includes the sky and hints of natural scenery. \n", + " \n", + " tongue She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", + " its tongue is slightly visible. \n", + " \n", + " open mouth She has a black nose long white whiskers and is looking at the viewer with an open mouth where \n", + " its tongue is slightly visible. \n", + " \n", + " claws The claws are visible as it grips the rock highlighting its wild nature. \n", + " \n", + " markings The detailed fur shows intricate markings and patterns especially around the face with brown \n", + " eyes and inner ear fluff adding to its charm. \n", + " \n", + " brown eyes The detailed fur shows intricate markings and patterns especially around the face with brown \n", + " eyes and inner ear fluff adding to its charm. \n", + " \n", + " inner ear The detailed fur shows intricate markings and patterns especially around the face with brown \n", + " fluff eyes and inner ear fluff adding to its charm. \n", + " \n", + " multicolored A solo anthro female red panda a mammal known for its multicolored fur including orange brown \n", + " fur black and white. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00010_.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;52;23mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro \u001b[0m\u001b[1;38;2;108;52;23mfemale\u001b[0m\u001b[30m red panda a mammal known for its multicolored fur including orange brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;99;41msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;111;99;41msolo\u001b[0m\u001b[30m anthro female red panda a mammal known for its multicolored fur including orange brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;68;91;126moutside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock \u001b[0m\u001b[1;38;2;68;91;126moutside\u001b[0m\u001b[30m during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;77;7mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white \u001b[0m\u001b[1;38;2;178;77;7mwhiskers\u001b[0m\u001b[30m and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;186;184mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a \u001b[0m\u001b[1;38;2;23;186;184mblack nose\u001b[0m\u001b[30m long white whiskers and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;84;139mday\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the \u001b[0m\u001b[1;38;2;173;84;139mday\u001b[0m\u001b[30m with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;41;27mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the day with a blurred yet \u001b[0m\u001b[1;38;2;191;41;27mdetailed background\u001b[0m\u001b[30m that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;41;27mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;135;35;119mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro female \u001b[0m\u001b[1;38;2;135;35;119mred panda\u001b[0m\u001b[30m a mammal known for its multicolored fur including orange brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;111;120msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a rock outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the \u001b[0m\u001b[1;38;2;132;111;120msky\u001b[0m\u001b[30m and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;57;175mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is sitting on a \u001b[0m\u001b[1;38;2;174;57;175mrock\u001b[0m\u001b[30m outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;57;175mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe claws are visible as it grips the \u001b[0m\u001b[1;38;2;174;57;175mrock\u001b[0m\u001b[30m highlighting its wild nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;107;24;20mdetailed fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;107;24;20mdetailed fur\u001b[0m\u001b[30m shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;5;196;91msitting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt is \u001b[0m\u001b[1;38;2;5;196;91msitting\u001b[0m\u001b[30m on a rock outside during the day with a blurred yet detailed background that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincludes the sky and hints of natural scenery. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;134;85;191mtongue\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white whiskers and is looking at the viewer with an open mouth where\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits \u001b[0m\u001b[1;38;2;134;85;191mtongue\u001b[0m\u001b[30m is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;104;11;51mopen mouth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a black nose long white whiskers and is looking at the viewer with an \u001b[0m\u001b[1;38;2;104;11;51mopen mouth\u001b[0m\u001b[30m where\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits tongue is slightly visible. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;59;13mclaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;101;59;13mclaws\u001b[0m\u001b[30m are visible as it grips the rock highlighting its wild nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;91;91;51mmarkings\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate \u001b[0m\u001b[1;38;2;91;91;51mmarkings\u001b[0m\u001b[30m and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;4;147mbrown eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate markings and patterns especially around the face with \u001b[0m\u001b[1;38;2;17;4;147mbrown \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;17;4;147meyes\u001b[0m\u001b[30m and inner ear fluff adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;73;144minner ear \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed fur shows intricate markings and patterns especially around the face with brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;73;144mfluff\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30meyes and \u001b[0m\u001b[1;38;2;195;73;144minner ear fluff\u001b[0m\u001b[30m adding to its charm. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;113;73mmulticolored \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro female red panda a mammal known for its \u001b[0m\u001b[1;38;2;127;113;73mmulticolored fur\u001b[0m\u001b[30m including orange brown \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;127;113;73mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack and white. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00014_.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " realistic The furniture and realistic setting add to the ambiance of the photo. \n", + " \n", + " photo The furniture and realistic setting add to the ambiance of the photo. \n", + " \n", + " solo A solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \n", + " including topwear and bottomwear. \n", + " \n", + " anthro A solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \n", + " including topwear and bottomwear. \n", + " \n", + " whiskers He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", + " belt. \n", + " \n", + " domestic cat A solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \n", + " including topwear and bottomwear. \n", + " \n", + " male The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", + " viewer. \n", + " \n", + " inside The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", + " viewer. \n", + " \n", + " black fur A solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \n", + " including topwear and bottomwear. \n", + " \n", + " detailed The detailed background includes a lamp and window providing light to the scene and is \n", + " background slightly blurred to focus on the character. \n", + " \n", + " belt He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", + " belt. \n", + " \n", + " lamp The detailed background includes a lamp and window providing light to the scene and is \n", + " slightly blurred to focus on the character. \n", + " \n", + " sofa The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", + " viewer. \n", + " \n", + " sitting The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", + " viewer. \n", + " \n", + " pants He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", + " belt. \n", + " \n", + " window The detailed background includes a lamp and window providing light to the scene and is \n", + " slightly blurred to focus on the character. \n", + " \n", + " yellow eyes The male character is sitting on a sofa inside with yellow eyes that are looking at the \n", + " viewer. \n", + " \n", + " barefoot He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", + " belt. \n", + " \n", + " light The detailed background includes a lamp and window providing light to the scene and is \n", + " slightly blurred to focus on the character. \n", + " \n", + " toes He has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \n", + " belt. \n", + " \n", + " topwear A solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \n", + " including topwear and bottomwear. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\BifrostprojectV4.8.safetensorsUpscale_00014_.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;7;153;60mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furniture and \u001b[0m\u001b[1;38;2;7;153;60mrealistic\u001b[0m\u001b[30m setting add to the ambiance of the photo. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;19;38;180mphoto\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe furniture and realistic setting add to the ambiance of the \u001b[0m\u001b[1;38;2;19;38;180mphoto\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;196;173msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;0;196;173msolo\u001b[0m\u001b[30m semi-anthro felid specifically a domestic cat with black fur dressed in clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;88;46manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo semi-\u001b[0m\u001b[1;38;2;113;88;46manthro\u001b[0m\u001b[30m felid specifically a domestic cat with black fur dressed in clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;151;45mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white \u001b[0m\u001b[1;38;2;185;151;45mwhiskers\u001b[0m\u001b[30m and is barefoot with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;81;77mdomestic cat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo semi-anthro felid specifically a \u001b[0m\u001b[1;38;2;109;81;77mdomestic cat\u001b[0m\u001b[30m with black fur dressed in clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;121;99mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;128;121;99mmale\u001b[0m\u001b[30m character is sitting on a sofa inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;141;47minside\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a sofa \u001b[0m\u001b[1;38;2;193;141;47minside\u001b[0m\u001b[30m with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;36;154mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo semi-anthro felid specifically a domestic cat with \u001b[0m\u001b[1;38;2;63;36;154mblack fur\u001b[0m\u001b[30m dressed in clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding topwear and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;148;28mdetailed \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;191;148;28mdetailed background\u001b[0m\u001b[30m includes a lamp and window providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;191;148;28mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;131;159mbelt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;197;131;159mbelt\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;196;142mlamp\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a \u001b[0m\u001b[1;38;2;17;196;142mlamp\u001b[0m\u001b[30m and window providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;163;66;4msofa\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a \u001b[0m\u001b[1;38;2;163;66;4msofa\u001b[0m\u001b[30m inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;49;25;33msitting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is \u001b[0m\u001b[1;38;2;49;25;33msitting\u001b[0m\u001b[30m on a sofa inside with yellow eyes that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;169;136;127mpants\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed toes and is wearing \u001b[0m\u001b[1;38;2;169;136;127mpants\u001b[0m\u001b[30m secured with a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;113;167mwindow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a lamp and \u001b[0m\u001b[1;38;2;113;113;167mwindow\u001b[0m\u001b[30m providing light to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;4;32;195myellow eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male character is sitting on a sofa inside with \u001b[0m\u001b[1;38;2;4;32;195myellow eyes\u001b[0m\u001b[30m that are looking at the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mviewer. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;132;31;157mbarefoot\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is \u001b[0m\u001b[1;38;2;132;31;157mbarefoot\u001b[0m\u001b[30m with detailed toes and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;93;177mlight\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe detailed background includes a lamp and window providing \u001b[0m\u001b[1;38;2;8;93;177mlight\u001b[0m\u001b[30m to the scene and is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ms\u001b[0m\u001b[1;38;2;8;93;177mlight\u001b[0m\u001b[30mly blurred to focus on the character. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;196;160mtoes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has white whiskers and is barefoot with detailed \u001b[0m\u001b[1;38;2;195;196;160mtoes\u001b[0m\u001b[30m and is wearing pants secured with a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbelt. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;42;132;2mtopwear\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo semi-anthro felid specifically a domestic cat with black fur dressed in clothing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mincluding \u001b[0m\u001b[1;38;2;42;132;2mtopwear\u001b[0m\u001b[30m and bottomwear. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\Border-Collie-2.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " border collie a black and white border collie dog with a black nose and brown eyes. \n", + " \n", + " brown eyes a black and white border collie dog with a black nose and brown eyes. \n", + " \n", + " black nose a black and white border collie dog with a black nose and brown eyes. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\Border-Collie-2.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;192;85;57mborder collie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white \u001b[0m\u001b[1;38;2;192;85;57mborder collie\u001b[0m\u001b[30m dog with a black nose and brown eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;53;178mbrown eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog with a black nose and \u001b[0m\u001b[1;38;2;185;53;178mbrown eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;5;15mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog with a \u001b[0m\u001b[1;38;2;43;5;15mblack nose\u001b[0m\u001b[30m and brown eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\border-collie-4.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow the snow-covered ground is blanketed in a layer of pristine white with footprints and paw \n", + " prints visible hinting at the dog's recent movement. \n", + " \n", + " feral a feral border collie dog standing in a snowy outdoor setting. \n", + " \n", + " feral the overall atmosphere is one of tranquility and natural beauty with the feral border collie \n", + " dog serving as the focal point of the scene. \n", + " \n", + " white fur the dog has a thick fluffy coat of brown and white fur that appears windswept likely from the \n", + " recent snowfall. \n", + " \n", + " winter the background is a serene winter landscape with bare trees lining the horizon and a cloudy \n", + " sky overhead. \n", + " \n", + " collie a feral border collie dog standing in a snowy outdoor setting. \n", + " \n", + " collie the overall atmosphere is one of tranquility and natural beauty with the feral border collie \n", + " dog serving as the focal point of the scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\border-collie-4.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;150;12msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;174;150;12msnow\u001b[0m\u001b[30m-covered ground is blanketed in a layer of pristine white with footprints and paw \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mprints visible hinting at the dog's recent movement. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;10;130mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;23;10;130mferal\u001b[0m\u001b[30m border collie dog standing in a snowy outdoor setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;10;130mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall atmosphere is one of tranquility and natural beauty with the \u001b[0m\u001b[1;38;2;23;10;130mferal\u001b[0m\u001b[30m border collie \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdog serving as the focal point of the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;154;164;139mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog has a thick fluffy coat of brown and \u001b[0m\u001b[1;38;2;154;164;139mwhite fur\u001b[0m\u001b[30m that appears windswept likely from the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrecent snowfall. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;97;58;46mwinter\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a serene \u001b[0m\u001b[1;38;2;97;58;46mwinter\u001b[0m\u001b[30m landscape with bare trees lining the horizon and a cloudy \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msky overhead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;104;188mcollie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral border \u001b[0m\u001b[1;38;2;128;104;188mcollie\u001b[0m\u001b[30m dog standing in a snowy outdoor setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;104;188mcollie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall atmosphere is one of tranquility and natural beauty with the feral border \u001b[0m\u001b[1;38;2;128;104;188mcollie\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdog serving as the focal point of the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\border-collie-running-grass-299097784-2000-226321f61c2c426da90434e1… \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral a feral dog likely a border collie running through a grassy field. \n", + " \n", + " teeth the dog's mouth is open revealing its sharp teeth in a friendly grin. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\border-collie-running-grass-299097784-2000-226321f61c2c426da90434e1…\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;187;123;89mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;187;123;89mferal\u001b[0m\u001b[30m dog likely a border collie running through a grassy field. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;104;72;24mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe dog's mouth is open revealing its sharp \u001b[0m\u001b[1;38;2;104;72;24mteeth\u001b[0m\u001b[30m in a friendly grin. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\cute-red-panda-ailurus-fulgens-in-a-tree.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " red panda a red panda sitting on a tree branch. \n", + " \n", + " red panda the red panda has a fluffy reddish-brown fur coat with white markings around its face and \n", + " paws. \n", + " \n", + " red panda the red panda's body is compact and rounded with a short bushy tail. \n", + " \n", + " red panda the vibrant green foliage and the soft dappled light filtering through the leaves provide a \n", + " serene natural setting for the red panda's presence. \n", + " \n", + " paws the red panda has a fluffy reddish-brown fur coat with white markings around its face and \n", + " paws. \n", + " \n", + " paws it appears to be in a relaxed contemplative pose with one of its paws raised slightly. \n", + " \n", + " tree a red panda sitting on a tree branch. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\cute-red-panda-ailurus-fulgens-in-a-tree.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[30m sitting on a tree branch. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[30m has a fluffy reddish-brown fur coat with white markings around its face and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpaws. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[30m's body is compact and rounded with a short bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe vibrant green foliage and the soft dappled light filtering through the leaves provide a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mserene natural setting for the \u001b[0m\u001b[1;38;2;116;17;160mred panda\u001b[0m\u001b[30m's presence. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;74;162mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe red panda has a fluffy reddish-brown fur coat with white markings around its face and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;17;74;162mpaws\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;17;74;162mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit appears to be in a relaxed contemplative pose with one of its \u001b[0m\u001b[1;38;2;17;74;162mpaws\u001b[0m\u001b[30m raised slightly. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;19;104;22mtree\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda sitting on a \u001b[0m\u001b[1;38;2;19;104;22mtree\u001b[0m\u001b[30m branch. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\fennec-fox--vulpes-zerda---484466908-bc194497fd834b29bf44692c4908d4… \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fennec fox a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", + " \n", + " feral a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", + " \n", + " fur the fox has a slender petite build with large pointed ears and a fluffy tawny-colored fur \n", + " coat. \n", + " \n", + " desert a feral fennec fox standing on a rocky outcrop in a desert landscape. \n", + " \n", + " paws the fox's paws are small and delicate with visible pink pads. \n", + " \n", + " tail its tail is long and bushy swaying slightly. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\fennec-fox--vulpes-zerda---484466908-bc194497fd834b29bf44692c4908d4…\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;4;168;159mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;4;168;159mfennec fox\u001b[0m\u001b[30m standing on a rocky outcrop in a desert landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;47;46mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;56;47;46mferal\u001b[0m\u001b[30m fennec fox standing on a rocky outcrop in a desert landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;171;108;149mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fox has a slender petite build with large pointed ears and a fluffy tawny-colored \u001b[0m\u001b[1;38;2;171;108;149mfur\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcoat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;67;123;146mdesert\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral fennec fox standing on a rocky outcrop in a \u001b[0m\u001b[1;38;2;67;123;146mdesert\u001b[0m\u001b[30m landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;93;51;119mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fox's \u001b[0m\u001b[1;38;2;93;51;119mpaws\u001b[0m\u001b[30m are small and delicate with visible pink pads. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;54;98mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits \u001b[0m\u001b[1;38;2;160;54;98mtail\u001b[0m\u001b[30m is long and bushy swaying slightly. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\fennec-fox-01-f56044b427f64d64a263417db3c23a13.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral a feral fennec fox standing on a rocky outcrop in a desert-like environment. \n", + " \n", + " fennec fox a feral fennec fox standing on a rocky outcrop in a desert-like environment. \n", + " \n", + " fennec fox the fennec fox has a small compact build with a stocky rounded body covered in soft \n", + " pale-colored fur. \n", + " \n", + " fennec fox the fennec fox appears to be a mature adult animal with no visible signs of youth or \n", + " inexperience. \n", + " \n", + " fennec fox the overall scene has a realistic naturalistic quality capturing the fennec fox in its native \n", + " wild environment. \n", + " \n", + " realistic the overall scene has a realistic naturalistic quality capturing the fennec fox in its native \n", + " wild environment. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\fennec-fox-01-f56044b427f64d64a263417db3c23a13.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;103;102;194mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;103;102;194mferal\u001b[0m\u001b[30m fennec fox standing on a rocky outcrop in a desert-like environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[30m standing on a rocky outcrop in a desert-like environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[30m has a small compact build with a stocky rounded body covered in soft \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpale-colored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[30m appears to be a mature adult animal with no visible signs of youth or \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minexperience. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a realistic naturalistic quality capturing the \u001b[0m\u001b[1;38;2;140;36;84mfennec fox\u001b[0m\u001b[30m in its native \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwild environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;141;72mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a \u001b[0m\u001b[1;38;2;46;141;72mrealistic\u001b[0m\u001b[30m naturalistic quality capturing the fennec fox in its native \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwild environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\gecko.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " green scales the gecko's body is covered in a dense overlapping array of green scales that give it a \n", + " textured almost mosaic-like appearance. \n", + " \n", + " lizard a vibrant green gecko lizard with a striking and detailed pattern of scales covering its body. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\gecko.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;75;41;123mgreen scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe gecko's body is covered in a dense overlapping array of \u001b[0m\u001b[1;38;2;75;41;123mgreen scales\u001b[0m\u001b[30m that give it a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextured almost mosaic-like appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;23;85mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma vibrant green gecko \u001b[0m\u001b[1;38;2;183;23;85mlizard\u001b[0m\u001b[30m with a striking and detailed pattern of scales covering its body.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\iStock-484910814.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " grass a black and white border collie dog lying on the grass in a park-like setting. \n", + " \n", + " grass the background is a lush verdant landscape with tall grass and trees in the distance. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\iStock-484910814.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;4;88mgrass\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog lying on the \u001b[0m\u001b[1;38;2;157;4;88mgrass\u001b[0m\u001b[30m in a park-like setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;157;4;88mgrass\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a lush verdant landscape with tall \u001b[0m\u001b[1;38;2;157;4;88mgrass\u001b[0m\u001b[30m and trees in the distance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\nTaTmTRFHB6ejyqIjWRJDS5HwuSUvpDmN8Un3jTO9rs.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " teeth the image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \n", + " reveals a formidable set of teeth. \n", + " \n", + " fur the mottled brown and grey fur blends into the blurred backdrop of vegetation. \n", + " \n", + " hyena the image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \n", + " reveals a formidable set of teeth. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\nTaTmTRFHB6ejyqIjWRJDS5HwuSUvpDmN8Un3jTO9rs.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;25;128;173mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals a formidable set of \u001b[0m\u001b[1;38;2;25;128;173mteeth\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;30;19mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe mottled brown and grey \u001b[0m\u001b[1;38;2;147;30;19mfur\u001b[0m\u001b[30m blends into the blurred backdrop of vegetation. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;1;61;76mhyena\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a \u001b[0m\u001b[1;38;2;1;61;76mhyena\u001b[0m\u001b[30m caught in a moment of relaxation its mouth agape in a yawn that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals a formidable set of teeth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\puvwusj6wcu41.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral a large feral python snake coiled on a wooden deck. \n", + " \n", + " python a large feral python snake coiled on a wooden deck. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\puvwusj6wcu41.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;180;30mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma large \u001b[0m\u001b[1;38;2;188;180;30mferal\u001b[0m\u001b[30m python snake coiled on a wooden deck. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;44;17;145mpython\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma large feral \u001b[0m\u001b[1;38;2;44;17;145mpython\u001b[0m\u001b[30m snake coiled on a wooden deck. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\Red_Panda_(25193861686).txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " red panda a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " \n", + " red panda the red panda is perched on a tree branch its body positioned in a relaxed sitting posture. \n", + " \n", + " red panda the red panda's fluffy multicolored fur covers its entire body with the tail adding to its \n", + " distinctive appearance. \n", + " \n", + " red panda the background is lush and verdant with a dense forest of greenery surrounding the red panda. \n", + " \n", + " red panda the foliage creates a natural almost primal setting for the animal hinting at the wild and \n", + " untamed nature of the red panda's habitat. \n", + " \n", + " red panda the overall scene exudes a sense of tranquility and natural beauty with the red panda as the \n", + " captivating focal point. \n", + " \n", + " orange fur a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " \n", + " forest the background is lush and verdant with a dense forest of greenery surrounding the red panda. \n", + " \n", + " nature the foliage creates a natural almost primal setting for the animal hinting at the wild and \n", + " untamed nature of the red panda's habitat. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\Red_Panda_(25193861686).txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m a small mammal known for its vibrant reddish-orange fur and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m is perched on a tree branch its body positioned in a relaxed sitting posture. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m's fluffy multicolored fur covers its entire body with the tail adding to its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdistinctive appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is lush and verdant with a dense forest of greenery surrounding the \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe foliage creates a natural almost primal setting for the animal hinting at the wild and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30muntamed nature of the \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m's habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene exudes a sense of tranquility and natural beauty with the \u001b[0m\u001b[1;38;2;178;75;154mred panda\u001b[0m\u001b[30m as the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcaptivating focal point. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;118;184;14morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda a small mammal known for its vibrant reddish-\u001b[0m\u001b[1;38;2;118;184;14morange fur\u001b[0m\u001b[30m and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;142;78;42mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is lush and verdant with a dense \u001b[0m\u001b[1;38;2;142;78;42mforest\u001b[0m\u001b[30m of greenery surrounding the red panda. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;109;184;177mnature\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe foliage creates a natural almost primal setting for the animal hinting at the wild and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30muntamed \u001b[0m\u001b[1;38;2;109;184;177mnature\u001b[0m\u001b[30m of the red panda's habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\rev-1-PDP-TRL2-093_High_Res_JPEG.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " pikachu a feral pikachu character standing on a reflective surface likely a glass table or counter. \n", + " \n", + " pikachu the pikachu has a large round body covered in bright yellow fur with a distinctive black nose \n", + " and black eyes. \n", + " \n", + " pikachu the pikachu's pose is relaxed with its legs slightly parted and its tail raised as if it is \n", + " examining the magnifying glass or the surrounding environment. \n", + " \n", + " pikachu the reflective surface on which the pikachu stands creates a sense of depth and dimension \n", + " adding to the overall visual appeal of the scene. \n", + " \n", + " hat it is wearing a detective-style hat complete with a magnifying glass held in its paws giving \n", + " it a playful investigative appearance. \n", + " \n", + " feral a feral pikachu character standing on a reflective surface likely a glass table or counter. \n", + " \n", + " fur the pikachu has a large round body covered in bright yellow fur with a distinctive black nose \n", + " and black eyes. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\rev-1-PDP-TRL2-093_High_Res_JPEG.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[30m character standing on a reflective surface likely a glass table or counter. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[30m has a large round body covered in bright yellow fur with a distinctive black nose \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand black eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[30m's pose is relaxed with its legs slightly parted and its tail raised as if it is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mexamining the magnifying glass or the surrounding environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reflective surface on which the \u001b[0m\u001b[1;38;2;63;30;57mpikachu\u001b[0m\u001b[30m stands creates a sense of depth and dimension \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30madding to the overall visual appeal of the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;16;190;59mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit is wearing a detective-style \u001b[0m\u001b[1;38;2;16;190;59mhat\u001b[0m\u001b[30m complete with a magnifying glass held in its paws giving \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a playful investigative appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;56;30;119mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;56;30;119mferal\u001b[0m\u001b[30m pikachu character standing on a reflective surface likely a glass table or counter. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;85;168mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe pikachu has a large round body covered in bright yellow \u001b[0m\u001b[1;38;2;180;85;168mfur\u001b[0m\u001b[30m with a distinctive black nose \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand black eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\snow-leopard--panthera-uncia--157528589-5c473a9ec9e77c00016ec625.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow a snow leopard walking through a snowy landscape. \n", + " \n", + " snow the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " \n", + " snow its large paws are equipped with sharp claws that dig into the snow. \n", + " \n", + " snow the snow leopard's head is held high its eyes focused intently ahead. \n", + " \n", + " snow the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", + " pornographic scene. \n", + " \n", + " snow leopard a snow leopard walking through a snowy landscape. \n", + " \n", + " snow leopard the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " \n", + " snow leopard the snow leopard's head is held high its eyes focused intently ahead. \n", + " \n", + " snow leopard the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", + " pornographic scene. \n", + " \n", + " fur the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " \n", + " leopard a snow leopard walking through a snowy landscape. \n", + " \n", + " leopard the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " \n", + " leopard the snow leopard's head is held high its eyes focused intently ahead. \n", + " \n", + " leopard the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", + " pornographic scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\snow-leopard--panthera-uncia--157528589-5c473a9ec9e77c00016ec625.txt\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30m leopard walking through a \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30m leopard has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits large paws are equipped with sharp claws that dig into the \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30m leopard's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;185;128;113msnow\u001b[0m\u001b[30m leopard's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[30m walking through a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[30m has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[30m's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;50;75;55msnow leopard\u001b[0m\u001b[30m's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;90;38mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a muscular spotted body covered in thick multicolored \u001b[0m\u001b[1;38;2;183;90;38mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[30m walking through a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[30m has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[30m's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;76;4;173mleopard\u001b[0m\u001b[30m's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\snow-leopard-1373866.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " realistic the image has a realistic photorealistic style capturing the snow leopard's raw untamed beauty \n", + " and the raw untamed power of the wild. \n", + " \n", + " feline the feline has a captivating gaze. \n", + " \n", + " spots the snow leopard's face is prominently displayed with its piercing green eyes and distinctive \n", + " black spots covering its fur. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\snow-leopard-1373866.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;89;41;73mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image has a \u001b[0m\u001b[1;38;2;89;41;73mrealistic\u001b[0m\u001b[30m photo\u001b[0m\u001b[1;38;2;89;41;73mrealistic\u001b[0m\u001b[30m style capturing the snow leopard's raw untamed beauty\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand the raw untamed power of the wild. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;52;18;76mfeline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;52;18;76mfeline\u001b[0m\u001b[30m has a captivating gaze. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;189;67mspots\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's face is prominently displayed with its piercing green eyes and distinctive \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack \u001b[0m\u001b[1;38;2;111;189;67mspots\u001b[0m\u001b[30m covering its fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\snow-leopard-1463457416BI7.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow leopard a snow leopard resting on a rocky surface. \n", + " \n", + " snow leopard the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", + " \n", + " snow leopard the snow leopard's body is curled up with its legs tucked in and its tail wrapped around \n", + " itself. \n", + " \n", + " snow leopard the overall scene has a sense of tranquility and natural beauty capturing the snow leopard in \n", + " a moment of rest and contentment. \n", + " \n", + " whiskers its eyes are a striking blue color and it has a black nose and whiskers. \n", + " \n", + " leopard a snow leopard resting on a rocky surface. \n", + " \n", + " leopard the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", + " \n", + " leopard the snow leopard's body is curled up with its legs tucked in and its tail wrapped around \n", + " itself. \n", + " \n", + " leopard the overall scene has a sense of tranquility and natural beauty capturing the snow leopard in \n", + " a moment of rest and contentment. \n", + " \n", + " spotted fur the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\snow-leopard-1463457416BI7.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[30m resting on a rocky surface. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[30m has a thick spotted fur coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[30m's body is curled up with its legs tucked in and its tail wrapped around \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mitself. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a sense of tranquility and natural beauty capturing the \u001b[0m\u001b[1;38;2;174;192;135msnow leopard\u001b[0m\u001b[30m in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma moment of rest and contentment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;99;124;176mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits eyes are a striking blue color and it has a black nose and \u001b[0m\u001b[1;38;2;99;124;176mwhiskers\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[30m resting on a rocky surface. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[30m has a thick spotted fur coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[30m's body is curled up with its legs tucked in and its tail wrapped around \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mitself. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a sense of tranquility and natural beauty capturing the snow \u001b[0m\u001b[1;38;2;23;95;62mleopard\u001b[0m\u001b[30m in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma moment of rest and contentment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;200;53mspotted fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a thick \u001b[0m\u001b[1;38;2;128;200;53mspotted fur\u001b[0m\u001b[30m coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\snow-leopard-yawning-1.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow leopard the image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \n", + " reveals its formidable teeth and pink tongue. \n", + " \n", + " snow leopard the thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \n", + " of its high-altitude habitat is captured in fine detail while the whiskers long and white add \n", + " to the animal’s keen sensory capabilities. \n", + " \n", + " whiskers the thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \n", + " of its high-altitude habitat is captured in fine detail while the whiskers long and white add \n", + " to the animal’s keen sensory capabilities. \n", + " \n", + " fur the thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \n", + " of its high-altitude habitat is captured in fine detail while the whiskers long and white add \n", + " to the animal’s keen sensory capabilities. \n", + " \n", + " teeth the image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \n", + " reveals its formidable teeth and pink tongue. \n", + " \n", + " blurred the blurred background features rocks and dry grass. \n", + " background \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\snow-leopard-yawning-1.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;28;177;66msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;28;177;66msnow leopard\u001b[0m\u001b[30m in a moment of rest its mouth agape in a wide yawn that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals its formidable teeth and pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;28;177;66msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick spotted fur a hallmark of the \u001b[0m\u001b[1;38;2;28;177;66msnow leopard\u001b[0m\u001b[30m’s camouflage in the snowy rocky terrain \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof its high-altitude habitat is captured in fine detail while the whiskers long and white add \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mto the animal’s keen sensory capabilities. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;177;121;13mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof its high-altitude habitat is captured in fine detail while the \u001b[0m\u001b[1;38;2;177;121;13mwhiskers\u001b[0m\u001b[30m long and white add \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mto the animal’s keen sensory capabilities. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;183;59;89mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick spotted \u001b[0m\u001b[1;38;2;183;59;89mfur\u001b[0m\u001b[30m a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof its high-altitude habitat is captured in fine detail while the whiskers long and white add \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mto the animal’s keen sensory capabilities. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;190;64;45mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals its formidable \u001b[0m\u001b[1;38;2;190;64;45mteeth\u001b[0m\u001b[30m and pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;196;14mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;24;196;14mblurred background\u001b[0m\u001b[30m features rocks and dry grass. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;24;196;14mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\Snow_Leopard_Relaxed.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " rock the snow leopard's body is sprawled out with its front paws resting on the rock and its \n", + " hindquarters slightly raised. \n", + " \n", + " snow leopard a snow leopard resting on a rocky outcrop. \n", + " \n", + " snow leopard the snow leopard has a thick spotted fur coat that is primarily grey in color with darker \n", + " markings around the eyes and on the paws. \n", + " \n", + " snow leopard the snow leopard's body is sprawled out with its front paws resting on the rock and its \n", + " hindquarters slightly raised. \n", + " \n", + " snow leopard the background is blurred with a hazy dreamlike quality that places the focus entirely on the \n", + " snow leopard. \n", + " \n", + " snow leopard the overall scene has a serene yet powerful and captivating quality capturing the snow leopard \n", + " in a moment of repose. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\Snow_Leopard_Relaxed.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;19;57;164mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's body is sprawled out with its front paws resting on the \u001b[0m\u001b[1;38;2;19;57;164mrock\u001b[0m\u001b[30m and its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters slightly raised. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[30m resting on a rocky outcrop. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[30m has a thick spotted fur coat that is primarily grey in color with darker \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmarkings around the eyes and on the paws. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[30m's body is sprawled out with its front paws resting on the rock and its \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters slightly raised. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a hazy dreamlike quality that places the focus entirely on the \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a serene yet powerful and captivating quality capturing the \u001b[0m\u001b[1;38;2;112;125;40msnow leopard\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min a moment of repose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\the-cuteness-that-is-the-fennec-fox-fennec-foxes-19305761-2560-1707… \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fennec fox a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", + " \n", + " fennec fox the fennec fox is positioned in the foreground with a blurred background of lush green \n", + " foliage. \n", + " \n", + " fennec fox the fennec fox's expression is one of mischievous delight with its eyes narrowed and its mouth \n", + " slightly open revealing sharp teeth. \n", + " \n", + " feral a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", + " \n", + " blurred the fennec fox is positioned in the foreground with a blurred background of lush green \n", + " background foliage. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\the-cuteness-that-is-the-fennec-fox-fennec-foxes-19305761-2560-1707…\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[30m a small mammal known for its distinctive large ears and fluffy white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[30m is positioned in the foreground with a blurred background of lush green \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfoliage. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;51;143;87mfennec fox\u001b[0m\u001b[30m's expression is one of mischievous delight with its eyes narrowed and its mouth\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly open revealing sharp teeth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;111;24;22mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;111;24;22mferal\u001b[0m\u001b[30m fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;79;97;49mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fennec fox is positioned in the foreground with a \u001b[0m\u001b[1;38;2;79;97;49mblurred background\u001b[0m\u001b[30m of lush green \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;79;97;49mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfoliage. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\the-endangered-snow-leopard.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow leopard a snow leopard a large wild cat native to the mountain ranges of central and south asia. \n", + " \n", + " snow leopard the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", + " survive in cold snowy environments. \n", + " \n", + " snow leopard the snow leopard's expression is intense and focused with its mouth slightly open as if it is \n", + " sniffing the air or preparing to pounce. \n", + " \n", + " snow leopard the background is blurred with a sense of depth and distance creating a sense of the snow \n", + " leopard's remote untouched habitat. \n", + " \n", + " snow leopard the snowflakes in the air add to the serene wintry atmosphere hinting at the snow leopard's \n", + " solitary independent nature. \n", + " \n", + " spotted fur the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", + " survive in cold snowy environments. \n", + " \n", + " snow a snow leopard a large wild cat native to the mountain ranges of central and south asia. \n", + " \n", + " snow the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", + " survive in cold snowy environments. \n", + " \n", + " snow the snow leopard's expression is intense and focused with its mouth slightly open as if it is \n", + " sniffing the air or preparing to pounce. \n", + " \n", + " snow the background is blurred with a sense of depth and distance creating a sense of the snow \n", + " leopard's remote untouched habitat. \n", + " \n", + " snow the snowflakes in the air add to the serene wintry atmosphere hinting at the snow leopard's \n", + " solitary independent nature. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\the-endangered-snow-leopard.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[30m a large wild cat native to the mountain ranges of central and south asia. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[30m has a distinctive spotted fur pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold snowy environments. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[30m's expression is intense and focused with its mouth slightly open as if it is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msniffing the air or preparing to pounce. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a sense of depth and distance creating a sense of the \u001b[0m\u001b[1;38;2;166;43;21msnow \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;166;43;21mleopard\u001b[0m\u001b[30m's remote untouched habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snowflakes in the air add to the serene wintry atmosphere hinting at the \u001b[0m\u001b[1;38;2;166;43;21msnow leopard\u001b[0m\u001b[30m's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msolitary independent nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;101;129;110mspotted fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a distinctive \u001b[0m\u001b[1;38;2;101;129;110mspotted fur\u001b[0m\u001b[30m pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold snowy environments. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30m leopard a large wild cat native to the mountain ranges of central and south asia. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30m leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30my environments. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30m leopard's expression is intense and focused with its mouth slightly open as if it is \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msniffing the air or preparing to pounce. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a sense of depth and distance creating a sense of the \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mleopard's remote untouched habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30mflakes in the air add to the serene wintry atmosphere hinting at the \u001b[0m\u001b[1;38;2;193;12;68msnow\u001b[0m\u001b[30m leopard's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msolitary independent nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\yawning_wolf_by_nkotech-d53h701.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " wolf A grey wolf in a natural setting captured in a moment of yawning with its mouth wide open \n", + " revealing sharp teeth and a pink tongue. \n", + " \n", + " wolf The wolf’s thick grey fur blends into the grass and dirt surroundings and a stick rests \n", + " against it adding a dynamic element to the scene. \n", + " \n", + " wolf The blurred background focuses attention on the wolf’s intense expression conveying a sense of \n", + " power and wildness. \n", + " \n", + " grey fur The wolf’s thick grey fur blends into the grass and dirt surroundings and a stick rests \n", + " against it adding a dynamic element to the scene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\yawning_wolf_by_nkotech-d53h701.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA grey \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[30m in a natural setting captured in a moment of yawning with its mouth wide open \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mrevealing sharp teeth and a pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[30m’s thick grey fur blends into the grass and dirt surroundings and a stick rests \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30magainst it adding a dynamic element to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe blurred background focuses attention on the \u001b[0m\u001b[1;38;2;175;148;177mwolf\u001b[0m\u001b[30m’s intense expression conveying a sense of\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpower and wildness. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;159;49;188mgrey fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe wolf’s thick \u001b[0m\u001b[1;38;2;159;49;188mgrey fur\u001b[0m\u001b[30m blends into the grass and dirt surroundings and a stick rests \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30magainst it adding a dynamic element to the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\realistic\\Young-Snow-Leopard-©-David-Lawson-_-WWF-UK-scaled.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snow the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " \n", + " snow the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " \n", + " snow in the background the snow and moss covered rocks create a picturesque wintry scene. \n", + " \n", + " snow leopard the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " \n", + " snow leopard the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " \n", + " leopard the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " \n", + " leopard the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\realistic\\Young-Snow-Leopard-©-David-Lawson-_-WWF-UK-scaled.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[30m leopard is sitting on a rocky outcrop surrounded by a \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[30m leopard's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the background the \u001b[0m\u001b[1;38;2;105;121;162msnow\u001b[0m\u001b[30m and moss covered rocks create a picturesque wintry scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;70;145;48msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;70;145;48msnow leopard\u001b[0m\u001b[30m is sitting on a rocky outcrop surrounded by a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;70;145;48msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;70;145;48msnow leopard\u001b[0m\u001b[30m's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;102;14;196mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;102;14;196mleopard\u001b[0m\u001b[30m is sitting on a rocky outcrop surrounded by a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;102;14;196mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;102;14;196mleopard\u001b[0m\u001b[30m's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\scale_iridescence\\10b627b9b2bd45a10ecadb685679bf3c.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " scales the background is dark allowing the scales to take center stage and drawing the viewer's \n", + " attention to the intricate patterns and colors of the reptile's skin. \n", + " \n", + " scales the reptile's scales are a mix of blue black and white hues. \n", + " \n", + " scales the scales exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \n", + " almost iridescent effect. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\scale_iridescence\\10b627b9b2bd45a10ecadb685679bf3c.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is dark allowing the \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[30m to take center stage and drawing the viewer's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mattention to the intricate patterns and colors of the reptile's skin. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reptile's \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[30m are a mix of blue black and white hues. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;131;26;76mscales\u001b[0m\u001b[30m exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30malmost iridescent effect. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\scale_iridescence\\129440_Iridescent-fish-scales_shutterstock_586009376---Inde… \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " scalie a close-up view of a scalie's scales which are shimmering in a vibrant array of blues and \n", + " greens. \n", + " \n", + " scalie the background is dark allowing the scales to take center stage and drawing the viewer's \n", + " attention to the intricate patterns and colors of the scalie's skin. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\scale_iridescence\\129440_Iridescent-fish-scales_shutterstock_586009376---Inde…\u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;13;149mscalie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma close-up view of a \u001b[0m\u001b[1;38;2;128;13;149mscalie\u001b[0m\u001b[30m's scales which are shimmering in a vibrant array of blues and \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mgreens. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;13;149mscalie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is dark allowing the scales to take center stage and drawing the viewer's \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mattention to the intricate patterns and colors of the \u001b[0m\u001b[1;38;2;128;13;149mscalie\u001b[0m\u001b[30m's skin. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;41;113;145mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fennec fox has a small compact build with a stocky rounded body covered in soft \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpale-colored \u001b[0m\u001b[1;38;2;41;113;145mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\scale_iridescence\\p86qy9k3xm851.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " scales the snake has vibrant iridescent scales that glisten in the light creating a rainbow-like \n", + " pattern. \n", + " \n", + " scales the scales are a mix of blue green and purple hues with the head and upper body predominantly \n", + " featuring the blue and purple tones. \n", + " \n", + " scales the reptile's scales are a mix of blue green and purple hues. \n", + " \n", + " scales the scales exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \n", + " almost iridescent effect. \n", + " \n", + " reptile the reptile's scales are a mix of blue green and purple hues. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\scale_iridescence\\p86qy9k3xm851.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snake has vibrant iridescent \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[30m that glisten in the light creating a rainbow-like \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpattern. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[30m standing on a rocky outcrop in a desert-like environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[30m are a mix of blue green and purple hues with the head and upper body predominantly \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfeaturing the blue and purple tones. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[30m has a small compact build with a stocky rounded body covered in soft \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpale-colored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reptile's \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[30m are a mix of blue green and purple hues. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[30m appears to be a mature adult animal with no visible signs of youth or \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30minexperience. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;162;29;33mscales\u001b[0m\u001b[30m exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30malmost iridescent effect. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a realistic naturalistic quality capturing the \u001b[0m\u001b[1;38;2;130;97;63mfennec fox\u001b[0m\u001b[30m in its native \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwild environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;113;0;137mreptile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;113;0;137mreptile\u001b[0m\u001b[30m's scales are a mix of blue green and purple hues. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;119;149;150mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a \u001b[0m\u001b[1;38;2;119;149;150mrealistic\u001b[0m\u001b[30m naturalistic quality capturing the fennec fox in its native \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwild environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\0aa5b1bc74d86430f256899fd562dd25.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " snake mr. snake \\(the bad guys\\) \n", + " \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\0aa5b1bc74d86430f256899fd562dd25.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;196;71;155msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;196;71;155msnake\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;170;0;45mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;170;0;45mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\0e2b5812b0c49a6e860e1ca8ffc62d23.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\0e2b5812b0c49a6e860e1ca8ffc62d23.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;104;115mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;195;104;115mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\0fe19db5f9e3430af18d52f24efa2ca3.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\0fe19db5f9e3430af18d52f24efa2ca3.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;141;86;69mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;141;86;69mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\1a94bf95d83cccf52c519efe15348a5e.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\1a94bf95d83cccf52c519efe15348a5e.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;124;79;7mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;124;79;7mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\1eebef2d8fe916b312c88b6fb9d1b799.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\1eebef2d8fe916b312c88b6fb9d1b799.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;165;116;70mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;165;116;70mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\1f3878ab6b8a5930ad78e424c8290151.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\1f3878ab6b8a5930ad78e424c8290151.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;68;76;145mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;68;76;145mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\1f8e5b2c2ac469d0fded8fdbcb4743a5.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\1f8e5b2c2ac469d0fded8fdbcb4743a5.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;114;159;197mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;114;159;197mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\1fd82c44f7ed082b531189fe217b39bc.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\1fd82c44f7ed082b531189fe217b39bc.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;154;47mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;180;154;47mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\3b7481f342be79aaca26e060a48e9775.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\3b7481f342be79aaca26e060a48e9775.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;184;33;94mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;184;33;94mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\3be9b47396478ddcda3b2d39e13e3662.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\3be9b47396478ddcda3b2d39e13e3662.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;124;189;88mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;124;189;88mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\taur\\4cb23833696c4e4748dee97ca7ec5ed9.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\4cb23833696c4e4748dee97ca7ec5ed9.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;145;153;28mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;145;153;28mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1877,40 +6991,30 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\gecko.txt \n", + " Duplicate Tag E:\\training_dir\\taur\\5f0b4bad82220d26486e76054cdfdbe1.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " scales a vibrant green gecko lizard with a striking and detailed pattern of scales covering its body. \n", + " shark mr. shark \\(the bad guys\\) \n", " \n", - " scales the gecko's body is covered in a dense overlapping array of green scales that give it a \n", - " textured almost mosaic-like appearance. \n", - " \n", - " scales the scales are arranged in a pattern that includes patches of red and orange creating a \n", - " visually striking contrast. \n", + " snake mr. snake \\(the bad guys\\) \n", " \n", - " green scales the gecko's body is covered in a dense overlapping array of green scales that give it a \n", - " textured almost mosaic-like appearance. \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", " \n", - " lizard a vibrant green gecko lizard with a striking and detailed pattern of scales covering its body. \n", + " wolf mr. wolf \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\gecko.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\5f0b4bad82220d26486e76054cdfdbe1.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma vibrant green gecko lizard with a striking and detailed pattern of \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[30m covering its body.\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe gecko's body is covered in a dense overlapping array of green \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[30m that give it a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextured almost mosaic-like appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;51;54;44mshark\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;51;54;44mshark\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;141;11;90mscales\u001b[0m\u001b[30m are arranged in a pattern that includes patches of red and orange creating a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvisually striking contrast. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;76;99;49msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;76;99;49msnake\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;132;51;22mgreen scales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe gecko's body is covered in a dense overlapping array of \u001b[0m\u001b[1;38;2;132;51;22mgreen scales\u001b[0m\u001b[30m that give it a \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mtextured almost mosaic-like appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;57;72;171mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;57;72;171mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;75;27;92mlizard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma vibrant green gecko \u001b[0m\u001b[1;38;2;75;27;92mlizard\u001b[0m\u001b[30m with a striking and detailed pattern of scales covering its body.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;90;140;192mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmr. \u001b[0m\u001b[1;38;2;90;140;192mwolf\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1922,28 +7026,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\iStock-484910814.txt \n", + " Duplicate Tag E:\\training_dir\\taur\\6cff65efa0a989c1fd4ff301170f172a.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " tongue its eyes are focused directly at the camera with its tongue hanging out in a playful relaxed \n", - " expression. \n", - " \n", - " grass a black and white border collie dog lying on the grass in a park-like setting. \n", - " \n", - " grass the background is a lush verdant landscape with tall grass and trees in the distance. \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\iStock-484910814.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\6cff65efa0a989c1fd4ff301170f172a.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;134;137;156mtongue\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits eyes are focused directly at the camera with its \u001b[0m\u001b[1;38;2;134;137;156mtongue\u001b[0m\u001b[30m hanging out in a playful relaxed \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mexpression. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;165;63mgrass\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma black and white border collie dog lying on the \u001b[0m\u001b[1;38;2;50;165;63mgrass\u001b[0m\u001b[30m in a park-like setting. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;165;63mgrass\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is a lush verdant landscape with tall \u001b[0m\u001b[1;38;2;50;165;63mgrass\u001b[0m\u001b[30m and trees in the distance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;89;139;186mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;89;139;186mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1955,30 +7049,18 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\nTaTmTRFHB6ejyqIjWRJDS5HwuSUvpDmN8Un3j… \n", + " Duplicate Tag E:\\training_dir\\taur\\7b1428ffdf58ca675e791d8b087a7795.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " teeth the image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \n", - " reveals a formidable set of teeth. \n", - " \n", - " fur the mottled brown and grey fur blends into the blurred backdrop of vegetation. \n", - " \n", - " hyena the image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \n", - " reveals a formidable set of teeth. \n", + " tarantula ms. tarantula \\(the bad guys\\) \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\nTaTmTRFHB6ejyqIjWRJDS5HwuSUvpDmN8Un3j…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\taur\\7b1428ffdf58ca675e791d8b087a7795.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;113;95;114mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a hyena caught in a moment of relaxation its mouth agape in a yawn that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals a formidable set of \u001b[0m\u001b[1;38;2;113;95;114mteeth\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;55;193mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe mottled brown and grey \u001b[0m\u001b[1;38;2;50;55;193mfur\u001b[0m\u001b[30m blends into the blurred backdrop of vegetation. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;108;78;3mhyena\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image presents a \u001b[0m\u001b[1;38;2;108;78;3mhyena\u001b[0m\u001b[30m caught in a moment of relaxation its mouth agape in a yawn that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals a formidable set of teeth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;102;34;173mtarantula\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mms. \u001b[0m\u001b[1;38;2;102;34;173mtarantula\u001b[0m\u001b[30m \\(the bad guys\\) \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -1990,44 +7072,26 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\puvwusj6wcu41.txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\0a7c83cc86a819d9d7dc086f6b0f187c.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snake a large feral python snake coiled on a wooden deck. \n", + " blue eyes A pink-scaled wickerbeast a furred dragon creature with blue eyes. \n", " \n", - " snake the snake has a vibrant patterned scales in shades of brown yellow and blue. \n", + " dragon A pink-scaled wickerbeast a furred dragon creature with blue eyes. \n", " \n", - " snake the snake's body is thick with a long sinuous form. \n", - " \n", - " snake the background shows a wooden deck or patio with a shadowy area in the corner that could \n", - " potentially be a hiding spot or den for the snake. \n", - " \n", - " feral a large feral python snake coiled on a wooden deck. \n", - " \n", - " scales the snake has a vibrant patterned scales in shades of brown yellow and blue. \n", - " \n", - " python a large feral python snake coiled on a wooden deck. \n", + " wickerbeast A pink-scaled wickerbeast a furred dragon creature with blue eyes. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\puvwusj6wcu41.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\0a7c83cc86a819d9d7dc086f6b0f187c.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma large feral python \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[30m coiled on a wooden deck. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[30m has a vibrant patterned scales in shades of brown yellow and blue. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[30m's body is thick with a long sinuous form. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background shows a wooden deck or patio with a shadowy area in the corner that could \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpotentially be a hiding spot or den for the \u001b[0m\u001b[1;38;2;140;145;81msnake\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;79;4;62mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma large \u001b[0m\u001b[1;38;2;79;4;62mferal\u001b[0m\u001b[30m python snake coiled on a wooden deck. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;19;146;189mblue eyes\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA pink-scaled wickerbeast a furred dragon creature with \u001b[0m\u001b[1;38;2;19;146;189mblue eyes\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;75;185mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snake has a vibrant patterned \u001b[0m\u001b[1;38;2;36;75;185mscales\u001b[0m\u001b[30m in shades of brown yellow and blue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;108;155;54mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA pink-scaled wickerbeast a furred \u001b[0m\u001b[1;38;2;108;155;54mdragon\u001b[0m\u001b[30m creature with blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;154;64mpython\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma large feral \u001b[0m\u001b[1;38;2;124;154;64mpython\u001b[0m\u001b[30m snake coiled on a wooden deck. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;42;117;5mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA pink-scaled \u001b[0m\u001b[1;38;2;42;117;5mwickerbeast\u001b[0m\u001b[30m a furred dragon creature with blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2039,76 +7103,84 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Red_Panda_(25193861686).txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1aad2bcd835b573b55cb1ccd98b92d43.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " mammal a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " anthro The two characters are lying on a black background with gold stars scattered around them. The \n", + " anthro male deer character is on the left of the anthro male wickerbeast character holding \n", + " onto him. \n", " \n", - " red panda a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " blue fur The wickerbeast character has blue fur and light blue white fur on his chest and belly and a \n", + " long blue tail. \n", " \n", - " red panda the red panda is perched on a tree branch its body positioned in a relaxed sitting posture. \n", + " blue pawpads The wickerbeast has blue pawpads on his hands and feet. \n", " \n", - " red panda the red panda's fluffy multicolored fur covers its entire body with the tail adding to its \n", - " distinctive appearance. \n", + " brown fur The deer has brown fur and white fur on its chest and belly and a long brown hair on its head. \n", " \n", - " red panda the background is lush and verdant with a dense forest of greenery surrounding the red panda. \n", + " brown hair The deer has brown fur and white fur on its chest and belly and a long brown hair on its head. \n", " \n", - " red panda the foliage creates a natural almost primal setting for the animal hinting at the wild and \n", - " untamed nature of the red panda's habitat. \n", + " white fur The deer has brown fur and white fur on its chest and belly and a long brown hair on its head. \n", " \n", - " red panda the overall scene exudes a sense of tranquility and natural beauty with the red panda as the \n", - " captivating focal point. \n", + " white fur The wickerbeast character has blue fur and light blue white fur on his chest and belly and a \n", + " long blue tail. \n", " \n", - " tree the red panda is perched on a tree branch its body positioned in a relaxed sitting posture. \n", + " deer The two characters are lying on a black background with gold stars scattered around them. The \n", + " anthro male deer character is on the left of the anthro male wickerbeast character holding \n", + " onto him. \n", " \n", - " fur a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " deer The deer has brown fur and white fur on its chest and belly and a long brown hair on its head. \n", " \n", - " fur the red panda's fluffy multicolored fur covers its entire body with the tail adding to its \n", - " distinctive appearance. \n", + " deer The deer character has a large hard penis. \n", " \n", - " orange fur a red panda a small mammal known for its vibrant reddish-orange fur and bushy tail. \n", + " wickerbeast The two characters are lying on a black background with gold stars scattered around them. The \n", + " anthro male deer character is on the left of the anthro male wickerbeast character holding \n", + " onto him. \n", " \n", - " forest the background is lush and verdant with a dense forest of greenery surrounding the red panda. \n", + " wickerbeast The wickerbeast character has blue fur and light blue white fur on his chest and belly and a \n", + " long blue tail. \n", " \n", - " nature the foliage creates a natural almost primal setting for the animal hinting at the wild and \n", - " untamed nature of the red panda's habitat. \n", + " wickerbeast The wickerbeast has blue pawpads on his hands and feet. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Red_Panda_(25193861686).txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1aad2bcd835b573b55cb1ccd98b92d43.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;154;102;83mmammal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda a small \u001b[0m\u001b[1;38;2;154;102;83mmammal\u001b[0m\u001b[30m known for its vibrant reddish-orange fur and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;159;127;75manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe two characters are lying on a black background with gold stars scattered around them. The \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;159;127;75manthro\u001b[0m\u001b[30m male deer character is on the left of the \u001b[0m\u001b[1;38;2;159;127;75manthro\u001b[0m\u001b[30m male wickerbeast character holding \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30monto him. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m a small mammal known for its vibrant reddish-orange fur and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;188;189;105mblue fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe wickerbeast character has \u001b[0m\u001b[1;38;2;188;189;105mblue fur\u001b[0m\u001b[30m and light blue white fur on his chest and belly and a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlong blue tail. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m is perched on a tree branch its body positioned in a relaxed sitting posture. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;186;179;147mblue pawpads\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe wickerbeast has \u001b[0m\u001b[1;38;2;186;179;147mblue pawpads\u001b[0m\u001b[30m on his hands and feet. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m's fluffy multicolored fur covers its entire body with the tail adding to its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdistinctive appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;98;166;196mbrown fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe deer has \u001b[0m\u001b[1;38;2;98;166;196mbrown fur\u001b[0m\u001b[30m and white fur on its chest and belly and a long brown hair on its head.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is lush and verdant with a dense forest of greenery surrounding the \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;120;6;88mbrown hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe deer has brown fur and white fur on its chest and belly and a long \u001b[0m\u001b[1;38;2;120;6;88mbrown hair\u001b[0m\u001b[30m on its head.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe foliage creates a natural almost primal setting for the animal hinting at the wild and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30muntamed nature of the \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m's habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;52;56;71mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe deer has brown fur and \u001b[0m\u001b[1;38;2;52;56;71mwhite fur\u001b[0m\u001b[30m on its chest and belly and a long brown hair on its head.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene exudes a sense of tranquility and natural beauty with the \u001b[0m\u001b[1;38;2;196;38;46mred panda\u001b[0m\u001b[30m as the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mcaptivating focal point. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;52;56;71mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe wickerbeast character has blue fur and light blue \u001b[0m\u001b[1;38;2;52;56;71mwhite fur\u001b[0m\u001b[30m on his chest and belly and a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlong blue tail. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;65;189;27mtree\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe red panda is perched on a \u001b[0m\u001b[1;38;2;65;189;27mtree\u001b[0m\u001b[30m branch its body positioned in a relaxed sitting posture. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe two characters are lying on a black background with gold stars scattered around them. The \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30manthro male \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[30m character is on the left of the anthro male wickerbeast character holding \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30monto him. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;102;39;97mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda a small mammal known for its vibrant reddish-orange \u001b[0m\u001b[1;38;2;102;39;97mfur\u001b[0m\u001b[30m and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[30m has brown fur and white fur on its chest and belly and a long brown hair on its head.\u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;102;39;97mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe red panda's fluffy multicolored \u001b[0m\u001b[1;38;2;102;39;97mfur\u001b[0m\u001b[30m covers its entire body with the tail adding to its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mdistinctive appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;0;197;94mdeer\u001b[0m\u001b[30m character has a large hard penis. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;131;154;71morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma red panda a small mammal known for its vibrant reddish-\u001b[0m\u001b[1;38;2;131;154;71morange fur\u001b[0m\u001b[30m and bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe two characters are lying on a black background with gold stars scattered around them. The \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30manthro male deer character is on the left of the anthro male \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[30m character holding \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30monto him. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;52;163;138mforest\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is lush and verdant with a dense \u001b[0m\u001b[1;38;2;52;163;138mforest\u001b[0m\u001b[30m of greenery surrounding the red panda. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[30m character has blue fur and light blue white fur on his chest and belly and a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlong blue tail. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;163;25;174mnature\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe foliage creates a natural almost primal setting for the animal hinting at the wild and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30muntamed \u001b[0m\u001b[1;38;2;163;25;174mnature\u001b[0m\u001b[30m of the red panda's habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;8;100;164mwickerbeast\u001b[0m\u001b[30m has blue pawpads on his hands and feet. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2120,52 +7192,34 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\rev-1-PDP-TRL2-093_High_Res_JPEG.txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1bd498638f0c7a588d4da253de471258.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " pikachu a feral pikachu character standing on a reflective surface likely a glass table or counter. \n", - " \n", - " pikachu the pikachu has a large round body covered in bright yellow fur with a distinctive black nose \n", - " and black eyes. \n", + " claws He has sharp claws and a long snout. \n", " \n", - " pikachu the pikachu's pose is relaxed with its legs slightly parted and its tail raised as if it is \n", - " examining the magnifying glass or the surrounding environment. \n", - " \n", - " pikachu the reflective surface on which the pikachu stands creates a sense of depth and dimension \n", - " adding to the overall visual appeal of the scene. \n", + " fluffy His fur is long and fluffy and he has a bushy tail. \n", " \n", - " hat it is wearing a detective-style hat complete with a magnifying glass held in its paws giving \n", - " it a playful investigative appearance. \n", + " fur His fur is long and fluffy and he has a bushy tail. \n", " \n", - " feral a feral pikachu character standing on a reflective surface likely a glass table or counter. \n", + " maleherm The image shows a maleherm anthro wickeerbeast ejaculating on a simple peach background. \n", " \n", - " fur the pikachu has a large round body covered in bright yellow fur with a distinctive black nose \n", - " and black eyes. \n", + " panting He is panting and blushing and his eyes are closed. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\rev-1-PDP-TRL2-093_High_Res_JPEG.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1bd498638f0c7a588d4da253de471258.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[30m character standing on a reflective surface likely a glass table or counter. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[30m has a large round body covered in bright yellow fur with a distinctive black nose \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand black eyes. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[30m's pose is relaxed with its legs slightly parted and its tail raised as if it is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mexamining the magnifying glass or the surrounding environment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;160;100;49mclaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has sharp \u001b[0m\u001b[1;38;2;160;100;49mclaws\u001b[0m\u001b[30m and a long snout. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reflective surface on which the \u001b[0m\u001b[1;38;2;25;16;60mpikachu\u001b[0m\u001b[30m stands creates a sense of depth and dimension \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30madding to the overall visual appeal of the scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;180;175;155mfluffy\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis fur is long and \u001b[0m\u001b[1;38;2;180;175;155mfluffy\u001b[0m\u001b[30m and he has a bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;49;20;139mhat\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit is wearing a detective-style \u001b[0m\u001b[1;38;2;49;20;139mhat\u001b[0m\u001b[30m complete with a magnifying glass held in its paws giving \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mit a playful investigative appearance. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;133;189;33mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis \u001b[0m\u001b[1;38;2;133;189;33mfur\u001b[0m\u001b[30m is long and fluffy and he has a bushy tail. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;74;41;30mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;74;41;30mferal\u001b[0m\u001b[30m pikachu character standing on a reflective surface likely a glass table or counter. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;43;186;9mmaleherm\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image shows a \u001b[0m\u001b[1;38;2;43;186;9mmaleherm\u001b[0m\u001b[30m anthro wickeerbeast ejaculating on a simple peach background. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;96;151;6mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe pikachu has a large round body covered in bright yellow \u001b[0m\u001b[1;38;2;96;151;6mfur\u001b[0m\u001b[30m with a distinctive black nose \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand black eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;134;46;111mpanting\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe is \u001b[0m\u001b[1;38;2;134;46;111mpanting\u001b[0m\u001b[30m and blushing and his eyes are closed. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2177,76 +7231,115 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard--panthera-uncia--15752858… \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1cc8ea9dd0f1f068014314fd15ed9ad9.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow a snow leopard walking through a snowy landscape. \n", + " anthro A blue-furred anthro wickerbeast furred dragon reclining on a bed with a blue pillow. \n", " \n", - " snow the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " black fur His body is blue and light blue with black fur on his arms and legs. \n", " \n", - " snow its large paws are equipped with sharp claws that dig into the snow. \n", + " blue hair He has a tuft of blue hair on his head and a long blue tail. \n", " \n", - " snow the snow leopard's head is held high its eyes focused intently ahead. \n", + " tail He has a tuft of blue hair on his head and a long blue tail. \n", " \n", - " snow the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", - " pornographic scene. \n", + " wickerbeast A blue-furred anthro wickerbeast furred dragon reclining on a bed with a blue pillow. \n", + " \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1cc8ea9dd0f1f068014314fd15ed9ad9.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;20;166;103manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA blue-furred \u001b[0m\u001b[1;38;2;20;166;103manthro\u001b[0m\u001b[30m wickerbeast furred dragon reclining on a bed with a blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;165;97;9mblack fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHis body is blue and light blue with \u001b[0m\u001b[1;38;2;165;97;9mblack fur\u001b[0m\u001b[30m on his arms and legs. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;136;113;107mblue hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a tuft of \u001b[0m\u001b[1;38;2;136;113;107mblue hair\u001b[0m\u001b[30m on his head and a long blue tail. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;49;119;91mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHe has a tuft of blue hair on his head and a long blue \u001b[0m\u001b[1;38;2;49;119;91mtail\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;178;86mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA blue-furred anthro \u001b[0m\u001b[1;38;2;46;178;86mwickerbeast\u001b[0m\u001b[30m furred dragon reclining on a bed with a blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1d411b14dd22f24cb54a04fc07a85996.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " anthro The image shows a scene of two anthro animals engaged in sexual activity. \n", " \n", - " snow leopard a snow leopard walking through a snowy landscape. \n", + " anthro The intersex animal with purple hair and a collar is on top of the anthro male tiger who has a \n", + " vr headset on. \n", " \n", - " snow leopard the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " anthro There is an anthro character on the monitor with a red exclamation mark and a fox plushie in \n", + " the background. \n", " \n", - " snow leopard the snow leopard's head is held high its eyes focused intently ahead. \n", + " collar The intersex animal with purple hair and a collar is on top of the anthro male tiger who has a \n", + " vr headset on. \n", " \n", - " snow leopard the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", - " pornographic scene. \n", + " computer The room is dimly lit and there are various items in the background such as a computer a \n", + " keyboard and a mouse. \n", " \n", - " fur the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " cutaway The image has a cutaway to the intersex wickerbeast's large penis inside the tiger's anus \n", + " while it is cumming during penetration. \n", " \n", - " leopard a snow leopard walking through a snowy landscape. \n", + " purple hair The intersex animal with purple hair and a collar is on top of the anthro male tiger who has a \n", + " vr headset on. \n", " \n", - " leopard the snow leopard has a muscular spotted body covered in thick multicolored fur. \n", + " vr headset The intersex animal with purple hair and a collar is on top of the anthro male tiger who has a \n", + " vr headset on. \n", " \n", - " leopard the snow leopard's head is held high its eyes focused intently ahead. \n", + " fox There is an anthro character on the monitor with a red exclamation mark and a fox plushie in \n", + " the background. \n", " \n", - " leopard the snow leopard's genitalia is not visible as the image does not depict an explicit or \n", - " pornographic scene. \n", + " wickerbeast The image has a cutaway to the intersex wickerbeast's large penis inside the tiger's anus \n", + " while it is cumming during penetration. \n", + " \n", + " wickerbeast The intersex wickerbeast furred dragon and the tiger are both cumming. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard--panthera-uncia--15752858…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1d411b14dd22f24cb54a04fc07a85996.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30m leopard walking through a \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30m leopard has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image shows a scene of two \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[30m animals engaged in sexual activity. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits large paws are equipped with sharp claws that dig into the \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe intersex animal with purple hair and a collar is on top of the \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[30m male tiger who has a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvr headset on. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30m leopard's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere is an \u001b[0m\u001b[1;38;2;146;132;191manthro\u001b[0m\u001b[30m character on the monitor with a red exclamation mark and a fox plushie in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;158;153;77msnow\u001b[0m\u001b[30m leopard's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[30m walking through a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;103;137;194mcollar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe intersex animal with purple hair and a \u001b[0m\u001b[1;38;2;103;137;194mcollar\u001b[0m\u001b[30m is on top of the anthro male tiger who has a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvr headset on. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[30m has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;91;183mcomputer\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe room is dimly lit and there are various items in the background such as a \u001b[0m\u001b[1;38;2;146;91;183mcomputer\u001b[0m\u001b[30m a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mkeyboard and a mouse. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[30m's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;156;157;189msnow leopard\u001b[0m\u001b[30m's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;166;153;109mcutaway\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image has a \u001b[0m\u001b[1;38;2;166;153;109mcutaway\u001b[0m\u001b[30m to the intersex wickerbeast's large penis inside the tiger's anus \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwhile it is cumming during penetration. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;162;151;57mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a muscular spotted body covered in thick multicolored \u001b[0m\u001b[1;38;2;162;151;57mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;80;68;170mpurple hair\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe intersex animal with \u001b[0m\u001b[1;38;2;80;68;170mpurple hair\u001b[0m\u001b[30m and a collar is on top of the anthro male tiger who has a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvr headset on. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[30m walking through a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;59;89;107mvr headset\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe intersex animal with purple hair and a collar is on top of the anthro male tiger who has a\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;59;89;107mvr headset\u001b[0m\u001b[30m on. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[30m has a muscular spotted body covered in thick multicolored fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;81;169;102mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThere is an anthro character on the monitor with a red exclamation mark and a \u001b[0m\u001b[1;38;2;81;169;102mfox\u001b[0m\u001b[30m plushie in \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[30m's head is held high its eyes focused intently ahead. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;190;42mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image has a cutaway to the intersex \u001b[0m\u001b[1;38;2;195;190;42mwickerbeast\u001b[0m\u001b[30m's large penis inside the tiger's anus \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwhile it is cumming during penetration. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;171;38;105mleopard\u001b[0m\u001b[30m's genitalia is not visible as the image does not depict an explicit or \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpornographic scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;195;190;42mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe intersex \u001b[0m\u001b[1;38;2;195;190;42mwickerbeast\u001b[0m\u001b[30m furred dragon and the tiger are both cumming. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2258,44 +7351,38 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-1373866.txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1de149ed30600acf277e32a9c48e3879.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the snow leopard's face is prominently displayed with its piercing green eyes and distinctive \n", - " black spots covering its fur. \n", + " anthro A female anthro wickerbeast furred dragon with pink hair and blue eyes. \n", " \n", - " fur the snow leopard's body is covered in a thick multicolored fur coat with shades of white gray \n", - " and black. \n", + " female A female anthro wickerbeast furred dragon with pink hair and blue eyes. \n", " \n", - " realistic the image has a realistic photorealistic style capturing the snow leopard's raw untamed beauty \n", - " and the raw untamed power of the wild. \n", + " sweater She has a beige sweater and black pants with a black belt with a simple iron buckle. \n", " \n", - " feline the snow leopard's gaze is intense and captivating drawing the viewer in and inviting them to \n", - " explore the mysteries of this magnificent feline. \n", + " tail Her tail is pink and blue with long pink fur on top of it. \n", " \n", - " spots the snow leopard's face is prominently displayed with its piercing green eyes and distinctive \n", - " black spots covering its fur. \n", + " dragon A female anthro wickerbeast furred dragon with pink hair and blue eyes. \n", + " \n", + " wickerbeast A female anthro wickerbeast furred dragon with pink hair and blue eyes. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-1373866.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1de149ed30600acf277e32a9c48e3879.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;60;112;120mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's face is prominently displayed with its piercing green eyes and distinctive \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack spots covering its \u001b[0m\u001b[1;38;2;60;112;120mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;165;43;198manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA female \u001b[0m\u001b[1;38;2;165;43;198manthro\u001b[0m\u001b[30m wickerbeast furred dragon with pink hair and blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;60;112;120mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's body is covered in a thick multicolored \u001b[0m\u001b[1;38;2;60;112;120mfur\u001b[0m\u001b[30m coat with shades of white gray \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand black. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;45;117;136mfemale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;45;117;136mfemale\u001b[0m\u001b[30m anthro wickerbeast furred dragon with pink hair and blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;189;6;90mrealistic\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image has a \u001b[0m\u001b[1;38;2;189;6;90mrealistic\u001b[0m\u001b[30m photo\u001b[0m\u001b[1;38;2;189;6;90mrealistic\u001b[0m\u001b[30m style capturing the snow leopard's raw untamed beauty\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mand the raw untamed power of the wild. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;83;92;125msweater\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mShe has a beige \u001b[0m\u001b[1;38;2;83;92;125msweater\u001b[0m\u001b[30m and black pants with a black belt with a simple iron buckle. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;113;163;104mfeline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's gaze is intense and captivating drawing the viewer in and inviting them to \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mexplore the mysteries of this magnificent \u001b[0m\u001b[1;38;2;113;163;104mfeline\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;60;60;120mtail\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mHer \u001b[0m\u001b[1;38;2;60;60;120mtail\u001b[0m\u001b[30m is pink and blue with long pink fur on top of it. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;153;119;102mspots\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's face is prominently displayed with its piercing green eyes and distinctive \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mblack \u001b[0m\u001b[1;38;2;153;119;102mspots\u001b[0m\u001b[30m covering its fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;187;174;111mdragon\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA female anthro wickerbeast furred \u001b[0m\u001b[1;38;2;187;174;111mdragon\u001b[0m\u001b[30m with pink hair and blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;128;52;88mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA female anthro \u001b[0m\u001b[1;38;2;128;52;88mwickerbeast\u001b[0m\u001b[30m furred dragon with pink hair and blue eyes. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2307,66 +7394,42 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-1463457416BI7.txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1e5dade6a65aeb3537e9eb5d49c2dd00.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", - " \n", - " snow leopard a snow leopard resting on a rocky surface. \n", - " \n", - " snow leopard the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", - " \n", - " snow leopard the snow leopard's body is curled up with its legs tucked in and its tail wrapped around \n", - " itself. \n", - " \n", - " snow leopard the overall scene has a sense of tranquility and natural beauty capturing the snow leopard in \n", - " a moment of rest and contentment. \n", - " \n", - " whiskers its eyes are a striking blue color and it has a black nose and whiskers. \n", + " anthro A large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \n", + " The dragon has large breasts and a big butt and is wearing a black bikini. \n", " \n", - " leopard a snow leopard resting on a rocky surface. \n", + " big butt A large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \n", + " The dragon has large breasts and a big butt and is wearing a black bikini. \n", " \n", - " leopard the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", + " breasts A large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \n", + " The dragon has large breasts and a big butt and is wearing a black bikini. \n", " \n", - " leopard the snow leopard's body is curled up with its legs tucked in and its tail wrapped around \n", - " itself. \n", - " \n", - " leopard the overall scene has a sense of tranquility and natural beauty capturing the snow leopard in \n", - " a moment of rest and contentment. \n", + " city The background shows a city with tall buildings and greenery. \n", " \n", - " spotted fur the snow leopard has a thick spotted fur coat that is predominantly white with black markings. \n", + " wickerbeast A large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \n", + " The dragon has large breasts and a big butt and is wearing a black bikini. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-1463457416BI7.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1e5dade6a65aeb3537e9eb5d49c2dd00.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;56;140;33mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a thick spotted \u001b[0m\u001b[1;38;2;56;140;33mfur\u001b[0m\u001b[30m coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[30m resting on a rocky surface. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[30m has a thick spotted fur coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[30m's body is curled up with its legs tucked in and its tail wrapped around \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mitself. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a sense of tranquility and natural beauty capturing the \u001b[0m\u001b[1;38;2;170;40;107msnow leopard\u001b[0m\u001b[30m in \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma moment of rest and contentment. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;75;195;51mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mits eyes are a striking blue color and it has a black nose and \u001b[0m\u001b[1;38;2;75;195;51mwhiskers\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;159;151;115manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA large pink \u001b[0m\u001b[1;38;2;159;151;115manthro\u001b[0m\u001b[30m wickerbeast furred dragon with blue hair standing between two buildings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon has large breasts and a big butt and is wearing a black bikini. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma snow \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[30m resting on a rocky surface. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;121;96;173mbig butt\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon has large breasts and a \u001b[0m\u001b[1;38;2;121;96;173mbig butt\u001b[0m\u001b[30m and is wearing a black bikini. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[30m has a thick spotted fur coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[30m's body is curled up with its legs tucked in and its tail wrapped around \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mitself. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;148;65;32mbreasts\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA large pink anthro wickerbeast furred dragon with blue hair standing between two buildings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon has large \u001b[0m\u001b[1;38;2;148;65;32mbreasts\u001b[0m\u001b[30m and a big butt and is wearing a black bikini. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a sense of tranquility and natural beauty capturing the snow \u001b[0m\u001b[1;38;2;124;100;4mleopard\u001b[0m\u001b[30m in \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma moment of rest and contentment. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;197;4;4mcity\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background shows a \u001b[0m\u001b[1;38;2;197;4;4mcity\u001b[0m\u001b[30m with tall buildings and greenery. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;42;60;143mspotted fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a thick \u001b[0m\u001b[1;38;2;42;60;143mspotted fur\u001b[0m\u001b[30m coat that is predominantly white with black markings.\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;179;195;47mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA large pink anthro \u001b[0m\u001b[1;38;2;179;195;47mwickerbeast\u001b[0m\u001b[30m furred dragon with blue hair standing between two buildings. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe dragon has large breasts and a big butt and is wearing a black bikini. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2378,54 +7441,28 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-yawning-1.txt \n", + " Duplicate Tag E:\\training_dir\\wickerbeast\\1f2ddd50c22a314c3447f19206855410.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " tongue the image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \n", - " reveals its formidable teeth and pink tongue. \n", - " \n", - " snow leopard the image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \n", - " reveals its formidable teeth and pink tongue. \n", - " \n", - " whiskers the thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \n", - " of its high-altitude habitat is captured in fine detail while the whiskers long and white add \n", - " to the animal’s keen sensory capabilities. \n", + " anthro An anthro wickerbeast furred dragon is masturbating his penis with a penetrable sex toy. \n", " \n", - " fur the thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain \n", - " of its high-altitude habitat is captured in fine detail while the whiskers long and white add \n", - " to the animal’s keen sensory capabilities. \n", - " \n", - " teeth the image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \n", - " reveals its formidable teeth and pink tongue. \n", + " penetrable sex An anthro wickerbeast furred dragon is masturbating his penis with a penetrable sex toy. \n", + " toy \n", " \n", - " blurred the blurred background features rocks and dry grass. \n", - " background \n", + " wickerbeast An anthro wickerbeast furred dragon is masturbating his penis with a penetrable sex toy. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\snow-leopard-yawning-1.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\wickerbeast\\1f2ddd50c22a314c3447f19206855410.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;91;3;200mtongue\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals its formidable teeth and pink \u001b[0m\u001b[1;38;2;91;3;200mtongue\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;152;108;85msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a \u001b[0m\u001b[1;38;2;152;108;85msnow leopard\u001b[0m\u001b[30m in a moment of rest its mouth agape in a wide yawn that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals its formidable teeth and pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;153;139;106manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn \u001b[0m\u001b[1;38;2;153;139;106manthro\u001b[0m\u001b[30m wickerbeast furred dragon is masturbating his penis with a penetrable sex toy. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;85;174;88mwhiskers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick spotted fur a hallmark of the snow leopard’s camouflage in the snowy rocky terrain\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof its high-altitude habitat is captured in fine detail while the \u001b[0m\u001b[1;38;2;85;174;88mwhiskers\u001b[0m\u001b[30m long and white add \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mto the animal’s keen sensory capabilities. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;27;102;114mpenetrable sex\u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthro wickerbeast furred dragon is masturbating his penis with a \u001b[0m\u001b[1;38;2;27;102;114mpenetrable sex toy\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;27;102;114mtoy\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;158;171;124mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe thick spotted \u001b[0m\u001b[1;38;2;158;171;124mfur\u001b[0m\u001b[30m a hallmark of the snow leopard’s camouflage in the snowy rocky terrain\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof its high-altitude habitat is captured in fine detail while the whiskers long and white add \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mto the animal’s keen sensory capabilities. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;9;146;57mteeth\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe image features a snow leopard in a moment of rest its mouth agape in a wide yawn that \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mreveals its formidable \u001b[0m\u001b[1;38;2;9;146;57mteeth\u001b[0m\u001b[30m and pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;174;50;94mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;174;50;94mblurred background\u001b[0m\u001b[30m features rocks and dry grass. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;174;50;94mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;82;26;93mwickerbeast\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mAn anthro \u001b[0m\u001b[1;38;2;82;26;93mwickerbeast\u001b[0m\u001b[30m furred dragon is masturbating his penis with a penetrable sex toy. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2437,54 +7474,32 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Snow_Leopard_Relaxed.txt \n", + " Duplicate Tag E:\\training_dir\\_\\2b8a051f6152af5962d00c4059f96170.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the snow leopard has a thick spotted fur coat that is primarily grey in color with darker \n", - " markings around the eyes and on the paws. \n", + " feral A feral tibetan sand fox standing in a grassy field. The fox has a slender athletic build with \n", + " a fluffy reddish-orange fur coat. \n", " \n", - " rock the snow leopard's body is sprawled out with its front paws resting on the rock and its \n", - " hindquarters slightly raised. \n", - " \n", - " snow leopard a snow leopard resting on a rocky outcrop. \n", - " \n", - " snow leopard the snow leopard has a thick spotted fur coat that is primarily grey in color with darker \n", - " markings around the eyes and on the paws. \n", + " tibetan sand A feral tibetan sand fox standing in a grassy field. The fox has a slender athletic build with \n", + " fox a fluffy reddish-orange fur coat. \n", " \n", - " snow leopard the snow leopard's body is sprawled out with its front paws resting on the rock and its \n", - " hindquarters slightly raised. \n", - " \n", - " snow leopard the background is blurred with a hazy dreamlike quality that places the focus entirely on the \n", - " snow leopard. \n", - " \n", - " snow leopard the overall scene has a serene yet powerful and captivating quality capturing the snow leopard \n", - " in a moment of repose. \n", + " fur A feral tibetan sand fox standing in a grassy field. The fox has a slender athletic build with \n", + " a fluffy reddish-orange fur coat. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Snow_Leopard_Relaxed.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\2b8a051f6152af5962d00c4059f96170.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;162;28;35mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a thick spotted \u001b[0m\u001b[1;38;2;162;28;35mfur\u001b[0m\u001b[30m coat that is primarily grey in color with darker \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmarkings around the eyes and on the paws. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;50;55;178mrock\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard's body is sprawled out with its front paws resting on the \u001b[0m\u001b[1;38;2;50;55;178mrock\u001b[0m\u001b[30m and its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters slightly raised. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[30m resting on a rocky outcrop. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[30m has a thick spotted fur coat that is primarily grey in color with darker \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mmarkings around the eyes and on the paws. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[30m's body is sprawled out with its front paws resting on the rock and its \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mhindquarters slightly raised. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;59;35;99mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;59;35;99mferal\u001b[0m\u001b[30m tibetan sand fox standing in a grassy field. The fox has a slender athletic build with\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma fluffy reddish-orange fur coat. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a hazy dreamlike quality that places the focus entirely on the \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;155;134;118mtibetan sand \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral \u001b[0m\u001b[1;38;2;155;134;118mtibetan sand fox\u001b[0m\u001b[30m standing in a grassy field. The fox has a slender athletic build with\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;155;134;118mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma fluffy reddish-orange fur coat. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe overall scene has a serene yet powerful and captivating quality capturing the \u001b[0m\u001b[1;38;2;36;63;49msnow leopard\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min a moment of repose. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;164;36;48mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral tibetan sand fox standing in a grassy field. The fox has a slender athletic build with\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma fluffy reddish-orange \u001b[0m\u001b[1;38;2;164;36;48mfur\u001b[0m\u001b[30m coat. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2496,48 +7511,40 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\the-cuteness-that-is-the-fennec-fox-fe… \n", + " Duplicate Tag E:\\training_dir\\_\\4e4fb49539dda0776e45cf52a6591d04.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " mammal a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", - " \n", - " fennec a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", - " \n", - " fennec the fennec fox is positioned in the foreground with a blurred background of lush green \n", - " foliage. \n", + " text A dark section under the wolf's painting with a text that says \"I have hired this fucking \n", + " thing to stare at you\". \n", " \n", - " fennec the fennec fox's expression is one of mischievous delight with its eyes narrowed and its mouth \n", - " slightly open revealing sharp teeth. \n", + " wolf A detailed and realistic digital painting of a wolf's face. \n", " \n", - " feral a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", + " wolf The wolf has a focused and intense expression with sharp piercing eyes that are a vibrant \n", + " shade of yellow. \n", " \n", - " fur a feral fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \n", + " wolf The background is blurred and dark which brings the wolf's face into sharp focus. \n", " \n", - " blurred the fennec fox is positioned in the foreground with a blurred background of lush green \n", - " background foliage. \n", + " wolf A dark section under the wolf's painting with a text that says \"I have hired this fucking \n", + " thing to stare at you\". \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\the-cuteness-that-is-the-fennec-fox-fe…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\4e4fb49539dda0776e45cf52a6591d04.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;186;183;80mmammal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral fennec fox a small \u001b[0m\u001b[1;38;2;186;183;80mmammal\u001b[0m\u001b[30m known for its distinctive large ears and fluffy white fur. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[30m fox a small mammal known for its distinctive large ears and fluffy white fur. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[30m fox is positioned in the foreground with a blurred background of lush green \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfoliage. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;53;99;194mtext\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA dark section under the wolf's painting with a \u001b[0m\u001b[1;38;2;53;99;194mtext\u001b[0m\u001b[30m that says \"I have hired this fucking \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthing to stare at you\". \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;11;157;186mfennec\u001b[0m\u001b[30m fox's expression is one of mischievous delight with its eyes narrowed and its mouth\u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly open revealing sharp teeth. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA detailed and realistic digital painting of a \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[30m's face. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;176;178;26mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;176;178;26mferal\u001b[0m\u001b[30m fennec fox a small mammal known for its distinctive large ears and fluffy white fur. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[30m has a focused and intense expression with sharp piercing eyes that are a vibrant \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshade of yellow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;80;23;47mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma feral fennec fox a small mammal known for its distinctive large ears and fluffy white \u001b[0m\u001b[1;38;2;80;23;47mfur\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe background is blurred and dark which brings the \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[30m's face into sharp focus. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;83;9;184mblurred \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe fennec fox is positioned in the foreground with a \u001b[0m\u001b[1;38;2;83;9;184mblurred background\u001b[0m\u001b[30m of lush green \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;83;9;184mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfoliage. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA dark section under the \u001b[0m\u001b[1;38;2;133;190;82mwolf\u001b[0m\u001b[30m's painting with a text that says \"I have hired this fucking \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthing to stare at you\". \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2549,82 +7556,59 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\the-endangered-snow-leopard.txt \n", + " Duplicate Tag E:\\training_dir\\_\\5ade980fb60341029c46d927948cffcc.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " fur the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", - " survive in cold snowy environments. \n", - " \n", - " snow leopard a snow leopard a large wild cat native to the mountain ranges of central and south asia. \n", - " \n", - " snow leopard the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", - " survive in cold snowy environments. \n", - " \n", - " snow leopard the snow leopard's expression is intense and focused with its mouth slightly open as if it is \n", - " sniffing the air or preparing to pounce. \n", - " \n", - " snow leopard the background is blurred with a sense of depth and distance creating a sense of the snow \n", - " leopard's remote untouched habitat. \n", + " black Stars twinkle in the distant pitch black background adding to the mesmerizing beauty of this \n", + " background astronomical spectacle. \n", " \n", - " snow leopard the snowflakes in the air add to the serene wintry atmosphere hinting at the snow leopard's \n", - " solitary independent nature. \n", - " \n", - " spotted fur the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", - " survive in cold snowy environments. \n", - " \n", - " snow a snow leopard a large wild cat native to the mountain ranges of central and south asia. \n", + " quasar A breathtaking celestial event where a radiant burst of light emanates from the center of a \n", + " quasar illuminating the surrounding space. \n", " \n", - " snow the snow leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \n", - " survive in cold snowy environments. \n", - " \n", - " snow the snow leopard's expression is intense and focused with its mouth slightly open as if it is \n", - " sniffing the air or preparing to pounce. \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\5ade980fb60341029c46d927948cffcc.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;49;166;166mblack \u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mStars twinkle in the distant pitch \u001b[0m\u001b[1;38;2;49;166;166mblack background\u001b[0m\u001b[30m adding to the mesmerizing beauty of this \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;49;166;166mbackground\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mastronomical spectacle. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;31;38;120mquasar\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA breathtaking celestial event where a radiant burst of light emanates from the center of a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;31;38;120mquasar\u001b[0m\u001b[30m illuminating the surrounding space. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\_\\7f15fd07cff2203eb0727e349e92e8b9.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " fox A close-up of a feral fox. \n", " \n", - " snow the background is blurred with a sense of depth and distance creating a sense of the snow \n", - " leopard's remote untouched habitat. \n", + " fox The fox has a reddish-brown fur coat and is looking directly at the camera with its mouth \n", + " slightly open showing a pink tongue. \n", " \n", - " snow the snowflakes in the air add to the serene wintry atmosphere hinting at the snow leopard's \n", - " solitary independent nature. \n", + " feral A close-up of a feral fox. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\the-endangered-snow-leopard.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\7f15fd07cff2203eb0727e349e92e8b9.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;164;87;75mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a distinctive spotted \u001b[0m\u001b[1;38;2;164;87;75mfur\u001b[0m\u001b[30m pattern with a thick coat of \u001b[0m\u001b[1;38;2;164;87;75mfur\u001b[0m\u001b[30m that helps it \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold snowy environments. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[30m a large wild cat native to the mountain ranges of central and south asia. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[30m has a distinctive spotted fur pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold snowy environments. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[30m's expression is intense and focused with its mouth slightly open as if it is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msniffing the air or preparing to pounce. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a sense of depth and distance creating a sense of the \u001b[0m\u001b[1;38;2;100;160;43msnow \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[1;38;2;100;160;43mleopard\u001b[0m\u001b[30m's remote untouched habitat. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snowflakes in the air add to the serene wintry atmosphere hinting at the \u001b[0m\u001b[1;38;2;100;160;43msnow leopard\u001b[0m\u001b[30m's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msolitary independent nature. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;22;157;65mspotted fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow leopard has a distinctive \u001b[0m\u001b[1;38;2;22;157;65mspotted fur\u001b[0m\u001b[30m pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold snowy environments. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30m leopard a large wild cat native to the mountain ranges of central and south asia. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30m leopard has a distinctive spotted fur pattern with a thick coat of fur that helps it \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msurvive in cold \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30my environments. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;165;15;75mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA close-up of a feral \u001b[0m\u001b[1;38;2;165;15;75mfox\u001b[0m\u001b[30m. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30m leopard's expression is intense and focused with its mouth slightly open as if it is \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msniffing the air or preparing to pounce. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is blurred with a sense of depth and distance creating a sense of the \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mleopard's remote untouched habitat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;165;15;75mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;165;15;75mfox\u001b[0m\u001b[30m has a reddish-brown fur coat and is looking directly at the camera with its mouth \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mslightly open showing a pink tongue. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30mflakes in the air add to the serene wintry atmosphere hinting at the \u001b[0m\u001b[1;38;2;178;163;95msnow\u001b[0m\u001b[30m leopard's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30msolitary independent nature. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;185;133;96mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA close-up of a \u001b[0m\u001b[1;38;2;185;133;96mferal\u001b[0m\u001b[30m fox. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2636,42 +7620,71 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Young-Snow-Leopard-©-David-Lawson-_-WW… \n", + " Duplicate Tag E:\\training_dir\\_\\8d560b6090058e6b07f5098d7857bdfd.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " snow the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " feral A feral velociraptor. \n", " \n", - " snow the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " feathers Its neck and body exhibit features reminiscent of a bird with its feathers. The scalie's eye \n", + " is large with a golden hue. \n", " \n", - " snow in the background the snow and moss covered rocks create a picturesque wintry scene. \n", + " feathers It has a tuft of red feathers on its head. \n", " \n", - " snow leopard the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " \n", + "\n" + ], + "text/plain": [ + " \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\8d560b6090058e6b07f5098d7857bdfd.txt \u001b[0m\u001b[1m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;146;144;141mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;146;144;141mferal\u001b[0m\u001b[30m velociraptor. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;199;167;146mfeathers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts neck and body exhibit features reminiscent of a bird with its \u001b[0m\u001b[1;38;2;199;167;146mfeathers\u001b[0m\u001b[30m. The scalie's eye \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mis large with a golden hue. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;199;167;146mfeathers\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIt has a tuft of red \u001b[0m\u001b[1;38;2;199;167;146mfeathers\u001b[0m\u001b[30m on its head. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + " Duplicate Tag E:\\training_dir\\_\\a.txt \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", + " feral The image presents a serene moment between two feral snow leopards against a textured \n", + " backdrop. \n", " \n", - " snow leopard the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " fur The leopard leopard on the right with its thick fur marked by dark spots and rosettes lies \n", + " with its head up eyes open gazing forward while the left leopard attentively grooms it. \n", " \n", - " leopard the snow leopard is sitting on a rocky outcrop surrounded by a snowy landscape. \n", + " spots The leopard leopard on the right with its thick fur marked by dark spots and rosettes lies \n", + " with its head up eyes open gazing forward while the left leopard attentively grooms it. \n", " \n", - " leopard the snow leopard's eyes are focused downward its expression is calm and serene. \n", + " leopard The leopard leopard on the right with its thick fur marked by dark spots and rosettes lies \n", + " with its head up eyes open gazing forward while the left leopard attentively grooms it. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\1_realistic\\Young-Snow-Leopard-©-David-Lawson-_-WW…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\a.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[30m leopard is sitting on a rocky outcrop surrounded by a \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[30my landscape. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;173;90;84mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe image presents a serene moment between two \u001b[0m\u001b[1;38;2;173;90;84mferal\u001b[0m\u001b[30m snow leopards against a textured \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mbackdrop. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[30m leopard's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;196;151;38mfur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe leopard leopard on the right with its thick \u001b[0m\u001b[1;38;2;196;151;38mfur\u001b[0m\u001b[30m marked by dark spots and rosettes lies \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its head up eyes open gazing forward while the left leopard attentively grooms it. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30min the background the \u001b[0m\u001b[1;38;2;183;69;12msnow\u001b[0m\u001b[30m and moss covered rocks create a picturesque wintry scene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;144;139;27mspots\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe leopard leopard on the right with its thick fur marked by dark \u001b[0m\u001b[1;38;2;144;139;27mspots\u001b[0m\u001b[30m and rosettes lies \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its head up eyes open gazing forward while the left leopard attentively grooms it. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;69;199;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;69;199;189msnow leopard\u001b[0m\u001b[30m is sitting on a rocky outcrop surrounded by a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;69;199;189msnow leopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;69;199;189msnow leopard\u001b[0m\u001b[30m's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;198;187mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;151;198;187mleopard\u001b[0m\u001b[30m is sitting on a rocky outcrop surrounded by a snowy landscape. \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;151;198;187mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snow \u001b[0m\u001b[1;38;2;151;198;187mleopard\u001b[0m\u001b[30m's eyes are focused downward its expression is calm and serene. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;40;189;194mleopard\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;40;189;194mleopard\u001b[0m\u001b[30m \u001b[0m\u001b[1;38;2;40;189;194mleopard\u001b[0m\u001b[30m on the right with its thick fur marked by dark spots and rosettes lies \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mwith its head up eyes open gazing forward while the left \u001b[0m\u001b[1;38;2;40;189;194mleopard\u001b[0m\u001b[30m attentively grooms it. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2683,30 +7696,80 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\10b627b9b2bd45a10ecadb685679bf… \n", + " Duplicate Tag E:\\training_dir\\_\\kbed-512.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " scales the background is dark allowing the scales to take center stage and drawing the viewer's \n", - " attention to the intricate patterns and colors of the reptile's skin. \n", + " solo A solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility \n", + " of a seasoned magic user on a blue mattress with his head resting on blue pillow. \n", " \n", - " scales the reptile's scales are a mix of blue black and white hues. \n", + " anthro A solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility \n", + " of a seasoned magic user on a blue mattress with his head resting on blue pillow. \n", " \n", - " scales the scales exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \n", - " almost iridescent effect. \n", + " white fur This mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \n", + " showcases a completely white fur body with contrasting pink pawpads while the pink paws are \n", + " adorned with claws and five distinct toes. \n", + " \n", + " pink pawpads This mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \n", + " showcases a completely white fur body with contrasting pink pawpads while the pink paws are \n", + " adorned with claws and five distinct toes. \n", + " \n", + " magic user A solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility \n", + " of a seasoned magic user on a blue mattress with his head resting on blue pillow. \n", + " \n", + " smile A solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility \n", + " of a seasoned magic user on a blue mattress with his head resting on blue pillow. \n", + " \n", + " paws This mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \n", + " showcases a completely white fur body with contrasting pink pawpads while the pink paws are \n", + " adorned with claws and five distinct toes. \n", + " \n", + " male A solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility \n", + " of a seasoned magic user on a blue mattress with his head resting on blue pillow. \n", + " \n", + " male The male's tufted appearance and the soft white outline that frames it gives it a cartoony \n", + " look. \n", + " \n", + " white outline The male's tufted appearance and the soft white outline that frames it gives it a cartoony \n", + " look. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\10b627b9b2bd45a10ecadb685679bf…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\kbed-512.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is dark allowing the \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[30m to take center stage and drawing the viewer's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mattention to the intricate patterns and colors of the reptile's skin. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;139;79;107msolo\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;139;79;107msolo\u001b[0m\u001b[30m anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof a seasoned magic user on a blue mattress with his head resting on blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reptile's \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[30m are a mix of blue black and white hues. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;63;100;105manthro\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo \u001b[0m\u001b[1;38;2;63;100;105manthro\u001b[0m\u001b[30m male wolf lies with a contented smile eyes gently closed exuding the tranquility\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof a seasoned magic user on a blue mattress with his head resting on blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;28;67;37mscales\u001b[0m\u001b[30m exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30malmost iridescent effect. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;199;154;155mwhite fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshowcases a completely \u001b[0m\u001b[1;38;2;199;154;155mwhite fur\u001b[0m\u001b[30m body with contrasting pink pawpads while the pink paws are \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30madorned with claws and five distinct toes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;174;44;17mpink pawpads\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshowcases a completely white fur body with contrasting \u001b[0m\u001b[1;38;2;174;44;17mpink pawpads\u001b[0m\u001b[30m while the pink paws are \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30madorned with claws and five distinct toes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;57;37;11mmagic user\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro male wolf lies with a contented smile eyes gently closed exuding the tranquility\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof a seasoned \u001b[0m\u001b[1;38;2;57;37;11mmagic user\u001b[0m\u001b[30m on a blue mattress with his head resting on blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;147;34;168msmile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro male wolf lies with a contented \u001b[0m\u001b[1;38;2;147;34;168msmile\u001b[0m\u001b[30m eyes gently closed exuding the tranquility\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof a seasoned magic user on a blue mattress with his head resting on blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;89;133;119mpaws\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThis mystical mammal draped in purple wizard robe and a purple wizard hat as its headgear \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mshowcases a completely white fur body with contrasting pink pawpads while the pink \u001b[0m\u001b[1;38;2;89;133;119mpaws\u001b[0m\u001b[30m are \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30madorned with claws and five distinct toes. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;70;193;62mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA solo anthro \u001b[0m\u001b[1;38;2;70;193;62mmale\u001b[0m\u001b[30m wolf lies with a contented smile eyes gently closed exuding the tranquility\u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mof a seasoned magic user on a blue mattress with his head resting on blue pillow. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;70;193;62mmale\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;70;193;62mmale\u001b[0m\u001b[30m's tufted appearance and the soft white outline that frames it gives it a cartoony \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlook. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;130;23;134mwhite outline\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe male's tufted appearance and the soft \u001b[0m\u001b[1;38;2;130;23;134mwhite outline\u001b[0m\u001b[30m that frames it gives it a cartoony \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mlook. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2718,26 +7781,40 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\129440_Iridescent-fish-scales_… \n", + " Duplicate Tag E:\\training_dir\\_\\Tibet tilkisi.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " scalie a close-up view of a scalie's scales which are shimmering in a vibrant array of blues and \n", - " greens. \n", + " feral A feral fox standing in a grassy field. \n", + " \n", + " fox A feral fox standing in a grassy field. \n", + " \n", + " fox The fox has a slender athletic build with a fluffy reddish-orange fur coat. \n", " \n", - " scalie the background is dark allowing the scales to take center stage and drawing the viewer's \n", - " attention to the intricate patterns and colors of the scalie's skin. \n", + " fox The fox's muzzle is pointed and slightly open giving it a curious and inquisitive expression. \n", + " \n", + " fox The overall atmosphere is one of solitude and wilderness with the fox seemingly the sole \n", + " occupant of this serene natural setting. \n", + " \n", + " orange fur The fox has a slender athletic build with a fluffy reddish-orange fur coat. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\129440_Iridescent-fish-scales_…\u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\Tibet tilkisi.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;46;60;78mscalie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30ma close-up view of a \u001b[0m\u001b[1;38;2;46;60;78mscalie\u001b[0m\u001b[30m's scales which are shimmering in a vibrant array of blues and \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mgreens. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;130;78;113mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;130;78;113mferal\u001b[0m\u001b[30m fox standing in a grassy field. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[30m standing in a grassy field. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;46;60;78mscalie\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe background is dark allowing the scales to take center stage and drawing the viewer's \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mattention to the intricate patterns and colors of the \u001b[0m\u001b[1;38;2;46;60;78mscalie\u001b[0m\u001b[30m's skin. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[30m has a slender athletic build with a fluffy reddish-orange fur coat. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[30m's muzzle is pointed and slightly open giving it a curious and inquisitive expression. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe overall atmosphere is one of solitude and wilderness with the \u001b[0m\u001b[1;38;2;149;30;194mfox\u001b[0m\u001b[30m seemingly the sole \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30moccupant of this serene natural setting. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;181;64;107morange fur\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe fox has a slender athletic build with a fluffy reddish-\u001b[0m\u001b[1;38;2;181;64;107morange fur\u001b[0m\u001b[30m coat. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] @@ -2749,46 +7826,65 @@ "data": { "text/html": [ "
\n", - " Duplicate Tag C:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\p86qy9k3xm851.txt \n", + " Duplicate Tag E:\\training_dir\\_\\tumblr_41647863cea34e332fdeab607f40531f_7f78453a_1280.txt \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " scales the snake has vibrant iridescent scales that glisten in the light creating a rainbow-like \n", - " pattern. \n", + " feral A feral fox standing in a barren rocky landscape. \n", " \n", - " scales the scales are a mix of blue green and purple hues with the head and upper body predominantly \n", - " featuring the blue and purple tones. \n", + " fox A feral fox standing in a barren rocky landscape. \n", " \n", - " scales the reptile's scales are a mix of blue green and purple hues. \n", + " fox The fox has a slender lithe build with a fluffy multicolored coat that transitions from a \n", + " vibrant orange on its head and back to a grayish-white on its sides and legs. \n", " \n", - " scales the scales exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \n", - " almost iridescent effect. \n", + " fox The fox's expression is one of alertness with its head slightly tilted and its body poised as \n", + " if ready to pounce or flee. \n", " \n", - " reptile the reptile's scales are a mix of blue green and purple hues. \n", + " black nose Its eyes are a striking blue color and it has a black nose and pointed ears. \n", + " \n", + " sky The sky is visible in the distance casting a warm golden glow over the scene. \n", " \n", " \n", "\n" ], "text/plain": [ " \n", - " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mC:\\Users\\kade\\Desktop\\training_dir_staging\\5_scale_iridescence\\p86qy9k3xm851.txt \u001b[0m\u001b[1m \u001b[0m \n", + " \u001b[1m \u001b[0m\u001b[1mDuplicate Tag \u001b[0m\u001b[1m \u001b[0m \u001b[1m \u001b[0m\u001b[1mE:\\training_dir\\_\\tumblr_41647863cea34e332fdeab607f40531f_7f78453a_1280.txt \u001b[0m\u001b[1m \u001b[0m \n", " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe snake has vibrant iridescent \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[30m that glisten in the light creating a rainbow-like \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mpattern. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;172;100;38mferal\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA \u001b[0m\u001b[1;38;2;172;100;38mferal\u001b[0m\u001b[30m fox standing in a barren rocky landscape. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[30m are a mix of blue green and purple hues with the head and upper body predominantly \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mfeaturing the blue and purple tones. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mA feral \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[30m standing in a barren rocky landscape. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe reptile's \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[30m are a mix of blue green and purple hues. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[30m has a slender lithe build with a fluffy multicolored coat that transitions from a \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mvibrant orange on its head and back to a grayish-white on its sides and legs. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;150;159;161mscales\u001b[0m\u001b[30m exhibit a metallic sheen reflecting the light in a way that creates a mesmerizing \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30malmost iridescent effect. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;95;180;71mfox\u001b[0m\u001b[30m's expression is one of alertness with its head slightly tilted and its body poised as \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mif ready to pounce or flee. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", - " \u001b[36m \u001b[0m\u001b[1;38;2;126;56;70mreptile\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mthe \u001b[0m\u001b[1;38;2;126;56;70mreptile\u001b[0m\u001b[30m's scales are a mix of blue green and purple hues. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;46;74;11mblack nose\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mIts eyes are a striking blue color and it has a \u001b[0m\u001b[1;38;2;46;74;11mblack nose\u001b[0m\u001b[30m and pointed ears. \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", + " \u001b[36m \u001b[0m\u001b[1;38;2;21;155;197msky\u001b[0m\u001b[36m \u001b[0m\u001b[36m \u001b[0m \u001b[30m \u001b[0m\u001b[30mThe \u001b[0m\u001b[1;38;2;21;155;197msky\u001b[0m\u001b[30m is visible in the distance casting a warm golden glow over the scene. \u001b[0m\u001b[30m \u001b[0m \n", " \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \u001b[30m \u001b[0m\u001b[30m \u001b[0m\u001b[30m \u001b[0m \n", " \n" ] }, "metadata": {}, "output_type": "display_data" + }, + { + "ename": "KeyboardInterrupt", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", + "Cell \u001b[1;32mIn[7], line 85\u001b[0m\n\u001b[0;32m 82\u001b[0m process_file(file_path)\n\u001b[0;32m 84\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;18m__name__\u001b[39m \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124m__main__\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[1;32m---> 85\u001b[0m \u001b[43mmain\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n", + "Cell \u001b[1;32mIn[7], line 81\u001b[0m, in \u001b[0;36mmain\u001b[1;34m()\u001b[0m\n\u001b[0;32m 74\u001b[0m \u001b[38;5;250m\u001b[39m\u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[0;32m 75\u001b[0m \u001b[38;5;124;03mMain function to process all .txt files in a specified directory for duplicate tags.\u001b[39;00m\n\u001b[0;32m 76\u001b[0m \u001b[38;5;124;03m\u001b[39;00m\n\u001b[0;32m 77\u001b[0m \u001b[38;5;124;03mThe function searches for .txt files in a given directory and processes each file\u001b[39;00m\n\u001b[0;32m 78\u001b[0m \u001b[38;5;124;03mto find and display duplicate tags in captions.\u001b[39;00m\n\u001b[0;32m 79\u001b[0m \u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[0;32m 80\u001b[0m path \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mE:\u001b[39m\u001b[38;5;130;01m\\\\\u001b[39;00m\u001b[38;5;124mtraining_dir\u001b[39m\u001b[38;5;124m'\u001b[39m\n\u001b[1;32m---> 81\u001b[0m \u001b[43m\u001b[49m\u001b[38;5;28;43;01mfor\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43mfile_path\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;129;43;01min\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43mfind_files\u001b[49m\u001b[43m(\u001b[49m\u001b[43mpath\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43m.txt\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m)\u001b[49m\u001b[43m:\u001b[49m\n\u001b[0;32m 82\u001b[0m \u001b[43m \u001b[49m\u001b[43mprocess_file\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfile_path\u001b[49m\u001b[43m)\u001b[49m\n", + "Cell \u001b[1;32mIn[7], line 23\u001b[0m, in \u001b[0;36m