cyber-meow commited on
Commit ·
e700086
1
Parent(s): c131608
upload dataset
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- .gitignore +164 -0
- datasets/.gitattributes +1 -0
- datasets/evalutation.zip +3 -0
- datasets/lycoris_exp_dataset.zip +3 -0
- datasets/ref_features/anime/abukuma/none/image-features.npz +3 -0
- datasets/ref_features/anime/abukuma/none/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/none/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/none/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/onex outfit/image-features.npz +3 -0
- datasets/ref_features/anime/abukuma/onex outfit/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/onex outfit/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/onex outfit/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/toid outfit/image-features.npz +3 -0
- datasets/ref_features/anime/abukuma/toid outfit/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/toid outfit/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/abukuma/toid outfit/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz +3 -0
- datasets/ref_features/anime/ikamusume/dca outfit/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/dca outfit/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/dca outfit/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/none/image-features.npz +3 -0
- datasets/ref_features/anime/ikamusume/none/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/none/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/none/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz +3 -0
- datasets/ref_features/anime/ikamusume/wafc outfit/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/wafc outfit/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/ikamusume/wafc outfit/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/kotomine_kirei/image-features.npz +3 -0
- datasets/ref_features/anime/kotomine_kirei/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/kotomine_kirei/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/kotomine_kirei/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/tsushima_yoshiko/image-features.npz +3 -0
- datasets/ref_features/anime/tsushima_yoshiko/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/tsushima_yoshiko/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/tsushima_yoshiko/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/anime/yuuki_makoto/image-features.npz +3 -0
- datasets/ref_features/anime/yuuki_makoto/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/yuuki_makoto/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/anime/yuuki_makoto/out_dist_prompts_tags-clip-text-features.npy +3 -0
- datasets/ref_features/fd-image-features.npz +3 -0
- datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz +3 -0
- datasets/ref_features/people/Admiral_Piett/figurine/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/people/Admiral_Piett/figurine/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz +3 -0
- datasets/ref_features/people/Admiral_Piett/reaslitic/in_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/people/Admiral_Piett/reaslitic/out_dist_prompts-clip-text-features.npy +3 -0
- datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz +3 -0
- datasets/ref_features/people/Bodhi_Rook/figurine/in_dist_prompts-clip-text-features.npy +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
datasets/lycoris_exp_dataset.zip filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
datasets/evalutation.zip filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Byte-compiled / optimized / DLL files
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.py[cod]
|
| 4 |
+
*$py.class
|
| 5 |
+
|
| 6 |
+
# C extensions
|
| 7 |
+
*.so
|
| 8 |
+
|
| 9 |
+
# Distribution / packaging
|
| 10 |
+
.Python
|
| 11 |
+
build/
|
| 12 |
+
develop-eggs/
|
| 13 |
+
dist/
|
| 14 |
+
downloads/
|
| 15 |
+
eggs/
|
| 16 |
+
.eggs/
|
| 17 |
+
lib/
|
| 18 |
+
lib64/
|
| 19 |
+
parts/
|
| 20 |
+
sdist/
|
| 21 |
+
var/
|
| 22 |
+
wheels/
|
| 23 |
+
share/python-wheels/
|
| 24 |
+
*.egg-info/
|
| 25 |
+
.installed.cfg
|
| 26 |
+
*.egg
|
| 27 |
+
MANIFEST
|
| 28 |
+
|
| 29 |
+
# PyInstaller
|
| 30 |
+
# Usually these files are written by a python script from a template
|
| 31 |
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
| 32 |
+
*.manifest
|
| 33 |
+
*.spec
|
| 34 |
+
|
| 35 |
+
# Installer logs
|
| 36 |
+
pip-log.txt
|
| 37 |
+
pip-delete-this-directory.txt
|
| 38 |
+
|
| 39 |
+
# Unit test / coverage reports
|
| 40 |
+
htmlcov/
|
| 41 |
+
.tox/
|
| 42 |
+
.nox/
|
| 43 |
+
.coverage
|
| 44 |
+
.coverage.*
|
| 45 |
+
.cache
|
| 46 |
+
nosetests.xml
|
| 47 |
+
coverage.xml
|
| 48 |
+
*.cover
|
| 49 |
+
*.py,cover
|
| 50 |
+
.hypothesis/
|
| 51 |
+
.pytest_cache/
|
| 52 |
+
cover/
|
| 53 |
+
|
| 54 |
+
# Translations
|
| 55 |
+
*.mo
|
| 56 |
+
*.pot
|
| 57 |
+
|
| 58 |
+
# Django stuff:
|
| 59 |
+
*.log
|
| 60 |
+
local_settings.py
|
| 61 |
+
db.sqlite3
|
| 62 |
+
db.sqlite3-journal
|
| 63 |
+
|
| 64 |
+
# Flask stuff:
|
| 65 |
+
instance/
|
| 66 |
+
.webassets-cache
|
| 67 |
+
|
| 68 |
+
# Scrapy stuff:
|
| 69 |
+
.scrapy
|
| 70 |
+
|
| 71 |
+
# Sphinx documentation
|
| 72 |
+
docs/_build/
|
| 73 |
+
|
| 74 |
+
# PyBuilder
|
| 75 |
+
.pybuilder/
|
| 76 |
+
target/
|
| 77 |
+
|
| 78 |
+
# Jupyter Notebook
|
| 79 |
+
.ipynb_checkpoints
|
| 80 |
+
|
| 81 |
+
# IPython
|
| 82 |
+
profile_default/
|
| 83 |
+
ipython_config.py
|
| 84 |
+
|
| 85 |
+
# pyenv
|
| 86 |
+
# For a library or package, you might want to ignore these files since the code is
|
| 87 |
+
# intended to run in multiple environments; otherwise, check them in:
|
| 88 |
+
# .python-version
|
| 89 |
+
|
| 90 |
+
# pipenv
|
| 91 |
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
| 92 |
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
| 93 |
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
| 94 |
+
# install all needed dependencies.
|
| 95 |
+
#Pipfile.lock
|
| 96 |
+
|
| 97 |
+
# poetry
|
| 98 |
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
| 99 |
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
| 100 |
+
# commonly ignored for libraries.
|
| 101 |
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
| 102 |
+
#poetry.lock
|
| 103 |
+
|
| 104 |
+
# pdm
|
| 105 |
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
| 106 |
+
#pdm.lock
|
| 107 |
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
| 108 |
+
# in version control.
|
| 109 |
+
# https://pdm.fming.dev/#use-with-ide
|
| 110 |
+
.pdm.toml
|
| 111 |
+
|
| 112 |
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
| 113 |
+
__pypackages__/
|
| 114 |
+
|
| 115 |
+
# Celery stuff
|
| 116 |
+
celerybeat-schedule
|
| 117 |
+
celerybeat.pid
|
| 118 |
+
|
| 119 |
+
# SageMath parsed files
|
| 120 |
+
*.sage.py
|
| 121 |
+
|
| 122 |
+
# Environments
|
| 123 |
+
.env
|
| 124 |
+
.venv
|
| 125 |
+
env/
|
| 126 |
+
venv/
|
| 127 |
+
ENV/
|
| 128 |
+
env.bak/
|
| 129 |
+
venv.bak/
|
| 130 |
+
|
| 131 |
+
# Spyder project settings
|
| 132 |
+
.spyderproject
|
| 133 |
+
.spyproject
|
| 134 |
+
|
| 135 |
+
# Rope project settings
|
| 136 |
+
.ropeproject
|
| 137 |
+
|
| 138 |
+
# mkdocs documentation
|
| 139 |
+
/site
|
| 140 |
+
|
| 141 |
+
# mypy
|
| 142 |
+
.mypy_cache/
|
| 143 |
+
.dmypy.json
|
| 144 |
+
dmypy.json
|
| 145 |
+
|
| 146 |
+
# Pyre type checker
|
| 147 |
+
.pyre/
|
| 148 |
+
|
| 149 |
+
# pytype static type analyzer
|
| 150 |
+
.pytype/
|
| 151 |
+
|
| 152 |
+
# Cython debug symbols
|
| 153 |
+
cython_debug/
|
| 154 |
+
|
| 155 |
+
# vim
|
| 156 |
+
.*.swp
|
| 157 |
+
|
| 158 |
+
# PyCharm
|
| 159 |
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 160 |
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 161 |
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 162 |
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 163 |
+
#.idea/
|
| 164 |
+
|
datasets/.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
dataset.zip filter=lfs diff=lfs merge=lfs -text
|
datasets/evalutation.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abfe552bd423584639aec13291cecda545ac7efc94b9612f8cc502eb2cf7f86d
|
| 3 |
+
size 1213104210
|
datasets/lycoris_exp_dataset.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9e231828091709c9bfff0295cd45addfcc47cd306786bea42bc6225621aa99b
|
| 3 |
+
size 1861372298
|
datasets/ref_features/anime/abukuma/none/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c1b87a6fb3644d6b043d9b1f687292f8a6b14acbdda2087890fe548e64c5713
|
| 3 |
+
size 856886
|
datasets/ref_features/anime/abukuma/none/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0418b11bf128ae7652f68981aa97644b094d4bc7f2de72984cfcbb16e25397a0
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/none/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c859fe4a39cbc582135622fb1c3ccaa05b506212d63dfd9eb11cc23c28fc89f
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/none/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1cb09e2200e49fc4883e97bdcebd3c3ceac6158e126844413e38d322c6002dd
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/onex outfit/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd578d4cbc3875ecbedec7a0dc7045df0f9b00981e3db0359641e1a1d93849df
|
| 3 |
+
size 1650614
|
datasets/ref_features/anime/abukuma/onex outfit/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb8e591e7b1b65c5dd59854d5e261d83ab17db83295e4f38eb312b8b5c23a8dc
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/onex outfit/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4532d69367d83c0633ba18197e383b10d6f6037f7ea9e0f5d23834bb68e85344
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/onex outfit/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:575253be758ce599ab94c249d32bc252cd9f9165322053a3717d36ec95aea300
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/toid outfit/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6741670f3fa630ff9fb7fb18c23844b6cc8bfba457709309e779478dbe870a4f
|
| 3 |
+
size 1467446
|
datasets/ref_features/anime/abukuma/toid outfit/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9dadd58fea4ebef062c42165798e0f2dccd6fd79066672e9016a4bd63fedf3e
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/toid outfit/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4532d69367d83c0633ba18197e383b10d6f6037f7ea9e0f5d23834bb68e85344
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/abukuma/toid outfit/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:575253be758ce599ab94c249d32bc252cd9f9165322053a3717d36ec95aea300
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77de4ab8548749e1b1ebfaa63ae557cf1685264c25eb41cd8b22a839bcac15a8
|
| 3 |
+
size 3604406
|
datasets/ref_features/anime/ikamusume/dca outfit/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:008a9c4acae7eabdfe065fe6a1ae80c392dfee20b6787e34c8f9ebfe6e30ea4e
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/dca outfit/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4532d69367d83c0633ba18197e383b10d6f6037f7ea9e0f5d23834bb68e85344
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/dca outfit/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:575253be758ce599ab94c249d32bc252cd9f9165322053a3717d36ec95aea300
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/none/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb593e3418135bc3444f97809d3d13bf2cf3c9eb16b322ac0f420617d54c79a1
|
| 3 |
+
size 1040054
|
datasets/ref_features/anime/ikamusume/none/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:937e803f53c281a90c490594f58a0f844fb93cb5609b1e0c1b5740ec82ec3b28
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/none/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c859fe4a39cbc582135622fb1c3ccaa05b506212d63dfd9eb11cc23c28fc89f
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/none/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1cb09e2200e49fc4883e97bdcebd3c3ceac6158e126844413e38d322c6002dd
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8a6116c6dfecc05e41955c820101d63ba9927078066e3f3af80c7bb62d3f3a2
|
| 3 |
+
size 612662
|
datasets/ref_features/anime/ikamusume/wafc outfit/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beda7b1ce16946aaee8df4f7584101395d45abcb496b91eb320b0699765bb890
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/wafc outfit/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4532d69367d83c0633ba18197e383b10d6f6037f7ea9e0f5d23834bb68e85344
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/ikamusume/wafc outfit/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:575253be758ce599ab94c249d32bc252cd9f9165322053a3717d36ec95aea300
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/kotomine_kirei/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cf6a6cdd67099c168f2158164f1c2e1deb36dcc3a20d2ddcd97c97af914c3e8
|
| 3 |
+
size 1559030
|
datasets/ref_features/anime/kotomine_kirei/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46be9857b6d7f3bce70e2ab351e54c094e6f324f67639e7eddf9f84bfb451707
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/kotomine_kirei/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f917bb5ed2d5d31b975c9af895585c4285d7c03e9e0961bd90c201202a7a253
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/kotomine_kirei/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76e2ec3ba0bf149f80ad6c20abf56c8a31fe0814dce7c784b656b4ac523f07ef
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/tsushima_yoshiko/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df15227f2088cfb65c10a82184040c04749f5a331b77a06722ca9cf63e3d1ddb
|
| 3 |
+
size 3909686
|
datasets/ref_features/anime/tsushima_yoshiko/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:072a89775ab4f61e7304ed5bc70dbc4ac428a9665a8c09240dedc6732f68df5a
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/tsushima_yoshiko/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c859fe4a39cbc582135622fb1c3ccaa05b506212d63dfd9eb11cc23c28fc89f
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/tsushima_yoshiko/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1cb09e2200e49fc4883e97bdcebd3c3ceac6158e126844413e38d322c6002dd
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/yuuki_makoto/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5283f6ffbe056718afab04472a34e0bac11eb5991556420de38dbe593338d0be
|
| 3 |
+
size 2749622
|
datasets/ref_features/anime/yuuki_makoto/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f52a0b03d67e25aa41a5ab81fd4884f065a9c40c66d8729b4ca9ad3c83b3679
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/yuuki_makoto/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f917bb5ed2d5d31b975c9af895585c4285d7c03e9e0961bd90c201202a7a253
|
| 3 |
+
size 153728
|
datasets/ref_features/anime/yuuki_makoto/out_dist_prompts_tags-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76e2ec3ba0bf149f80ad6c20abf56c8a31fe0814dce7c784b656b4ac523f07ef
|
| 3 |
+
size 153728
|
datasets/ref_features/fd-image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d35088094b081baa6d47fbb8db4f799a6d577cb047da02deaa785a1d84e03c8
|
| 3 |
+
size 170958902
|
datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9ade42f930a687e33d31a281c410c5519ec652675af17561614f7ef649f991
|
| 3 |
+
size 398966
|
datasets/ref_features/people/Admiral_Piett/figurine/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cb955690adea9ead12d32adf5b6571fe0b8b279f99922ba7e82d0ace8910eb9
|
| 3 |
+
size 153728
|
datasets/ref_features/people/Admiral_Piett/figurine/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:471a8359493c0fd39050b7285f87403ee33be059c09656c05ca80201ec485bbd
|
| 3 |
+
size 153728
|
datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b1d525dd04f4b6304aace627dc4e7e71ca5c41708936e5d495a40f98f1f511c
|
| 3 |
+
size 1040054
|
datasets/ref_features/people/Admiral_Piett/reaslitic/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f362db35c20c3f73aa8dc6158a5cb38bcf6a957b39255c884455137876f41285
|
| 3 |
+
size 153728
|
datasets/ref_features/people/Admiral_Piett/reaslitic/out_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6074a8f86cf07b6da1cfa58ae16e58cbc91329ba387961520fda3837d6b45737
|
| 3 |
+
size 153728
|
datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:453679c37a459c02abf922ffb33690ffc56170b0f7b0755ea79094fb475bbd81
|
| 3 |
+
size 337910
|
datasets/ref_features/people/Bodhi_Rook/figurine/in_dist_prompts-clip-text-features.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b307c3ef84883fec0420abbf59cd7960dae2b0e1cc5418d5a049391739e7cdf6
|
| 3 |
+
size 153728
|