diff --git a/datasets/modify_npz.py b/datasets/modify_npz.py new file mode 100644 index 0000000000000000000000000000000000000000..75d6e76ae22bc70218ef7b2ae460ffaa40645019 --- /dev/null +++ b/datasets/modify_npz.py @@ -0,0 +1,40 @@ +import os +import numpy as np + + +def modify_string(s: str) -> str: + # Split the content inside parenthesis by '-' + parts = s.split('-') + + # Check the last part + if parts[-1] not in ["padding", "resize", "crop"]: + parts.append("crop") + + # Combine everything back to the original format + new_string = '-'.join(parts) + + return new_string + + +def modify_npz_files(root_dir): + # Loop through the directory + for dirpath, dirnames, filenames in os.walk(root_dir): + for filename in filenames: + if filename.endswith('.npz'): + file_path = os.path.join(dirpath, filename) + data = np.load(file_path, allow_pickle=True) + + modified_data = {} + + # Check for fields containing the substring 'vgg' + for field in data.files: + + field_new = modify_string(field) + modified_data[field_new] = data[field] + + np.savez(file_path, **modified_data) + + +if __name__ == "__main__": + directory = input("Enter the directory path to start search from: ") + modify_npz_files(directory) diff --git a/datasets/ref_features/.gitattributes b/datasets/ref_features/.gitattributes deleted file mode 100644 index 5f413fab0c2b4286a8bd33330ee330da547fbcd0..0000000000000000000000000000000000000000 --- a/datasets/ref_features/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -fd-image-features.npz filter=lfs diff=lfs merge=lfs -text diff --git a/datasets/ref_features/anime/abukuma/none/image-features.npz b/datasets/ref_features/anime/abukuma/none/image-features.npz index 6984fc49833308d25eab872043cccfad5dc0e6ee..9bb2bd07ed3d2e50bf6f3ee43f7bc6d8b190e22e 100644 --- a/datasets/ref_features/anime/abukuma/none/image-features.npz +++ b/datasets/ref_features/anime/abukuma/none/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c1b87a6fb3644d6b043d9b1f687292f8a6b14acbdda2087890fe548e64c5713 -size 856886 +oid sha256:620fd1abee5909c5985827bae930b00db7f87e1db7849268bf07bcca44526ae5 +size 856926 diff --git a/datasets/ref_features/anime/abukuma/none/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/abukuma/none/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a45247e6844089779e9dd7fe190fd7578521548 --- /dev/null +++ b/datasets/ref_features/anime/abukuma/none/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e846f9d393ae9b9fa34343be2c45669bb4505119e770ff3e00ec84cc04e9ef +size 153728 diff --git a/datasets/ref_features/anime/abukuma/none/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/abukuma/none/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fb79fa8dc4b9174b4713969b94f63026f7335fc --- /dev/null +++ b/datasets/ref_features/anime/abukuma/none/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5afa4ebdb2da77986f0fb1b2dd3fd15ae1149dede2c8f1d1f78f42f1518795 +size 153728 diff --git a/datasets/ref_features/anime/abukuma/onex outfit/image-features.npz b/datasets/ref_features/anime/abukuma/onex outfit/image-features.npz index 02e2d2e364bc984ffc244e8bc7ce7e7715397976..c241ec95a4c4d6ade2409b1873ba76f81699445e 100644 --- a/datasets/ref_features/anime/abukuma/onex outfit/image-features.npz +++ b/datasets/ref_features/anime/abukuma/onex outfit/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd578d4cbc3875ecbedec7a0dc7045df0f9b00981e3db0359641e1a1d93849df -size 1650614 +oid sha256:5eb107d580c75939be8b237ff6eda86c23d10892c7527268cba1bf741f559814 +size 1650654 diff --git a/datasets/ref_features/anime/abukuma/onex outfit/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/abukuma/onex outfit/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..37c66b56e1118e515642206ebd3cd113d18ddb28 --- /dev/null +++ b/datasets/ref_features/anime/abukuma/onex outfit/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb169667baa0eb08e7df7cb830f507a133846482961f7f5ef903feadd255b73 +size 153728 diff --git a/datasets/ref_features/anime/abukuma/onex outfit/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/abukuma/onex outfit/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f20fe13a403566d0e05e9097833f71d772bef9e --- /dev/null +++ b/datasets/ref_features/anime/abukuma/onex outfit/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f8e1527d02c01149d2aa3b137210886671c227eb6663a6a1fae1f60201ba9 +size 153728 diff --git a/datasets/ref_features/anime/abukuma/toid outfit/image-features.npz b/datasets/ref_features/anime/abukuma/toid outfit/image-features.npz index 07d0ac6bada06bdce5b86fe6487fba6d9803f891..782e5aaea0a3ab872c97dfa365c087c39558028c 100644 --- a/datasets/ref_features/anime/abukuma/toid outfit/image-features.npz +++ b/datasets/ref_features/anime/abukuma/toid outfit/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6741670f3fa630ff9fb7fb18c23844b6cc8bfba457709309e779478dbe870a4f -size 1467446 +oid sha256:b220439c891dd16c98de24d81816af4191ec338a7f0972ef0f2fc2494d2eb210 +size 1467486 diff --git a/datasets/ref_features/anime/abukuma/toid outfit/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/abukuma/toid outfit/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..37c66b56e1118e515642206ebd3cd113d18ddb28 --- /dev/null +++ b/datasets/ref_features/anime/abukuma/toid outfit/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb169667baa0eb08e7df7cb830f507a133846482961f7f5ef903feadd255b73 +size 153728 diff --git a/datasets/ref_features/anime/abukuma/toid outfit/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/abukuma/toid outfit/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f20fe13a403566d0e05e9097833f71d772bef9e --- /dev/null +++ b/datasets/ref_features/anime/abukuma/toid outfit/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f8e1527d02c01149d2aa3b137210886671c227eb6663a6a1fae1f60201ba9 +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz b/datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz index 878bcee39d9384c58aaed34a8843a3dd58622757..4b2dac262d644a0b560049f7d5016e74d3defef3 100644 --- a/datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz +++ b/datasets/ref_features/anime/ikamusume/dca outfit/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77de4ab8548749e1b1ebfaa63ae557cf1685264c25eb41cd8b22a839bcac15a8 -size 3604406 +oid sha256:7eeae9817d3fd124a365690acbb14003303956463a7ec054d1b2c366d0a9ca80 +size 3604446 diff --git a/datasets/ref_features/anime/ikamusume/dca outfit/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/dca outfit/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..37c66b56e1118e515642206ebd3cd113d18ddb28 --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/dca outfit/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb169667baa0eb08e7df7cb830f507a133846482961f7f5ef903feadd255b73 +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/dca outfit/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/dca outfit/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f20fe13a403566d0e05e9097833f71d772bef9e --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/dca outfit/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f8e1527d02c01149d2aa3b137210886671c227eb6663a6a1fae1f60201ba9 +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/none/image-features.npz b/datasets/ref_features/anime/ikamusume/none/image-features.npz index 1f1713d0d5d93ed51e605e8826b10f2a94b12962..abbb1f32f265969580d13f27fc43c97254fb57a1 100644 --- a/datasets/ref_features/anime/ikamusume/none/image-features.npz +++ b/datasets/ref_features/anime/ikamusume/none/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb593e3418135bc3444f97809d3d13bf2cf3c9eb16b322ac0f420617d54c79a1 -size 1040054 +oid sha256:e850544a00eb11cc3b68b36a895e2c205294d7b67c8dd2ad4a80f99fc8003986 +size 1040094 diff --git a/datasets/ref_features/anime/ikamusume/none/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/none/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a45247e6844089779e9dd7fe190fd7578521548 --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/none/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e846f9d393ae9b9fa34343be2c45669bb4505119e770ff3e00ec84cc04e9ef +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/none/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/none/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fb79fa8dc4b9174b4713969b94f63026f7335fc --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/none/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5afa4ebdb2da77986f0fb1b2dd3fd15ae1149dede2c8f1d1f78f42f1518795 +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz b/datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz index 428ac04c6258d173a02a960fe518b067cccd5062..7cc0ab3046993f03b865d680cda233dd6fb38cb0 100644 --- a/datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz +++ b/datasets/ref_features/anime/ikamusume/wafc outfit/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8a6116c6dfecc05e41955c820101d63ba9927078066e3f3af80c7bb62d3f3a2 -size 612662 +oid sha256:d66f00ffd3f69625171a835ec7d7b99e25b970ea6e45260cecb83b81798a341f +size 612702 diff --git a/datasets/ref_features/anime/ikamusume/wafc outfit/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/wafc outfit/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..37c66b56e1118e515642206ebd3cd113d18ddb28 --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/wafc outfit/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb169667baa0eb08e7df7cb830f507a133846482961f7f5ef903feadd255b73 +size 153728 diff --git a/datasets/ref_features/anime/ikamusume/wafc outfit/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/ikamusume/wafc outfit/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f20fe13a403566d0e05e9097833f71d772bef9e --- /dev/null +++ b/datasets/ref_features/anime/ikamusume/wafc outfit/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647f8e1527d02c01149d2aa3b137210886671c227eb6663a6a1fae1f60201ba9 +size 153728 diff --git a/datasets/ref_features/anime/kotomine_kirei/image-features.npz b/datasets/ref_features/anime/kotomine_kirei/image-features.npz index e7d0ba13964f110d39f3cd5cf729cef680204211..9f9a624987174aac4c60bb758a321227a2e710ab 100644 --- a/datasets/ref_features/anime/kotomine_kirei/image-features.npz +++ b/datasets/ref_features/anime/kotomine_kirei/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cf6a6cdd67099c168f2158164f1c2e1deb36dcc3a20d2ddcd97c97af914c3e8 -size 1559030 +oid sha256:5e8d02b2f067e4b41070cd751b3db84779a1226d27f115fbb6d611a29b32b21d +size 1559070 diff --git a/datasets/ref_features/anime/kotomine_kirei/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/kotomine_kirei/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..31cdb1a50bed7fc826f8ace5d5268b38d0a9e668 --- /dev/null +++ b/datasets/ref_features/anime/kotomine_kirei/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54adf50bbaf7c6a2d6139e33e3dba6f282638c69bd74f0cdfd775cf1c5424a9 +size 153728 diff --git a/datasets/ref_features/anime/kotomine_kirei/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/kotomine_kirei/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd1270131d01b25ce9ffbc68754d1a49626dc2e5 --- /dev/null +++ b/datasets/ref_features/anime/kotomine_kirei/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dc9cdab17c6d8d40a375d44c7ba4e9538221e003d45709824c8d723835365c +size 153728 diff --git a/datasets/ref_features/anime/tsushima_yoshiko/image-features.npz b/datasets/ref_features/anime/tsushima_yoshiko/image-features.npz index 2efed59a33e35d753de99606fe0e1a2f8844b768..58fb5757b68a661fe77d78c1dd650d062eaf0524 100644 --- a/datasets/ref_features/anime/tsushima_yoshiko/image-features.npz +++ b/datasets/ref_features/anime/tsushima_yoshiko/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df15227f2088cfb65c10a82184040c04749f5a331b77a06722ca9cf63e3d1ddb -size 3909686 +oid sha256:425c417d967a2dd5a1ce3c71ecfeadb5fcf182502aea907addb2e33e9a0724c3 +size 3909726 diff --git a/datasets/ref_features/anime/tsushima_yoshiko/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/tsushima_yoshiko/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a45247e6844089779e9dd7fe190fd7578521548 --- /dev/null +++ b/datasets/ref_features/anime/tsushima_yoshiko/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e846f9d393ae9b9fa34343be2c45669bb4505119e770ff3e00ec84cc04e9ef +size 153728 diff --git a/datasets/ref_features/anime/tsushima_yoshiko/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/tsushima_yoshiko/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fb79fa8dc4b9174b4713969b94f63026f7335fc --- /dev/null +++ b/datasets/ref_features/anime/tsushima_yoshiko/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5afa4ebdb2da77986f0fb1b2dd3fd15ae1149dede2c8f1d1f78f42f1518795 +size 153728 diff --git a/datasets/ref_features/anime/yuuki_makoto/image-features.npz b/datasets/ref_features/anime/yuuki_makoto/image-features.npz index eb22868246b338cbd15759b9a5c0a85366a9634b..28b391969e6ea51992243c568441fc1cbfb98617 100644 --- a/datasets/ref_features/anime/yuuki_makoto/image-features.npz +++ b/datasets/ref_features/anime/yuuki_makoto/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5283f6ffbe056718afab04472a34e0bac11eb5991556420de38dbe593338d0be -size 2749622 +oid sha256:7d66823357146b140f57ecb2a696199ba3b620f00de620816ee62be3376adfd9 +size 2749662 diff --git a/datasets/ref_features/anime/yuuki_makoto/style_prompts-clip-text-features.npy b/datasets/ref_features/anime/yuuki_makoto/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..31cdb1a50bed7fc826f8ace5d5268b38d0a9e668 --- /dev/null +++ b/datasets/ref_features/anime/yuuki_makoto/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54adf50bbaf7c6a2d6139e33e3dba6f282638c69bd74f0cdfd775cf1c5424a9 +size 153728 diff --git a/datasets/ref_features/anime/yuuki_makoto/triggeronly-clip-text-features.npy b/datasets/ref_features/anime/yuuki_makoto/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd1270131d01b25ce9ffbc68754d1a49626dc2e5 --- /dev/null +++ b/datasets/ref_features/anime/yuuki_makoto/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dc9cdab17c6d8d40a375d44c7ba4e9538221e003d45709824c8d723835365c +size 153728 diff --git a/datasets/ref_features/fd-image-features.npz b/datasets/ref_features/fd-image-features.npz index 18e987f185ef9772d469373130158304975b15e6..1844c7b5aadb458bae14985fd0142bef41627ea7 100644 --- a/datasets/ref_features/fd-image-features.npz +++ b/datasets/ref_features/fd-image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d35088094b081baa6d47fbb8db4f799a6d577cb047da02deaa785a1d84e03c8 -size 170958902 +oid sha256:3b7f0b4f45e6e97a3a2ceba0d1935ab2ed8b97144ee3a5f2a287cc41b0d4a1fc +size 170958942 diff --git a/datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz b/datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz index 9171c6347af3699b619badf6576580f0e79d19e4..3ca4fe4f9214b61cb0e20cfecadf8dcd202e2a14 100644 --- a/datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz +++ b/datasets/ref_features/people/Admiral_Piett/figurine/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f9ade42f930a687e33d31a281c410c5519ec652675af17561614f7ef649f991 -size 398966 +oid sha256:628563bb67fe615f1ae86b7abac9b6b28a7a48f3b7671438d26afe93db9acb92 +size 399006 diff --git a/datasets/ref_features/people/Admiral_Piett/figurine/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Admiral_Piett/figurine/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..96cd46f55572da444b28f4edda873992d5137e3a --- /dev/null +++ b/datasets/ref_features/people/Admiral_Piett/figurine/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e6ece0f6e8f9ca74712a2c43c9fa3a7a1d10b46c4b6af4447b220d42b524ec +size 153728 diff --git a/datasets/ref_features/people/Admiral_Piett/figurine/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Admiral_Piett/figurine/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..2aa6c304b0d8472f03b83e0c597cb5b488ce5850 --- /dev/null +++ b/datasets/ref_features/people/Admiral_Piett/figurine/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e872bf490635f41436c41aa1036c136f1df1352ff69a3baaa92395712520ea6 +size 153728 diff --git a/datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz b/datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz index 6e1503755d853e2a82be44062e3ccfbd380ac755..7a5cc9bb4602c9786db08c83359822341b24a07c 100644 --- a/datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz +++ b/datasets/ref_features/people/Admiral_Piett/reaslitic/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b1d525dd04f4b6304aace627dc4e7e71ca5c41708936e5d495a40f98f1f511c -size 1040054 +oid sha256:50210effed64a4a4e3e3e2dedf01bc4954c49154f5225b02ea5d9f39fa678dc0 +size 1040094 diff --git a/datasets/ref_features/people/Admiral_Piett/reaslitic/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Admiral_Piett/reaslitic/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..eb43be141267cd68766daf281be482a474ae38b2 --- /dev/null +++ b/datasets/ref_features/people/Admiral_Piett/reaslitic/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b395ad6687c07adb3352bb38f2f26379170e57d17ba073e5f75db53780da1e4 +size 153728 diff --git a/datasets/ref_features/people/Admiral_Piett/reaslitic/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Admiral_Piett/reaslitic/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..733cb1ea9a37a31b99e03012b9de3968fd144466 --- /dev/null +++ b/datasets/ref_features/people/Admiral_Piett/reaslitic/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469ba799680505f399b0d0367283c1023989a39076137c2a0f2039edc0584297 +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz b/datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz index 9bc7e58bdb49ae81ddb5ef0a3789851f55ec72af..e1fc14a81b7ab08eebe3e86096313a02e8607059 100644 --- a/datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz +++ b/datasets/ref_features/people/Bodhi_Rook/figurine/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:453679c37a459c02abf922ffb33690ffc56170b0f7b0755ea79094fb475bbd81 -size 337910 +oid sha256:a4a43de0930fa606617374765138473dbf050c0f5329c9dbaecfbd737cb0458f +size 337950 diff --git a/datasets/ref_features/people/Bodhi_Rook/figurine/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/figurine/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..96cd46f55572da444b28f4edda873992d5137e3a --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/figurine/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e6ece0f6e8f9ca74712a2c43c9fa3a7a1d10b46c4b6af4447b220d42b524ec +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/figurine/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/figurine/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..2aa6c304b0d8472f03b83e0c597cb5b488ce5850 --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/figurine/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e872bf490635f41436c41aa1036c136f1df1352ff69a3baaa92395712520ea6 +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/illustration/image-features.npz b/datasets/ref_features/people/Bodhi_Rook/illustration/image-features.npz index 798e507730030956bbdce50dd07a7fb3d2ea8faf..26ec38cf95de0e2320676095be522a7690951791 100644 --- a/datasets/ref_features/people/Bodhi_Rook/illustration/image-features.npz +++ b/datasets/ref_features/people/Bodhi_Rook/illustration/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f709a18a826d38c06656a76819e2f2facd00ba899c2e6bbcc94ca47551883aae -size 368438 +oid sha256:b168757bb4935f78459ea6e4292bb44ca00a5e0a80ee183f4423d8cf32ea4cb8 +size 368478 diff --git a/datasets/ref_features/people/Bodhi_Rook/illustration/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/illustration/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6594eb03c0a342e9bb14bf7bab4ba1c359bd5bb7 --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/illustration/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359b5ae8c46e450d80f1dcea19bb7297fd7bcaf0be9796889dee73af258e1be +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/illustration/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/illustration/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..d74562c74c1d698f2fa48c01a667047d6e74caaa --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/illustration/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70a0962671853639f6d71a7b8e843f85ea85648f246494dee5c373d12bc0c0a +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/realistic/image-features.npz b/datasets/ref_features/people/Bodhi_Rook/realistic/image-features.npz index e29483cdcc23553ed6186353aa5c2d12eba6d138..44ada40452f8103e68cabfd88c51171e8d9d4e5e 100644 --- a/datasets/ref_features/people/Bodhi_Rook/realistic/image-features.npz +++ b/datasets/ref_features/people/Bodhi_Rook/realistic/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62e61c8fbb12316085354b9ba42acc8703e6bcc5db460ef0ed21917307e084c3 -size 1040054 +oid sha256:4b95e21a7b77700bfca82ef88b74aeaa53960e3526e1d59a175f628a184880fa +size 1040094 diff --git a/datasets/ref_features/people/Bodhi_Rook/realistic/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/realistic/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..07cf8f2a22e905c110caa034b0f41bb5c6a7d03a --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/realistic/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836e28764bc1f2c2689b6ab2116abd68dd17e0a7f8f74b8a53e2cd11b7ba0515 +size 153728 diff --git a/datasets/ref_features/people/Bodhi_Rook/realistic/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Bodhi_Rook/realistic/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..b92aa92b3004f147ca7e40305b5c619c887e1309 --- /dev/null +++ b/datasets/ref_features/people/Bodhi_Rook/realistic/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75b7be72511a03036bdba2d55c3f036bf4d013bebea8fad6952912fdca4bbdf +size 153728 diff --git a/datasets/ref_features/people/K-2SO/image-features.npz b/datasets/ref_features/people/K-2SO/image-features.npz index 7eab325ccc6af9785a3288a9b083a87debe973a0..c32f74ced8d2fed2d46c9891d497105ac135f4ad 100644 --- a/datasets/ref_features/people/K-2SO/image-features.npz +++ b/datasets/ref_features/people/K-2SO/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a722b0f3e4934d0e1403b53df37cbb4c9e03d8c53e5479c4f71ae1a371e1926f -size 1925366 +oid sha256:0f41e0100eb071e39711d4be92a68235b63f337edc840a10328601aa2d776c6e +size 1925406 diff --git a/datasets/ref_features/people/K-2SO/style_prompts-clip-text-features.npy b/datasets/ref_features/people/K-2SO/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..0f7964a91fb5491ded1d93edf16b052b2d06965a --- /dev/null +++ b/datasets/ref_features/people/K-2SO/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba2fbe8140b4f297e4024cc9dbd70710d9d69fba9a3b7934d753830f01aa3e0 +size 153728 diff --git a/datasets/ref_features/people/K-2SO/triggeronly-clip-text-features.npy b/datasets/ref_features/people/K-2SO/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..aecb450aeb1f3d4b96e4d3161ffbbd77c155a62e --- /dev/null +++ b/datasets/ref_features/people/K-2SO/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6d9848a4a3ee10e5c98a7fe29ecac8d38efe175574de7ea801842ced0b3713 +size 153728 diff --git a/datasets/ref_features/people/Rose_Tico/illustration/image-features.npz b/datasets/ref_features/people/Rose_Tico/illustration/image-features.npz index 5fcfd19678926befc8ad90518ca82403363b2011..a329e74f286071b096fdc62f6a160589007876aa 100644 --- a/datasets/ref_features/people/Rose_Tico/illustration/image-features.npz +++ b/datasets/ref_features/people/Rose_Tico/illustration/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23a723ed341102dba3e664368aebcf4d1e5a7f209b59b342a0f28f7fc6696207 -size 307382 +oid sha256:ab25ea87223e77ab2e01bc1a41662c6d13ccb57b5298d129c07ca210b2a4f8c0 +size 307422 diff --git a/datasets/ref_features/people/Rose_Tico/illustration/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Rose_Tico/illustration/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e7fa913aa2226b5d4362da983dce35ca0d96c31 --- /dev/null +++ b/datasets/ref_features/people/Rose_Tico/illustration/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2055db0d7b25f64e401aa4497a0b206cdff1a5f0c22edf13d59bc5ed80c78a +size 153728 diff --git a/datasets/ref_features/people/Rose_Tico/illustration/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Rose_Tico/illustration/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..56b6efbb1b5c67b4285e514b47df1910b1f48fcd --- /dev/null +++ b/datasets/ref_features/people/Rose_Tico/illustration/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbe4369b6c64207fd32e87b70ef40b28453743d52e4bfa7c54e9eedc0002b0d +size 153728 diff --git a/datasets/ref_features/people/Rose_Tico/realistic/image-features.npz b/datasets/ref_features/people/Rose_Tico/realistic/image-features.npz index 0189a1164ae3cfb3549c95de7a6c6631ce4cda6f..471375844c859d4c2fa4f1e2740869d6536e0a32 100644 --- a/datasets/ref_features/people/Rose_Tico/realistic/image-features.npz +++ b/datasets/ref_features/people/Rose_Tico/realistic/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4927d8914afeb7d01c9f9186024756c5a2071c92ffa866c4e535a1f0fe3fd96d -size 1375862 +oid sha256:a1e807a61a3c4e3dd177b209a9663f94f028aceef87bf0f459c30804232dc3cb +size 1375902 diff --git a/datasets/ref_features/people/Rose_Tico/realistic/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Rose_Tico/realistic/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6951e0107989d5747c4e6fecae415ac4c18ff9d8 --- /dev/null +++ b/datasets/ref_features/people/Rose_Tico/realistic/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a97ef7994633eff116c5958a8d82407406f22e35d91d0e1e5a7a0801bbb707 +size 153728 diff --git a/datasets/ref_features/people/Rose_Tico/realistic/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Rose_Tico/realistic/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..3df44e92b119685ff2bd03406689e60119a515d0 --- /dev/null +++ b/datasets/ref_features/people/Rose_Tico/realistic/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcbc6c188359d72e150a91056ed8d4b73aec38fc834b6f185c2a0742dcb6cae +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, illustration/image-features.npz b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/image-features.npz index 2e044eb3234eea56bdf3a51fd8fce35724929b35..76a7d4734da15562d61d73797a6bdf0eb104a1eb 100644 --- a/datasets/ref_features/people/Saw_Gerrera/afro, illustration/image-features.npz +++ b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8104544ac40588fefbc654ecb72b88c3fb99d3ad234be1ac5b680a1a6d914b97 -size 124214 +oid sha256:2310701821999258845c53e5b2f8b2025d9456369badd639629bcab6142eeba9 +size 124254 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, illustration/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d51c13c8d5f3f5f432da0cefc5a10673edcaab8 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cde00dc71d50d96c1c58abdc85106160c0bef28041fb5ee1d05aac718f5a36 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, illustration/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..7dea27c55e1ce8095478f3ad64f268ce3f3b22e8 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/afro, illustration/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ae1bacdee097bb535e5f453b9be698ae938963d44a55233c17bfaacacaa5f7 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, realistic/image-features.npz b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/image-features.npz index e59c741348d6e20350a7f735825ee80d53fe2e84..12e3f7783c612c634522d3228f2351705dfa90d7 100644 --- a/datasets/ref_features/people/Saw_Gerrera/afro, realistic/image-features.npz +++ b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bc27616052eebd6e51dcedc5ce7b093b3d739ae317f27db473f78a7a4193c71 -size 704246 +oid sha256:81eb4af6398d1d109f40c3967ab5616710769c6475671bb602dd589cbd1c9575 +size 704286 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, realistic/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e3cf74cda92fb5f4abf1489fb0032f82fda7219 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1375f934e43faf09f6c0a84915b86dd9e7817a397448ffc20dda20c8e2a83c79 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/afro, realistic/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae79c1bff7eb29fdb0a056165b552cb0520d918d --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/afro, realistic/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc1ecb411a9996b51402f4dca027e4e958aa04df4db5fa4c9d6ebb79bc9f901 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, 3d/image-features.npz b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/image-features.npz index 830408eedb03fb0e57a0a193b51cf703c5c8ebb7..e9283a875672eb77ccdc541c2d8945f440429395 100644 --- a/datasets/ref_features/people/Saw_Gerrera/bald, 3d/image-features.npz +++ b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb6d808398c4dd69f2a57c6856cd550a7e57531604e516890e3045b8063d68ad -size 307382 +oid sha256:2b4cfd781992621210bd3b73c67e539bb290ec2b531066d8b6d11ff8bda3e3b9 +size 307422 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, 3d/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..c66f5b14f7322e2bb7b3fae1535351dcdcdc9c33 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bd5cbc60ccbfef2a62c729768e0b471513fb00476476354a16e258ec04d635 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, 3d/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..b38c566be2d9f6efcb4d828881e3eb17c8b0b986 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/bald, 3d/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc783538e104efa9221bf0534620b369dc59bdfcfce9036b3b6bb10afa5bbc29 +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, realistic/image-features.npz b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/image-features.npz index 31f001d9557cef4c4aacac68be5baa2cd0a52a00..0c60d49983ad05f6da36c2b9afb39ec567f91175 100644 --- a/datasets/ref_features/people/Saw_Gerrera/bald, realistic/image-features.npz +++ b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2a888ba58dbccb9858fca89527f58a0d19bc1c09a10c159d6eae753f6f3034e -size 215798 +oid sha256:9aff35a6129e0ad01925dee77399e48d23eaa702d4930ab725a7b9dba0966f6e +size 215838 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, realistic/style_prompts-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd13dafece1d3a5cdcec9b125ef66a8d2e922cba --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf706089e9dacaaeea6ae8157b534bb92ed0a3d4276cde400417e11d2e39cf8f +size 153728 diff --git a/datasets/ref_features/people/Saw_Gerrera/bald, realistic/triggeronly-clip-text-features.npy b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd037661a14a48b455ab5af38f200ebb916ea8a4 --- /dev/null +++ b/datasets/ref_features/people/Saw_Gerrera/bald, realistic/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c67035d5c4c92fba4abe193cb50a336cfa7ea7edf959d30869b855cf9043e9a +size 153728 diff --git a/datasets/ref_features/scene/scene_canal/image-features.npz b/datasets/ref_features/scene/scene_canal/image-features.npz index 03fbf15e3320e11778b78cee912c3a3d384635ed..57b02e522ab0607497dd1b1f591c407cf10aaa3c 100644 --- a/datasets/ref_features/scene/scene_canal/image-features.npz +++ b/datasets/ref_features/scene/scene_canal/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6cd904a2f0ece7070b7f98a47b1d7b909d47cff25be605687f96a41eb0d6230 -size 154742 +oid sha256:c0b2a6c5968631ecf6d194c634c969d8b89a303159676136d768151c5f9d05d6 +size 154782 diff --git a/datasets/ref_features/scene/scene_canal/out_dist_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_canal/out_dist_prompts-clip-text-features.npy index cd3c352b8126473555b391aff572a9a234aa368a..fcfd15ef810360f1237a1e83d8337c5244ce4126 100644 --- a/datasets/ref_features/scene/scene_canal/out_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/scene/scene_canal/out_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4cd7b0ced5920bc3cd7232d13539286832c2271585aaa1c7f5f39af28fd9541 +oid sha256:9ab82abe0c4656fca75a0c846e84685794a6579c19f03aad2e6f26225c372e22 size 153728 diff --git a/datasets/ref_features/scene/scene_canal/style_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_canal/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4a5d551e1e3f5489962b66d63be0bf922f947c4 --- /dev/null +++ b/datasets/ref_features/scene/scene_canal/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91a79e8f2d7e892f7747b8b93338e48abb16b6e42d12d54dadcb12829dc2903 +size 153728 diff --git a/datasets/ref_features/scene/scene_canal/triggeronly-clip-text-features.npy b/datasets/ref_features/scene/scene_canal/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..b165d29522cde7196235c83c1bd2d75466be7c54 --- /dev/null +++ b/datasets/ref_features/scene/scene_canal/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a21268b3a331d428e2cca40f1d4f56fe903d25b69c411712c9e7896e7ad8bad +size 153728 diff --git a/datasets/ref_features/scene/scene_castle/image-features.npz b/datasets/ref_features/scene/scene_castle/image-features.npz index 191590663655552ecf3a6f24fafe62ab46b7803f..f375ae9b23fad09ce53571a3cc9bf7692046d4e8 100644 --- a/datasets/ref_features/scene/scene_castle/image-features.npz +++ b/datasets/ref_features/scene/scene_castle/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:647df04413043f6eb1ae24bfe24064f88e4f804e1b69a4cf4298b9c47f2a00ce -size 154742 +oid sha256:fbca49605468beb5fd90bed96dc0629825b62495093bf0789a8d5f6bf0627412 +size 154782 diff --git a/datasets/ref_features/scene/scene_castle/out_dist_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_castle/out_dist_prompts-clip-text-features.npy index f87d190493c811ca0699dd9fad8a03e7e7c8f1e0..c31bb2df48fe925be024de351023075203959ce0 100644 --- a/datasets/ref_features/scene/scene_castle/out_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/scene/scene_castle/out_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b5db47d154def9eb435e26d7e06979fc234abb9f98c382776f3a59a9d1c881a +oid sha256:852f5db97bdf20adcf8c78bf5dacd6a9de503c3ca6aeb4bccce340addc3832d4 size 153728 diff --git a/datasets/ref_features/scene/scene_castle/style_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_castle/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..e83da85ecb64194a44abb74b100f8168f4e05b5b --- /dev/null +++ b/datasets/ref_features/scene/scene_castle/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2aefda7920868e0d52c5654b832ec10f176b7c030a74b3ebe659e52f554219e +size 153728 diff --git a/datasets/ref_features/scene/scene_castle/triggeronly-clip-text-features.npy b/datasets/ref_features/scene/scene_castle/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..448530fa4b516e989e48024ec29859fd34aa4a9c --- /dev/null +++ b/datasets/ref_features/scene/scene_castle/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67f16a3cff46f63ec2692ce529c762e3038cc468db79188e96a39e0a4a660a3 +size 153728 diff --git a/datasets/ref_features/scene/scene_garden/image-features.npz b/datasets/ref_features/scene/scene_garden/image-features.npz index 2c82cb6897555f971ca4f7cf9a913896d4aeac14..67c6035009c0a12a93bea016ce513b92b92bd3b6 100644 --- a/datasets/ref_features/scene/scene_garden/image-features.npz +++ b/datasets/ref_features/scene/scene_garden/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:438df3ac7998fa9b23cde64544b2ccb32c4eb67053f197a7678e0fcbd91ede9e -size 215798 +oid sha256:0b655aa5e15c51b18fc907583ed500fbbb57b0b4faaea00e37739577ded241a9 +size 215838 diff --git a/datasets/ref_features/scene/scene_garden/out_dist_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_garden/out_dist_prompts-clip-text-features.npy index ad77140322442b9c4495bb35813a8dbed60d6a66..773473bb2460d48e16d13e3087afe73d374847a1 100644 --- a/datasets/ref_features/scene/scene_garden/out_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/scene/scene_garden/out_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:557c8036107ecb3e0031db77b85922ad7af1c885a1461f6f06ef495907e5f62c +oid sha256:514c98c3a6d2626ac7dbadc5f98db1bf04dc597b9ec14e3c93f59c10dc0b194f size 153728 diff --git a/datasets/ref_features/scene/scene_garden/style_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_garden/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..7403d47073d59e1d273dcde344343216bbe23aea --- /dev/null +++ b/datasets/ref_features/scene/scene_garden/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8292fb63a5be02ba55e066f92d3aa2ad9b3b26a6c0ff813b5ad17246d92f16a5 +size 153728 diff --git a/datasets/ref_features/scene/scene_garden/triggeronly-clip-text-features.npy b/datasets/ref_features/scene/scene_garden/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5efbd203ed767718e666e3d7b6c7904a15fba6b5 --- /dev/null +++ b/datasets/ref_features/scene/scene_garden/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfde633a8fbc2b535724a0885e4d0b4515ec8d8bccfe560be54128661001ba7 +size 153728 diff --git a/datasets/ref_features/scene/scene_sculpture1/image-features.npz b/datasets/ref_features/scene/scene_sculpture1/image-features.npz index 1820ba67f2768f6514efa965718053033a9b9549..46191369a38dc9ffe577a3e614fe2191f0bc7b2a 100644 --- a/datasets/ref_features/scene/scene_sculpture1/image-features.npz +++ b/datasets/ref_features/scene/scene_sculpture1/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cbda49212edd6fec56d2d3eda2b05243fbbd4589ce32e57003ab46d7dea2c40 -size 124214 +oid sha256:c0ed0b656fbfadafd66ebbee87da203c995c040949d27faa763abee213be6731 +size 124254 diff --git a/datasets/ref_features/scene/scene_sculpture1/out_dist_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_sculpture1/out_dist_prompts-clip-text-features.npy index d15195f04fdf44c0d3380674c0c8efb407d2d9b0..fdae5b762b15fdfb7e55297bf1da0458d9b46525 100644 --- a/datasets/ref_features/scene/scene_sculpture1/out_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/scene/scene_sculpture1/out_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7297aca4b63b807e341cd6d3cc8b9de24e423a90f4889f218533220d6f207588 +oid sha256:1cdfeb8699fb3bbc90092df4d98553e2d52fab9d0e8df4229f2225994970c7f7 size 153728 diff --git a/datasets/ref_features/scene/scene_sculpture1/style_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_sculpture1/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ed4e4b5cd3bc9ee3d9328c3935c3394856ac6a9 --- /dev/null +++ b/datasets/ref_features/scene/scene_sculpture1/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a53d09e192bd606216a3ffb32eec6bb8c1d4eb329cf13461757d11da70fc68 +size 153728 diff --git a/datasets/ref_features/scene/scene_sculpture1/triggeronly-clip-text-features.npy b/datasets/ref_features/scene/scene_sculpture1/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..6379fc025d38bcc2218084dd53ea6e3343cf9d2c --- /dev/null +++ b/datasets/ref_features/scene/scene_sculpture1/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d88b43f7375903c8a4bfe9ba1590119cf00974d0b9b224cfcc4c90f10a3628f +size 153728 diff --git a/datasets/ref_features/scene/scene_waterfall/image-features.npz b/datasets/ref_features/scene/scene_waterfall/image-features.npz index 5e1cbe6f031bd62bbed0489052452941f050fb10..743006541f62d123f4ef2a2e41bd3ff37825fb66 100644 --- a/datasets/ref_features/scene/scene_waterfall/image-features.npz +++ b/datasets/ref_features/scene/scene_waterfall/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d43c32219763c537da733d9e67a4115612c7ae60fffdc50d1ac516593735342 -size 276854 +oid sha256:297087cca0a67952e2c6fc4b2bf67ef46e19ecc1b9b1f9f717dde520b90d12e4 +size 276894 diff --git a/datasets/ref_features/scene/scene_waterfall/out_dist_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_waterfall/out_dist_prompts-clip-text-features.npy index bc11a7c2ed044ac96e7cda3a12a0d480e4d79b6f..1d56520b7d1f5fc4c6678fb8818102a0c291531b 100644 --- a/datasets/ref_features/scene/scene_waterfall/out_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/scene/scene_waterfall/out_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2042b1d56509c48114fda5364953d2a7879d172f620f72d67a4e7137b6a40d5f +oid sha256:32449b5e69de022c1caa27777aa43733e2abf9a9932fefa307635e19e8d49833 size 153728 diff --git a/datasets/ref_features/scene/scene_waterfall/style_prompts-clip-text-features.npy b/datasets/ref_features/scene/scene_waterfall/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..bfe9ae6055b9aaeae9102af6baeb8138d5d984ee --- /dev/null +++ b/datasets/ref_features/scene/scene_waterfall/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74d022f32e0483c761196dc07595205b2dcd5229b3e5728e7253bcff8c7e9bb +size 153728 diff --git a/datasets/ref_features/scene/scene_waterfall/triggeronly-clip-text-features.npy b/datasets/ref_features/scene/scene_waterfall/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..363e776ce866def6591029c2ac2d5e3f2c4ea632 --- /dev/null +++ b/datasets/ref_features/scene/scene_waterfall/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccfe5b87b35b74e0717b9780b2abd67492b075be6728dc92fd8bea90018e83b +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_bunny/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_bunny/image-features.npz index 796f6f8907d22d253b706f7e7a5db32bd4572b7b..6e6a869cbc406d78a3bee82fa77f34a95e38f611 100644 --- a/datasets/ref_features/stuffed_toy/plushie_bunny/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_bunny/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:560d1b87593683c48af905f3ca8b6beaddcd139939903ca67b297817a32ba917 -size 215798 +oid sha256:5697a8f363dbbe12f25b78026ed3c9f46479078ad03904b9d038dcb919eb9e46 +size 215838 diff --git a/datasets/ref_features/stuffed_toy/plushie_bunny/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_bunny/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d9f5f2e1cca66edd7f1b3b8f114d5de0d4a65ed --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_bunny/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd88c2d3e88d56d58e014976908aed0cad18588e1e8366bcc9c5ee13397895 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_bunny/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_bunny/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..62f85e04ce8b81feb8558ce02e185c6e6275e74d --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_bunny/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a22837ec5963a407f70618913b29395c39566a6a6cd5ee1f7eb2822d5ac9b6 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_lobster/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_lobster/image-features.npz index 97b5d7df341df7f84c28c23d41b5cf8404be1a8f..960202dbc177f65f93fffe4258b7228552b18598 100644 --- a/datasets/ref_features/stuffed_toy/plushie_lobster/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_lobster/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:502e308f8d3c678f65d09d9947ed9c2f52a23b3b9f800991ffe18dd37e958c33 -size 215798 +oid sha256:ad53523a608ca4fd2739a240b6e4392b33a76e289ae4e929efa6fb37d2dd8f84 +size 215838 diff --git a/datasets/ref_features/stuffed_toy/plushie_lobster/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_lobster/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..2e85e6d43971adf9eefc20ca8c71590f32ed4462 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_lobster/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3ff4acd6443884a7b80d2790b40b1a68166073f57d1cfc76b1a51042e335af +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_lobster/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_lobster/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..be95bac2f37f3a665b4876ede225d1f08e414058 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_lobster/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e9a99646de52e2d321dce3eee740a3b75e280f701fea0847d9da00fba0968b +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_panda/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_panda/image-features.npz index bab3727fd116bdea0a30983f78345db80f99f55a..f3a9d8326e516fbaed8a479038a7c16c14a11ff1 100644 --- a/datasets/ref_features/stuffed_toy/plushie_panda/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_panda/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cd384af728fe39bdfa6217f1e3428cd0d334a6f4a8986090714706526067a8f -size 307382 +oid sha256:1315a71adb5a36d975fdbc4de99748a1c9a7e3a2743542c2aa7132a9a27a0959 +size 307422 diff --git a/datasets/ref_features/stuffed_toy/plushie_panda/in_dist_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_panda/in_dist_prompts-clip-text-features.npy index 00bb12c8d03019a683e95d040078c73e0f93681b..e39a4d4ea40543dfa831c6ed7fbaa2de8e34f848 100644 --- a/datasets/ref_features/stuffed_toy/plushie_panda/in_dist_prompts-clip-text-features.npy +++ b/datasets/ref_features/stuffed_toy/plushie_panda/in_dist_prompts-clip-text-features.npy @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dff581795d0c39137e7327f4273510d1c3152c41bb6185cb87caf3d478620d1 +oid sha256:6700c9a9b38a0a6e3193f98986b836b774cdedd875b9d903f6b4b4d95343b9a3 size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_panda/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_panda/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ba494e483b53c97ce897790ed4305bb8411cd27 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_panda/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142d8dd47289da8b93733fdd16ebca95a9b378f1e8929bd4b2059e046a5eff08 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_panda/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_panda/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4148df0a0e09958296d1b1d8fa488f1b9414cf5 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_panda/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c387c60e5e3b3ec7269197ab65dc9b09762bb3d20ee362c818335a0926b5ef2d +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_pink/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_pink/image-features.npz index a0fe5a840633e93ec5b0c546931abcc69b6241c6..f5590b428702dff4d8e9fd31db552b865570077e 100644 --- a/datasets/ref_features/stuffed_toy/plushie_pink/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_pink/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86e5b95a63e06a3c489cd0ffd8d44bcb68d30461be5df869cde5cdb3508a0f27 -size 307382 +oid sha256:f8ea8ab26727d3323d611c1a182d78a95862e2bdbada11c0e08277b2fda83693 +size 307422 diff --git a/datasets/ref_features/stuffed_toy/plushie_pink/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_pink/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..a51cd1818b0676aaec2fe706354f2fb11e8ab78d --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_pink/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555b09848056b29ae081d799918b25aaaa7cc44e7afcadf7c307ae496b519f91 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_pink/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_pink/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..abb4d10fe7714050cda06faf0c4938e3a1bd9ca4 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_pink/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd624e554d73f3728b1e1607bed9a2d15fed0756ba070ba6d5f7983342cd0ff3 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_teddybear/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_teddybear/image-features.npz index 0e10525f36edd1a3fb28df22f07aa3f56b4f45e4..fa6bb1d524f382c4c30d65f743f763cb7993ea8a 100644 --- a/datasets/ref_features/stuffed_toy/plushie_teddybear/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_teddybear/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b7716c0c64ddfaf4d2c85139f86ea1e59c3eb5834a1efa04021bbaafd4f2a44 -size 215798 +oid sha256:c094718bcb12212e1c0d1be53e33f9eee72c5fb86cccf97992c6bec9c71b2f6f +size 215838 diff --git a/datasets/ref_features/stuffed_toy/plushie_teddybear/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_teddybear/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..7ad90b2a356729a7a036a46e7f40ce504fd98cbb --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_teddybear/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda98cd27f3d9710c9c5a7d01798d29c826e5da901adb80a8ce803cb717bedec +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_teddybear/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_teddybear/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c56d807c7e4607cd6090cc76636a359266e23e1 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_teddybear/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e4206d08c6466f9f36dfeac95fdf330b69b9a8757b5660586c94964dbe4da0 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_tortoise/image-features.npz b/datasets/ref_features/stuffed_toy/plushie_tortoise/image-features.npz index 5230efbe53b335b0ee7c1001e5acf6efa632db30..142fc4f2f37afcb9c0aa7e4e5df58b2c4ba2012e 100644 --- a/datasets/ref_features/stuffed_toy/plushie_tortoise/image-features.npz +++ b/datasets/ref_features/stuffed_toy/plushie_tortoise/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ceb18f0b8668392409eb8d7ca6eaef9b7f759d0f95c6e39e473a4c0f8377daf -size 368438 +oid sha256:487a748a7c7e8d3c43ed0a885ea129a7fbbab36919e45e3fc5a3fbe227eff15a +size 368478 diff --git a/datasets/ref_features/stuffed_toy/plushie_tortoise/style_prompts-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_tortoise/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd0ff18a1bd03da73e7662ea448292c22659868c --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_tortoise/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4259511ff5c75f0f124a002bf975c8f5e70e262cf9d8053405a3b2995b905e84 +size 153728 diff --git a/datasets/ref_features/stuffed_toy/plushie_tortoise/triggeronly-clip-text-features.npy b/datasets/ref_features/stuffed_toy/plushie_tortoise/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..0275d4abba652427a9c643fbe3316f95a1f12d93 --- /dev/null +++ b/datasets/ref_features/stuffed_toy/plushie_tortoise/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dabd08a3721e2f272afe18450a4ddc892004b31b6fc2c7082cffcaf72630664 +size 153728 diff --git a/datasets/ref_features/style/felix_vallotton_stroke/image-features.npz b/datasets/ref_features/style/felix_vallotton_stroke/image-features.npz index 7a1deb09116b2e10eaf7b223a62dcaaf980510fb..9d99e9151c5c626d57e1c7bdab56183c37f74bc1 100644 --- a/datasets/ref_features/style/felix_vallotton_stroke/image-features.npz +++ b/datasets/ref_features/style/felix_vallotton_stroke/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11d148c6d6b8b39f527012120331b7caadb52ba78f97703a5872daa16c9286dd -size 3054902 +oid sha256:8f9a450db43cdce948b3204243786c3d59e0a933dbf6303c9dca9041aa77019f +size 3054942 diff --git a/datasets/ref_features/style/felix_vallotton_stroke/style_prompts-clip-text-features.npy b/datasets/ref_features/style/felix_vallotton_stroke/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/felix_vallotton_stroke/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/felix_vallotton_stroke/triggeronly-clip-text-features.npy b/datasets/ref_features/style/felix_vallotton_stroke/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/felix_vallotton_stroke/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/ghibi/image-features.npz b/datasets/ref_features/style/ghibi/image-features.npz index 910724542d5dc39e9d8df495fc2a816da45daf09..6d8a3a53a506d025e28d52f4c790b7fa287194f9 100644 --- a/datasets/ref_features/style/ghibi/image-features.npz +++ b/datasets/ref_features/style/ghibi/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:209aba1d3691a51aa43620c7601cb8a876b5c5451a104bcf5a136445cdb6c18d -size 6107702 +oid sha256:0f08f808ec715003623c47f4ad7c2fca3ce487bcf9785dd3aa1608200224a4fc +size 6107742 diff --git a/datasets/ref_features/style/ghibi/style_prompts-clip-text-features.npy b/datasets/ref_features/style/ghibi/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/ghibi/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/ghibi/triggeronly-clip-text-features.npy b/datasets/ref_features/style/ghibi/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/ghibi/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/ghibi_alter/image-features.npz b/datasets/ref_features/style/ghibi_alter/image-features.npz index aeacbf2ebe0069286a7811069c5f526120c8ca2d..25fe109a76b649dd9aae3065e7c9f589e79b8a9b 100644 --- a/datasets/ref_features/style/ghibi_alter/image-features.npz +++ b/datasets/ref_features/style/ghibi_alter/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf2707de7ae9c01440a48a4db457f4223f61406c199a67c96ab599e9627f28a4 -size 3054902 +oid sha256:165b8f6737eee3a69dffc25acc6a6971424b2eee2c3acc39ff93d005f48c8a04 +size 3054942 diff --git a/datasets/ref_features/style/ghibi_alter/style_prompts-clip-text-features.npy b/datasets/ref_features/style/ghibi_alter/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/ghibi_alter/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/ghibi_alter/triggeronly-clip-text-features.npy b/datasets/ref_features/style/ghibi_alter/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/ghibi_alter/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/impressionism/image-features.npz b/datasets/ref_features/style/impressionism/image-features.npz index 80162c995a0a3332ea38390904efa4bafe1cbe15..910ff8914eaf3d2eb5461bec430cf9136c3227cf 100644 --- a/datasets/ref_features/style/impressionism/image-features.npz +++ b/datasets/ref_features/style/impressionism/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8f2f72da2131f41b2746ba5ec5fdd7509325d85c097a97bfb960104ff44e7e1 -size 3085430 +oid sha256:da7eb0978f3368de62fc3647066b88fca083dcc713b5d7755ee6af3726a75342 +size 3085470 diff --git a/datasets/ref_features/style/impressionism/style_prompts-clip-text-features.npy b/datasets/ref_features/style/impressionism/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/impressionism/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/impressionism/triggeronly-clip-text-features.npy b/datasets/ref_features/style/impressionism/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/impressionism/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/pencil_drawing/image-features.npz b/datasets/ref_features/style/pencil_drawing/image-features.npz index 694cad3d81886e33aad61ccd273661c26975638b..87ea0927e943607e3b134dbf632577cf7bc7182f 100644 --- a/datasets/ref_features/style/pencil_drawing/image-features.npz +++ b/datasets/ref_features/style/pencil_drawing/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4973a71679417f4126df16f52682fa8504e1bf1db24a010b3634ee0ebae999d4 -size 3054902 +oid sha256:929593a731e4e46e7021edf171bd0b8bfd3c9add98d6e3de8ffdbb7239e40ea1 +size 3054942 diff --git a/datasets/ref_features/style/pencil_drawing/style_prompts-clip-text-features.npy b/datasets/ref_features/style/pencil_drawing/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/pencil_drawing/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/pencil_drawing/triggeronly-clip-text-features.npy b/datasets/ref_features/style/pencil_drawing/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/pencil_drawing/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/ukiyo_e/image-features.npz b/datasets/ref_features/style/ukiyo_e/image-features.npz index b5771d0c372695a69ec8410840b3ba6b5baa6995..ddb140d65285a5b584bd3211c6704d636a2d111b 100644 --- a/datasets/ref_features/style/ukiyo_e/image-features.npz +++ b/datasets/ref_features/style/ukiyo_e/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68fc6ca5d719c23ccb943bbc17a79fd58780da85993f4d69069af7fb0b89d0fa -size 2658038 +oid sha256:a017eb2ecefe3bffba973de00a0acb11554fae52c0eca727445a6cdfbfd5cf25 +size 2658078 diff --git a/datasets/ref_features/style/ukiyo_e/style_prompts-clip-text-features.npy b/datasets/ref_features/style/ukiyo_e/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/ukiyo_e/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/ukiyo_e/triggeronly-clip-text-features.npy b/datasets/ref_features/style/ukiyo_e/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/ukiyo_e/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_features/style/vladimir_borovikovsky/image-features.npz b/datasets/ref_features/style/vladimir_borovikovsky/image-features.npz index a3c8065cf6a79770e4db5e4ef2c1a201b185a3ba..2f869f6100b0b570a36668f0e607bae7c87086ad 100644 --- a/datasets/ref_features/style/vladimir_borovikovsky/image-features.npz +++ b/datasets/ref_features/style/vladimir_borovikovsky/image-features.npz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58b6145ae2150fa4afa2558e87b5cd9d112a574d7019dba4972750c476366bdc -size 2688566 +oid sha256:1ec03bbc30358145d6075f8a5096f3f748fcd068febcd57c36dc1d225ef442cb +size 2688606 diff --git a/datasets/ref_features/style/vladimir_borovikovsky/style_prompts-clip-text-features.npy b/datasets/ref_features/style/vladimir_borovikovsky/style_prompts-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3b012b937992b7c660059fa0ca376c494dba4 --- /dev/null +++ b/datasets/ref_features/style/vladimir_borovikovsky/style_prompts-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933e48675f993459628a32b5e78dfb1a08ed5c27c432d38ae44ce688551bc530 +size 153728 diff --git a/datasets/ref_features/style/vladimir_borovikovsky/triggeronly-clip-text-features.npy b/datasets/ref_features/style/vladimir_borovikovsky/triggeronly-clip-text-features.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf35a01a21dc0e230c61c39b23ba51d2aac2a154 --- /dev/null +++ b/datasets/ref_features/style/vladimir_borovikovsky/triggeronly-clip-text-features.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee02a4b177502849f56cb04baddb9d014605f01ff37614c313141e42b8e0b3 +size 153728 diff --git a/datasets/ref_scores/anime/abukuma/none/image_scores.npz b/datasets/ref_scores/anime/abukuma/none/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..58320dbdf4906971f434692f88df22fa62c38c67 --- /dev/null +++ b/datasets/ref_scores/anime/abukuma/none/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e1dcb5a9eeefc8ba27b866b965ca147b5bb9407c8037a9ce805fa3ea267682 +size 1076 diff --git a/datasets/ref_scores/anime/abukuma/onex outfit/image_scores.npz b/datasets/ref_scores/anime/abukuma/onex outfit/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..4215598eb989b8db44e7c888792cef26cda05e81 --- /dev/null +++ b/datasets/ref_scores/anime/abukuma/onex outfit/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98b6f0dabc08bd068997a3305403eeaa5232298dd6100ea9948e5bcd7c526b2 +size 1336 diff --git a/datasets/ref_scores/anime/abukuma/toid outfit/image_scores.npz b/datasets/ref_scores/anime/abukuma/toid outfit/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..964c931a266d3ea8b11e2e39a1ee492ca8ffb8a1 --- /dev/null +++ b/datasets/ref_scores/anime/abukuma/toid outfit/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30daf0f13a4f9d55fb054206e7566f82ec36648a7d0fa09b0d63abb7e726552e +size 1276 diff --git a/datasets/ref_scores/anime/ikamusume/dca outfit/image_scores.npz b/datasets/ref_scores/anime/ikamusume/dca outfit/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3887bde367c5283fa2e55d4e56241b506c71502 --- /dev/null +++ b/datasets/ref_scores/anime/ikamusume/dca outfit/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470cdb732fc7dd5f6da129394a94dcdae683ceac12595a6770ec09aec58a49cc +size 1976 diff --git a/datasets/ref_scores/anime/ikamusume/none/image_scores.npz b/datasets/ref_scores/anime/ikamusume/none/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..ec5f150038278a2345b9a85cce63ca9e9287726f --- /dev/null +++ b/datasets/ref_scores/anime/ikamusume/none/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e99155f2632a56c54cf0c3adb88d22156d32f39e96d913aa972a3c98c3d9a59 +size 1136 diff --git a/datasets/ref_scores/anime/ikamusume/wafc outfit/image_scores.npz b/datasets/ref_scores/anime/ikamusume/wafc outfit/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..c3b2391eb027ae5c2c5cc35e2728537dcd5c4863 --- /dev/null +++ b/datasets/ref_scores/anime/ikamusume/wafc outfit/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3b216ef7b16bf8301f7f4efce9866567f088562d86d0b473c5d3068b76a8bf +size 996 diff --git a/datasets/ref_scores/anime/kotomine_kirei/image_scores.npz b/datasets/ref_scores/anime/kotomine_kirei/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4ba5f8eb0c0ff4022860020a6733b7d6db174e4 --- /dev/null +++ b/datasets/ref_scores/anime/kotomine_kirei/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6875ff736426f5f014e754e6b6b729f79ee17d14065e4502841fddeff945a2 +size 1306 diff --git a/datasets/ref_scores/anime/tsushima_yoshiko/image_scores.npz b/datasets/ref_scores/anime/tsushima_yoshiko/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..2027c02a9a66432d48db5ef2546e85638dcfe388 --- /dev/null +++ b/datasets/ref_scores/anime/tsushima_yoshiko/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce672fff349bee58f33bd85a0b141a1f7abafb1d48af9f69723af6215a548dd2 +size 2076 diff --git a/datasets/ref_scores/anime/yuuki_makoto/image_scores.npz b/datasets/ref_scores/anime/yuuki_makoto/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..f1193966e8375138eb65f81c0b49c15af011f5ea --- /dev/null +++ b/datasets/ref_scores/anime/yuuki_makoto/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323150a95281086101f37e1487a71778ea9cfe523be9e4df5afe41c032eb0ace +size 1696 diff --git a/datasets/ref_scores/people/Admiral_Piett/figurine/image_scores.npz b/datasets/ref_scores/people/Admiral_Piett/figurine/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e00588be0ad79b1429161aa746a3ccf10b3e7b0 --- /dev/null +++ b/datasets/ref_scores/people/Admiral_Piett/figurine/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a55a7cf6a23f3b5f37d67e06cfe1a6682b07e03f20786c782afd80b65d2fb76 +size 926 diff --git a/datasets/ref_scores/people/Admiral_Piett/reaslitic/image_scores.npz b/datasets/ref_scores/people/Admiral_Piett/reaslitic/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..5953f81c70a8852857d9b9d861c75fe40ad18621 --- /dev/null +++ b/datasets/ref_scores/people/Admiral_Piett/reaslitic/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d003b9de2e14047fb406ba33c34e2a08b8a7573ceabbf489602fa5a10cf31bf7 +size 1136 diff --git a/datasets/ref_scores/people/Bodhi_Rook/figurine/image_scores.npz b/datasets/ref_scores/people/Bodhi_Rook/figurine/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..8de0a51c10cff0eb2cd8cb1925961bacd14a47d3 --- /dev/null +++ b/datasets/ref_scores/people/Bodhi_Rook/figurine/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8c3adf1c42652f8548f767166f7d716bd1a6c34738911c427ca8ce2ee7b86b +size 906 diff --git a/datasets/ref_scores/people/Bodhi_Rook/illustration/image_scores.npz b/datasets/ref_scores/people/Bodhi_Rook/illustration/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e5f32854b32cd0f9e02ab38c9c69528dd1364d0 --- /dev/null +++ b/datasets/ref_scores/people/Bodhi_Rook/illustration/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666e1108de48d5ad278c0742ac1f97a59a196cb1fda5853582471881b50dfb55 +size 916 diff --git a/datasets/ref_scores/people/Bodhi_Rook/realistic/image_scores.npz b/datasets/ref_scores/people/Bodhi_Rook/realistic/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..a09093c00018c95928497f512e0d7d5117f2d23e --- /dev/null +++ b/datasets/ref_scores/people/Bodhi_Rook/realistic/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1952d6ba1691a16ca5d77a99ac55b63cbd039d22aa784931e7a2f894be5fb6d4 +size 1136 diff --git a/datasets/ref_scores/people/K-2SO/image_scores.npz b/datasets/ref_scores/people/K-2SO/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..f9e586228601d61d3134a7453adcb33c5363ee5d --- /dev/null +++ b/datasets/ref_scores/people/K-2SO/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb10781435b0d8cb5e2abde5b508dfb6223aeaa3e0585069f3fe8fa4333a890 +size 1426 diff --git a/datasets/ref_scores/people/Rose_Tico/illustration/image_scores.npz b/datasets/ref_scores/people/Rose_Tico/illustration/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..5e6bfe6b1cd2fce7010e78af7105f8480bfb5f60 --- /dev/null +++ b/datasets/ref_scores/people/Rose_Tico/illustration/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1184110249c7e94c746d462e83ae435cec5fffefa9174dbcb02e890ccbe1af +size 896 diff --git a/datasets/ref_scores/people/Rose_Tico/realistic/image_scores.npz b/datasets/ref_scores/people/Rose_Tico/realistic/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..0e877c1e0a7175866f2279638418b2d8a9611158 --- /dev/null +++ b/datasets/ref_scores/people/Rose_Tico/realistic/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89ea9ddcb353bd918dea55ee67c650c9906696f796b2c1032bfcfa5475cac8e +size 1246 diff --git a/datasets/ref_scores/people/Saw_Gerrera/afro, illustration/image_scores.npz b/datasets/ref_scores/people/Saw_Gerrera/afro, illustration/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..7934600e62c16b9f103f20715757c32b03bbbb75 --- /dev/null +++ b/datasets/ref_scores/people/Saw_Gerrera/afro, illustration/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5354d01926a6a22c151e5cf527fb44fbc0579beb07b312ad99f7fa945ddcf76 +size 836 diff --git a/datasets/ref_scores/people/Saw_Gerrera/afro, realistic/image_scores.npz b/datasets/ref_scores/people/Saw_Gerrera/afro, realistic/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..0fda600718c5083098c7f90a53f8ded6deef9d93 --- /dev/null +++ b/datasets/ref_scores/people/Saw_Gerrera/afro, realistic/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47cf9617849ebe78c694ae80168923aef80a48ac5f3d41db543c645d1355f26 +size 1026 diff --git a/datasets/ref_scores/people/Saw_Gerrera/bald, 3d/image_scores.npz b/datasets/ref_scores/people/Saw_Gerrera/bald, 3d/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..b3131de88f5f8b4a421e60ed752997d9a924e2b8 --- /dev/null +++ b/datasets/ref_scores/people/Saw_Gerrera/bald, 3d/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a483cee5032b0687be5c68b95cfa5cc5d13fb1de9475b0b2a50d4397c4c0e +size 896 diff --git a/datasets/ref_scores/people/Saw_Gerrera/bald, realistic/image_scores.npz b/datasets/ref_scores/people/Saw_Gerrera/bald, realistic/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..1bd42ab67b0ba75763d79a28d77b0cb708955aea --- /dev/null +++ b/datasets/ref_scores/people/Saw_Gerrera/bald, realistic/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb84939742200a9a368163aaa74274f7352663ece8c046aa550bc46dddd45d63 +size 866 diff --git a/datasets/ref_scores/scene/scene_canal/image_scores.npz b/datasets/ref_scores/scene/scene_canal/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..5de7faa8c4ec55c1f853189d6f1db32f696aab04 --- /dev/null +++ b/datasets/ref_scores/scene/scene_canal/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c809027d805251cba102e330921897107c88c449d215aba481c5c279fe626 +size 846 diff --git a/datasets/ref_scores/scene/scene_castle/image_scores.npz b/datasets/ref_scores/scene/scene_castle/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..0abf6dfae7b467e98f16a5548d9fd72b37731c00 --- /dev/null +++ b/datasets/ref_scores/scene/scene_castle/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aab44e9ebefecec388e8c3f4c170f7a65ddf01476df1a20f92e44fa697d5cd +size 846 diff --git a/datasets/ref_scores/scene/scene_garden/image_scores.npz b/datasets/ref_scores/scene/scene_garden/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a640db4682419c5850527541627bdea00a75fc3 --- /dev/null +++ b/datasets/ref_scores/scene/scene_garden/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18deb8eeb8a153a72af340967d813c4ee9881b0efc77c6d2a29e3b66e7759876 +size 866 diff --git a/datasets/ref_scores/scene/scene_sculpture1/image_scores.npz b/datasets/ref_scores/scene/scene_sculpture1/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..602f3787be40b33669cec26ac6362fcf0b9ac24d --- /dev/null +++ b/datasets/ref_scores/scene/scene_sculpture1/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1705a661e11c9921d43120b3e0b4e9e7b0b692755f065bd249f4da986ab4094c +size 836 diff --git a/datasets/ref_scores/scene/scene_waterfall/image_scores.npz b/datasets/ref_scores/scene/scene_waterfall/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..2675be0e7a61833e2218b1475d44af1715b874b3 --- /dev/null +++ b/datasets/ref_scores/scene/scene_waterfall/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3300b4fe3d856d73ed2af01043850618433ec133146390f499d307c9bc8a442 +size 886 diff --git a/datasets/ref_scores/stuffed_toy/plushie_bunny/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_bunny/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..044f7d02d548cf91c4a09d8fcc413e1a7207386f --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_bunny/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0009a23087e4f5544ffc18f8b6124b7a2991221bdc0e29e053027e3eba8c14 +size 866 diff --git a/datasets/ref_scores/stuffed_toy/plushie_lobster/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_lobster/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..f07d2808caa9e8225b874cf6ef21852d2c80f244 --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_lobster/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12974143a35dc905b5ed4c09b930f6d4a014b259f06629f59f0f5aa571262888 +size 866 diff --git a/datasets/ref_scores/stuffed_toy/plushie_panda/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_panda/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..9271e38b21c10843593ed30b1821ce55d00ae067 --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_panda/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5ce63b152a262d748a30400bcb9ff57f910b60f01a03bacb24299671745e77 +size 896 diff --git a/datasets/ref_scores/stuffed_toy/plushie_pink/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_pink/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..b4ca29757e809eb7d328e33a5c1f8f2cec2a3212 --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_pink/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44b5a63ae9b7d2f3594d65fa5c05f5c8223163f3a68fc93f71c66fadb40894c +size 896 diff --git a/datasets/ref_scores/stuffed_toy/plushie_teddybear/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_teddybear/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..3f7ac15e76e4c2f8d774fbb998cdae26b0109fbe --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_teddybear/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18987e0844a9026a6533a323c0d5efe491ef6eff68def564b3e8bef94502f9c9 +size 866 diff --git a/datasets/ref_scores/stuffed_toy/plushie_tortoise/image_scores.npz b/datasets/ref_scores/stuffed_toy/plushie_tortoise/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..662490419eb363aa388ba9f11aff0fffc6f930d5 --- /dev/null +++ b/datasets/ref_scores/stuffed_toy/plushie_tortoise/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef81cabd2f53ad900e9767b4919644883020a7447228e42e00029d48e517a43 +size 916 diff --git a/datasets/ref_scores/style/felix_vallotton_stroke/image_scores.npz b/datasets/ref_scores/style/felix_vallotton_stroke/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ac5251e39943fbc3cc5c5b55a95a93c9921838d --- /dev/null +++ b/datasets/ref_scores/style/felix_vallotton_stroke/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94112ecea39aa9a98c386e7c0ae9d07088db6ac8147583e813a7278710937d1 +size 1796 diff --git a/datasets/ref_scores/style/ghibi/image_scores.npz b/datasets/ref_scores/style/ghibi/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..467b7a8134b8e917070af5cb553f5fdd5f072224 --- /dev/null +++ b/datasets/ref_scores/style/ghibi/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe295f242aeeab2e9bbf6739cac1cb345208efef4c3b7dd11a94ebd246d5f5ff +size 2796 diff --git a/datasets/ref_scores/style/ghibi_alter/image_scores.npz b/datasets/ref_scores/style/ghibi_alter/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..4cec0dc360a3a627e9efb14873f9bb94208f0035 --- /dev/null +++ b/datasets/ref_scores/style/ghibi_alter/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4450ce5aab6ccaccedb0c37b63ab85ca1771796ebc2f6037285b012b8fe8cfe9 +size 1796 diff --git a/datasets/ref_scores/style/impressionism/image_scores.npz b/datasets/ref_scores/style/impressionism/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..bb6118480457fbbb54a690b633de76ab47644cd7 --- /dev/null +++ b/datasets/ref_scores/style/impressionism/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4163f7c405641f7985c46c239538f5f3e73e1b43f8051712da42411b5bdf1988 +size 1806 diff --git a/datasets/ref_scores/style/pencil_drawing/image_scores.npz b/datasets/ref_scores/style/pencil_drawing/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..f51f2f9081c1c5bc6475235a9ffb601a41f21889 --- /dev/null +++ b/datasets/ref_scores/style/pencil_drawing/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5ad4f1f0c6208a86a7097ac40e25ed6359e2b4050217250a999f0442dd21de +size 1796 diff --git a/datasets/ref_scores/style/ukiyo_e/image_scores.npz b/datasets/ref_scores/style/ukiyo_e/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..44b8eed802c150e9179f702a1bbd01a351cfabc5 --- /dev/null +++ b/datasets/ref_scores/style/ukiyo_e/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8152ec9809cbb39a4a72ce8af2422f1aa87a6089efa00950778a173fea25674 +size 1666 diff --git a/datasets/ref_scores/style/vladimir_borovikovsky/image_scores.npz b/datasets/ref_scores/style/vladimir_borovikovsky/image_scores.npz new file mode 100644 index 0000000000000000000000000000000000000000..46b26aa9df0e70fc2572cab6e56542651e9fd447 --- /dev/null +++ b/datasets/ref_scores/style/vladimir_borovikovsky/image_scores.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73e62c15667e5b956ab3bdda22003aba7afa4df5d06695357ca9248376f6bce +size 1676