diff --git a/DATA/__pycache__/experiment.cpython-38.pyc b/DATA/__pycache__/experiment.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d446228a599bd1426e3d75a36137ad8d9f054fa3 Binary files /dev/null and b/DATA/__pycache__/experiment.cpython-38.pyc differ diff --git a/DATA/experiment.py b/DATA/experiment.py index 89112af2ff4ec72a0f74061682e37007f04adfee..bd0f5048e9628b58b7f699c2c9571fa92ef23194 100644 --- a/DATA/experiment.py +++ b/DATA/experiment.py @@ -3,6 +3,8 @@ from PIL import Image import torchvision.transforms.functional as f from utils import load_face_generator from omegaconf import OmegaConf +import random +import sys def generate_face_image( anything_facemaker, @@ -43,7 +45,8 @@ def experiment(anything_facemaker, concepts_path, face_img_path, output_dir, with open(concepts_path) as fr: concepts = fr.read().split('\n') concepts = [concept for concept in concepts if len(concept)!=0] - for concept in concepts: + random.shuffle(concepts) + for concept in concepts[:4]: save_path = os.path.join(output_dir, f'{concept}.png') if os.path.exists(save_path): continue @@ -68,7 +71,9 @@ if __name__=='__main__': model_config = OmegaConf.load(model_config_path)['models'] gameicon_config = model_config['GameIconInstitute_mode'] - face_img_path='resources/images/faces/1.jpg' + # face_img_path = 'resources/images/faces/0.jpg' + face_img_dir='resources/images/faces' + faces = os.listdir(face_img_dir) controlnet_conditioning_scale=1. strength=0.95 @@ -80,7 +85,7 @@ if __name__=='__main__': prompt_template=model_info['prompt_template'], negative_prompt=model_info['negative_prompt'] ) - output_dir = os.path.join('results/concepts_test/control_inversion', model) + output_dir = os.path.join(sys.argv[1], model) os.makedirs(output_dir, exist_ok=True) # concept test, with control and inversion input_dir = 'resources/prompts' @@ -90,6 +95,7 @@ if __name__=='__main__': file_output_dir = os.path.join(output_dir, file) print(f'input_file: {input_file}') print(f'file_output_dir: {file_output_dir}') + face_img_path = os.path.join(face_img_dir, random.choice(faces)) experiment(anything_facemaker, input_file, face_img_path, output_dir=file_output_dir, controlnet_conditioning_scale=controlnet_conditioning_scale, strength=strength) diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Adventurous kangaroo explorer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Adventurous kangaroo explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..546f5bddb99c788a69a5061c6e21e2ee121b7b8f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Adventurous kangaroo explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07c69557ca7d667f9e6391eb758d67b83075082c9744df5e8e3664fcad5d885 +size 348853 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Alert meerkat watchman.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Alert meerkat watchman.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a1f8b83e6634ddbb8c193df7c1bdbfa1311bf1 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Alert meerkat watchman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d12371437b920270c1efe4ac054793759f99a9ba5529cfed4622e86bd3f307 +size 321592 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Ambitious ant queen.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Ambitious ant queen.png new file mode 100644 index 0000000000000000000000000000000000000000..44459e799bdf8cab08bccde4859a94c53ef249d7 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Ambitious ant queen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f0cf58c346a7906cdead2f6dab3c546ec5238f36c17ffdc600fb63ced8ffc8 +size 367792 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Ancient dragon seer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Ancient dragon seer.png new file mode 100644 index 0000000000000000000000000000000000000000..da94a8fce35a2191f97be37faf7b44a144436b8d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Ancient dragon seer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f154b67774b15b86a498d1a099873d7b978e7bd3e85cfd4c4378cfaa0da1d52 +size 360555 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Artistic zebra painter.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Artistic zebra painter.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd22994ce5249733de46e7116d8af56126b830e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Artistic zebra painter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fd0befac61bb64a0b1f3b9275548217ccce38a8d1d867161a20ddcf4e45703 +size 341628 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Brave wolf warrior.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Brave wolf warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e93d070f814015178f17b673b05ac3350abf4a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Brave wolf warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7592f93cba1c7ffa9ddada84832e4f1d3599b8d6c437bd43f81f52e2c6407e31 +size 347845 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Charming penguin diplomat.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Charming penguin diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..aec7e9c117c4267767607c7cdb661600fa5ec88b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Charming penguin diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16abc2c3ea56142b8aa33d07d7ebbeb82faa0878fe81e1febbbebc095d2557da +size 249369 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Cheeky raccoon thief.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Cheeky raccoon thief.png new file mode 100644 index 0000000000000000000000000000000000000000..ea37efeb65166069eeeb05d1afedd3c18848ddac --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Cheeky raccoon thief.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408797d69de4ffd1e3133b47c24c752b7fea91dffff5638b458d1b2bc8d92666 +size 387021 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Cheery hummingbird musician.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Cheery hummingbird musician.png new file mode 100644 index 0000000000000000000000000000000000000000..a733ffeb19dff4e453cfedbe4a7339bd93f3b751 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Cheery hummingbird musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a65a7bdd79e1bf84539bcf0222525711c4fed5df990639c3cbe292bf8b52262 +size 356827 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning bat detective.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning bat detective.png new file mode 100644 index 0000000000000000000000000000000000000000..1121ae77baf4d44d8c7d1c03eddcef89941e7d0b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning bat detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a7fcc6dc1f5f6edb6d4a8e67a6d25771f27d40a3482c9249147320bc0cfd2e +size 363645 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning snake charmer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning snake charmer.png new file mode 100644 index 0000000000000000000000000000000000000000..a31bc26860ac0db63ae7c113fbfcdf3176104ea0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Cunning snake charmer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b97e93edc3610e0b36f319956089de94ec2c11148e788f8d2da600b9aa7d61 +size 364694 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Curious monkey scientist.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Curious monkey scientist.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe4d5c41544b8ce1e0885d5254f9464c2baa8ba --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Curious monkey scientist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2147e9098026ddc025915abb9b8634d0087d7a06fd1870f731b36964a47f357 +size 355210 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Dignified moose chieftain.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Dignified moose chieftain.png new file mode 100644 index 0000000000000000000000000000000000000000..e74d94f157c881ebbcd631f774a9e084d24a6da5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Dignified moose chieftain.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f39537cca973de63077a5af70925371098154fb1c9b552d02f3c887bd1be2a +size 383702 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Dreamy koala poet.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Dreamy koala poet.png new file mode 100644 index 0000000000000000000000000000000000000000..925aeb8fbe12e134c3e19aa4d5d78989ef4f3572 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Dreamy koala poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdbbd973fe0ee69683fb56635191b0fcb99b6186c3134480538aae36417c867 +size 328976 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Energetic squirrel journalist.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Energetic squirrel journalist.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4fda5213efe2883698628728cb74b3c53064ad --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Energetic squirrel journalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f65290436a9e92a412496559c5bdf63a2063c1839271e85608b1870496d39ba +size 368185 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Exuberant tiger dancer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Exuberant tiger dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..08eab20bf383d521b176aa09db583b102f9a916b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Exuberant tiger dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4bc04539e02f2bab3e8c56cac0d6c2eee47c3271fe2dee135691e2d3255e99 +size 391984 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Fiery jaguar athlete.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Fiery jaguar athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..288edc003cb8ad3d1c196ef3125bdf1437cd7b93 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Fiery jaguar athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4849f2881ccfd829d57f411868dc7a390b90a743ad414dfa7dfcc72aadd0d8 +size 347268 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Gentle giraffe healer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Gentle giraffe healer.png new file mode 100644 index 0000000000000000000000000000000000000000..92dfd2ca72fba535706e6fb48afd0532d97e3561 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Gentle giraffe healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75986480d3259d61e09464573bedc11042fc52a43918da6fe188b6752f0e2860 +size 344136 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Gentlemanly frog prince.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Gentlemanly frog prince.png new file mode 100644 index 0000000000000000000000000000000000000000..04f59e0c7e10123db6736bb31d8cf88457a9734e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Gentlemanly frog prince.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b826ccdfe0c0fb4e61a5df6a5d4a458371fd16ea88cd793d7ad6a1011b1c3447 +size 346069 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Graceful swan ballerina.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Graceful swan ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..87bc2789fa2636b3017fa50788108b99ba65a5dd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Graceful swan ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5c32a7b35842f3240a8201911e60003cb5f9c583ac03c065068eeac0fa4233 +size 359447 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Grizzled shark sailor.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Grizzled shark sailor.png new file mode 100644 index 0000000000000000000000000000000000000000..3d3d5e2de00aa02206971b9e68dad2fdc1b39139 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Grizzled shark sailor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daa3fa21a9e394f4a3d58b527d766974d1fc86ae80d9451b5e38524203acbc8 +size 386809 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Grumpy bear chef.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Grumpy bear chef.png new file mode 100644 index 0000000000000000000000000000000000000000..78a7f31e8089d1e3c1d4c3226b907cb59a7819e8 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Grumpy bear chef.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24f20933ec30c597f1c87437a353f1e07c3d84b4c0fe50aee8c1f616c05ab74 +size 288475 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Humble donkey farmer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Humble donkey farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..9a8b238be3a5bdf0605d3249d8c3f3637f42a73e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Humble donkey farmer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4014df921502eb81ec4b37a5bf4364b9b04939172a253f4b2d0fa7579be43a36 +size 357607 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Humorous hyena comedian.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Humorous hyena comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..9cea70e401004a7c5e7e275b40bd5054aff716a0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Humorous hyena comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746b4d97a76a249d558aa34b29e943c1886900d596360a81ee44637706660862 +size 360953 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Intrepid eagle pilot.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Intrepid eagle pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..a4ec3cad988bbc8a46fd1443a8e7acd7056d51ef --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Intrepid eagle pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7eab0a4b8dd778b18a35a3bd8fd78216f2d09806186ad17a3987957c606a7f +size 325638 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Jazz singer bird of paradise.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Jazz singer bird of paradise.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ed7f427142b7bc05874f4a63c9df50b9494b1 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Jazz singer bird of paradise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f532f194884b6d7cce9723b9a9e968944bf3cdc3a46ffecd5f61e99a5bb5f0f9 +size 395939 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Joyful seal comedian.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Joyful seal comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..065e4bc4379ea2589f291cf98de95204238f6280 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Joyful seal comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce42b9a0b596658e3ccb7a8d639633938427b8de2c0314cced13fec6729e82e +size 359779 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Kindhearted rabbit doctor.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Kindhearted rabbit doctor.png new file mode 100644 index 0000000000000000000000000000000000000000..91158a7d4b90a3458a7aab08678f43cd05538c9d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Kindhearted rabbit doctor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1cd459a9cbde9742f163cafcab1be37e49773efd10c371d8db0d630205d742 +size 347675 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Loyal dog sheriff.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Loyal dog sheriff.png new file mode 100644 index 0000000000000000000000000000000000000000..4a62d6899b5f7ceacdaf30a506fd7532fed50e5c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Loyal dog sheriff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb42b4f27a6c22e7cb89f69067942687bc15ec810644cbdcb57f2fdb1253726 +size 333263 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Majestic lion king.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Majestic lion king.png new file mode 100644 index 0000000000000000000000000000000000000000..44230f41491a957535625bc0ae8ff18d806ee659 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Majestic lion king.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bc054ba29a8b8add95de0489db27ea320bc3827df8a9ed549ae823b8bf4c97 +size 347467 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious cat sorcerer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious cat sorcerer.png new file mode 100644 index 0000000000000000000000000000000000000000..02248ee776fcf266ab0c5312540abfa055ab38f5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious cat sorcerer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac57efc513afd1baedd709b0062a57009c714a4aa1fc0e9b932cc9c56d05484 +size 331250 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious crow mystic.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious crow mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..dc5fdce77f8909c6533acaaeffe76ff2360a455c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Mysterious crow mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4486611cc6bc9ed8607b5e62b920ec3ce2552f08f4eb3bb1d3a5dad0169cb2e7 +size 338715 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Noble hawk judge.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Noble hawk judge.png new file mode 100644 index 0000000000000000000000000000000000000000..e40dadd992fac34099821ca36b42908abf3f3e62 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Noble hawk judge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c3b0a83457ae73d86daeff8c6edceeb0aef4fd18e215b77a0c0172df0a2f13 +size 355250 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Noble stallion knight.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Noble stallion knight.png new file mode 100644 index 0000000000000000000000000000000000000000..421c27561576a0038bb29f5dcb64fdfed08f020f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Noble stallion knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d492c9dd9ac62bb6edd2757cde64771338c2645cbd3a635bf76c76f6c45f43a1 +size 340483 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Nomadic camel trader.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Nomadic camel trader.png new file mode 100644 index 0000000000000000000000000000000000000000..48efc37e2f1f2af0af39a8b13680b79026ef9b37 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Nomadic camel trader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54071138e7f728e8176ba9b060bc268b3d83559579a80bde34440dbe21be04db +size 334407 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Passionate leopard rocker.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Passionate leopard rocker.png new file mode 100644 index 0000000000000000000000000000000000000000..101363c41965a07803f711d1c164fc72771b8d4d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Passionate leopard rocker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22346137fbeb9662c5fbea7deb21e9d57b2f2a9445f70ecdf3dbd43b1b29c11 +size 378487 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Philosophical panda thinker.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Philosophical panda thinker.png new file mode 100644 index 0000000000000000000000000000000000000000..61dda35530f383ae16d2eff949bc61fae88e2437 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Philosophical panda thinker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cb44587bf8b714172e0848dcf04fd6044310d93596fc573be164aa62857820 +size 345641 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Playful dolphin entertainer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Playful dolphin entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..be0ab29634360903d20b14fb4f0f9f8b95d33222 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Playful dolphin entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6710d5e948ebe2de20555b4fe78e38ade70d968552d370d80444776b4ee6d628 +size 380826 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Regal deer monarch.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Regal deer monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..f082b6237b871efa4c41d0ba2be6d41aa53aae41 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Regal deer monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b511bc595a0c85d3c6a2816488c4cfcab95a9cb5e58a163d3b543abc89b9ca3 +size 336682 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Relaxed sloth yogi.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Relaxed sloth yogi.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f8eba0fe17a7da74c3cf47f241104c20144e53 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Relaxed sloth yogi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808ccb6144ee0bed0c7ff068faec2ae2fda5b8d940a5e20012a026d17b0ffe51 +size 346842 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Resourceful beaver engineer.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Resourceful beaver engineer.png new file mode 100644 index 0000000000000000000000000000000000000000..c8259096075d6eeea1adcfb8058eeaee04b913bd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Resourceful beaver engineer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2c06d5bb40383f22c60bb448665f8fa86e5c104d6e0dce40a97a485b98a4bc +size 321004 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Scholarly tortoise librarian.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Scholarly tortoise librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..37af65155fbee4dceb4ec0ed5b886a8b790bb7d7 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Scholarly tortoise librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036fc590d89df087044d808919695fde4a14190da431e174e66b94d322f8793a +size 321367 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Sleek panther spy.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Sleek panther spy.png new file mode 100644 index 0000000000000000000000000000000000000000..247d59d14eada0fd64854db3d85bd8216b279615 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Sleek panther spy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abbf68029a876afe76be8afd63b422a7d7938661b0811aa7d4524013a79946a +size 357773 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Steampunk otter inventor.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Steampunk otter inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..871fb01dfb1cd44efd398ce8de6bde265039b188 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Steampunk otter inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4fbb61a1557eeefc1ca70d909d84b136e7bd032ecaba54467f2a7486a3a42d +size 392721 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Stoic rhino guard.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Stoic rhino guard.png new file mode 100644 index 0000000000000000000000000000000000000000..14c1e38da0a76d09b9f3a7009561d0153c1dd841 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Stoic rhino guard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bea36f2f5c2d7a1787233f552dc8700ac89d40c22dcf86cd52d863df6dde90d +size 333584 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Traditional elephant elder.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Traditional elephant elder.png new file mode 100644 index 0000000000000000000000000000000000000000..bc67ee694c8013455f3999e551cd2ac5725c3399 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Traditional elephant elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e7d015a4a3d1282c2d5faf5dc73e49effc9c77255559b0768afcf1950d9c99 +size 357111 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Urban fox detective.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Urban fox detective.png new file mode 100644 index 0000000000000000000000000000000000000000..8cfadc6f8ebc15c67257204e28a3cb63825beabe --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Urban fox detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687ff268acafebc1f12f02a40fd57b8f6cfb96bb781a901f355536efaae7c108 +size 313749 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Vibrant toucan broadcaster.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Vibrant toucan broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..18b5a250275a20a9d15f79fbd7f70ec007069c72 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Vibrant toucan broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124a1625431691299c64a5af9dc114b6ffcd0f6f1dd8b8207a9dbd50bfc9d4e5 +size 343976 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Wise buffalo sage.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Wise buffalo sage.png new file mode 100644 index 0000000000000000000000000000000000000000..c22c6e7d602d710c190bd9457f2d49c76a0ad6c2 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Wise buffalo sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ad46df5e8dffef89fe0af5d1231b94da03df52eeb40402bd7bf2db9fc55262 +size 375829 diff --git a/DATA/prompted_controlInversion_betterModel/animal.txt/Wise owl professor.png b/DATA/prompted_controlInversion_betterModel/animal.txt/Wise owl professor.png new file mode 100644 index 0000000000000000000000000000000000000000..69c8764d6930a879a6d5cbbf4c5c8b78aac30be5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/animal.txt/Wise owl professor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8731fa0028a610139f2f685a41fda2d037e90d74e9b283f8e820e9b53b60babc +size 331089 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Adventurous fanny pack tourist.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Adventurous fanny pack tourist.png new file mode 100644 index 0000000000000000000000000000000000000000..1eaf42beb83cba4f45ab7f609bded9a046a44154 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Adventurous fanny pack tourist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a20789a017530285e900705e7e13f30a96661fb53135f8033cbd6682420df9 +size 419960 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Beachy straw tote sunseeker.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Beachy straw tote sunseeker.png new file mode 100644 index 0000000000000000000000000000000000000000..01cfe4eb029593d5f40112d29b1803c2938735cd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Beachy straw tote sunseeker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf2c15d112f75eceb583901129e8175e1033cfa7dd0b5de2fea480e03097558 +size 443241 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Casual cooler bag beachcomber.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Casual cooler bag beachcomber.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8d5c3bb917f9f0866b36268113189c4b9e57ab --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Casual cooler bag beachcomber.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcc84a7fbf808d66208e5f2f7e38866b52d783c5919cba4a31f31b4fc94e100 +size 420064 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Casual sling bag student.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Casual sling bag student.png new file mode 100644 index 0000000000000000000000000000000000000000..7b43eec2f3c71e236274e20567244602e84f3246 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Casual sling bag student.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbf9bf3e161120aaf38f8de14b79e3a9ce738feb8a83de518f3a9d5c6285373 +size 391197 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Classic doctor's bag healer.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Classic doctor's bag healer.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3d12b14954dfb970c50fed6277ea97dbb5b4a4 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Classic doctor's bag healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a830a49250822bb751d91e2a2186307dd32168b60c7474b7c83d76f38b377e +size 314710 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Compact makeup bag beautician.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Compact makeup bag beautician.png new file mode 100644 index 0000000000000000000000000000000000000000..d02607d8f488e6e8f5217eac079b4c329d86f8de --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Compact makeup bag beautician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba11c2cac2d15b3bde15979d81e1515a9535b97c1986ee7a74b6ebe7ddf0e5e5 +size 336803 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Dainty clutch ballerina.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Dainty clutch ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..e77745f88996430590f16275f82adac566b87005 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Dainty clutch ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960e1c56375f50f8ebef238861d286f2d32785ef15dbc9dc0c222c37e058d5ef +size 337555 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Delicate reticule historian.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Delicate reticule historian.png new file mode 100644 index 0000000000000000000000000000000000000000..153a4ab63dbf8e49b509138804f057b90c159e6a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Delicate reticule historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b17f3f0401937cda8bbfbbfcca34a25dcf9737872abbf72a6419566a74a0ea +size 331564 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Durable tool bag mechanic.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Durable tool bag mechanic.png new file mode 100644 index 0000000000000000000000000000000000000000..8d209373ca581d2464f9d9b7df21d2efc5282e9c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Durable tool bag mechanic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5969ddb61f8e80163dd61fbd4a05dfa68b54ea40dad6252fc4a09a7b0fe8fde +size 338131 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Eco-friendly reusable shopper environmentalist.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Eco-friendly reusable shopper environmentalist.png new file mode 100644 index 0000000000000000000000000000000000000000..12b5fe7ca8f64f4b352a465aa1e29340e659ce4f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Eco-friendly reusable shopper environmentalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bfa59294f5ad6df51ea0d043538d83f927d94964297fa6b853b2728c03c448 +size 349039 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Elegant satchel aristocrat.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Elegant satchel aristocrat.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7828e6068a6383b46301f9ca3aa166b673230f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Elegant satchel aristocrat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3402aab1f48c6ad2d856fe750fc28742318832f94311d42734ebdc0c2c54427 +size 320270 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Elegantly embroidered bag artisan.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Elegantly embroidered bag artisan.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbe997731a7da3fe0a04a366884dd4f7e769e63 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Elegantly embroidered bag artisan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b70122aa75fee94f9129b34b5930663c832bd58f0663845b17fb392d49404fd +size 336682 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Energetic gym bag athlete.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Energetic gym bag athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..20aa47dc916da1433bdb96e9d65d5eb8fed78682 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Energetic gym bag athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8db241a7cf76f7b18e10138ec78c155999d82e64aadb839d2a134f86666254 +size 336585 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant fringe bag dancer.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant fringe bag dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..e43efa5f4ef7482a5faf546d86832baa292f2ffd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant fringe bag dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63d219c3b7c7fb1c033f459f7d7eca3e134e34495122ba2a5650de9dcc9424f +size 421386 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant sequined bag performer.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant sequined bag performer.png new file mode 100644 index 0000000000000000000000000000000000000000..b588cfd43fb747d4cf85e6938d35be4454733ab5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Flamboyant sequined bag performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d92158ffab488a1e2d9db696bfcc6140340a7f0f827b6b86b37e32ac300bdfc +size 384212 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Geometric patterned bag mathematician.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Geometric patterned bag mathematician.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfe088d17fd0d3bdae32d78a540d9a0658a8e77 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Geometric patterned bag mathematician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df0c975feb6f4c883ecbe8e33054166b496298b2354ed20c1e8cf426544d596 +size 335238 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Glossy patent leather bag model.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Glossy patent leather bag model.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a2bdd8b3dadd6a7e20fc019be98748f2dc01db --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Glossy patent leather bag model.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962e24277a3886ec54dd08a168291deb69bab8eb6b9acba20056d846fc28c409 +size 321975 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Grandiose leather briefcase executive.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Grandiose leather briefcase executive.png new file mode 100644 index 0000000000000000000000000000000000000000..47c99ffef0d51742cf4aebc301155b7cec696f2b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Grandiose leather briefcase executive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d6edb0ab57f2e0de7352a26c79b089c4c786e11ba8b0aba4d7e205ef7a1094 +size 203711 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Heavy-duty cargo bag shipper.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Heavy-duty cargo bag shipper.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2119268d9632f8ef2d6076204ef1b5b7273810 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Heavy-duty cargo bag shipper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8006f1f00a44ff13342dba7f195f2640fd0b1fd3ca94235162cf6535994dc9e +size 275274 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Intricately woven bag weaver.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Intricately woven bag weaver.png new file mode 100644 index 0000000000000000000000000000000000000000..66e49bed01c8c7201397c01caf3ad19631c3ad5f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Intricately woven bag weaver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38655cf01f5879e40ccd8bd2cb92453f79034e26ff3afca70a8043bd21b5315 +size 371464 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Lightweight parachute bag skydiver.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Lightweight parachute bag skydiver.png new file mode 100644 index 0000000000000000000000000000000000000000..0924aed4435b88ab679fbd2e7ac664d08fb55a32 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Lightweight parachute bag skydiver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29b9201e64a05ce8dfc20bbcec4e04d63e31bb562bc2286c2ed3082a513f0c4 +size 376016 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Loyal tote librarian.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Loyal tote librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..6eda5be4143d8f8bbf4440b2aa0cfd958f54a2d1 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Loyal tote librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ad3bc33ca3b0e52ed819af2ece1c031d45e6dcc1fdc404e04eff73a56da2e6 +size 399420 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Lustrous silk bag diviner.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Lustrous silk bag diviner.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ff0008d869cbec5f472b435b10d342756a8d58 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Lustrous silk bag diviner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6795c8e8a21ccb7d99df8877f34d454b69d9240aecbf1e7d59a1f37a779485 +size 365418 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Luxurious velvet purse diva.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Luxurious velvet purse diva.png new file mode 100644 index 0000000000000000000000000000000000000000..1caf1a2a28457324e6a5bf2be9eb333a48c8882a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Luxurious velvet purse diva.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c848ff2116329ddbdbab8a101b41607de8df8b392b62ab8ed99f3464a6a67e99 +size 365029 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Majestic chest treasure keeper.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Majestic chest treasure keeper.png new file mode 100644 index 0000000000000000000000000000000000000000..e1201d47fd2c83a2bf03fba8c87ba86d59adf58a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Majestic chest treasure keeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b74f365315030785b926fac83bdd825d61a95659135b825ea4732220ac26af +size 338120 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Minimalist laptop bag tech guru.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Minimalist laptop bag tech guru.png new file mode 100644 index 0000000000000000000000000000000000000000..1d05cf395d60925131f5076592034360111550a9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Minimalist laptop bag tech guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2713faa34113db94a82ab7c28ed8772d69c3260f24c3dc4c0270cb48ba8ca0 +size 330774 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Multi-pocketed fishing bag angler.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Multi-pocketed fishing bag angler.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2425355f4de7ce2c561b9c1e0539a1fe347830 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Multi-pocketed fishing bag angler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40329a7e49b746d87e861f79856d0203aaf4e8aeb8a0323580debc089801d953 +size 410605 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Mysterious messenger bag courier.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Mysterious messenger bag courier.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b876643b61343dc8e59ac8ce59a18aab1551c8 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Mysterious messenger bag courier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecce84a4c0f1c0e06e07dc01e06848291a014ff1e4ef44106ef61f52d0a9d28 +size 365151 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Nostalgic school bag scholar.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Nostalgic school bag scholar.png new file mode 100644 index 0000000000000000000000000000000000000000..4dffd10ece8664367c34ddc25b8a356a941823d9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Nostalgic school bag scholar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db78ca6060249f6c3832a7dd7153eee8f8a2c0e289694d599cc7891f5c7fa14f +size 385055 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Playful diaper bag nanny.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Playful diaper bag nanny.png new file mode 100644 index 0000000000000000000000000000000000000000..b415267f4546ae94921543cec7be2d3b06e3ec43 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Playful diaper bag nanny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2b4a491a361665949f12f23f27d8ff1e1957cd5f3a973b6d7d2a7f35fbd711 +size 346643 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Posh evening bag socialite.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Posh evening bag socialite.png new file mode 100644 index 0000000000000000000000000000000000000000..065c4ba5f625792c617888d5e4eb05dea14ca893 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Posh evening bag socialite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769d88b03c2ac998b1870d8283c60f99e2040709041fcf50299875c46e36fa5e +size 341409 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Protective armored backpack knight.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Protective armored backpack knight.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2dc29aa906515378214b390735fb9feeb3ae7f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Protective armored backpack knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef508fca7fd920bd2c4887f64ccc07bc4d921863c9cfe7279cc40261d99372c9 +size 375691 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Quaint knapsack writer.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Quaint knapsack writer.png new file mode 100644 index 0000000000000000000000000000000000000000..de713f06e27741e7226f4be15b00452cfb4a167f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Quaint knapsack writer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a227a20424a4442feee5b1cb3e36a1737769ffc23a67a658855a041570b23f28 +size 355370 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Quirky patchwork bag artist.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Quirky patchwork bag artist.png new file mode 100644 index 0000000000000000000000000000000000000000..93e0e1c10e43af49df684ebcf69d20b745f30bc3 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Quirky patchwork bag artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd4c7003631991e2d7e53624f5529076e7a9da2f549169c17c194693a57a17 +size 349433 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Refined attache case diplomat.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Refined attache case diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7d5ff1b4f5f5aca12cdb40d91a9dfbc30979da --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Refined attache case diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccc85a3f5217a477ee2ef70fccbc7ef4a82e3ffb53c2c7e6875756151d68a59 +size 312005 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Regal beaded clutch empress.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Regal beaded clutch empress.png new file mode 100644 index 0000000000000000000000000000000000000000..dd807eec1a8c161d0dff92f0651db89ed472274f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Regal beaded clutch empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f70fb9b0421274065ebcb410168fc75e04d41024c3322cb97ebd27cc0a60244 +size 348967 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged backpack explorer.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged backpack explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..eec6c3309783273e92ca1be365f005345daf2b6e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged backpack explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eea582088fb9ba60fcd7e38feb8028fabbb967e9cd582efe01ca993eecf85b +size 357892 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged canvas sack miner.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged canvas sack miner.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364edc26ad43868edf5c9458e70ed434dc5e8b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Rugged canvas sack miner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7651a8c1992f38ba9a1af9492038b6812a0b06a73e4d6337ffde5374c0aa26ff +size 358225 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Rustic hobo bag musician.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Rustic hobo bag musician.png new file mode 100644 index 0000000000000000000000000000000000000000..dee7eef0204262437c28873db569d756908b2814 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Rustic hobo bag musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0208069cef31334672d17f9352f8f615e3e9b5f3ae93a0a08f0eaaa54f75a1ad +size 391109 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Sporty hydration pack runner.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Sporty hydration pack runner.png new file mode 100644 index 0000000000000000000000000000000000000000..606cf3beafa2c259b63d11831ba07c5efe5f1eca --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Sporty hydration pack runner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5b9afad9174231f59e9afc27d111e9e4851ff106c7ed86ff7c816329f57da +size 350849 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Stealthy camouflage bag ranger.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Stealthy camouflage bag ranger.png new file mode 100644 index 0000000000000000000000000000000000000000..90addc317b295e0b6ef2e3aeafaec6ed6098bf5d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Stealthy camouflage bag ranger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e419db14267c5290b3be4aced2bb8b1f8360220df6da51158847f58b7b4a638a +size 366727 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Sturdy belt bag warrior.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Sturdy belt bag warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..c34cba74571434e0957cd79b5f113663ecc721cd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Sturdy belt bag warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d4c0af1c33ad0496fd8619846fba9ad4a0a7483dc94ce1d35eb331fb70da49 +size 352679 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Suave duffel jetsetter.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Suave duffel jetsetter.png new file mode 100644 index 0000000000000000000000000000000000000000..b0aca3d61eceff3fe64fb0ca044aea25d0f8b691 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Suave duffel jetsetter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03f82b1e1fdf1081747ee9bcf1c1ba1ee5f905aea9fa1b52f476865d10e14c7 +size 366621 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Timeless brown bag philosopher.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Timeless brown bag philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..9442a7f80c815922ac5b0fd96cd050f93b46d18f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Timeless brown bag philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b7ff38962dc26fc9aabfc2416d70738a689d568459a73f977020e66aa49e88 +size 400216 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Transparent clear bag visionary.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Transparent clear bag visionary.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cd4f6fdd661418244f167b2e516420551a653c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Transparent clear bag visionary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50a6bc130e74de7322867ceee06e6735acc689cba73026423760c24b0b59aa4 +size 243864 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Trendy crossbody bag fashionista.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Trendy crossbody bag fashionista.png new file mode 100644 index 0000000000000000000000000000000000000000..d48dcd0e349236dfde554517c2d742838db9fbcc --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Trendy crossbody bag fashionista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e34d0cbdd2e4354ac77fec46516f140a9562e64eda10649a698ebdef6d6328d +size 243815 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Vibrant printed pouch traveler.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Vibrant printed pouch traveler.png new file mode 100644 index 0000000000000000000000000000000000000000..e131b40134451a03e9dc529c8b448df4f69cefc0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Vibrant printed pouch traveler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9615606b78043b2c4cc945c8079cdb5cab67c090e3164fde57e3a64b9466787 +size 370269 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Vintage suitcase historian.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Vintage suitcase historian.png new file mode 100644 index 0000000000000000000000000000000000000000..971f4ac00986d39e0169541ccb66fda6fda5fc5e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Vintage suitcase historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e0a6dcc8bede10939c4d1a390e9d10eb33f17fe11675cc46025c7980104739 +size 375667 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical coin purse collector.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical coin purse collector.png new file mode 100644 index 0000000000000000000000000000000000000000..22d994da2efb89c24db2cb37924d6986b6548783 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical coin purse collector.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff3f76dd4b26cdd054872b21227a73e611bc84fbace691ca69314c4f8a910cd +size 386209 diff --git a/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical drawstring pouch magician.png b/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical drawstring pouch magician.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ef84ca56332e9bc812b8f1eae8ce4eed35ddce --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/bags.txt/Whimsical drawstring pouch magician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309130b5e67ed69871ea65b06820c1bd7e1cfcb2cbeffcde2beac59ec0372e4c +size 373817 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Athletic soccer-playing kangaroo.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Athletic soccer-playing kangaroo.png new file mode 100644 index 0000000000000000000000000000000000000000..29acd1db53d7bd500be5915e67751c9f1d48bdd3 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Athletic soccer-playing kangaroo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a77fb899061438ef9097ceeaff1de7e22774927b44af241142169f842685277 +size 327002 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Boisterous pirate parrot.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Boisterous pirate parrot.png new file mode 100644 index 0000000000000000000000000000000000000000..b981b183cd3b8fafb217573f64025d60b2b3ace0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Boisterous pirate parrot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f17e9259021d0418aa738aa2a9f27a0401de51a07c9e85fa3c32843205a08d +size 347442 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Booming opera singer walrus.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Booming opera singer walrus.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5cdf2b1be6c20c92ac1810f76c4ed3a4ce1ecb --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Booming opera singer walrus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7311e1a867fe67d3137c34ef5afa0c55d68de630de7bec3df9b9d9ea9a08e16 +size 355625 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Brooding superhero bat.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Brooding superhero bat.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb3fea0d086f40c6268f8d0896bd0a7903e3fc9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Brooding superhero bat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdb29d256719a4d1dbadac606243b101d908363ae13d5324bb5a66cc08615dd +size 368669 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Clumsy robotic dog.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Clumsy robotic dog.png new file mode 100644 index 0000000000000000000000000000000000000000..4d38b0a52c5bc3cf97e3e970e5629ebcadf90e6d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Clumsy robotic dog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbe83cd0cc86ec8c08566c2903fddf74e359b436398346e5862cbd429ff90b6 +size 307961 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Confident leader lion.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Confident leader lion.png new file mode 100644 index 0000000000000000000000000000000000000000..25bc441b78af401e192c3437abb0c502124415cb --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Confident leader lion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc4a508bcf0b3f0c3d59003b69d148a96d545679923a39f81905b7c37001db +size 349103 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Dreamy star-gazing elephant.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Dreamy star-gazing elephant.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcdb13574bd28d6d32ee3b20d1353f33e2816cb --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Dreamy star-gazing elephant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3451f11bb7a9a53bd70233b6af86720ffc8dba46b6dcef3ede2e83f6725d4ea +size 339848 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Eco-warrior recycle frog.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Eco-warrior recycle frog.png new file mode 100644 index 0000000000000000000000000000000000000000..cd881d4ce41391161d9b0e19214e41160eea9001 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Eco-warrior recycle frog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35c11ec5b58fba5f05634fd87001340eaf4023835ecd270f3b04b2ea3c70304 +size 326281 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Enigmatic spy chameleon.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Enigmatic spy chameleon.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8f2e7c7bab864c13a5d6fef5b0e697b10546ff --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Enigmatic spy chameleon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5f66374059e92d72c03e30eea3b4b6055b078766272a4880fb61aed0c879be +size 351975 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Galactic guardian orca.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Galactic guardian orca.png new file mode 100644 index 0000000000000000000000000000000000000000..9123cc2fbcc9d8866e15ab069291cf56c7b5582d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Galactic guardian orca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f6f6ea8390e05495672d235cfb7da6c211350ed3f4338b504e24223dc868ad +size 332678 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Genius scientist monkey.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Genius scientist monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..f3faae90c2c730138b2156b6a69b42008b324860 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Genius scientist monkey.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b03460076fe2a4f84fd2a51abe35173ae6139ddfcbd143268dbcd5c0e7b26c +size 363515 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Impulsive daredevil squirrel.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Impulsive daredevil squirrel.png new file mode 100644 index 0000000000000000000000000000000000000000..d82969f184d04fe3c8e4f9598da3dabf554c99de --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Impulsive daredevil squirrel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5439d894f66fecd70d56c7ede3e7d08e0280e0133253f1d3f22376df5a2d6e88 +size 352597 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Intrepid explorer mouse.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Intrepid explorer mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..f02c6999f620f97f8bae98f936faec2ee20e0658 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Intrepid explorer mouse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f4b799e39f91664c393debd8a50ee24257b5fce005b4c4cef674910b0f28af +size 341782 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Jovial baker bear.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Jovial baker bear.png new file mode 100644 index 0000000000000000000000000000000000000000..2add4dd85ca795e5a90082cd6b104a037602a2e9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Jovial baker bear.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36931b17c74b56a55b86cc175c5c88f91845156df3a988b62ae100f7460b7c0 +size 298243 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mischievous trickster fox.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mischievous trickster fox.png new file mode 100644 index 0000000000000000000000000000000000000000..432759a35ccbf2bb5ed659c548e0dc5961440598 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mischievous trickster fox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b2b24bc21dd36f4f5696c754b8db8aef70e2aaff38e32968070942b628c465 +size 350920 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mythical griffin librarian.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mythical griffin librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..d4bc4d0435bc248bfd96f089c7072e007702d40a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Mythical griffin librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3c78ce03dcdd48727880e2b74bb3f0cf466dc9dc65ca552d3fe2007260363b +size 375138 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Old west sheriff armadillo.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Old west sheriff armadillo.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a9dd4b6c6905362a97c16057b8540ab15e6a58 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Old west sheriff armadillo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5c7bd4a5ca2063d136b05415dea742ce5fefe346d40b057cb047db69516940 +size 372173 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Quirky chef mole.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Quirky chef mole.png new file mode 100644 index 0000000000000000000000000000000000000000..d00f0fbf1b8c4e82e63b4257b72b3450093fdbcf --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Quirky chef mole.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35de6e8bdf98b7dd9ba9ae0c08d3434469b5c8b56bfac79259ce5f26ba4df1c3 +size 316545 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal emperor pufferfish.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal emperor pufferfish.png new file mode 100644 index 0000000000000000000000000000000000000000..25efe49e51e9505b5fb8bb9960944a78336060fc --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal emperor pufferfish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fff30f07e486f1f0d3b1926bc4c6daa66fe248facda98c04a9350d530dd9f7 +size 322346 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal king cobra.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal king cobra.png new file mode 100644 index 0000000000000000000000000000000000000000..3449c44cab3c34e1c0933973a119791ea0c587d4 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Regal king cobra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ab779259f9bb8699bc4144ad031b4307fa27c9255f941261f3f6a9f5ea08ff +size 351021 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sassy jazz singer peacock.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sassy jazz singer peacock.png new file mode 100644 index 0000000000000000000000000000000000000000..c0220231836f37e3772eae5b6a8977ac8dc2f02b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sassy jazz singer peacock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb82df5024ee84e523221cc7d4b2783978a35bf0d2f44fffb6c2ad36323f7177 +size 359233 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sci-fi time traveler otter.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sci-fi time traveler otter.png new file mode 100644 index 0000000000000000000000000000000000000000..8863fabdf1f5003ba7f6b850467a4afeee4d9c70 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Sci-fi time traveler otter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfeaf514192ccd25bef567fd828ada4478ffa02fe55874ce6b831e66f513b76 +size 336035 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Small-town sheriff snail.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Small-town sheriff snail.png new file mode 100644 index 0000000000000000000000000000000000000000..0134cf663f5cab57379e73750f89e9c02aff4920 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Small-town sheriff snail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa217ca145722cbe4d9fca3563211d2f2c48764fa7b4b6c37b540caaeba58061 +size 330719 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Space-traveling astronaut bunny.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Space-traveling astronaut bunny.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcdce2f7cb316168fc68f951eade30a56db98db --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Space-traveling astronaut bunny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191fba2f36d645cf1f6b4834b514d2b30827b3d9e67249e7d250f520e112d01d +size 374794 diff --git a/DATA/prompted_controlInversion_betterModel/cartoon.txt/Urbane city dweller zebra.png b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Urbane city dweller zebra.png new file mode 100644 index 0000000000000000000000000000000000000000..46e4cc91b272764bddbc601b190a6f8b6d8f35ae --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/cartoon.txt/Urbane city dweller zebra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1809c85875ea5437248ade92527c799f4068d61a4276afa76d911fd462930c +size 334036 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Adventurous fanny pack tourist.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Adventurous fanny pack tourist.png new file mode 100644 index 0000000000000000000000000000000000000000..1eaf42beb83cba4f45ab7f609bded9a046a44154 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Adventurous fanny pack tourist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a20789a017530285e900705e7e13f30a96661fb53135f8033cbd6682420df9 +size 419960 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Beachy straw tote sunseeker.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Beachy straw tote sunseeker.png new file mode 100644 index 0000000000000000000000000000000000000000..01cfe4eb029593d5f40112d29b1803c2938735cd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Beachy straw tote sunseeker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf2c15d112f75eceb583901129e8175e1033cfa7dd0b5de2fea480e03097558 +size 443241 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual cooler bag beachcomber.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual cooler bag beachcomber.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8d5c3bb917f9f0866b36268113189c4b9e57ab --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual cooler bag beachcomber.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcc84a7fbf808d66208e5f2f7e38866b52d783c5919cba4a31f31b4fc94e100 +size 420064 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual sling bag student.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual sling bag student.png new file mode 100644 index 0000000000000000000000000000000000000000..7b43eec2f3c71e236274e20567244602e84f3246 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Casual sling bag student.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbf9bf3e161120aaf38f8de14b79e3a9ce738feb8a83de518f3a9d5c6285373 +size 391197 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Classic doctor's bag healer.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Classic doctor's bag healer.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3d12b14954dfb970c50fed6277ea97dbb5b4a4 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Classic doctor's bag healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a830a49250822bb751d91e2a2186307dd32168b60c7474b7c83d76f38b377e +size 314710 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Compact makeup bag beautician.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Compact makeup bag beautician.png new file mode 100644 index 0000000000000000000000000000000000000000..d02607d8f488e6e8f5217eac079b4c329d86f8de --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Compact makeup bag beautician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba11c2cac2d15b3bde15979d81e1515a9535b97c1986ee7a74b6ebe7ddf0e5e5 +size 336803 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Dainty clutch ballerina.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Dainty clutch ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..e77745f88996430590f16275f82adac566b87005 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Dainty clutch ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960e1c56375f50f8ebef238861d286f2d32785ef15dbc9dc0c222c37e058d5ef +size 337555 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Delicate reticule historian.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Delicate reticule historian.png new file mode 100644 index 0000000000000000000000000000000000000000..153a4ab63dbf8e49b509138804f057b90c159e6a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Delicate reticule historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b17f3f0401937cda8bbfbbfcca34a25dcf9737872abbf72a6419566a74a0ea +size 331564 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Durable tool bag mechanic.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Durable tool bag mechanic.png new file mode 100644 index 0000000000000000000000000000000000000000..8d209373ca581d2464f9d9b7df21d2efc5282e9c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Durable tool bag mechanic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5969ddb61f8e80163dd61fbd4a05dfa68b54ea40dad6252fc4a09a7b0fe8fde +size 338131 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Eco-friendly reusable shopper environmentalist.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Eco-friendly reusable shopper environmentalist.png new file mode 100644 index 0000000000000000000000000000000000000000..12b5fe7ca8f64f4b352a465aa1e29340e659ce4f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Eco-friendly reusable shopper environmentalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bfa59294f5ad6df51ea0d043538d83f927d94964297fa6b853b2728c03c448 +size 349039 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegant satchel aristocrat.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegant satchel aristocrat.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7828e6068a6383b46301f9ca3aa166b673230f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegant satchel aristocrat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3402aab1f48c6ad2d856fe750fc28742318832f94311d42734ebdc0c2c54427 +size 320270 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegantly embroidered bag artisan.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegantly embroidered bag artisan.png new file mode 100644 index 0000000000000000000000000000000000000000..7dbe997731a7da3fe0a04a366884dd4f7e769e63 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Elegantly embroidered bag artisan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b70122aa75fee94f9129b34b5930663c832bd58f0663845b17fb392d49404fd +size 336682 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Energetic gym bag athlete.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Energetic gym bag athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..20aa47dc916da1433bdb96e9d65d5eb8fed78682 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Energetic gym bag athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8db241a7cf76f7b18e10138ec78c155999d82e64aadb839d2a134f86666254 +size 336585 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant fringe bag dancer.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant fringe bag dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..e43efa5f4ef7482a5faf546d86832baa292f2ffd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant fringe bag dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63d219c3b7c7fb1c033f459f7d7eca3e134e34495122ba2a5650de9dcc9424f +size 421386 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant sequined bag performer.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant sequined bag performer.png new file mode 100644 index 0000000000000000000000000000000000000000..b588cfd43fb747d4cf85e6938d35be4454733ab5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Flamboyant sequined bag performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d92158ffab488a1e2d9db696bfcc6140340a7f0f827b6b86b37e32ac300bdfc +size 384212 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Geometric patterned bag mathematician.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Geometric patterned bag mathematician.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfe088d17fd0d3bdae32d78a540d9a0658a8e77 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Geometric patterned bag mathematician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df0c975feb6f4c883ecbe8e33054166b496298b2354ed20c1e8cf426544d596 +size 335238 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Glossy patent leather bag model.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Glossy patent leather bag model.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a2bdd8b3dadd6a7e20fc019be98748f2dc01db --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Glossy patent leather bag model.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962e24277a3886ec54dd08a168291deb69bab8eb6b9acba20056d846fc28c409 +size 321975 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Grandiose leather briefcase executive.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Grandiose leather briefcase executive.png new file mode 100644 index 0000000000000000000000000000000000000000..47c99ffef0d51742cf4aebc301155b7cec696f2b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Grandiose leather briefcase executive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d6edb0ab57f2e0de7352a26c79b089c4c786e11ba8b0aba4d7e205ef7a1094 +size 203711 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Heavy-duty cargo bag shipper.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Heavy-duty cargo bag shipper.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2119268d9632f8ef2d6076204ef1b5b7273810 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Heavy-duty cargo bag shipper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8006f1f00a44ff13342dba7f195f2640fd0b1fd3ca94235162cf6535994dc9e +size 275274 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Intricately woven bag weaver.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Intricately woven bag weaver.png new file mode 100644 index 0000000000000000000000000000000000000000..66e49bed01c8c7201397c01caf3ad19631c3ad5f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Intricately woven bag weaver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38655cf01f5879e40ccd8bd2cb92453f79034e26ff3afca70a8043bd21b5315 +size 371464 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Lightweight parachute bag skydiver.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Lightweight parachute bag skydiver.png new file mode 100644 index 0000000000000000000000000000000000000000..0924aed4435b88ab679fbd2e7ac664d08fb55a32 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Lightweight parachute bag skydiver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29b9201e64a05ce8dfc20bbcec4e04d63e31bb562bc2286c2ed3082a513f0c4 +size 376016 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Loyal tote librarian.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Loyal tote librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..6eda5be4143d8f8bbf4440b2aa0cfd958f54a2d1 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Loyal tote librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ad3bc33ca3b0e52ed819af2ece1c031d45e6dcc1fdc404e04eff73a56da2e6 +size 399420 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Lustrous silk bag diviner.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Lustrous silk bag diviner.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ff0008d869cbec5f472b435b10d342756a8d58 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Lustrous silk bag diviner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6795c8e8a21ccb7d99df8877f34d454b69d9240aecbf1e7d59a1f37a779485 +size 365418 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Luxurious velvet purse diva.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Luxurious velvet purse diva.png new file mode 100644 index 0000000000000000000000000000000000000000..1caf1a2a28457324e6a5bf2be9eb333a48c8882a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Luxurious velvet purse diva.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c848ff2116329ddbdbab8a101b41607de8df8b392b62ab8ed99f3464a6a67e99 +size 365029 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Majestic chest treasure keeper.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Majestic chest treasure keeper.png new file mode 100644 index 0000000000000000000000000000000000000000..e1201d47fd2c83a2bf03fba8c87ba86d59adf58a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Majestic chest treasure keeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b74f365315030785b926fac83bdd825d61a95659135b825ea4732220ac26af +size 338120 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Minimalist laptop bag tech guru.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Minimalist laptop bag tech guru.png new file mode 100644 index 0000000000000000000000000000000000000000..1d05cf395d60925131f5076592034360111550a9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Minimalist laptop bag tech guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2713faa34113db94a82ab7c28ed8772d69c3260f24c3dc4c0270cb48ba8ca0 +size 330774 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Multi-pocketed fishing bag angler.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Multi-pocketed fishing bag angler.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2425355f4de7ce2c561b9c1e0539a1fe347830 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Multi-pocketed fishing bag angler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40329a7e49b746d87e861f79856d0203aaf4e8aeb8a0323580debc089801d953 +size 410605 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Mysterious messenger bag courier.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Mysterious messenger bag courier.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b876643b61343dc8e59ac8ce59a18aab1551c8 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Mysterious messenger bag courier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecce84a4c0f1c0e06e07dc01e06848291a014ff1e4ef44106ef61f52d0a9d28 +size 365151 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Nostalgic school bag scholar.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Nostalgic school bag scholar.png new file mode 100644 index 0000000000000000000000000000000000000000..4dffd10ece8664367c34ddc25b8a356a941823d9 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Nostalgic school bag scholar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db78ca6060249f6c3832a7dd7153eee8f8a2c0e289694d599cc7891f5c7fa14f +size 385055 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Playful diaper bag nanny.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Playful diaper bag nanny.png new file mode 100644 index 0000000000000000000000000000000000000000..b415267f4546ae94921543cec7be2d3b06e3ec43 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Playful diaper bag nanny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2b4a491a361665949f12f23f27d8ff1e1957cd5f3a973b6d7d2a7f35fbd711 +size 346643 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Posh evening bag socialite.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Posh evening bag socialite.png new file mode 100644 index 0000000000000000000000000000000000000000..065c4ba5f625792c617888d5e4eb05dea14ca893 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Posh evening bag socialite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769d88b03c2ac998b1870d8283c60f99e2040709041fcf50299875c46e36fa5e +size 341409 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Protective armored backpack knight.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Protective armored backpack knight.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2dc29aa906515378214b390735fb9feeb3ae7f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Protective armored backpack knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef508fca7fd920bd2c4887f64ccc07bc4d921863c9cfe7279cc40261d99372c9 +size 375691 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Quaint knapsack writer.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Quaint knapsack writer.png new file mode 100644 index 0000000000000000000000000000000000000000..de713f06e27741e7226f4be15b00452cfb4a167f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Quaint knapsack writer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a227a20424a4442feee5b1cb3e36a1737769ffc23a67a658855a041570b23f28 +size 355370 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Quirky patchwork bag artist.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Quirky patchwork bag artist.png new file mode 100644 index 0000000000000000000000000000000000000000..93e0e1c10e43af49df684ebcf69d20b745f30bc3 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Quirky patchwork bag artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bd4c7003631991e2d7e53624f5529076e7a9da2f549169c17c194693a57a17 +size 349433 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Refined attache case diplomat.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Refined attache case diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7d5ff1b4f5f5aca12cdb40d91a9dfbc30979da --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Refined attache case diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccc85a3f5217a477ee2ef70fccbc7ef4a82e3ffb53c2c7e6875756151d68a59 +size 312005 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Regal beaded clutch empress.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Regal beaded clutch empress.png new file mode 100644 index 0000000000000000000000000000000000000000..dd807eec1a8c161d0dff92f0651db89ed472274f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Regal beaded clutch empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f70fb9b0421274065ebcb410168fc75e04d41024c3322cb97ebd27cc0a60244 +size 348967 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged backpack explorer.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged backpack explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..eec6c3309783273e92ca1be365f005345daf2b6e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged backpack explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eea582088fb9ba60fcd7e38feb8028fabbb967e9cd582efe01ca993eecf85b +size 357892 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged canvas sack miner.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged canvas sack miner.png new file mode 100644 index 0000000000000000000000000000000000000000..0e364edc26ad43868edf5c9458e70ed434dc5e8b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rugged canvas sack miner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7651a8c1992f38ba9a1af9492038b6812a0b06a73e4d6337ffde5374c0aa26ff +size 358225 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Rustic hobo bag musician.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rustic hobo bag musician.png new file mode 100644 index 0000000000000000000000000000000000000000..dee7eef0204262437c28873db569d756908b2814 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Rustic hobo bag musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0208069cef31334672d17f9352f8f615e3e9b5f3ae93a0a08f0eaaa54f75a1ad +size 391109 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Sporty hydration pack runner.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Sporty hydration pack runner.png new file mode 100644 index 0000000000000000000000000000000000000000..606cf3beafa2c259b63d11831ba07c5efe5f1eca --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Sporty hydration pack runner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5b9afad9174231f59e9afc27d111e9e4851ff106c7ed86ff7c816329f57da +size 350849 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Stealthy camouflage bag ranger.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Stealthy camouflage bag ranger.png new file mode 100644 index 0000000000000000000000000000000000000000..90addc317b295e0b6ef2e3aeafaec6ed6098bf5d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Stealthy camouflage bag ranger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e419db14267c5290b3be4aced2bb8b1f8360220df6da51158847f58b7b4a638a +size 366727 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Sturdy belt bag warrior.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Sturdy belt bag warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..c34cba74571434e0957cd79b5f113663ecc721cd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Sturdy belt bag warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d4c0af1c33ad0496fd8619846fba9ad4a0a7483dc94ce1d35eb331fb70da49 +size 352679 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Suave duffel jetsetter.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Suave duffel jetsetter.png new file mode 100644 index 0000000000000000000000000000000000000000..b0aca3d61eceff3fe64fb0ca044aea25d0f8b691 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Suave duffel jetsetter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03f82b1e1fdf1081747ee9bcf1c1ba1ee5f905aea9fa1b52f476865d10e14c7 +size 366621 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Timeless brown bag philosopher.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Timeless brown bag philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..9442a7f80c815922ac5b0fd96cd050f93b46d18f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Timeless brown bag philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b7ff38962dc26fc9aabfc2416d70738a689d568459a73f977020e66aa49e88 +size 400216 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Transparent clear bag visionary.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Transparent clear bag visionary.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cd4f6fdd661418244f167b2e516420551a653c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Transparent clear bag visionary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50a6bc130e74de7322867ceee06e6735acc689cba73026423760c24b0b59aa4 +size 243864 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Trendy crossbody bag fashionista.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Trendy crossbody bag fashionista.png new file mode 100644 index 0000000000000000000000000000000000000000..d48dcd0e349236dfde554517c2d742838db9fbcc --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Trendy crossbody bag fashionista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e34d0cbdd2e4354ac77fec46516f140a9562e64eda10649a698ebdef6d6328d +size 243815 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Vibrant printed pouch traveler.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Vibrant printed pouch traveler.png new file mode 100644 index 0000000000000000000000000000000000000000..e131b40134451a03e9dc529c8b448df4f69cefc0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Vibrant printed pouch traveler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9615606b78043b2c4cc945c8079cdb5cab67c090e3164fde57e3a64b9466787 +size 370269 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Vintage suitcase historian.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Vintage suitcase historian.png new file mode 100644 index 0000000000000000000000000000000000000000..971f4ac00986d39e0169541ccb66fda6fda5fc5e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Vintage suitcase historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e0a6dcc8bede10939c4d1a390e9d10eb33f17fe11675cc46025c7980104739 +size 375667 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical coin purse collector.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical coin purse collector.png new file mode 100644 index 0000000000000000000000000000000000000000..22d994da2efb89c24db2cb37924d6986b6548783 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical coin purse collector.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff3f76dd4b26cdd054872b21227a73e611bc84fbace691ca69314c4f8a910cd +size 386209 diff --git a/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical drawstring pouch magician.png b/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical drawstring pouch magician.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ef84ca56332e9bc812b8f1eae8ce4eed35ddce --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/clothes.txt/Whimsical drawstring pouch magician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309130b5e67ed69871ea65b06820c1bd7e1cfcb2cbeffcde2beac59ec0372e4c +size 373817 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Ambitious passionfruit entrepreneur.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Ambitious passionfruit entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f1dd33aeb70d1b50ec90a65971e5bac0297f41 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Ambitious passionfruit entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af25ef4e07d1494f7dc5f883f55cfdce3dada8ae2f90c453d3ea56f471bdbd11 +size 344853 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Artistic dragon fruit painter.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Artistic dragon fruit painter.png new file mode 100644 index 0000000000000000000000000000000000000000..785455744cba31066de73e3908758e22a5570805 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Artistic dragon fruit painter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874ec69b3e9b883e81f41633b97f5dd56545500498547484d333f43252568a11 +size 331413 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Bold grapefruit pilot.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Bold grapefruit pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..5c36fa04444dac50b3a97117767c59f73c31a273 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Bold grapefruit pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974908eded478d9dc47beefa87cc3d072757cd43536dc31e5a5fa3155b3025e4 +size 324118 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Brave watermelon warrior.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Brave watermelon warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..dd31ea4ef8d20efb6121523926874fa714b75910 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Brave watermelon warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d0685539eb8ad2f94ddf67f1ec9462ca910e1766562ecd472004f9bdca30e3 +size 359411 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Charismatic grape entertainer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Charismatic grape entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..a4407b56685ac0fd4708b4c25d2956b59adb11ea --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Charismatic grape entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be58e6c89d3c776d15c9104454f82cd4f20b90c2d4af0da6e2fc531ac48ca32d +size 332032 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Charming cherry diplomat.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Charming cherry diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..b69a1af428c26c15f47372501abc6e36fb985e80 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Charming cherry diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3f2aa0bd2f53d970c629790d800f23bc56b30e8d58fcff7667d6249f56f771 +size 330255 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Cheerful melon comedian.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Cheerful melon comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..d5508a89c9f7650cc6e523cd4132f76c8a12375e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Cheerful melon comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e99bcfa2951826faa522c76bcc228cf69b35b23b524259b79016b35dd4af9e5 +size 366982 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident banana leader.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident banana leader.png new file mode 100644 index 0000000000000000000000000000000000000000..a83ac37a3be36394391ae916c33220ee97d1efa5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident banana leader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7888f09b60845962d0bd24071fe85e99febe4febcaa0ca2a25b073c8aed25aaa +size 361614 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident kiwi coach.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident kiwi coach.png new file mode 100644 index 0000000000000000000000000000000000000000..ab613a7a237a06c43382e98725907acb937e0263 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Confident kiwi coach.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897e8a7bb28ce4239a916e025f8739aeb9ff732c51faa1e402daa80999e7108a +size 401325 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Curious gooseberry scientist.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Curious gooseberry scientist.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b543a71441559864d273e9f403eedcf2a007c7 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Curious gooseberry scientist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13d78c76c7e5bbb0448f9ac36b04d696db8605fff53528b4477fad91e84f75a +size 310258 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Dapper cranberry gentleman.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dapper cranberry gentleman.png new file mode 100644 index 0000000000000000000000000000000000000000..d0df479baa33104996d4ffb3e328631563af3a77 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dapper cranberry gentleman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4481cb035db64502a5a37018a642086e220cb3840e95db2112bc3994157d7c17 +size 338065 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Dignified olive statesman.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dignified olive statesman.png new file mode 100644 index 0000000000000000000000000000000000000000..4dffce497a9bcaf9cd9515b59d011642fcb7c252 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dignified olive statesman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ef78e4a4cc7ad0395d421dd813eba7da7d303438680ee634bba344fec8ce71 +size 358152 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Dreamy lychee artist.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dreamy lychee artist.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e628ca76b28cdb576449a3646f31c5ba3db3af --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Dreamy lychee artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5376a1bb3183536cdd4a98a59f4c95c75fe8fab3061c0f4f70b3c07b74d102fb +size 338128 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Elegant pear dancer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Elegant pear dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..cf51b6cd84b4995f681d6fd39107d1dafb6a0e16 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Elegant pear dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7b41e4c06d7ef1534d76c7deccf9564965772459e7db757ae8b7f54d9d4aca +size 341610 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Energetic strawberry athlete.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Energetic strawberry athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9965d6533ed9876382f8822bd293ca98347c69 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Energetic strawberry athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0d591019e68a60903f593b87ff1c19d404bf1908ac74245a1e17b976681a18 +size 336984 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Exuberant plum performer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Exuberant plum performer.png new file mode 100644 index 0000000000000000000000000000000000000000..d40733438dae5c36800af42ec0dafc7738a8fc68 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Exuberant plum performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db57895565c13ff454817ae6da72e6c3d8c0c68f623e81d9cd98f3e98e1b0c4b +size 363156 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Fiery chili pepper activist.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Fiery chili pepper activist.png new file mode 100644 index 0000000000000000000000000000000000000000..692f4ad3d6c1c75ce89a530a828f7a796b94e007 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Fiery chili pepper activist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfd1d5d93944c2e32ae1092dd9f600fc859ce6b81185decc8aa55143355dead +size 372886 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle fig monk.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle fig monk.png new file mode 100644 index 0000000000000000000000000000000000000000..18d08f4576feebabd2189e8102c3292cfea3fc3c --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle fig monk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d634aa63d995057a5df6f2978604b4bff8690b7cec6edca2cf7509d859b290f +size 339802 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle guava healer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle guava healer.png new file mode 100644 index 0000000000000000000000000000000000000000..e4223460c37b80b236fc1ac9226d0bfedfa93d77 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle guava healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710f727957d91ff66558517b9c71cf45d871069391293e1ef7b0b06921608fa8 +size 339465 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle peach poet.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle peach poet.png new file mode 100644 index 0000000000000000000000000000000000000000..8d0280e361e7e4439e2d685ce02b2638dc237ea4 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Gentle peach poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd3a528ab4f78c3a57d558d0deb2c7d943ac40c245f7e8087adfecbf338d021 +size 306987 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful apricot ballerina.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful apricot ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..04672b54627496d66f181fba51e78c7e467972a6 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful apricot ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccfa4fbad377cef27450c24633eab8e888b17ac40599e43bce5a31732fb4b2e +size 305113 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful persimmon figure skater.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful persimmon figure skater.png new file mode 100644 index 0000000000000000000000000000000000000000..233c9b3b78e2037c3be25b1b6faec97c9017401d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Graceful persimmon figure skater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ee39faae522169d06105ffc590071a65cdcef5d0e8ed2b65f248e1a0fc32dc +size 303271 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Humble cherry tomato gardener.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Humble cherry tomato gardener.png new file mode 100644 index 0000000000000000000000000000000000000000..eabc69db3f0226958c5da70e367519fc99e8af92 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Humble cherry tomato gardener.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e156bdbe69cf04cf5896dc375aa33ae83e7a545288fcbded1b31b8659ed0194 +size 408633 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Humorous papaya clown.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Humorous papaya clown.png new file mode 100644 index 0000000000000000000000000000000000000000..1fb5aa3e474b227260dfc8eaf9018e4ed0f2118f --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Humorous papaya clown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a280ad60029e4c081e7339c3f39f6d50cba5e03debfe4e00071bca0e614904 +size 348437 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Joyful tangerine singer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Joyful tangerine singer.png new file mode 100644 index 0000000000000000000000000000000000000000..40e9a5c23642d66400c9368041db1d0673264926 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Joyful tangerine singer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2385c87eccd8f3c352496b12693c182bc1fca2f4850b6d594a89ee149772d3af +size 344095 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant clementine ringmaster.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant clementine ringmaster.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9485464ea34f57ebd1bf262d2f7280dbf9d1e0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant clementine ringmaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236884551e1b9718e09732b266291924b50c7a5542e4fe8126ccf52a38138751 +size 345294 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant raspberry musician.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant raspberry musician.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0f6d84f4166fcd9a4a7d066f056537d5e1fb4 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Jubilant raspberry musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9e8b4e6ab1ce00573366f26ac1cae5176423578a0afa6c9d29eb8b434573cb +size 335774 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Loyal blueberry counselor.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Loyal blueberry counselor.png new file mode 100644 index 0000000000000000000000000000000000000000..f2fa637f1dabaa6c01e3972e0bc4354386470040 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Loyal blueberry counselor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71393d8a2fc4de289f7d05f2545b79c6a6a5fe5abf5219700f14cb0757923447 +size 347069 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious blueberry mystic.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious blueberry mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..727cf41478cfb1070a272b4f4f97d259945628af --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious blueberry mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63233e26990772dda27912bff5b603767cce2ee88a8088a74f9231184112e57 +size 334842 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious currant sorcerer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious currant sorcerer.png new file mode 100644 index 0000000000000000000000000000000000000000..ddad8daac4e471673c967945d6236921b4d19688 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mysterious currant sorcerer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43248ddc10307f6d921951df9f8b3e919f99a21db277a93d1e354f6a504f297e +size 324108 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Mystical starfruit astronomer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mystical starfruit astronomer.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c766e31a3eb4078caf9b88d467f490c5a64400 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Mystical starfruit astronomer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0602eacb13505c983a9f9a131568f8c7efb8e12ca36aec4a67cc3c5f57a36003 +size 355085 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Noble pomegranate knight.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Noble pomegranate knight.png new file mode 100644 index 0000000000000000000000000000000000000000..2e13714d97546b95302f8eb5848eba0c3b71c47e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Noble pomegranate knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618938ceb3916db7a2d4ada40297420b92a3f3e71311e4439c77b89cc9acb5ce +size 348640 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Passionate blackcurrant rockstar.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Passionate blackcurrant rockstar.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d4e33367e520325fa20475aa329a1b751fa289 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Passionate blackcurrant rockstar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242ced79d9360e2b9a5b71f3a90429757b4779fcde7daeed65903e4e5f42919b +size 355926 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Philosopher kiwi thinker.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Philosopher kiwi thinker.png new file mode 100644 index 0000000000000000000000000000000000000000..f71a906d8eee1c13ea29c464b2dfb4e994dd43e8 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Philosopher kiwi thinker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7052771688f0bbe1856ab929e28201281a78e38ff4364ab0223e207c8f1aae11 +size 353175 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal durian empress.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal durian empress.png new file mode 100644 index 0000000000000000000000000000000000000000..766b76147111d6621b65deec84cab0a2d472e4d0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal durian empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9694037043039484d68f9b85a79e33ae509d85bd1222218f6fa9fefc4733a61c +size 363871 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal pineapple monarch.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal pineapple monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..897b298f3159a4e5516193acdaa9e9e127183b19 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Regal pineapple monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3d61bc4349a45fee5d02df0265a51baebaa8c2b3b995ac5d0cbcd18f41a8b2 +size 366894 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Resourceful lime engineer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Resourceful lime engineer.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9c9d4f8223c2a4d49c490b4ee474dd97bcb63e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Resourceful lime engineer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5355b58ed6aff510649e48b4602b52815a8acac2bddb13df708241d49a4e1b +size 306590 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly lemon professor.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly lemon professor.png new file mode 100644 index 0000000000000000000000000000000000000000..f368c1544ff9269537d2bd4599c5be610d0ae2b5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly lemon professor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78671b9a6b90de3d6c0c89b21a4ac28aeb0cc426369eae2110b6498319a7926e +size 319341 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly pomegranate librarian.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly pomegranate librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..7f457d8d79eca293b3d91f4638a978ff86fcd065 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Scholarly pomegranate librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8038a62d8c83872198081c4507d88be29c6e7f574a3c717377fea85faed15ec5 +size 325227 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Serendipitous passionfruit dreamer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Serendipitous passionfruit dreamer.png new file mode 100644 index 0000000000000000000000000000000000000000..52fc56f532eb03f043be120cb9488ba91aacfca5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Serendipitous passionfruit dreamer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97497ceddbe78a05e64b183ea18e33ad426246cb14dc4674701578ad2162158 +size 393417 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Serene coconut guru.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Serene coconut guru.png new file mode 100644 index 0000000000000000000000000000000000000000..458db07a4e56240f05563ec40165100294267318 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Serene coconut guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ea6eab5c2af9295bb259a7f01fd58c10bb5cec8d9c4babfec6dbe595060dc1 +size 329170 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Sleek avocado explorer.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Sleek avocado explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba14a684c126e9b24c6dcfc1c7726da0c2cdd80 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Sleek avocado explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dc210924f602b0bf6dd637425d34014b298d4eca7d241eff52c07cca6b6d60 +size 333202 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Steampunk blackberry inventor.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Steampunk blackberry inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..20009907cae40b4f9b0362d13ed67faa555d5c78 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Steampunk blackberry inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c750797c39c3abd16f462e59eee91ae223b6d41e97fff0b5fac55c3bc1e8330e +size 360131 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Stoic fig guard.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Stoic fig guard.png new file mode 100644 index 0000000000000000000000000000000000000000..e2194564dd032d8e373364aac6c40648e1c278cb --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Stoic fig guard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491a35133642c33776e2a06b84211a1cb6eaca264f63a553f0af4c2f504d9f9c +size 336962 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Traditional elderberry historian.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Traditional elderberry historian.png new file mode 100644 index 0000000000000000000000000000000000000000..f38e3932e6ee2f8bdec1467343236f31d0c8b604 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Traditional elderberry historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f951939ed0a8e9e00e2de9822e4ecac1c67396ea415197a5fe33d7ad2bbb7285 +size 357254 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Urban orange detective.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Urban orange detective.png new file mode 100644 index 0000000000000000000000000000000000000000..bb5ff609b7008f83b9573b2ff52fef1d9584ec14 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Urban orange detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f0d7818b4eba273a210414885dc95546c9166d7bf49b8ac7f33eb446761fdf +size 326823 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant boysenberry radio host.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant boysenberry radio host.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a90fca570619614d5994fffeb8db7bf3e46339 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant boysenberry radio host.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87569b6994cc495f631e434f245ca1bb1ac04d254be0bca3f0001b88c300b5a +size 341631 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant mango broadcaster.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant mango broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..e47cae9453cf0a8263f8377d87b5cdf1a50e2014 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Vibrant mango broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a28b38f4d52a13085569ff4bc0a0ff76019f9fa2652a7df2766a3dae29fcb04 +size 358440 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise apple elder.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise apple elder.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9625e5e3fb06482b7f4fe1f11d9dbfe9ff82ae --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise apple elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e9d8d65b86756683d419d765940e8234fa558722f9e916b6298ccbc8adce2d +size 347241 diff --git a/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise date sage.png b/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise date sage.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b358c6c5f54d8aeacc955d7c98c6159b99f2d0 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/fruits.txt/Wise date sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0d903d7d7ddb4b80c22e6bf11689dc6c4669a9ca8f3df1a49568233ada6df8 +size 356756 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Adventurous ivy explorer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Adventurous ivy explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..d3272509b00b182887c6c71c62b9307d159352ad --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Adventurous ivy explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffde6d5b7728534190fea00471696211e506b68a8ed00395d281befaf373946 +size 372330 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Ambitious redwood strategist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Ambitious redwood strategist.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b63a9b6492469addf059066e984193b3ac90df --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Ambitious redwood strategist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e90356cc8993bbafe105b5f1ed63e50a6f0a0585f7371c0df3fe709415d4d4 +size 305805 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Artistic rose poet.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Artistic rose poet.png new file mode 100644 index 0000000000000000000000000000000000000000..27e6802ef70a545309393ba449fe5d3304782640 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Artistic rose poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6a88e1ce9575aca1dadd6da74bc1137fe1fc962b37a4f91c03f1bb29016078 +size 329457 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Brave thistle warrior.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Brave thistle warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..15c025c2ebf0e5c4442021ac4761a6c3263e5425 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Brave thistle warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39528c953e30e97e7a24b9368b0caf660f2f3e59c2881d3831f92e9d41e5caaa +size 371792 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic coffee plant barista.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic coffee plant barista.png new file mode 100644 index 0000000000000000000000000000000000000000..2815f513f6bbbc4076c77ecef8d66ba87b701479 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic coffee plant barista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f65c71b10d772e0ad207df205af9b041be7363a2d47ad6a69bf23579afa039 +size 339840 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic sunflower broadcaster.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic sunflower broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..c9eb5b8bb535a0461168ac133be70271e9e923ca --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Charismatic sunflower broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958363f8a1b4e5db99f6cd34ba0c86439c5dc8e931c16a3fd4a2444b399a0f3d +size 390299 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Cheerful dandelion comedian.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Cheerful dandelion comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..638ce8310a6c4c2341eddd016b9ea669593c12a2 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Cheerful dandelion comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a9821d22804d8bc24015638ee8ca16ba395fd0cfebf82a71d2b100fb6cfffa +size 421392 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Curious fern botanist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Curious fern botanist.png new file mode 100644 index 0000000000000000000000000000000000000000..297e0bf486d4d1b1a4507f58916fd2fdbf88efde --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Curious fern botanist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899d2b69e581898b37c799acf802bb178f8b77c4715d056e1ea1c4557ba769bf +size 339800 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Dapper cattail gentleman.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Dapper cattail gentleman.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f24e44c98acc4d301b9de1661b7d6a033a44cd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Dapper cattail gentleman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171ad3dcf1252bd1378d301c9c206ade4d6494d0b311e4c74601590f190fa5ec +size 345055 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Dreamy wisteria novelist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Dreamy wisteria novelist.png new file mode 100644 index 0000000000000000000000000000000000000000..48b33114210d76a312984167fb52365296bb124e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Dreamy wisteria novelist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a5d0cc8c29556cdc2575894948b6ffef1598771cf24088725d266045ac9ab9 +size 343561 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Eloquent orchid diplomat.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Eloquent orchid diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..83d304fc1c7a660a54775003ccbe822cd4c42ffb --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Eloquent orchid diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd71e4cf0dbe403afd8df148bbd724ca9e2a8e666dd262aad86f8624305acccd +size 357815 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Enchanting peony enchantress.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Enchanting peony enchantress.png new file mode 100644 index 0000000000000000000000000000000000000000..6534c2a2377e747e288e961cc54817938e55df93 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Enchanting peony enchantress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3b0d9c3316d3df3327dd511f669cd9888b7293902523ce4169c16f5fc1ba65 +size 360982 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Enigmatic fern oracle.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Enigmatic fern oracle.png new file mode 100644 index 0000000000000000000000000000000000000000..a21b00de6e68865a4d2039ba610e13df992c2ace --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Enigmatic fern oracle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df8874e68dc90ab0fb625a31c95cb99fdbe3fb935ec19d8d0f1bfb0a7ad1b0c +size 354254 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Ethereal ghost plant mystic.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Ethereal ghost plant mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9377d5a8aa8bda8fed428600810775d2ca89a5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Ethereal ghost plant mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf0ce9f322afd9e2d97f7c1d311e962636861ff6682c491dc2b16b7d7ea8633 +size 304475 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Fiery chili plant activist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Fiery chili plant activist.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa8dfacd70262674a888ba6f847d1d62a68616e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Fiery chili plant activist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a96b3e9b4f9fd5987ceaa6ded8e1dfc72a6b58271237da9588290e1974d193c +size 370615 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle cornflower therapist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle cornflower therapist.png new file mode 100644 index 0000000000000000000000000000000000000000..73091feacab33a0bc5aa6f6b0c5f4fa99adaebfd --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle cornflower therapist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302c415127456f2537e5b5399443e5911557a6e99a871c64a5feab46c54d0bb7 +size 376181 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle lavender healer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle lavender healer.png new file mode 100644 index 0000000000000000000000000000000000000000..025461eec8d25d7ed271e4f440e27c65a00ac079 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Gentle lavender healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4042cf8b07fbc98285bbee1a813a0315dfa72e536d38420d446e15e95b4e4c6 +size 362415 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Graceful chrysanthemum ballerina.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Graceful chrysanthemum ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..10401a85a5e7eb99ea9d74c9dfb31ffb72b8bd51 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Graceful chrysanthemum ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf21731c3506bb77eac515b1437dc5fb905082896db0cc5f68e077353600c0d +size 309332 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Gracious lily dancer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Gracious lily dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..044fa8ee53aa560270e239196eb089031d5da290 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Gracious lily dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b53bdaa63fea391665d89139be41dedc37deb720b4a1605ed4d0bb46b7bd6d +size 363085 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Grizzled bristlecone elder.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Grizzled bristlecone elder.png new file mode 100644 index 0000000000000000000000000000000000000000..2929fc7b6206b9325bfa034482215b29241ea3c8 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Grizzled bristlecone elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b654e6c492a6b7f02d61df244a9e8194e7998c6699da5d0848f04f7afa2caf4b +size 377998 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious bonsai conductor.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious bonsai conductor.png new file mode 100644 index 0000000000000000000000000000000000000000..48b0629cf318c3bb249dd016590ef4c7ab74f351 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious bonsai conductor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a9f16a52141346fbf4c87e4cba16e272a640b7c1a5ba5167d982b5f2351574 +size 354884 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious grasshopper grass musician.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious grasshopper grass musician.png new file mode 100644 index 0000000000000000000000000000000000000000..3aba37b07a372008eee68c8411b9312523c9b06d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Harmonious grasshopper grass musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5e3a7e40d80bd22ac0721316ae1d99ed44cbef80682e94e7cc85e6a41e0ce4 +size 414838 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Insightful birch counselor.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Insightful birch counselor.png new file mode 100644 index 0000000000000000000000000000000000000000..e220070344e299d0a980b8d5870dc69fdb6afe99 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Insightful birch counselor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887f5e180352209429b9d23ee229bab454cf275ceacab156560937723c182046 +size 387864 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Intrepid daisy pilot.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Intrepid daisy pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ff8659b5ad2fd33c06f1a506a71d88a1793705 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Intrepid daisy pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439eb7d3e35e36af2f75773da7f54be2e0af937e1c1ce0c3a4e6d49cec2fcf4a +size 324264 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Joyful hydrangea artist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Joyful hydrangea artist.png new file mode 100644 index 0000000000000000000000000000000000000000..6992c17268a292ecd84448755fdd10458da276aa --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Joyful hydrangea artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1865cd0b779b4118439e0f8b26226e98d214211323d820de6049b0c7ebebb981 +size 392518 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Loyal willow guardian.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Loyal willow guardian.png new file mode 100644 index 0000000000000000000000000000000000000000..2dba7f1374b686f04177999fb60ddb0cdc76f057 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Loyal willow guardian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30baf041a7ccc2af158c0e58c7611beffcd04562bd7ab27a19a11974903f6594 +size 340854 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Majestic oak tree elder.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Majestic oak tree elder.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6ef5e52d99cda5a853280192350db38adee119 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Majestic oak tree elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e293ff33aeda1a200e30e35f8edf984702a9dca39912afff5d7b66f697186ccc +size 366855 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Mellow chamomile yogi.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Mellow chamomile yogi.png new file mode 100644 index 0000000000000000000000000000000000000000..a489a7ed749d7cbcd8ca76762553aa273de7dd43 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Mellow chamomile yogi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a57475c2b3f237cefa5019fe56802a8618412973b13dd64d761878a5d14c398 +size 327446 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Mysterious moss shaman.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Mysterious moss shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..3d06925931bfd1b43276cbc74fdb39a95eef2335 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Mysterious moss shaman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20f73aa2a468df295d57df7987e63e078e92a25d4b82a9a51bbbb2dfbb75d5f +size 364025 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Mystical lotus meditator.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Mystical lotus meditator.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6ab52b835e28edbcd936b39adc9806caf21e9d --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Mystical lotus meditator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc463b86ec777b3357400ee376f43617b7502580ee705c00108f8c71c55672d +size 350883 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Noble cedar monarch.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Noble cedar monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..8a09244532f10fefcf99b362b30302e315d3a52e --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Noble cedar monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308608594a3f02d855a1bab212bfbd04414ec6a9fb270d3b55c7bdf9e8295b6c +size 340824 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Passionate poppy singer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Passionate poppy singer.png new file mode 100644 index 0000000000000000000000000000000000000000..64d61b0d9bd92d1fefa4501828c8d958a172ca73 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Passionate poppy singer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88c4b419034bd1b033f53440f1dfbcf7330795e1d7b424536e7169a152b86e3 +size 410632 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Playful clover jester.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Playful clover jester.png new file mode 100644 index 0000000000000000000000000000000000000000..f69d54efe175df95167fc411155fb66cf273060a --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Playful clover jester.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef7a76bf4b54ff069d53e7ebfa0b464a001ad801a25930d746baab4d6f7bc0b +size 358898 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Radiant marigold performer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Radiant marigold performer.png new file mode 100644 index 0000000000000000000000000000000000000000..d556e8722931cdd8b36bd77d4b2f5de1375c9dba --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Radiant marigold performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf04371314a0a58dcfd1becb248858712f41fc1995b718cd1200e66232c5738 +size 344194 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Refined tea plant connoisseur.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Refined tea plant connoisseur.png new file mode 100644 index 0000000000000000000000000000000000000000..97d2cf57c4964d77a6f8aefdb4eb45633a6a0204 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Refined tea plant connoisseur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d346e9201babfefd79ff6660be5fb70c16c8ca927fa079a4a802caa025dd8a16 +size 325660 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Regal magnolia duchess.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Regal magnolia duchess.png new file mode 100644 index 0000000000000000000000000000000000000000..9310461836fc0c652c3ae7f572f5a06f9e9f4d08 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Regal magnolia duchess.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05b24dd60299adfd775f7b408e0d1e3af27b04dc9f91f82d2788842d2556848 +size 303311 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Regenerative aloe doctor.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Regenerative aloe doctor.png new file mode 100644 index 0000000000000000000000000000000000000000..1eaa55e5ef91c77d3bff33d29ab5f9b2c31be792 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Regenerative aloe doctor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37c353171eb75305561b8fe82f1ba369c1cb5c2d277bbb794a4343bf76fff46 +size 345522 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Resilient cactus cowboy.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Resilient cactus cowboy.png new file mode 100644 index 0000000000000000000000000000000000000000..f9479688c022bd6d8d742266b79893d3a2010090 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Resilient cactus cowboy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc70a9cde44a4452462c626558e784af17e785139022bf2fb84de92223257952 +size 348391 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Resolute horsetail architect.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Resolute horsetail architect.png new file mode 100644 index 0000000000000000000000000000000000000000..ebefad7e860c371337789435a08bffd56a31d624 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Resolute horsetail architect.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f74d1e2e53034ef9f035c890e6e5a231c0b3868462688848ae2e606d1f36c07 +size 329937 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly bamboo philosopher.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly bamboo philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f049086fd5ffa59df6d999658f861da1033605 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly bamboo philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc95fcd957efaf129eec779cfb0dc50780030e70c8c620b73feb943780b5e69 +size 334370 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly maple librarian.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly maple librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..ba21297054d99e1592c7eccc751c47645bd26c7b --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Scholarly maple librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e136ea5140a7f8aa6ba0ff09f45cfed7d3d53e3508ed82c47c310998595c7c79 +size 306295 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Serene fern forest monk.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Serene fern forest monk.png new file mode 100644 index 0000000000000000000000000000000000000000..86bbacc097827f2247a0c8217508d0896897d8ac --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Serene fern forest monk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e00eeae427def7f5559484398be283c8c1541565a898eb1590c46cf5e86e21 +size 345604 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Steampunk venus flytrap inventor.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Steampunk venus flytrap inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e1e1828d4b8c5c4f7001166ae6a82e7d1fea98 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Steampunk venus flytrap inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd90392ed806bbcb8f912176a698ba6bd8578cd3d87340db3b591b203596f96 +size 407483 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Stoic pine sentinel.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Stoic pine sentinel.png new file mode 100644 index 0000000000000000000000000000000000000000..62de0fadc9c5fcbea63807960540b37e90799753 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Stoic pine sentinel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d925efc30bd897e31ef547d461ce554aa2d6f3362216773021e1a8270d912afe +size 361619 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Urban jungle ficus therapist.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Urban jungle ficus therapist.png new file mode 100644 index 0000000000000000000000000000000000000000..b8393c0cd92cf3684bd6a8713d0195a3d9e4d4f5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Urban jungle ficus therapist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426c46689a1ba4e2542dde3b9b1967020281ed784b2842e4baad782bdc5e4fd0 +size 343767 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Urban sprout entrepreneur.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Urban sprout entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..20978d93e616cd6a07f52027d3b13e1caaa6f8f3 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Urban sprout entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262b904eceab15852fd1c73cff55b67a980ef74ce57492c1f743d91b37b3fc49 +size 352358 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant hibiscus broadcaster.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant hibiscus broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb88fa71feb5d79b4beb1d453bdcfd95da93dd5 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant hibiscus broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934e8e4c3fcfab0b501292088171ea2b4112011649cae42009ebeb7e95bbf3c8 +size 374231 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant tulip entertainer.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant tulip entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..2a7d128eb0f732a30e222863d37a778e305ef720 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Vibrant tulip entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9320865b8f1ed94fcb76fb1c881d190adfe8e56e04ee11772f8b6bcfdbf52c37 +size 347076 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Whimsical seaweed mermaid.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Whimsical seaweed mermaid.png new file mode 100644 index 0000000000000000000000000000000000000000..8503065eca74c3728cad1809937bae049bab9163 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Whimsical seaweed mermaid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6c395b3de227f225d448c24a563794b9b4ed5d5354feb18b2b6b72f87aadd9 +size 375448 diff --git a/DATA/prompted_controlInversion_betterModel/plants.txt/Wise olive tree sage.png b/DATA/prompted_controlInversion_betterModel/plants.txt/Wise olive tree sage.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c296ed01fd178b2aacc44fdf3570f998c08a46 --- /dev/null +++ b/DATA/prompted_controlInversion_betterModel/plants.txt/Wise olive tree sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9caee184ea498dc81615c8179a2e195b1b8a4e056f4f1de37bac443ecda039c +size 335693 diff --git a/DATA/prompted_sd/animal.txt/Adventurous kangaroo explorer.png b/DATA/prompted_sd/animal.txt/Adventurous kangaroo explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed9b8c4884c72621ec509aa33e69da42c7c719d --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Adventurous kangaroo explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e2a92f55994c501467d306e55271075898df62bdcf6fb8a741ef29a366345a +size 546250 diff --git a/DATA/prompted_sd/animal.txt/Alert meerkat watchman.png b/DATA/prompted_sd/animal.txt/Alert meerkat watchman.png new file mode 100644 index 0000000000000000000000000000000000000000..bf8273f6ebf079d8857395697d07d10326b9c8fc --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Alert meerkat watchman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e91d8a4d14af38baa3f8bc9fa2520429bda4fa108c26ece141bb4b99dd5b4d2 +size 394395 diff --git a/DATA/prompted_sd/animal.txt/Ambitious ant queen.png b/DATA/prompted_sd/animal.txt/Ambitious ant queen.png new file mode 100644 index 0000000000000000000000000000000000000000..1998a5e5a40a3e9941a2bfcc4ffa5f4456160202 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Ambitious ant queen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f35d090162037e73252a4b6efdef6a27d6bad4db6a1078e82549298e9b542e2 +size 438575 diff --git a/DATA/prompted_sd/animal.txt/Ancient dragon seer.png b/DATA/prompted_sd/animal.txt/Ancient dragon seer.png new file mode 100644 index 0000000000000000000000000000000000000000..d890214c7a9b95807c71d417809d70c16185e27d --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Ancient dragon seer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270b9f68457c6675992117823d2a8620863bd393db24216fa48c675fd55b18ab +size 542647 diff --git a/DATA/prompted_sd/animal.txt/Artistic zebra painter.png b/DATA/prompted_sd/animal.txt/Artistic zebra painter.png new file mode 100644 index 0000000000000000000000000000000000000000..15739670a11b247c605bcfd48321065dce56b34c --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Artistic zebra painter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143f099924b1a10b5a5f29052caaa84783bf73ee01adbf5b8b328f81b3efd4e5 +size 329657 diff --git a/DATA/prompted_sd/animal.txt/Brave wolf warrior.png b/DATA/prompted_sd/animal.txt/Brave wolf warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..5851f04198d8a7642fd7ae8513225223b29fb08d --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Brave wolf warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd6f4b8c9e99037618a7d6fc6a6534f75ca4a2f61dff3e372524076500d4b8e +size 551726 diff --git a/DATA/prompted_sd/animal.txt/Charming penguin diplomat.png b/DATA/prompted_sd/animal.txt/Charming penguin diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..c41c714c971e891e3d62c0f2bb7c52eb90f391e5 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Charming penguin diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c717b1de3e36d640b62a9c634a265d89f24b60042cc057329481c888d9477a0a +size 361198 diff --git a/DATA/prompted_sd/animal.txt/Cheeky raccoon thief.png b/DATA/prompted_sd/animal.txt/Cheeky raccoon thief.png new file mode 100644 index 0000000000000000000000000000000000000000..f3298e08c892cb9eb2df351f6fb3e39515b27300 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Cheeky raccoon thief.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbd59ea3b9d5b8b284ae16d67e4be436157fac609ff496de5a90506983226d6 +size 483577 diff --git a/DATA/prompted_sd/animal.txt/Cheery hummingbird musician.png b/DATA/prompted_sd/animal.txt/Cheery hummingbird musician.png new file mode 100644 index 0000000000000000000000000000000000000000..8026db3091ca14c3e16083bf3596ca2cd2e1b1e8 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Cheery hummingbird musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254e8fcbf89aef342ffc750c4deace4ffc4d3076d5f6033a0416db46c0fbee05 +size 495928 diff --git a/DATA/prompted_sd/animal.txt/Cunning bat detective.png b/DATA/prompted_sd/animal.txt/Cunning bat detective.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e0368ed6715d3d34ae1594fb4f74bb98aff9aa --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Cunning bat detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842ba9f023f8c2cc87e7bfa5bb04de988c1f6b5ff66067c1a7d9012edaee1ac0 +size 449860 diff --git a/DATA/prompted_sd/animal.txt/Cunning snake charmer.png b/DATA/prompted_sd/animal.txt/Cunning snake charmer.png new file mode 100644 index 0000000000000000000000000000000000000000..2da3d0e261c5f7b207269245e2a97c9dc84449de --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Cunning snake charmer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d44d7f71979d779e1971be7cc16dd4895bf179295999293a8614334372d0f61 +size 440512 diff --git a/DATA/prompted_sd/animal.txt/Curious monkey scientist.png b/DATA/prompted_sd/animal.txt/Curious monkey scientist.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c93c8ddc202fc652b8cbfd9a6df525fbd2b09b --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Curious monkey scientist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19fda182a8c1bd2948672f6130a29f3f2c7b413f949882cacb32a18c0f07fa5 +size 483196 diff --git a/DATA/prompted_sd/animal.txt/Dignified moose chieftain.png b/DATA/prompted_sd/animal.txt/Dignified moose chieftain.png new file mode 100644 index 0000000000000000000000000000000000000000..789845d009da7df10ec740c9a6d38f4aac7ea8a6 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Dignified moose chieftain.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0ab1ae08c1a679fb977ec8ddbfac7dae6fa63ae8226830153ddae78f596a8b +size 519465 diff --git a/DATA/prompted_sd/animal.txt/Dreamy koala poet.png b/DATA/prompted_sd/animal.txt/Dreamy koala poet.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb03e2f728d8e37e3dabbc589dc09082975bd6 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Dreamy koala poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401f9c57735d21bf06d2fc782e6089769aaf29559d4bc4663f987cdf65a23508 +size 475242 diff --git a/DATA/prompted_sd/animal.txt/Energetic squirrel journalist.png b/DATA/prompted_sd/animal.txt/Energetic squirrel journalist.png new file mode 100644 index 0000000000000000000000000000000000000000..525e7ce29eed16202e596548f6b805d58a3d41ba --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Energetic squirrel journalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95ef9faeef91c14425772ab9cf8d20f54c4712f18673c123b64510ca712828b +size 438989 diff --git a/DATA/prompted_sd/animal.txt/Exuberant tiger dancer.png b/DATA/prompted_sd/animal.txt/Exuberant tiger dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4828ba109328ba1d411e3dfd80bbdbaa5cdd7a --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Exuberant tiger dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08861a4a5bd9b673fc002ccf1fa6a886227adeac44ff88f21ca73989df7fcc8 +size 575616 diff --git a/DATA/prompted_sd/animal.txt/Fiery jaguar athlete.png b/DATA/prompted_sd/animal.txt/Fiery jaguar athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..c102af3b2b583119662d7c5f8dcf3e8eaf25c379 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Fiery jaguar athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad862e436d815795c48a8befcba9bdb9eddff779800a6da8935321ade67ea7a +size 407682 diff --git a/DATA/prompted_sd/animal.txt/Gentle giraffe healer.png b/DATA/prompted_sd/animal.txt/Gentle giraffe healer.png new file mode 100644 index 0000000000000000000000000000000000000000..2362e48a0e12d653ee1c56ea4086310ece27494f --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Gentle giraffe healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9912dc9df62235e4302bede33d063956d7630ea8b60921b7a640fd4d2a8d35cb +size 453546 diff --git a/DATA/prompted_sd/animal.txt/Gentlemanly frog prince.png b/DATA/prompted_sd/animal.txt/Gentlemanly frog prince.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0f94112e73c8e7b2223ddbad4b658b601cd3b9 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Gentlemanly frog prince.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1654816ac4acaa165d9e26cc5f958dd99d08551fb9d942ea5d6a7230aa19c816 +size 457592 diff --git a/DATA/prompted_sd/animal.txt/Graceful swan ballerina.png b/DATA/prompted_sd/animal.txt/Graceful swan ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..28a085cf7a3eb46de92261aed451ada7e3bf0a83 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Graceful swan ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7282e7d8eec9f7f831c6252ba7190b09987d2ee3d665250c936171f8620d88e0 +size 376625 diff --git a/DATA/prompted_sd/animal.txt/Grizzled shark sailor.png b/DATA/prompted_sd/animal.txt/Grizzled shark sailor.png new file mode 100644 index 0000000000000000000000000000000000000000..943af890a05b590e33591a1f5f19c0cac5f244be --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Grizzled shark sailor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a056283f47f1ceca4e15dfe7623cec567f399a11b3c12e580995a0ae1602b269 +size 516354 diff --git a/DATA/prompted_sd/animal.txt/Grumpy bear chef.png b/DATA/prompted_sd/animal.txt/Grumpy bear chef.png new file mode 100644 index 0000000000000000000000000000000000000000..cffef09727af0bcdd7bb02ebae06f73418bb1876 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Grumpy bear chef.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d922d47787cb5f26a975227e8fbc828688faa5df1493647a419f2c6c0a5706 +size 426543 diff --git a/DATA/prompted_sd/animal.txt/Humble donkey farmer.png b/DATA/prompted_sd/animal.txt/Humble donkey farmer.png new file mode 100644 index 0000000000000000000000000000000000000000..8bebcea2d57a83f541877c69ace82a55f88b28ea --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Humble donkey farmer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e294f0b0ff89312fff901265cd728a047624b2788d57fa6ae245786f20f0597f +size 462360 diff --git a/DATA/prompted_sd/animal.txt/Humorous hyena comedian.png b/DATA/prompted_sd/animal.txt/Humorous hyena comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb0e3797d7dd95ebabb3af8b4ad0d3f3b6c9c98 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Humorous hyena comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205a4e7895b01db91f2e9dcd1cf8f58efc6e8126db64bbfe9531d7ae15629d30 +size 389394 diff --git a/DATA/prompted_sd/animal.txt/Intrepid eagle pilot.png b/DATA/prompted_sd/animal.txt/Intrepid eagle pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2ad78d68d7a3711e3803d426d29104b5ca81b5 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Intrepid eagle pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe69c4fa3e38bbfabf6f147fe43e0afae3778c7c2c02fd843ed080934b043dc +size 397486 diff --git a/DATA/prompted_sd/animal.txt/Jazz singer bird of paradise.png b/DATA/prompted_sd/animal.txt/Jazz singer bird of paradise.png new file mode 100644 index 0000000000000000000000000000000000000000..86b0cf1b7c9b4b1989c34e88a1a4e60f5baafc4e --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Jazz singer bird of paradise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce3748ef56ed029c0d5d0601ec51f9e530a2b2ca1d1b5920ce4a0fd291e2829 +size 432166 diff --git a/DATA/prompted_sd/animal.txt/Joyful seal comedian.png b/DATA/prompted_sd/animal.txt/Joyful seal comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..270578e2704bd54129c412069d303e1a35e97252 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Joyful seal comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb01008073e921915b7d34c7db8e5a0cda2218d33381148673f4e43ac5ed3c3 +size 406153 diff --git a/DATA/prompted_sd/animal.txt/Kindhearted rabbit doctor.png b/DATA/prompted_sd/animal.txt/Kindhearted rabbit doctor.png new file mode 100644 index 0000000000000000000000000000000000000000..65f28b5f44c3fa128247589f60cf757fae1731e2 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Kindhearted rabbit doctor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe8b30cf2eea38a3c9cd557250d3192cc12fdbb0d459cf68d131ac46dd76bb5 +size 460352 diff --git a/DATA/prompted_sd/animal.txt/Loyal dog sheriff.png b/DATA/prompted_sd/animal.txt/Loyal dog sheriff.png new file mode 100644 index 0000000000000000000000000000000000000000..9bbd1fa265638391b67cc6d235bd919808895436 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Loyal dog sheriff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772fedccf324691b755ee91bbc550c26e7942e829af8c5d7a121ca818418caa6 +size 543841 diff --git a/DATA/prompted_sd/animal.txt/Majestic lion king.png b/DATA/prompted_sd/animal.txt/Majestic lion king.png new file mode 100644 index 0000000000000000000000000000000000000000..dc67290369d81002320ae0cd163fe34602d0fdeb --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Majestic lion king.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd31ffedffd10d4521c5408de6428eb68b05bbc3cbe745dc0b8b412e189f785 +size 436721 diff --git a/DATA/prompted_sd/animal.txt/Mysterious cat sorcerer.png b/DATA/prompted_sd/animal.txt/Mysterious cat sorcerer.png new file mode 100644 index 0000000000000000000000000000000000000000..c1897ce5bd455b3817d818133cbbea0d44bfd17f --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Mysterious cat sorcerer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe324daa503066c590618b79702ba2e652847a68db363eac3045355ea768942 +size 462351 diff --git a/DATA/prompted_sd/animal.txt/Mysterious crow mystic.png b/DATA/prompted_sd/animal.txt/Mysterious crow mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..59d65c8a7c025859fb0f68a9cc42db932ba76de5 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Mysterious crow mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782d44c90c2958886251dfdf21661ef8f2a70aeffb43065d3296475e99b46b9d +size 503806 diff --git a/DATA/prompted_sd/animal.txt/Noble hawk judge.png b/DATA/prompted_sd/animal.txt/Noble hawk judge.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c2e2b1b5f2176e54fe238bff5b71a6046f2674 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Noble hawk judge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025d4a828a90af6ebc4e4c6497f67b37a83bdeb7c46aa4041a4262f741eb283c +size 434609 diff --git a/DATA/prompted_sd/animal.txt/Noble stallion knight.png b/DATA/prompted_sd/animal.txt/Noble stallion knight.png new file mode 100644 index 0000000000000000000000000000000000000000..45c471f3f68a149259a4ec6dcbf57fabd9ecff22 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Noble stallion knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b417efb6d1d9dd38fd4f74b54fc9eea8687067a68c21fa9be3a8588632cc52f0 +size 519479 diff --git a/DATA/prompted_sd/animal.txt/Nomadic camel trader.png b/DATA/prompted_sd/animal.txt/Nomadic camel trader.png new file mode 100644 index 0000000000000000000000000000000000000000..9b83f4bb753591de80ec49d2a2e308f272aac948 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Nomadic camel trader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d7fe466d1056f629d184ef164e52f9fba5f47c403f72b91ecf95fdf6225a52 +size 529491 diff --git a/DATA/prompted_sd/animal.txt/Passionate leopard rocker.png b/DATA/prompted_sd/animal.txt/Passionate leopard rocker.png new file mode 100644 index 0000000000000000000000000000000000000000..7fad7a714f445a772f18bc8cfc9e83c3213f4e7a --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Passionate leopard rocker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1638cd3b7387cd91340da9e445768cee1030ea958db5639d0922c97f950b994 +size 569322 diff --git a/DATA/prompted_sd/animal.txt/Philosophical panda thinker.png b/DATA/prompted_sd/animal.txt/Philosophical panda thinker.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c0426dfeeb8dc0feb316f21e34f65a3663c39e --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Philosophical panda thinker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b19fe5fd2bdc28f5c4a307f01b6647c702c61ba2db0cb9ef301ec536b02cc51 +size 578624 diff --git a/DATA/prompted_sd/animal.txt/Playful dolphin entertainer.png b/DATA/prompted_sd/animal.txt/Playful dolphin entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c75a21cf966284007f54c481b27699a07f8210 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Playful dolphin entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89d155f78156b6886951149570a37976d72da4185b9b079dc56336b1ec7479 +size 506865 diff --git a/DATA/prompted_sd/animal.txt/Regal deer monarch.png b/DATA/prompted_sd/animal.txt/Regal deer monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..537723757f61cbd687e34587080e042852ad4591 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Regal deer monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e63e5242e4de8a521b10a3fa03a04457c39077de63c27b07cc0ba8877c769d +size 478433 diff --git a/DATA/prompted_sd/animal.txt/Relaxed sloth yogi.png b/DATA/prompted_sd/animal.txt/Relaxed sloth yogi.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Relaxed sloth yogi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/animal.txt/Resourceful beaver engineer.png b/DATA/prompted_sd/animal.txt/Resourceful beaver engineer.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa609dccff8fd95b1b8f9f7b6ac191003235a42 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Resourceful beaver engineer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9483ba7c461cb3173e82a8e691667c3b3eb1ba0c2e8d7ea3c9d7ff8fa45ba885 +size 584520 diff --git a/DATA/prompted_sd/animal.txt/Scholarly tortoise librarian.png b/DATA/prompted_sd/animal.txt/Scholarly tortoise librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..52b72042a1f862c952a64e451ed7e1a760971978 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Scholarly tortoise librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd57347cbd84f18faff9b00019cb8d2e190cdaa302a33c7bcd4b108abbf9c84 +size 605958 diff --git a/DATA/prompted_sd/animal.txt/Sleek panther spy.png b/DATA/prompted_sd/animal.txt/Sleek panther spy.png new file mode 100644 index 0000000000000000000000000000000000000000..30db78efe17babbaa80ef45fcb60d93c49974d22 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Sleek panther spy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5788f9d7a2d5b680987932d7013bbcfdcb8e55aba766c4a6191d8b4e6df4cb +size 536562 diff --git a/DATA/prompted_sd/animal.txt/Steampunk otter inventor.png b/DATA/prompted_sd/animal.txt/Steampunk otter inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..af2b6fc915ff1f2ae82c929a7cb5d4d63d1a1c9b --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Steampunk otter inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9645ca4db296d23d4f58d8d9a1034c6e9287ac20ae52df88b55b874ec8f2a2 +size 506516 diff --git a/DATA/prompted_sd/animal.txt/Stoic rhino guard.png b/DATA/prompted_sd/animal.txt/Stoic rhino guard.png new file mode 100644 index 0000000000000000000000000000000000000000..670ed3b2eefddd09f2b88f12c41c3dbe438f451b --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Stoic rhino guard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2097e10469e56e8957a6077b95bd84a02232f15aa5bdd49a138df00bc25a3cc +size 576236 diff --git a/DATA/prompted_sd/animal.txt/Traditional elephant elder.png b/DATA/prompted_sd/animal.txt/Traditional elephant elder.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec7445bc53556dd94564c80b720b249a01894ed --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Traditional elephant elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c7e24ddc17c6b4eea01749cdf122d86cec48d471a8dc4345f7c0b2c3a1a0f0 +size 549039 diff --git a/DATA/prompted_sd/animal.txt/Urban fox detective.png b/DATA/prompted_sd/animal.txt/Urban fox detective.png new file mode 100644 index 0000000000000000000000000000000000000000..ccedd95dba288fd4e586e01da6443aeb0d059b2a --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Urban fox detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca86ffc5402897e4e2a5be39c5cc540aa5294b16b0306e48a98dfb623d9e87a7 +size 453365 diff --git a/DATA/prompted_sd/animal.txt/Vibrant toucan broadcaster.png b/DATA/prompted_sd/animal.txt/Vibrant toucan broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..5512502cfea17cef86e63255c1aeaf9935ee7704 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Vibrant toucan broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04da776903daf3f19df9779264b95784e11b955499b1bb19dfe8c357c89d9ed9 +size 403787 diff --git a/DATA/prompted_sd/animal.txt/Wise buffalo sage.png b/DATA/prompted_sd/animal.txt/Wise buffalo sage.png new file mode 100644 index 0000000000000000000000000000000000000000..a976c2dd8d5c4b3a45a54b6336de4f2e89eba122 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Wise buffalo sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f760c0e127da609aba770756b11518cf3d32ac2e4ebb344e86df98c1151ebf23 +size 468167 diff --git a/DATA/prompted_sd/animal.txt/Wise owl professor.png b/DATA/prompted_sd/animal.txt/Wise owl professor.png new file mode 100644 index 0000000000000000000000000000000000000000..95e1fdf29e072a72c8069caa968d29f7e56e91d6 --- /dev/null +++ b/DATA/prompted_sd/animal.txt/Wise owl professor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52146b6662aa3f71a9066041d49b595a09d03e3f98efd9eac03ee738b0da0aa1 +size 489134 diff --git a/DATA/prompted_sd/bags.txt/Adventurous fanny pack tourist.png b/DATA/prompted_sd/bags.txt/Adventurous fanny pack tourist.png new file mode 100644 index 0000000000000000000000000000000000000000..af875ab95aa38f79593f3fc044f98d6afc43c77a --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Adventurous fanny pack tourist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a7272d02d73c1aa7a6a9236e91c7cf51dc8a77d3a9d080f899c64c863ee70e +size 491296 diff --git a/DATA/prompted_sd/bags.txt/Beachy straw tote sunseeker.png b/DATA/prompted_sd/bags.txt/Beachy straw tote sunseeker.png new file mode 100644 index 0000000000000000000000000000000000000000..befc9bc6d8539c3617c8bcd05013afe1b408851a --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Beachy straw tote sunseeker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25e9009467a05fc15ebf0abd51144c718efe8d67adf7855de754b873eae059d +size 484001 diff --git a/DATA/prompted_sd/bags.txt/Casual cooler bag beachcomber.png b/DATA/prompted_sd/bags.txt/Casual cooler bag beachcomber.png new file mode 100644 index 0000000000000000000000000000000000000000..b09d11d57c9c72436e376706ac8b3bf587156b84 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Casual cooler bag beachcomber.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86937d728398dd8c8a544dc69a9d6ce010995e534d6223368279f84037b5dd8 +size 497023 diff --git a/DATA/prompted_sd/bags.txt/Casual sling bag student.png b/DATA/prompted_sd/bags.txt/Casual sling bag student.png new file mode 100644 index 0000000000000000000000000000000000000000..b39390eb98c13db4ed5e4a1b335ea62ffab591aa --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Casual sling bag student.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2b218395e0efc2a80cd5acd91110a0087b622b930e403540037ee977be2da2 +size 405343 diff --git a/DATA/prompted_sd/bags.txt/Classic doctor's bag healer.png b/DATA/prompted_sd/bags.txt/Classic doctor's bag healer.png new file mode 100644 index 0000000000000000000000000000000000000000..beaedc43d919ce0dd5e878551d8c01cf0b4e6e53 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Classic doctor's bag healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45424a129ec3a446f75814f6cc778872feb3c200c873bb683dc408ac1dce175e +size 426365 diff --git a/DATA/prompted_sd/bags.txt/Compact makeup bag beautician.png b/DATA/prompted_sd/bags.txt/Compact makeup bag beautician.png new file mode 100644 index 0000000000000000000000000000000000000000..03a0ac29b399540205ee08745ea90d4b94af9059 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Compact makeup bag beautician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de4b31f3f7c9000a6e12987d6495c77c979410a0a14a8e210f9707558926efe +size 343650 diff --git a/DATA/prompted_sd/bags.txt/Dainty clutch ballerina.png b/DATA/prompted_sd/bags.txt/Dainty clutch ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..122b2b1dd9843472f2795946388c39f01bb46137 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Dainty clutch ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f3623e37443d82c28a52667f359be9694a095d7403a6b3271018408fd353d3 +size 393757 diff --git a/DATA/prompted_sd/bags.txt/Delicate reticule historian.png b/DATA/prompted_sd/bags.txt/Delicate reticule historian.png new file mode 100644 index 0000000000000000000000000000000000000000..520161618369ac300cfb688845340787ee3695f2 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Delicate reticule historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a7347367189d9f1b8aa99cebc5b2ab9132a0d96f3db43397a91243434cf27b +size 424415 diff --git a/DATA/prompted_sd/bags.txt/Durable tool bag mechanic.png b/DATA/prompted_sd/bags.txt/Durable tool bag mechanic.png new file mode 100644 index 0000000000000000000000000000000000000000..af7013a34d701e3b67ed463cfbd426a73c7bf6e9 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Durable tool bag mechanic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2915d13ec153bc8b24e2e6b3342465516bd4bc460973b11faf45462a6b3eb8ef +size 460496 diff --git a/DATA/prompted_sd/bags.txt/Eco-friendly reusable shopper environmentalist.png b/DATA/prompted_sd/bags.txt/Eco-friendly reusable shopper environmentalist.png new file mode 100644 index 0000000000000000000000000000000000000000..e1300dbf30c43e44e031b13868e452f8ecf56078 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Eco-friendly reusable shopper environmentalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17630358f50911bc8a938fb827e56ff141075f619d1a5fd7ef2ce5571135c6db +size 404460 diff --git a/DATA/prompted_sd/bags.txt/Elegant satchel aristocrat.png b/DATA/prompted_sd/bags.txt/Elegant satchel aristocrat.png new file mode 100644 index 0000000000000000000000000000000000000000..8c122641f674e16b3a784ac7d4a9fb07b4dfcb8a --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Elegant satchel aristocrat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920fadd09f08ec973af888b6650b6f1b22fff90d3fed55f34e96f38f041dacc9 +size 418389 diff --git a/DATA/prompted_sd/bags.txt/Elegantly embroidered bag artisan.png b/DATA/prompted_sd/bags.txt/Elegantly embroidered bag artisan.png new file mode 100644 index 0000000000000000000000000000000000000000..7aeb5f93dd0c31a39ca1df42e6ed73e647475475 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Elegantly embroidered bag artisan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29af99e9c40ebf32d24843a6d4974575dadba5f4f867e2016cd8a51d05bcd4d +size 475486 diff --git a/DATA/prompted_sd/bags.txt/Energetic gym bag athlete.png b/DATA/prompted_sd/bags.txt/Energetic gym bag athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4c334b1cf2abca4eb3880b18b7d2b364cebcc2 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Energetic gym bag athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dea5a08f3930c0f322225714547225885f35b0ba95566953e1666725f58977 +size 574434 diff --git a/DATA/prompted_sd/bags.txt/Flamboyant fringe bag dancer.png b/DATA/prompted_sd/bags.txt/Flamboyant fringe bag dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..45160dcc62a94e85346e4472bbafe3359186c393 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Flamboyant fringe bag dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b09fae8cbefec243a268a616196326d129c78e2d41a4a07cc9cb43e4487d67 +size 539246 diff --git a/DATA/prompted_sd/bags.txt/Flamboyant sequined bag performer.png b/DATA/prompted_sd/bags.txt/Flamboyant sequined bag performer.png new file mode 100644 index 0000000000000000000000000000000000000000..567527e7e057fe85293bee6dc248cf9cafda6ae4 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Flamboyant sequined bag performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de89caca6a949ad05704a761b1c92e11d4808e72fdcd20239a38f214eb953fa6 +size 465509 diff --git a/DATA/prompted_sd/bags.txt/Geometric patterned bag mathematician.png b/DATA/prompted_sd/bags.txt/Geometric patterned bag mathematician.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb3bfd345cbc5cb29fc8714b58f243eebc24b2e --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Geometric patterned bag mathematician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ad16be655cca957d81158fe2990955be7beca3eb89b0efc971234b5850806d +size 513970 diff --git a/DATA/prompted_sd/bags.txt/Glossy patent leather bag model.png b/DATA/prompted_sd/bags.txt/Glossy patent leather bag model.png new file mode 100644 index 0000000000000000000000000000000000000000..e29b57c098a5f518a2f0e604df4a5212edc76cd2 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Glossy patent leather bag model.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989b01fa21441b72f3f1f2cd1fb35e8ba761d6774b58b29de5c7583d0851c640 +size 293343 diff --git a/DATA/prompted_sd/bags.txt/Grandiose leather briefcase executive.png b/DATA/prompted_sd/bags.txt/Grandiose leather briefcase executive.png new file mode 100644 index 0000000000000000000000000000000000000000..17f24f3e99a50423a07f484e74948779902b5483 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Grandiose leather briefcase executive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635c80bbbe1319e1f65d5138af0154d00a5beddc76a969a4f7075e9a216cf243 +size 269893 diff --git a/DATA/prompted_sd/bags.txt/Heavy-duty cargo bag shipper.png b/DATA/prompted_sd/bags.txt/Heavy-duty cargo bag shipper.png new file mode 100644 index 0000000000000000000000000000000000000000..b22fce34a822f4d1335ff6d1765aa5f5f60b91ce --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Heavy-duty cargo bag shipper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6dd08229dd5ab2b2869d48bf78c6fa7893742d7d12cc03c8868e3bab980b81 +size 460844 diff --git a/DATA/prompted_sd/bags.txt/Intricately woven bag weaver.png b/DATA/prompted_sd/bags.txt/Intricately woven bag weaver.png new file mode 100644 index 0000000000000000000000000000000000000000..50d5248f856b15d66a5a3661a46090539cec243d --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Intricately woven bag weaver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32221f5ead4cdf3f31f332bf161b29a26cb9c94f45871b93b54c752ce262e4c +size 475130 diff --git a/DATA/prompted_sd/bags.txt/Lightweight parachute bag skydiver.png b/DATA/prompted_sd/bags.txt/Lightweight parachute bag skydiver.png new file mode 100644 index 0000000000000000000000000000000000000000..e577c32f1f6686e4f3ba34c31cdad0d57a20264e --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Lightweight parachute bag skydiver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d4afe59c74b0e9be55d12b82a6e84eb3eabb8faa2d11deda586e79b03f9eae +size 463118 diff --git a/DATA/prompted_sd/bags.txt/Loyal tote librarian.png b/DATA/prompted_sd/bags.txt/Loyal tote librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..e38a1da50d3e767fbbcb2adc5bd8c6077ed1ce7f --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Loyal tote librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4ef202bf9845adf3febd119dfa7390e400c5cef9aa062962931cf20f8c70b3 +size 476024 diff --git a/DATA/prompted_sd/bags.txt/Lustrous silk bag diviner.png b/DATA/prompted_sd/bags.txt/Lustrous silk bag diviner.png new file mode 100644 index 0000000000000000000000000000000000000000..c14f327e766bb09d0be133745c940490bbd5fa83 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Lustrous silk bag diviner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88efc3f6b6b2d45a03b419e78c4eec0d0661cd1e2ef9ad5b3c2381d2fcbe2f69 +size 572845 diff --git a/DATA/prompted_sd/bags.txt/Luxurious velvet purse diva.png b/DATA/prompted_sd/bags.txt/Luxurious velvet purse diva.png new file mode 100644 index 0000000000000000000000000000000000000000..0db14a458a75476c27a8c9e3f19117bce96d8aaf --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Luxurious velvet purse diva.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb74b4798e32d049f994bfcaa47861a8c0c957a4c68d0720de53b3bf8bf590 +size 473093 diff --git a/DATA/prompted_sd/bags.txt/Majestic chest treasure keeper.png b/DATA/prompted_sd/bags.txt/Majestic chest treasure keeper.png new file mode 100644 index 0000000000000000000000000000000000000000..4be3e0fd0ff2303d505c25733e677d11d901d730 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Majestic chest treasure keeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a726de120f8691b1ce8d29537e9d67a07d30d05a0c4d30ffed085706b28c3ba +size 529378 diff --git a/DATA/prompted_sd/bags.txt/Minimalist laptop bag tech guru.png b/DATA/prompted_sd/bags.txt/Minimalist laptop bag tech guru.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd967c95e51be3b9d9986c6f6f12c96ebd61f02 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Minimalist laptop bag tech guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d66dcf62d9458aa6c62f2921f9fba988114e095b47aaba62070f8ec82d56c3 +size 392504 diff --git a/DATA/prompted_sd/bags.txt/Multi-pocketed fishing bag angler.png b/DATA/prompted_sd/bags.txt/Multi-pocketed fishing bag angler.png new file mode 100644 index 0000000000000000000000000000000000000000..0821e99396c17087086a13364c019b0b88f39c4b --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Multi-pocketed fishing bag angler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb5645a2276fd649d3b7079a95ca9cc197b49dfa68b48a372e201cc0986d1e3 +size 497852 diff --git a/DATA/prompted_sd/bags.txt/Mysterious messenger bag courier.png b/DATA/prompted_sd/bags.txt/Mysterious messenger bag courier.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc0b811a1640068b330b98b6a5e2be4ad6a0bbe --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Mysterious messenger bag courier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d574e990b3dcac2d1e53c2deda27939b96bf368078accc28a288f61db41ba8ad +size 529453 diff --git a/DATA/prompted_sd/bags.txt/Nostalgic school bag scholar.png b/DATA/prompted_sd/bags.txt/Nostalgic school bag scholar.png new file mode 100644 index 0000000000000000000000000000000000000000..5babc409ce92306f6b78aaa4743e3b00d9f05a40 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Nostalgic school bag scholar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eb9314670aad3755ec07929e6a22bfd497d87edfc5da55d9e40f94e2e6940e +size 517287 diff --git a/DATA/prompted_sd/bags.txt/Playful diaper bag nanny.png b/DATA/prompted_sd/bags.txt/Playful diaper bag nanny.png new file mode 100644 index 0000000000000000000000000000000000000000..76e66a9a71919051bd39371cd99878d6f50f6b20 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Playful diaper bag nanny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896a5b3e0dd6cdaf9ac5fa4a5aa3e753fd36e7db6f4308fa874c0997f5408cbf +size 448934 diff --git a/DATA/prompted_sd/bags.txt/Posh evening bag socialite.png b/DATA/prompted_sd/bags.txt/Posh evening bag socialite.png new file mode 100644 index 0000000000000000000000000000000000000000..cae13dbc8bb0b9e969bac0c205d9d286e7adf752 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Posh evening bag socialite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767bbed4e6cd85bacf5da06a8a306e79690ae00de77988a72ea4ede82586e16c +size 446830 diff --git a/DATA/prompted_sd/bags.txt/Protective armored backpack knight.png b/DATA/prompted_sd/bags.txt/Protective armored backpack knight.png new file mode 100644 index 0000000000000000000000000000000000000000..e4793bd7eba1f1919fc4abe94e013152fbfcccfd --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Protective armored backpack knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87e8db8258cc774008aa8e1a25126e8c24673c6c6c7e35931dfd714508348ad +size 354794 diff --git a/DATA/prompted_sd/bags.txt/Quaint knapsack writer.png b/DATA/prompted_sd/bags.txt/Quaint knapsack writer.png new file mode 100644 index 0000000000000000000000000000000000000000..8fded5b2728ce02e07083b25e668b6ad9580bd57 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Quaint knapsack writer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f2f707e8384f74567c0cb7dc06e683870a362ddbfa3fcef919b1fb584781ba +size 468262 diff --git a/DATA/prompted_sd/bags.txt/Quirky patchwork bag artist.png b/DATA/prompted_sd/bags.txt/Quirky patchwork bag artist.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd0f3aedf54c304302204f6fbb84a88186f28ab --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Quirky patchwork bag artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd707a00b575ccc7c7ffbb360bf17e5ed911aceb39d3a8ddf30b2dea77943853 +size 466743 diff --git a/DATA/prompted_sd/bags.txt/Refined attache case diplomat.png b/DATA/prompted_sd/bags.txt/Refined attache case diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..01eb11a77ee459a3a1f2b2fe5797d0f24de49895 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Refined attache case diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff13dbaa8dd18dae158b9663d54eb5970f9fc4669419140baf44b124cd28c5f +size 359095 diff --git a/DATA/prompted_sd/bags.txt/Regal beaded clutch empress.png b/DATA/prompted_sd/bags.txt/Regal beaded clutch empress.png new file mode 100644 index 0000000000000000000000000000000000000000..a89acd311c2f75083fe226bf390e0a0205dcc7b1 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Regal beaded clutch empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ce241240d3eb6840119a400c3baa669f42dc0fcb3c00d33300912ea236c19 +size 550817 diff --git a/DATA/prompted_sd/bags.txt/Rugged backpack explorer.png b/DATA/prompted_sd/bags.txt/Rugged backpack explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..14c7d1d882afd9b889f97fe5bb0ca46328a76a1b --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Rugged backpack explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05016081fa2be2d86bf6d89c0640b3e9e1eb79503b82b8e243d97a410021d1a2 +size 541707 diff --git a/DATA/prompted_sd/bags.txt/Rugged canvas sack miner.png b/DATA/prompted_sd/bags.txt/Rugged canvas sack miner.png new file mode 100644 index 0000000000000000000000000000000000000000..bdcb142f5045fc536f3bfed050ad3203a96b130d --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Rugged canvas sack miner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad01dd800eb4b82dbed999857ae7583fdbe29a87ea8477d8ed4cef8df95fb1bd +size 488381 diff --git a/DATA/prompted_sd/bags.txt/Rustic hobo bag musician.png b/DATA/prompted_sd/bags.txt/Rustic hobo bag musician.png new file mode 100644 index 0000000000000000000000000000000000000000..78c163b7cf8d45bfa6e1510a230c91afb11ade27 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Rustic hobo bag musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb6ab17dba8a214bed0e8fa5e41a91b8a87a7eb65c144e9a07972f8cbeeaf2d +size 489572 diff --git a/DATA/prompted_sd/bags.txt/Sporty hydration pack runner.png b/DATA/prompted_sd/bags.txt/Sporty hydration pack runner.png new file mode 100644 index 0000000000000000000000000000000000000000..35a2b223360b4b8640d78bb8980af16b2cab8ae4 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Sporty hydration pack runner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a0ada293e7fd2fd5fb203d4a0716c04205f74e4ec8ee9066397d9c16090457 +size 563383 diff --git a/DATA/prompted_sd/bags.txt/Stealthy camouflage bag ranger.png b/DATA/prompted_sd/bags.txt/Stealthy camouflage bag ranger.png new file mode 100644 index 0000000000000000000000000000000000000000..d14732125546f4a3546bb2fef848feb53baab573 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Stealthy camouflage bag ranger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522977641ef0785eef10b9472cb76017203ffd85faba1e375f04a61656e335ea +size 532003 diff --git a/DATA/prompted_sd/bags.txt/Sturdy belt bag warrior.png b/DATA/prompted_sd/bags.txt/Sturdy belt bag warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..f7668b3c065a0347ceb9c1fb285698364cb9d68f --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Sturdy belt bag warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52265e03b5008ffc91874722a0915f718dc424eda14d50ad57f4aeeef95589a +size 446741 diff --git a/DATA/prompted_sd/bags.txt/Suave duffel jetsetter.png b/DATA/prompted_sd/bags.txt/Suave duffel jetsetter.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c78d691847b275c92b93dfec48fe7b1bf2c7ba --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Suave duffel jetsetter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354390738d97cb49a34c732c51de1e797e3c01243704b0c95ad7ad5ea77e153f +size 361539 diff --git a/DATA/prompted_sd/bags.txt/Timeless brown bag philosopher.png b/DATA/prompted_sd/bags.txt/Timeless brown bag philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d7c6958b1cf5bb541c4e1f2e0b34a68416896e --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Timeless brown bag philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc7e0569eabab95a76ea2e02716a0d689108c8ed430262f101bb8c17e942a56 +size 445156 diff --git a/DATA/prompted_sd/bags.txt/Transparent clear bag visionary.png b/DATA/prompted_sd/bags.txt/Transparent clear bag visionary.png new file mode 100644 index 0000000000000000000000000000000000000000..b9652d5ed6eb3a7b01dfac5a8132e58a4c7e7a9c --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Transparent clear bag visionary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b18cbf19240b1b4e64e362413d62ccb30c5f58da147976f5070d5e224d25a7 +size 564524 diff --git a/DATA/prompted_sd/bags.txt/Trendy crossbody bag fashionista.png b/DATA/prompted_sd/bags.txt/Trendy crossbody bag fashionista.png new file mode 100644 index 0000000000000000000000000000000000000000..9084da33d15acf54c4ef0df524e301aab3b3d69e --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Trendy crossbody bag fashionista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99f5083999309bbfd6266157f836ba08f34605708ab13eda75b9c3e9da9112e +size 456166 diff --git a/DATA/prompted_sd/bags.txt/Vibrant printed pouch traveler.png b/DATA/prompted_sd/bags.txt/Vibrant printed pouch traveler.png new file mode 100644 index 0000000000000000000000000000000000000000..95329ec89ae3c20ec11c0074c2de3026632e00f0 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Vibrant printed pouch traveler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112f16a9b8866e9d634d8d5d3514c506c966191533ce9653a04e53942869cb09 +size 495291 diff --git a/DATA/prompted_sd/bags.txt/Vintage suitcase historian.png b/DATA/prompted_sd/bags.txt/Vintage suitcase historian.png new file mode 100644 index 0000000000000000000000000000000000000000..3480d61839cb93c7014a4e24288f1e00d0e04178 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Vintage suitcase historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8629dd82585080683f060f343ee3c010273461747b91d24bfe5b92a6f9f03c1e +size 416953 diff --git a/DATA/prompted_sd/bags.txt/Whimsical coin purse collector.png b/DATA/prompted_sd/bags.txt/Whimsical coin purse collector.png new file mode 100644 index 0000000000000000000000000000000000000000..033f419b5f974dac7aab081be3427bd510ecbbb9 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Whimsical coin purse collector.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290ee80d040f8fbfe2de010356a48e6a4217afcc461279daebea8f30f584cd9b +size 446358 diff --git a/DATA/prompted_sd/bags.txt/Whimsical drawstring pouch magician.png b/DATA/prompted_sd/bags.txt/Whimsical drawstring pouch magician.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/bags.txt/Whimsical drawstring pouch magician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/cartoon.txt/Athletic soccer-playing kangaroo.png b/DATA/prompted_sd/cartoon.txt/Athletic soccer-playing kangaroo.png new file mode 100644 index 0000000000000000000000000000000000000000..ec7958f1004071e70ce9eb4b25335a30fad49b69 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Athletic soccer-playing kangaroo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279794c54eedd6ff2fda9c0255550bfd21adc6649036ca41992f0be38435b978 +size 465157 diff --git a/DATA/prompted_sd/cartoon.txt/Boisterous pirate parrot.png b/DATA/prompted_sd/cartoon.txt/Boisterous pirate parrot.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e9ed03f9f25bfd80bc770c132061b0cb7573b5 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Boisterous pirate parrot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9038fc82307cd3e01aa31bd534da98c7873b01baf1ae72a013f8e178bce99ec7 +size 542904 diff --git a/DATA/prompted_sd/cartoon.txt/Booming opera singer walrus.png b/DATA/prompted_sd/cartoon.txt/Booming opera singer walrus.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6ff15d0461ffab995c7e82dbb22c86d6e043cd --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Booming opera singer walrus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bce9d1b1b75eb6c6baa79b844689865ba6ccddd3ad19eb42931e1f5c33072fe +size 536219 diff --git a/DATA/prompted_sd/cartoon.txt/Brawny strongman rhino.png b/DATA/prompted_sd/cartoon.txt/Brawny strongman rhino.png new file mode 100644 index 0000000000000000000000000000000000000000..8c18bfb31b97c565c3ef72e18a8367a25da22469 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Brawny strongman rhino.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ed59ab9c02929652f5668ae723a2932f7dd07877ec4d4f97012e08671a5bea +size 535819 diff --git a/DATA/prompted_sd/cartoon.txt/Breezy beachcomber seagull.png b/DATA/prompted_sd/cartoon.txt/Breezy beachcomber seagull.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4fed25a060ad2a0006c9f42f49d88ada167ba5 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Breezy beachcomber seagull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3246c547492ad297cefb4e1e221c591c698a0272c2658114fa1766b35414af43 +size 328312 diff --git a/DATA/prompted_sd/cartoon.txt/Brooding superhero bat.png b/DATA/prompted_sd/cartoon.txt/Brooding superhero bat.png new file mode 100644 index 0000000000000000000000000000000000000000..363b2e220e9a66f9732cb22fcbdc3a217ee4a5a9 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Brooding superhero bat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83510e8202803aaf82f2edaf397471b6fcc3230760c5b10cb387a4de7651c611 +size 374787 diff --git a/DATA/prompted_sd/cartoon.txt/Bumbling professor owl.png b/DATA/prompted_sd/cartoon.txt/Bumbling professor owl.png new file mode 100644 index 0000000000000000000000000000000000000000..ddedcc1df17eba0b63e9b827033c4861a7a35fbf --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Bumbling professor owl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cd2a886ba8efa42e2f31880bd5d7cadebc28d847fde614bb717dacf616dcdf +size 576187 diff --git a/DATA/prompted_sd/cartoon.txt/Chilled-out yogi sloth.png b/DATA/prompted_sd/cartoon.txt/Chilled-out yogi sloth.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1e2f9428e58fbc35cd16d7db8fce11b1f2b1b6 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Chilled-out yogi sloth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b0681b666f421779c4036226afd7321f59f1d67ed3f621dcfa31e333cc0253 +size 521484 diff --git a/DATA/prompted_sd/cartoon.txt/Clumsy robotic dog.png b/DATA/prompted_sd/cartoon.txt/Clumsy robotic dog.png new file mode 100644 index 0000000000000000000000000000000000000000..88eb1d01bdb22471a5c8683c8ceb62fa52b52d0c --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Clumsy robotic dog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59000cf35c531b6d8d76ffce5fe4d925d582644a5f73b098ee32db21ed03db8 +size 469282 diff --git a/DATA/prompted_sd/cartoon.txt/Confident leader lion.png b/DATA/prompted_sd/cartoon.txt/Confident leader lion.png new file mode 100644 index 0000000000000000000000000000000000000000..58e6168c4f2d643c91d0ea2eca27063d1309c751 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Confident leader lion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355b64cefaca5af9bfd8baa3b415d380dffa8cc95909905e074e576410116331 +size 510787 diff --git a/DATA/prompted_sd/cartoon.txt/Dashing adventurer wolf.png b/DATA/prompted_sd/cartoon.txt/Dashing adventurer wolf.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5a5dc483d870a2915e77e7791fb69acc4e9385 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Dashing adventurer wolf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaee94c4a1b2102e9ca5804ce546a3e9b1e4a5bcfd1e33232c580924243961b +size 446911 diff --git a/DATA/prompted_sd/cartoon.txt/Dreamy star-gazing elephant.png b/DATA/prompted_sd/cartoon.txt/Dreamy star-gazing elephant.png new file mode 100644 index 0000000000000000000000000000000000000000..a985bcead0f1a1e3470a056625df037245c5798e --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Dreamy star-gazing elephant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa532413ae546b7c6f18fb59fbb7f2bf69cefa957eef816c0547390abe3a99fa +size 487498 diff --git a/DATA/prompted_sd/cartoon.txt/Eco-warrior recycle frog.png b/DATA/prompted_sd/cartoon.txt/Eco-warrior recycle frog.png new file mode 100644 index 0000000000000000000000000000000000000000..a9bf24d94bcdbea1dc7c5a2b0683ed3d813c35df --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Eco-warrior recycle frog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f848759fd2a988bfc8287fb4af2b561a24a795702041c5389c24ab13f8247494 +size 479207 diff --git a/DATA/prompted_sd/cartoon.txt/Elusive ninja octopus.png b/DATA/prompted_sd/cartoon.txt/Elusive ninja octopus.png new file mode 100644 index 0000000000000000000000000000000000000000..a50e19c72aae59b407ae5e9783d6fc5f8cc97569 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Elusive ninja octopus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7e8f0a5cda63d2fd7d4dc25d7ac31db91a11e3c8bc8d18178049a6eb2de4b9 +size 455649 diff --git a/DATA/prompted_sd/cartoon.txt/Enigmatic spy chameleon.png b/DATA/prompted_sd/cartoon.txt/Enigmatic spy chameleon.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6e84d734b5f4e8cb2b58fee37349392340606e --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Enigmatic spy chameleon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7773db6327d78c7065668f4242ffb2f3005ca5ed8be66a5b693a2b9d2dfd737e +size 433179 diff --git a/DATA/prompted_sd/cartoon.txt/Fearless warrior princess tiger.png b/DATA/prompted_sd/cartoon.txt/Fearless warrior princess tiger.png new file mode 100644 index 0000000000000000000000000000000000000000..43553087a7603d68ac99c45177d3fa4829f206af --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Fearless warrior princess tiger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc033937335f6a4a87b35c18151e00b54109d2e32a5a3a48e6566d54a79d088c +size 509260 diff --git a/DATA/prompted_sd/cartoon.txt/Feisty rock star rooster.png b/DATA/prompted_sd/cartoon.txt/Feisty rock star rooster.png new file mode 100644 index 0000000000000000000000000000000000000000..0815376126fd90803ee74ba14f5d7ec59fb3afd0 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Feisty rock star rooster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91a8aa6a58a5d57749ba2115c8953b8f253bd20bbb94a352196bcfb668c766e +size 508707 diff --git a/DATA/prompted_sd/cartoon.txt/Futuristic racer penguin.png b/DATA/prompted_sd/cartoon.txt/Futuristic racer penguin.png new file mode 100644 index 0000000000000000000000000000000000000000..50ea0f6e39a488dc497cd0c60c1392d04a49c802 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Futuristic racer penguin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e469f9e71d5d277593dde670f6cd8171075fc31ab8dc2182f89cc3ead278e188 +size 357248 diff --git a/DATA/prompted_sd/cartoon.txt/Galactic guardian orca.png b/DATA/prompted_sd/cartoon.txt/Galactic guardian orca.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ff8ff1a73cc87d3f5aa1372d5a4d6849d746dc --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Galactic guardian orca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cca6e5a2baa31d5e4a096ee3c6d73ae05a2e6f68f766c56d510d9f74f80636 +size 335798 diff --git a/DATA/prompted_sd/cartoon.txt/Genius scientist monkey.png b/DATA/prompted_sd/cartoon.txt/Genius scientist monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..422e632bf67566f7b01fc7c9b30cd7800fdd8337 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Genius scientist monkey.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628e3903de119739704245c54a0bee125c624666fda71fa8e321623ac338ed48 +size 422446 diff --git a/DATA/prompted_sd/cartoon.txt/Gentle healer dove.png b/DATA/prompted_sd/cartoon.txt/Gentle healer dove.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Gentle healer dove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/cartoon.txt/Glamorous movie star flamingo.png b/DATA/prompted_sd/cartoon.txt/Glamorous movie star flamingo.png new file mode 100644 index 0000000000000000000000000000000000000000..9e202386f190544147ebdff93483b8d027ff5e5f --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Glamorous movie star flamingo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c1a99c2ee011f9a8aa0880fc5fca5cadc0ff6098defc7e583cd1a9354fedae +size 365028 diff --git a/DATA/prompted_sd/cartoon.txt/Gritty detective raccoon.png b/DATA/prompted_sd/cartoon.txt/Gritty detective raccoon.png new file mode 100644 index 0000000000000000000000000000000000000000..81d3021136c926c1c3d3c0e2d649a642ac0e79df --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Gritty detective raccoon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d502ad5bfd5bea883e0a4c8b70d3ff35437f072d26c5047a049ccf037fa8101b +size 492843 diff --git a/DATA/prompted_sd/cartoon.txt/Impulsive daredevil squirrel.png b/DATA/prompted_sd/cartoon.txt/Impulsive daredevil squirrel.png new file mode 100644 index 0000000000000000000000000000000000000000..691e49cd81c506ab0d5e3afaba3bb9fdd88dd47d --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Impulsive daredevil squirrel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4ee411b4e7087ac7529c721d2a399ce07349f7b3c493a86d66697fa63c597b +size 483877 diff --git a/DATA/prompted_sd/cartoon.txt/Intrepid explorer mouse.png b/DATA/prompted_sd/cartoon.txt/Intrepid explorer mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb548b6ca14a3e0bba8e3a26453a62dbbee4dca --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Intrepid explorer mouse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4148bc7f7a3fa3674933576d5f1528e9a2d93de4a6001562709aa8d7a9e4950 +size 397185 diff --git a/DATA/prompted_sd/cartoon.txt/Jovial baker bear.png b/DATA/prompted_sd/cartoon.txt/Jovial baker bear.png new file mode 100644 index 0000000000000000000000000000000000000000..86c6b3f640b99b4a66f70f8a049966862ccf6b38 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Jovial baker bear.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac500a034040a10f4f0fdad36afae0950092303308d5ec4d48740c966b68cab +size 571384 diff --git a/DATA/prompted_sd/cartoon.txt/Kooky inventor platypus.png b/DATA/prompted_sd/cartoon.txt/Kooky inventor platypus.png new file mode 100644 index 0000000000000000000000000000000000000000..e50a09dfd17e8e72bc2a97059b15139177766929 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Kooky inventor platypus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea2c6c42f8cf351f439733e07c48bf733c062a9f6592061317ba95102b0f259 +size 486956 diff --git a/DATA/prompted_sd/cartoon.txt/Laid-back surfer turtle.png b/DATA/prompted_sd/cartoon.txt/Laid-back surfer turtle.png new file mode 100644 index 0000000000000000000000000000000000000000..af93c89280132de4787e19f75da64c24ecc22ad2 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Laid-back surfer turtle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5436d3959596bfc3a2518cf04065e0a493e8742c2706bb980f67a496ecaa0249 +size 471524 diff --git a/DATA/prompted_sd/cartoon.txt/Medieval jester jackalope.png b/DATA/prompted_sd/cartoon.txt/Medieval jester jackalope.png new file mode 100644 index 0000000000000000000000000000000000000000..02b38722bf2b28a1914562e89df1778144d29a90 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Medieval jester jackalope.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f08bc4d0c239cec3628bcf1f6613c0f6616b07cc075f52717e6ba0da146bc56 +size 487904 diff --git a/DATA/prompted_sd/cartoon.txt/Mischievous trickster fox.png b/DATA/prompted_sd/cartoon.txt/Mischievous trickster fox.png new file mode 100644 index 0000000000000000000000000000000000000000..706e4ace96b4f54078cb786975099315e007bfe4 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Mischievous trickster fox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b03628b0771e66bbf6a1824637fb05262408915d54b9926a85ce3a63be5b20 +size 453466 diff --git a/DATA/prompted_sd/cartoon.txt/Mysterious sorcerer cat.png b/DATA/prompted_sd/cartoon.txt/Mysterious sorcerer cat.png new file mode 100644 index 0000000000000000000000000000000000000000..d9aa4a1cd32ec52d5b619142e7a7e68325f6da67 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Mysterious sorcerer cat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1383b5067777fff3bdd6c3a57eed2776ac774827e1c95ed520344262de71657a +size 468041 diff --git a/DATA/prompted_sd/cartoon.txt/Mystic guru manatee.png b/DATA/prompted_sd/cartoon.txt/Mystic guru manatee.png new file mode 100644 index 0000000000000000000000000000000000000000..66bbb414c7424ad8c97729606b2ad60fa8caea7c --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Mystic guru manatee.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0826ecbf900084925b86148674bb50fb0ed7b1ef369c766ebd7307d481db3001 +size 557633 diff --git a/DATA/prompted_sd/cartoon.txt/Mythical griffin librarian.png b/DATA/prompted_sd/cartoon.txt/Mythical griffin librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b89e0cc56ea794b2d1075c7e6a8e1b9a6d6f61 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Mythical griffin librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c61cfe48b966a9235d150465930f1f63e3128b0421a55f1330ebb07a370dae +size 483956 diff --git a/DATA/prompted_sd/cartoon.txt/Old west sheriff armadillo.png b/DATA/prompted_sd/cartoon.txt/Old west sheriff armadillo.png new file mode 100644 index 0000000000000000000000000000000000000000..ca16be5b23afada3e5e69ab5b478f0cf43eeed41 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Old west sheriff armadillo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f305c3d6f7da336c9dc867300d80239329d77258d075e03560941e0f308fa18 +size 429834 diff --git a/DATA/prompted_sd/cartoon.txt/Outlandish alien deer.png b/DATA/prompted_sd/cartoon.txt/Outlandish alien deer.png new file mode 100644 index 0000000000000000000000000000000000000000..2664cf0d3a65be57749fb660f3b4fb09976fbafd --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Outlandish alien deer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc4175a00dc9c41453bb101939a14b2778be6227a47a1488dc7a86041f36b48 +size 511040 diff --git a/DATA/prompted_sd/cartoon.txt/Quirky chef mole.png b/DATA/prompted_sd/cartoon.txt/Quirky chef mole.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2c7ab914d6aa9963055a424d2df2f173ead702 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Quirky chef mole.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2b543aff2dcf3a15483d0aba545f98d293a74050f42fb454903bc6c914269f +size 382858 diff --git a/DATA/prompted_sd/cartoon.txt/Regal emperor pufferfish.png b/DATA/prompted_sd/cartoon.txt/Regal emperor pufferfish.png new file mode 100644 index 0000000000000000000000000000000000000000..e407c9b7e52ef28963fb794f2cc294681e1a7d00 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Regal emperor pufferfish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36346a08901c7321790d8b6cd5119bc44e4f11b8042bc0b8546d1f1d1b08c49c +size 495819 diff --git a/DATA/prompted_sd/cartoon.txt/Regal king cobra.png b/DATA/prompted_sd/cartoon.txt/Regal king cobra.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfccaf8d88ad49d9c607ce94036dc91a5efe352 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Regal king cobra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4e50e7953a5f91368a08d1b0f945b1dd1bfc57a796626519c2a40eec2bd467 +size 414830 diff --git a/DATA/prompted_sd/cartoon.txt/Sassy jazz singer peacock.png b/DATA/prompted_sd/cartoon.txt/Sassy jazz singer peacock.png new file mode 100644 index 0000000000000000000000000000000000000000..b3fce19a58df52b18792b8474e68821ecd38e75f --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Sassy jazz singer peacock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9130c7c7857f8d69366b983ee12784fd3e6d6a8a9c3991402a78eb9aa8f072b +size 447476 diff --git a/DATA/prompted_sd/cartoon.txt/Sci-fi time traveler otter.png b/DATA/prompted_sd/cartoon.txt/Sci-fi time traveler otter.png new file mode 100644 index 0000000000000000000000000000000000000000..229d6ad0e826c767179c25b3c738a609d356110a --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Sci-fi time traveler otter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5ad63cc63575868389b07b2c0a8e3178d9116cf6bf0bd1f7366f7e81cda9f1 +size 410130 diff --git a/DATA/prompted_sd/cartoon.txt/Serene monk panda.png b/DATA/prompted_sd/cartoon.txt/Serene monk panda.png new file mode 100644 index 0000000000000000000000000000000000000000..254e7836a548cb6291654cd9524f68049319328a --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Serene monk panda.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226908e149806055d4d29100ba92c49d2cd456bcfb49fdca0a9252028ea42fea +size 469227 diff --git a/DATA/prompted_sd/cartoon.txt/Shy library bookworm.png b/DATA/prompted_sd/cartoon.txt/Shy library bookworm.png new file mode 100644 index 0000000000000000000000000000000000000000..adbcbc2d08e2eca9f88c0afd2b256e29aa3b1c3d --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Shy library bookworm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ebbf42e95c038ff773d58f003ad2ad8eff0f73d16982ed9f257643b29490e5 +size 572210 diff --git a/DATA/prompted_sd/cartoon.txt/Small-town sheriff snail.png b/DATA/prompted_sd/cartoon.txt/Small-town sheriff snail.png new file mode 100644 index 0000000000000000000000000000000000000000..df291e4319c649cf88255e7d055bbb8c30e64cf3 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Small-town sheriff snail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a84ea9061c4ed3ce8999a258c249bebef2960190553813a2026958bab33a63 +size 488781 diff --git a/DATA/prompted_sd/cartoon.txt/Space-traveling astronaut bunny.png b/DATA/prompted_sd/cartoon.txt/Space-traveling astronaut bunny.png new file mode 100644 index 0000000000000000000000000000000000000000..90d3c8ba1d9740d7b5cbb0e41bd7fa2ad6eb9e01 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Space-traveling astronaut bunny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c112c73a7a5af6adc8f2519f6b4d8ad257a8b3d9c455ae64566509a281cf1d +size 516667 diff --git a/DATA/prompted_sd/cartoon.txt/Spicy salsa dancer iguana.png b/DATA/prompted_sd/cartoon.txt/Spicy salsa dancer iguana.png new file mode 100644 index 0000000000000000000000000000000000000000..27c30a47a7fe38a53f172f60958f4bd4583c27ba --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Spicy salsa dancer iguana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc25d0060ec263ff82ec27e38cae6c7e43dad4fe0b05d27b7417d76ff9c8ea93 +size 512750 diff --git a/DATA/prompted_sd/cartoon.txt/Spunky skateboarder duck.png b/DATA/prompted_sd/cartoon.txt/Spunky skateboarder duck.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc1d891ac850858df7d876cb7a63944a1c6df3a --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Spunky skateboarder duck.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6118ca0fc60c34f0a7376b55eca2e6eaa6ded6e0e8898109d24accc2ac01f4a3 +size 479002 diff --git a/DATA/prompted_sd/cartoon.txt/Steampunk engineer giraffe.png b/DATA/prompted_sd/cartoon.txt/Steampunk engineer giraffe.png new file mode 100644 index 0000000000000000000000000000000000000000..d99b9248aebca4007e9e0f185580e2c7f075c323 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Steampunk engineer giraffe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0835b5ad9aa18e941fd608b463f0f0f70632ed78d553ec4b3e75b5ecc7a95e5 +size 520078 diff --git a/DATA/prompted_sd/cartoon.txt/Upbeat DJ hedgehog.png b/DATA/prompted_sd/cartoon.txt/Upbeat DJ hedgehog.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4ecd20655c4529c094924abfcc596c576bce9a --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Upbeat DJ hedgehog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd515b3b672ef7bd9fd29dc43001e42099fa50d683b2d64d7f5d54b4ceebd75 +size 525945 diff --git a/DATA/prompted_sd/cartoon.txt/Urbane city dweller zebra.png b/DATA/prompted_sd/cartoon.txt/Urbane city dweller zebra.png new file mode 100644 index 0000000000000000000000000000000000000000..8fab9abad6dc9495e1e539a8dddb29f1159720f4 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Urbane city dweller zebra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba688ba491cf887d9072ed1b5b8cec773af566dd67ca4be1d077ec699c41e450 +size 458803 diff --git a/DATA/prompted_sd/cartoon.txt/Whimsical fairy squirrel.png b/DATA/prompted_sd/cartoon.txt/Whimsical fairy squirrel.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9802dd5f6a9e4fa8a96502024de8f864f964f5 --- /dev/null +++ b/DATA/prompted_sd/cartoon.txt/Whimsical fairy squirrel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c095a5df0562b2d35af0ed54ea1f4bc6fb99a8b3b807105f0f550b594a41ab87 +size 537704 diff --git a/DATA/prompted_sd/clothes.txt/Adventurous fanny pack tourist.png b/DATA/prompted_sd/clothes.txt/Adventurous fanny pack tourist.png new file mode 100644 index 0000000000000000000000000000000000000000..af875ab95aa38f79593f3fc044f98d6afc43c77a --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Adventurous fanny pack tourist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a7272d02d73c1aa7a6a9236e91c7cf51dc8a77d3a9d080f899c64c863ee70e +size 491296 diff --git a/DATA/prompted_sd/clothes.txt/Beachy straw tote sunseeker.png b/DATA/prompted_sd/clothes.txt/Beachy straw tote sunseeker.png new file mode 100644 index 0000000000000000000000000000000000000000..befc9bc6d8539c3617c8bcd05013afe1b408851a --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Beachy straw tote sunseeker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25e9009467a05fc15ebf0abd51144c718efe8d67adf7855de754b873eae059d +size 484001 diff --git a/DATA/prompted_sd/clothes.txt/Casual cooler bag beachcomber.png b/DATA/prompted_sd/clothes.txt/Casual cooler bag beachcomber.png new file mode 100644 index 0000000000000000000000000000000000000000..b09d11d57c9c72436e376706ac8b3bf587156b84 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Casual cooler bag beachcomber.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86937d728398dd8c8a544dc69a9d6ce010995e534d6223368279f84037b5dd8 +size 497023 diff --git a/DATA/prompted_sd/clothes.txt/Casual sling bag student.png b/DATA/prompted_sd/clothes.txt/Casual sling bag student.png new file mode 100644 index 0000000000000000000000000000000000000000..b39390eb98c13db4ed5e4a1b335ea62ffab591aa --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Casual sling bag student.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2b218395e0efc2a80cd5acd91110a0087b622b930e403540037ee977be2da2 +size 405343 diff --git a/DATA/prompted_sd/clothes.txt/Classic doctor's bag healer.png b/DATA/prompted_sd/clothes.txt/Classic doctor's bag healer.png new file mode 100644 index 0000000000000000000000000000000000000000..beaedc43d919ce0dd5e878551d8c01cf0b4e6e53 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Classic doctor's bag healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45424a129ec3a446f75814f6cc778872feb3c200c873bb683dc408ac1dce175e +size 426365 diff --git a/DATA/prompted_sd/clothes.txt/Compact makeup bag beautician.png b/DATA/prompted_sd/clothes.txt/Compact makeup bag beautician.png new file mode 100644 index 0000000000000000000000000000000000000000..03a0ac29b399540205ee08745ea90d4b94af9059 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Compact makeup bag beautician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de4b31f3f7c9000a6e12987d6495c77c979410a0a14a8e210f9707558926efe +size 343650 diff --git a/DATA/prompted_sd/clothes.txt/Dainty clutch ballerina.png b/DATA/prompted_sd/clothes.txt/Dainty clutch ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..122b2b1dd9843472f2795946388c39f01bb46137 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Dainty clutch ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f3623e37443d82c28a52667f359be9694a095d7403a6b3271018408fd353d3 +size 393757 diff --git a/DATA/prompted_sd/clothes.txt/Delicate reticule historian.png b/DATA/prompted_sd/clothes.txt/Delicate reticule historian.png new file mode 100644 index 0000000000000000000000000000000000000000..520161618369ac300cfb688845340787ee3695f2 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Delicate reticule historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a7347367189d9f1b8aa99cebc5b2ab9132a0d96f3db43397a91243434cf27b +size 424415 diff --git a/DATA/prompted_sd/clothes.txt/Durable tool bag mechanic.png b/DATA/prompted_sd/clothes.txt/Durable tool bag mechanic.png new file mode 100644 index 0000000000000000000000000000000000000000..af7013a34d701e3b67ed463cfbd426a73c7bf6e9 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Durable tool bag mechanic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2915d13ec153bc8b24e2e6b3342465516bd4bc460973b11faf45462a6b3eb8ef +size 460496 diff --git a/DATA/prompted_sd/clothes.txt/Eco-friendly reusable shopper environmentalist.png b/DATA/prompted_sd/clothes.txt/Eco-friendly reusable shopper environmentalist.png new file mode 100644 index 0000000000000000000000000000000000000000..e1300dbf30c43e44e031b13868e452f8ecf56078 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Eco-friendly reusable shopper environmentalist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17630358f50911bc8a938fb827e56ff141075f619d1a5fd7ef2ce5571135c6db +size 404460 diff --git a/DATA/prompted_sd/clothes.txt/Elegant satchel aristocrat.png b/DATA/prompted_sd/clothes.txt/Elegant satchel aristocrat.png new file mode 100644 index 0000000000000000000000000000000000000000..8c122641f674e16b3a784ac7d4a9fb07b4dfcb8a --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Elegant satchel aristocrat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920fadd09f08ec973af888b6650b6f1b22fff90d3fed55f34e96f38f041dacc9 +size 418389 diff --git a/DATA/prompted_sd/clothes.txt/Elegantly embroidered bag artisan.png b/DATA/prompted_sd/clothes.txt/Elegantly embroidered bag artisan.png new file mode 100644 index 0000000000000000000000000000000000000000..7aeb5f93dd0c31a39ca1df42e6ed73e647475475 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Elegantly embroidered bag artisan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29af99e9c40ebf32d24843a6d4974575dadba5f4f867e2016cd8a51d05bcd4d +size 475486 diff --git a/DATA/prompted_sd/clothes.txt/Energetic gym bag athlete.png b/DATA/prompted_sd/clothes.txt/Energetic gym bag athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4c334b1cf2abca4eb3880b18b7d2b364cebcc2 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Energetic gym bag athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dea5a08f3930c0f322225714547225885f35b0ba95566953e1666725f58977 +size 574434 diff --git a/DATA/prompted_sd/clothes.txt/Flamboyant fringe bag dancer.png b/DATA/prompted_sd/clothes.txt/Flamboyant fringe bag dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..45160dcc62a94e85346e4472bbafe3359186c393 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Flamboyant fringe bag dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b09fae8cbefec243a268a616196326d129c78e2d41a4a07cc9cb43e4487d67 +size 539246 diff --git a/DATA/prompted_sd/clothes.txt/Flamboyant sequined bag performer.png b/DATA/prompted_sd/clothes.txt/Flamboyant sequined bag performer.png new file mode 100644 index 0000000000000000000000000000000000000000..567527e7e057fe85293bee6dc248cf9cafda6ae4 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Flamboyant sequined bag performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de89caca6a949ad05704a761b1c92e11d4808e72fdcd20239a38f214eb953fa6 +size 465509 diff --git a/DATA/prompted_sd/clothes.txt/Geometric patterned bag mathematician.png b/DATA/prompted_sd/clothes.txt/Geometric patterned bag mathematician.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb3bfd345cbc5cb29fc8714b58f243eebc24b2e --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Geometric patterned bag mathematician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ad16be655cca957d81158fe2990955be7beca3eb89b0efc971234b5850806d +size 513970 diff --git a/DATA/prompted_sd/clothes.txt/Glossy patent leather bag model.png b/DATA/prompted_sd/clothes.txt/Glossy patent leather bag model.png new file mode 100644 index 0000000000000000000000000000000000000000..e29b57c098a5f518a2f0e604df4a5212edc76cd2 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Glossy patent leather bag model.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989b01fa21441b72f3f1f2cd1fb35e8ba761d6774b58b29de5c7583d0851c640 +size 293343 diff --git a/DATA/prompted_sd/clothes.txt/Grandiose leather briefcase executive.png b/DATA/prompted_sd/clothes.txt/Grandiose leather briefcase executive.png new file mode 100644 index 0000000000000000000000000000000000000000..17f24f3e99a50423a07f484e74948779902b5483 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Grandiose leather briefcase executive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635c80bbbe1319e1f65d5138af0154d00a5beddc76a969a4f7075e9a216cf243 +size 269893 diff --git a/DATA/prompted_sd/clothes.txt/Heavy-duty cargo bag shipper.png b/DATA/prompted_sd/clothes.txt/Heavy-duty cargo bag shipper.png new file mode 100644 index 0000000000000000000000000000000000000000..b22fce34a822f4d1335ff6d1765aa5f5f60b91ce --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Heavy-duty cargo bag shipper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6dd08229dd5ab2b2869d48bf78c6fa7893742d7d12cc03c8868e3bab980b81 +size 460844 diff --git a/DATA/prompted_sd/clothes.txt/Intricately woven bag weaver.png b/DATA/prompted_sd/clothes.txt/Intricately woven bag weaver.png new file mode 100644 index 0000000000000000000000000000000000000000..50d5248f856b15d66a5a3661a46090539cec243d --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Intricately woven bag weaver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32221f5ead4cdf3f31f332bf161b29a26cb9c94f45871b93b54c752ce262e4c +size 475130 diff --git a/DATA/prompted_sd/clothes.txt/Lightweight parachute bag skydiver.png b/DATA/prompted_sd/clothes.txt/Lightweight parachute bag skydiver.png new file mode 100644 index 0000000000000000000000000000000000000000..e577c32f1f6686e4f3ba34c31cdad0d57a20264e --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Lightweight parachute bag skydiver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d4afe59c74b0e9be55d12b82a6e84eb3eabb8faa2d11deda586e79b03f9eae +size 463118 diff --git a/DATA/prompted_sd/clothes.txt/Loyal tote librarian.png b/DATA/prompted_sd/clothes.txt/Loyal tote librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..e38a1da50d3e767fbbcb2adc5bd8c6077ed1ce7f --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Loyal tote librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4ef202bf9845adf3febd119dfa7390e400c5cef9aa062962931cf20f8c70b3 +size 476024 diff --git a/DATA/prompted_sd/clothes.txt/Lustrous silk bag diviner.png b/DATA/prompted_sd/clothes.txt/Lustrous silk bag diviner.png new file mode 100644 index 0000000000000000000000000000000000000000..c14f327e766bb09d0be133745c940490bbd5fa83 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Lustrous silk bag diviner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88efc3f6b6b2d45a03b419e78c4eec0d0661cd1e2ef9ad5b3c2381d2fcbe2f69 +size 572845 diff --git a/DATA/prompted_sd/clothes.txt/Luxurious velvet purse diva.png b/DATA/prompted_sd/clothes.txt/Luxurious velvet purse diva.png new file mode 100644 index 0000000000000000000000000000000000000000..0db14a458a75476c27a8c9e3f19117bce96d8aaf --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Luxurious velvet purse diva.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb74b4798e32d049f994bfcaa47861a8c0c957a4c68d0720de53b3bf8bf590 +size 473093 diff --git a/DATA/prompted_sd/clothes.txt/Majestic chest treasure keeper.png b/DATA/prompted_sd/clothes.txt/Majestic chest treasure keeper.png new file mode 100644 index 0000000000000000000000000000000000000000..4be3e0fd0ff2303d505c25733e677d11d901d730 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Majestic chest treasure keeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a726de120f8691b1ce8d29537e9d67a07d30d05a0c4d30ffed085706b28c3ba +size 529378 diff --git a/DATA/prompted_sd/clothes.txt/Minimalist laptop bag tech guru.png b/DATA/prompted_sd/clothes.txt/Minimalist laptop bag tech guru.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd967c95e51be3b9d9986c6f6f12c96ebd61f02 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Minimalist laptop bag tech guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d66dcf62d9458aa6c62f2921f9fba988114e095b47aaba62070f8ec82d56c3 +size 392504 diff --git a/DATA/prompted_sd/clothes.txt/Multi-pocketed fishing bag angler.png b/DATA/prompted_sd/clothes.txt/Multi-pocketed fishing bag angler.png new file mode 100644 index 0000000000000000000000000000000000000000..0821e99396c17087086a13364c019b0b88f39c4b --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Multi-pocketed fishing bag angler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb5645a2276fd649d3b7079a95ca9cc197b49dfa68b48a372e201cc0986d1e3 +size 497852 diff --git a/DATA/prompted_sd/clothes.txt/Mysterious messenger bag courier.png b/DATA/prompted_sd/clothes.txt/Mysterious messenger bag courier.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc0b811a1640068b330b98b6a5e2be4ad6a0bbe --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Mysterious messenger bag courier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d574e990b3dcac2d1e53c2deda27939b96bf368078accc28a288f61db41ba8ad +size 529453 diff --git a/DATA/prompted_sd/clothes.txt/Nostalgic school bag scholar.png b/DATA/prompted_sd/clothes.txt/Nostalgic school bag scholar.png new file mode 100644 index 0000000000000000000000000000000000000000..5babc409ce92306f6b78aaa4743e3b00d9f05a40 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Nostalgic school bag scholar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eb9314670aad3755ec07929e6a22bfd497d87edfc5da55d9e40f94e2e6940e +size 517287 diff --git a/DATA/prompted_sd/clothes.txt/Playful diaper bag nanny.png b/DATA/prompted_sd/clothes.txt/Playful diaper bag nanny.png new file mode 100644 index 0000000000000000000000000000000000000000..76e66a9a71919051bd39371cd99878d6f50f6b20 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Playful diaper bag nanny.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896a5b3e0dd6cdaf9ac5fa4a5aa3e753fd36e7db6f4308fa874c0997f5408cbf +size 448934 diff --git a/DATA/prompted_sd/clothes.txt/Posh evening bag socialite.png b/DATA/prompted_sd/clothes.txt/Posh evening bag socialite.png new file mode 100644 index 0000000000000000000000000000000000000000..cae13dbc8bb0b9e969bac0c205d9d286e7adf752 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Posh evening bag socialite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767bbed4e6cd85bacf5da06a8a306e79690ae00de77988a72ea4ede82586e16c +size 446830 diff --git a/DATA/prompted_sd/clothes.txt/Protective armored backpack knight.png b/DATA/prompted_sd/clothes.txt/Protective armored backpack knight.png new file mode 100644 index 0000000000000000000000000000000000000000..e4793bd7eba1f1919fc4abe94e013152fbfcccfd --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Protective armored backpack knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87e8db8258cc774008aa8e1a25126e8c24673c6c6c7e35931dfd714508348ad +size 354794 diff --git a/DATA/prompted_sd/clothes.txt/Quaint knapsack writer.png b/DATA/prompted_sd/clothes.txt/Quaint knapsack writer.png new file mode 100644 index 0000000000000000000000000000000000000000..8fded5b2728ce02e07083b25e668b6ad9580bd57 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Quaint knapsack writer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f2f707e8384f74567c0cb7dc06e683870a362ddbfa3fcef919b1fb584781ba +size 468262 diff --git a/DATA/prompted_sd/clothes.txt/Quirky patchwork bag artist.png b/DATA/prompted_sd/clothes.txt/Quirky patchwork bag artist.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd0f3aedf54c304302204f6fbb84a88186f28ab --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Quirky patchwork bag artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd707a00b575ccc7c7ffbb360bf17e5ed911aceb39d3a8ddf30b2dea77943853 +size 466743 diff --git a/DATA/prompted_sd/clothes.txt/Refined attache case diplomat.png b/DATA/prompted_sd/clothes.txt/Refined attache case diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..01eb11a77ee459a3a1f2b2fe5797d0f24de49895 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Refined attache case diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff13dbaa8dd18dae158b9663d54eb5970f9fc4669419140baf44b124cd28c5f +size 359095 diff --git a/DATA/prompted_sd/clothes.txt/Regal beaded clutch empress.png b/DATA/prompted_sd/clothes.txt/Regal beaded clutch empress.png new file mode 100644 index 0000000000000000000000000000000000000000..a89acd311c2f75083fe226bf390e0a0205dcc7b1 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Regal beaded clutch empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ce241240d3eb6840119a400c3baa669f42dc0fcb3c00d33300912ea236c19 +size 550817 diff --git a/DATA/prompted_sd/clothes.txt/Rugged backpack explorer.png b/DATA/prompted_sd/clothes.txt/Rugged backpack explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..14c7d1d882afd9b889f97fe5bb0ca46328a76a1b --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Rugged backpack explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05016081fa2be2d86bf6d89c0640b3e9e1eb79503b82b8e243d97a410021d1a2 +size 541707 diff --git a/DATA/prompted_sd/clothes.txt/Rugged canvas sack miner.png b/DATA/prompted_sd/clothes.txt/Rugged canvas sack miner.png new file mode 100644 index 0000000000000000000000000000000000000000..bdcb142f5045fc536f3bfed050ad3203a96b130d --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Rugged canvas sack miner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad01dd800eb4b82dbed999857ae7583fdbe29a87ea8477d8ed4cef8df95fb1bd +size 488381 diff --git a/DATA/prompted_sd/clothes.txt/Rustic hobo bag musician.png b/DATA/prompted_sd/clothes.txt/Rustic hobo bag musician.png new file mode 100644 index 0000000000000000000000000000000000000000..78c163b7cf8d45bfa6e1510a230c91afb11ade27 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Rustic hobo bag musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb6ab17dba8a214bed0e8fa5e41a91b8a87a7eb65c144e9a07972f8cbeeaf2d +size 489572 diff --git a/DATA/prompted_sd/clothes.txt/Sporty hydration pack runner.png b/DATA/prompted_sd/clothes.txt/Sporty hydration pack runner.png new file mode 100644 index 0000000000000000000000000000000000000000..35a2b223360b4b8640d78bb8980af16b2cab8ae4 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Sporty hydration pack runner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a0ada293e7fd2fd5fb203d4a0716c04205f74e4ec8ee9066397d9c16090457 +size 563383 diff --git a/DATA/prompted_sd/clothes.txt/Stealthy camouflage bag ranger.png b/DATA/prompted_sd/clothes.txt/Stealthy camouflage bag ranger.png new file mode 100644 index 0000000000000000000000000000000000000000..d14732125546f4a3546bb2fef848feb53baab573 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Stealthy camouflage bag ranger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522977641ef0785eef10b9472cb76017203ffd85faba1e375f04a61656e335ea +size 532003 diff --git a/DATA/prompted_sd/clothes.txt/Sturdy belt bag warrior.png b/DATA/prompted_sd/clothes.txt/Sturdy belt bag warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..f7668b3c065a0347ceb9c1fb285698364cb9d68f --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Sturdy belt bag warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52265e03b5008ffc91874722a0915f718dc424eda14d50ad57f4aeeef95589a +size 446741 diff --git a/DATA/prompted_sd/clothes.txt/Suave duffel jetsetter.png b/DATA/prompted_sd/clothes.txt/Suave duffel jetsetter.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c78d691847b275c92b93dfec48fe7b1bf2c7ba --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Suave duffel jetsetter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354390738d97cb49a34c732c51de1e797e3c01243704b0c95ad7ad5ea77e153f +size 361539 diff --git a/DATA/prompted_sd/clothes.txt/Timeless brown bag philosopher.png b/DATA/prompted_sd/clothes.txt/Timeless brown bag philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d7c6958b1cf5bb541c4e1f2e0b34a68416896e --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Timeless brown bag philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc7e0569eabab95a76ea2e02716a0d689108c8ed430262f101bb8c17e942a56 +size 445156 diff --git a/DATA/prompted_sd/clothes.txt/Transparent clear bag visionary.png b/DATA/prompted_sd/clothes.txt/Transparent clear bag visionary.png new file mode 100644 index 0000000000000000000000000000000000000000..b9652d5ed6eb3a7b01dfac5a8132e58a4c7e7a9c --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Transparent clear bag visionary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b18cbf19240b1b4e64e362413d62ccb30c5f58da147976f5070d5e224d25a7 +size 564524 diff --git a/DATA/prompted_sd/clothes.txt/Trendy crossbody bag fashionista.png b/DATA/prompted_sd/clothes.txt/Trendy crossbody bag fashionista.png new file mode 100644 index 0000000000000000000000000000000000000000..9084da33d15acf54c4ef0df524e301aab3b3d69e --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Trendy crossbody bag fashionista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99f5083999309bbfd6266157f836ba08f34605708ab13eda75b9c3e9da9112e +size 456166 diff --git a/DATA/prompted_sd/clothes.txt/Vibrant printed pouch traveler.png b/DATA/prompted_sd/clothes.txt/Vibrant printed pouch traveler.png new file mode 100644 index 0000000000000000000000000000000000000000..95329ec89ae3c20ec11c0074c2de3026632e00f0 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Vibrant printed pouch traveler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112f16a9b8866e9d634d8d5d3514c506c966191533ce9653a04e53942869cb09 +size 495291 diff --git a/DATA/prompted_sd/clothes.txt/Vintage suitcase historian.png b/DATA/prompted_sd/clothes.txt/Vintage suitcase historian.png new file mode 100644 index 0000000000000000000000000000000000000000..3480d61839cb93c7014a4e24288f1e00d0e04178 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Vintage suitcase historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8629dd82585080683f060f343ee3c010273461747b91d24bfe5b92a6f9f03c1e +size 416953 diff --git a/DATA/prompted_sd/clothes.txt/Whimsical coin purse collector.png b/DATA/prompted_sd/clothes.txt/Whimsical coin purse collector.png new file mode 100644 index 0000000000000000000000000000000000000000..033f419b5f974dac7aab081be3427bd510ecbbb9 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Whimsical coin purse collector.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290ee80d040f8fbfe2de010356a48e6a4217afcc461279daebea8f30f584cd9b +size 446358 diff --git a/DATA/prompted_sd/clothes.txt/Whimsical drawstring pouch magician.png b/DATA/prompted_sd/clothes.txt/Whimsical drawstring pouch magician.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/clothes.txt/Whimsical drawstring pouch magician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/fruits.txt/Ambitious passionfruit entrepreneur.png b/DATA/prompted_sd/fruits.txt/Ambitious passionfruit entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..b1c16de96699d55762a62940730ff65feb264a29 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Ambitious passionfruit entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af78e7979e93077c21863a6f0a0d284ed9cfda43c7df59a4156d08d7a3d816b +size 517132 diff --git a/DATA/prompted_sd/fruits.txt/Artistic dragon fruit painter.png b/DATA/prompted_sd/fruits.txt/Artistic dragon fruit painter.png new file mode 100644 index 0000000000000000000000000000000000000000..5c6ea46830dfac8ded9f841ccb78d2da207ebc47 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Artistic dragon fruit painter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2aae1087038c838c20f57788fb771fe3277155b1423a26e77e81c55332654e +size 477960 diff --git a/DATA/prompted_sd/fruits.txt/Bold grapefruit pilot.png b/DATA/prompted_sd/fruits.txt/Bold grapefruit pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..642deb695a78508b79b090785cdb7229e9dcbd32 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Bold grapefruit pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80892d6eed1f6481cc070278384fda9ee6f3ccc371a7333a06f3be34200ed06e +size 397882 diff --git a/DATA/prompted_sd/fruits.txt/Brave watermelon warrior.png b/DATA/prompted_sd/fruits.txt/Brave watermelon warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..db0af19d74eae12589665a7bfb7046e95a561166 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Brave watermelon warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65db647f330c5247d5e82f7e17143a80ca3a0da2b4425a9e052adce8b8a80cf7 +size 456159 diff --git a/DATA/prompted_sd/fruits.txt/Charismatic grape entertainer.png b/DATA/prompted_sd/fruits.txt/Charismatic grape entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..946b44f8974326649533482b13509e7602b262a6 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Charismatic grape entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c19c1fe9f071b4b3ec3e0dd077ec018f6fd5e312ebe1aa90dfe9cc94b1f12c4 +size 345567 diff --git a/DATA/prompted_sd/fruits.txt/Charming cherry diplomat.png b/DATA/prompted_sd/fruits.txt/Charming cherry diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..152a4bb9d6b76d4e45b5be8f2580a87be95ea52b --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Charming cherry diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4792fd949d25beb34475ca9fbc90537bce9289b7517ab05ee2f099810a5d10e6 +size 517534 diff --git a/DATA/prompted_sd/fruits.txt/Cheerful melon comedian.png b/DATA/prompted_sd/fruits.txt/Cheerful melon comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2cabfe1d868b43ee9e542c9332561304bd1178 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Cheerful melon comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762f665485f6115dbbc8df6818c9b79c7e043d324eaaaf642402caeab7a4212d +size 377994 diff --git a/DATA/prompted_sd/fruits.txt/Confident banana leader.png b/DATA/prompted_sd/fruits.txt/Confident banana leader.png new file mode 100644 index 0000000000000000000000000000000000000000..46466a9cf19d606657f2052c03b6203fe404045f --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Confident banana leader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bdff4e2fcedc2f75a122b42acd334c3aa2fb140cc7ef4d790ee979980ef085 +size 498345 diff --git a/DATA/prompted_sd/fruits.txt/Confident kiwi coach.png b/DATA/prompted_sd/fruits.txt/Confident kiwi coach.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d8fa757864670aac3fcd95b4ea65726feb59af --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Confident kiwi coach.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f155a36c0f6a7a692a43d691f862e3b5f5bd61f9e0678a232ece45bd08c2a3b9 +size 500030 diff --git a/DATA/prompted_sd/fruits.txt/Curious gooseberry scientist.png b/DATA/prompted_sd/fruits.txt/Curious gooseberry scientist.png new file mode 100644 index 0000000000000000000000000000000000000000..de3b764b3423932809166091a1ba00cd8c922af8 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Curious gooseberry scientist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e806fabbb6f9472cdfc6374d2e888e5894a0e3d7105f8e75ebb98877b60dfa +size 488320 diff --git a/DATA/prompted_sd/fruits.txt/Dapper cranberry gentleman.png b/DATA/prompted_sd/fruits.txt/Dapper cranberry gentleman.png new file mode 100644 index 0000000000000000000000000000000000000000..30a8592d45d23cfe39641d3465653750d62f1a98 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Dapper cranberry gentleman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab631498a151e473d6ff6b00e35a3e5043318d3d7c9d71746beae497e1a0380b +size 478742 diff --git a/DATA/prompted_sd/fruits.txt/Dignified olive statesman.png b/DATA/prompted_sd/fruits.txt/Dignified olive statesman.png new file mode 100644 index 0000000000000000000000000000000000000000..378a02c7bf14e33a9490b507523916f09bb7d74f --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Dignified olive statesman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4948f78c06b73fd0a0f2d4ceeb5a46c9c8c18522a1409c0a27536a3ca36b95 +size 420948 diff --git a/DATA/prompted_sd/fruits.txt/Dreamy lychee artist.png b/DATA/prompted_sd/fruits.txt/Dreamy lychee artist.png new file mode 100644 index 0000000000000000000000000000000000000000..35d476664dbc6d8e8724bcb7770c2f7cc5825642 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Dreamy lychee artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e10e933edee5cfc01d7a7d13fe735d818b86aaa1dc4757d8aac3eb718a6a7d +size 500576 diff --git a/DATA/prompted_sd/fruits.txt/Elegant pear dancer.png b/DATA/prompted_sd/fruits.txt/Elegant pear dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..9f406ee9807fc7d9a465c67abb2871688ccef22a --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Elegant pear dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d42235a09980cae643b7869079645ebdc9b8a649b675e7246ba10f72456dd3 +size 459599 diff --git a/DATA/prompted_sd/fruits.txt/Energetic strawberry athlete.png b/DATA/prompted_sd/fruits.txt/Energetic strawberry athlete.png new file mode 100644 index 0000000000000000000000000000000000000000..82dccb1eb807b5e90ac63173e516b051374fde54 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Energetic strawberry athlete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a8bef18a957f6fb339ab098af8cafa37274dfb48ea6620fcc5f5046c008594 +size 558689 diff --git a/DATA/prompted_sd/fruits.txt/Exuberant plum performer.png b/DATA/prompted_sd/fruits.txt/Exuberant plum performer.png new file mode 100644 index 0000000000000000000000000000000000000000..c38ce49a78ff0b1e70b70b9f038e777320f14bd9 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Exuberant plum performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51542aff16150293bb6accb3678689a2658c62d38a7fbd1eb253563ba652b7ea +size 391816 diff --git a/DATA/prompted_sd/fruits.txt/Fiery chili pepper activist.png b/DATA/prompted_sd/fruits.txt/Fiery chili pepper activist.png new file mode 100644 index 0000000000000000000000000000000000000000..617836b64e8ba4fc47288b992059b6d489ec3b4e --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Fiery chili pepper activist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f7ed3cc9ebd6e83c63bbe28abafcdf58abebd5a920fc029fc97ebbf2ab9727 +size 457368 diff --git a/DATA/prompted_sd/fruits.txt/Gentle fig monk.png b/DATA/prompted_sd/fruits.txt/Gentle fig monk.png new file mode 100644 index 0000000000000000000000000000000000000000..4953cf32681ea62a561ef0404d8f2ba106e8e940 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Gentle fig monk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3366336f0af96e1787a014dac3db6cc9bf177d490452b9dd7ffae54f5977c1f7 +size 424225 diff --git a/DATA/prompted_sd/fruits.txt/Gentle guava healer.png b/DATA/prompted_sd/fruits.txt/Gentle guava healer.png new file mode 100644 index 0000000000000000000000000000000000000000..88eff355dce5c16cc18f2ba6660e82dc039de265 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Gentle guava healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9684ac9802c9088fbd1e4e8428254dd465a20b6889728c97e951d97fdfc799 +size 383493 diff --git a/DATA/prompted_sd/fruits.txt/Gentle peach poet.png b/DATA/prompted_sd/fruits.txt/Gentle peach poet.png new file mode 100644 index 0000000000000000000000000000000000000000..192e7f0073ed709797e19316e9a82770af4348cf --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Gentle peach poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afaf276624aac78cb00daf18dbc91ac34186b367a982b679aaf0f7edd7062cdf +size 580159 diff --git a/DATA/prompted_sd/fruits.txt/Graceful apricot ballerina.png b/DATA/prompted_sd/fruits.txt/Graceful apricot ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..725faa3726441b72dfb0b3da73ab49b4a1e4295e --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Graceful apricot ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cbef339d878f929f08f7edb13ff07cc21d86bc52edb27aa8ceac35fb2ccbc1 +size 397368 diff --git a/DATA/prompted_sd/fruits.txt/Graceful persimmon figure skater.png b/DATA/prompted_sd/fruits.txt/Graceful persimmon figure skater.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4022d5880fbc8af827f32664711a836cb9643e --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Graceful persimmon figure skater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00d78c1b6839c2247b796fcf429689c5a105bd97bda37bec0379e5e78ea291f +size 387257 diff --git a/DATA/prompted_sd/fruits.txt/Humble cherry tomato gardener.png b/DATA/prompted_sd/fruits.txt/Humble cherry tomato gardener.png new file mode 100644 index 0000000000000000000000000000000000000000..20b13a27dd2342454b6db578e6946384b6494a9a --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Humble cherry tomato gardener.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de5fcd2ba958b28072f114923243ca9ade53dd33178b31e71274c7d03a28810 +size 438295 diff --git a/DATA/prompted_sd/fruits.txt/Humorous papaya clown.png b/DATA/prompted_sd/fruits.txt/Humorous papaya clown.png new file mode 100644 index 0000000000000000000000000000000000000000..35607db24b6a12a440a80db9db3562376f3a8a6f --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Humorous papaya clown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f579b5ac385308d07e8862bc0eccf5bbc38aa2e0c0dacdb5da3026dbeecf9a +size 390228 diff --git a/DATA/prompted_sd/fruits.txt/Joyful tangerine singer.png b/DATA/prompted_sd/fruits.txt/Joyful tangerine singer.png new file mode 100644 index 0000000000000000000000000000000000000000..994ee27c5a4c86b2af83072e3d2e201df1f3cf5c --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Joyful tangerine singer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c0b59c04f8902ea9504dcf9f98acbfded4e02a4eaa4f9e532b665709f33630 +size 471106 diff --git a/DATA/prompted_sd/fruits.txt/Jubilant clementine ringmaster.png b/DATA/prompted_sd/fruits.txt/Jubilant clementine ringmaster.png new file mode 100644 index 0000000000000000000000000000000000000000..eb26b3e04036fc4790b8fe08896279f4c08162fd --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Jubilant clementine ringmaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a5083d099a515ca2fb659145211ce69e876f58ab426d514a8794bfd04e7d64 +size 454375 diff --git a/DATA/prompted_sd/fruits.txt/Jubilant raspberry musician.png b/DATA/prompted_sd/fruits.txt/Jubilant raspberry musician.png new file mode 100644 index 0000000000000000000000000000000000000000..a9019a8222776f6c4177c93283c9558879137021 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Jubilant raspberry musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cc32f7361876d81fee1b4bae88bccd809542d11d83d8dd7177bd3eebeac030 +size 494189 diff --git a/DATA/prompted_sd/fruits.txt/Loyal blueberry counselor.png b/DATA/prompted_sd/fruits.txt/Loyal blueberry counselor.png new file mode 100644 index 0000000000000000000000000000000000000000..187489ac38d365437b8416873eb0fee035f39629 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Loyal blueberry counselor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbe717cc57b17bf43028e78394de60962c83a21873af5ef8ee6226b94eb5b85 +size 486750 diff --git a/DATA/prompted_sd/fruits.txt/Mysterious blueberry mystic.png b/DATA/prompted_sd/fruits.txt/Mysterious blueberry mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..fda44628e941e487730a2673306a32dfc68f7814 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Mysterious blueberry mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d051e1f4df9398c970ba156fa94a0061003ea7a4a0ab1bdfc3f0e27291a9580 +size 469816 diff --git a/DATA/prompted_sd/fruits.txt/Mysterious currant sorcerer.png b/DATA/prompted_sd/fruits.txt/Mysterious currant sorcerer.png new file mode 100644 index 0000000000000000000000000000000000000000..8cec2e01f3edc850c9bf9185b0f6fee0ee93ac5a --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Mysterious currant sorcerer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f67f11cde72165086a06557ab06b3bf8f17de3746d1d8f0061355348fa9d2b7 +size 565495 diff --git a/DATA/prompted_sd/fruits.txt/Mystical starfruit astronomer.png b/DATA/prompted_sd/fruits.txt/Mystical starfruit astronomer.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a3aa4a5bd4c29119748825cdcf31746f349680 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Mystical starfruit astronomer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581e72b5803bbb5129aafe46623c3b06082de003a1c169fd05bfdd2fb38f3831 +size 518673 diff --git a/DATA/prompted_sd/fruits.txt/Noble pomegranate knight.png b/DATA/prompted_sd/fruits.txt/Noble pomegranate knight.png new file mode 100644 index 0000000000000000000000000000000000000000..012bd7b87aa833aba965b04956b56c7cede2d611 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Noble pomegranate knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d57139ed7f90d2372542ce6f7e6c11c417a855dcd9c2287eeb2a03b4a4e3152 +size 539999 diff --git a/DATA/prompted_sd/fruits.txt/Passionate blackcurrant rockstar.png b/DATA/prompted_sd/fruits.txt/Passionate blackcurrant rockstar.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Passionate blackcurrant rockstar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/fruits.txt/Philosopher kiwi thinker.png b/DATA/prompted_sd/fruits.txt/Philosopher kiwi thinker.png new file mode 100644 index 0000000000000000000000000000000000000000..76908b72290362b4f388784d643155a9daab68b3 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Philosopher kiwi thinker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba70c7e96948bd8602d18400c6e23dbe4f2f8af05cd2eda69787b8071ce1855 +size 525552 diff --git a/DATA/prompted_sd/fruits.txt/Regal durian empress.png b/DATA/prompted_sd/fruits.txt/Regal durian empress.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Regal durian empress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/fruits.txt/Regal pineapple monarch.png b/DATA/prompted_sd/fruits.txt/Regal pineapple monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..69cec256e13a78d710f785047bb98d62f1ab70af --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Regal pineapple monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fa26103e1061c69beddb057e7225a2408e9f65139d3e399721e8e3e20806f3 +size 521116 diff --git a/DATA/prompted_sd/fruits.txt/Resourceful lime engineer.png b/DATA/prompted_sd/fruits.txt/Resourceful lime engineer.png new file mode 100644 index 0000000000000000000000000000000000000000..003b4cc6ed9fe9f827bcd92cc84fdb9f7a44f8d6 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Resourceful lime engineer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9f3b27ddc77e1b4f6da194b6b7f726d793e8765afcc0a0f4853d9a424e6fa2 +size 582047 diff --git a/DATA/prompted_sd/fruits.txt/Scholarly lemon professor.png b/DATA/prompted_sd/fruits.txt/Scholarly lemon professor.png new file mode 100644 index 0000000000000000000000000000000000000000..17d8b33b7479340eb0e173dc514eb33b7d37f39d --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Scholarly lemon professor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807fe71ce0471031f77d89237e5eba751a7d8122c32b2314511cd60e80f09310 +size 492752 diff --git a/DATA/prompted_sd/fruits.txt/Scholarly pomegranate librarian.png b/DATA/prompted_sd/fruits.txt/Scholarly pomegranate librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7303ebc88b4c224052239c017f3add53f7fdc6 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Scholarly pomegranate librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d196599ea032d3e2c435c7e1bb621372fd4a6b546e4e73098c7beb8524d01c +size 531955 diff --git a/DATA/prompted_sd/fruits.txt/Serendipitous passionfruit dreamer.png b/DATA/prompted_sd/fruits.txt/Serendipitous passionfruit dreamer.png new file mode 100644 index 0000000000000000000000000000000000000000..d35e887b65b2ab1dafac599f99687ee2ad22c169 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Serendipitous passionfruit dreamer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724e13ecb0c42ed0500428722446ca9f99fe4d761e9ddd935ebbf6df250e241e +size 424348 diff --git a/DATA/prompted_sd/fruits.txt/Serene coconut guru.png b/DATA/prompted_sd/fruits.txt/Serene coconut guru.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb87c6d44d31b0ba0e45baff0df8b58d5e01495 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Serene coconut guru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41e58f8724de65c64a26ce99587cce27b2073676b32a431b2b4be4085f24770 +size 505726 diff --git a/DATA/prompted_sd/fruits.txt/Sleek avocado explorer.png b/DATA/prompted_sd/fruits.txt/Sleek avocado explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..4d237c25fadeed474a5ada5041d627d7400f42c5 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Sleek avocado explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8bef26a3f7c782a6b8f9c4f3665a27d7ba4c1fe111b85606fa3d4426a04607 +size 583755 diff --git a/DATA/prompted_sd/fruits.txt/Steampunk blackberry inventor.png b/DATA/prompted_sd/fruits.txt/Steampunk blackberry inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5e2b1a68c64f8a618c92f70ce99cb13bde0eaf --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Steampunk blackberry inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1979cd8424317252749043e45d6235b7ec6439cb8699c4fcb80d1db7ebba57be +size 546533 diff --git a/DATA/prompted_sd/fruits.txt/Stoic fig guard.png b/DATA/prompted_sd/fruits.txt/Stoic fig guard.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Stoic fig guard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/fruits.txt/Traditional elderberry historian.png b/DATA/prompted_sd/fruits.txt/Traditional elderberry historian.png new file mode 100644 index 0000000000000000000000000000000000000000..bff81bc8f823b4139855c69e42acb13907fdc39c --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Traditional elderberry historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add35e81d4872b4238192e8a5bf87b786027c00f27294de06d6feeb689296f1f +size 466205 diff --git a/DATA/prompted_sd/fruits.txt/Urban orange detective.png b/DATA/prompted_sd/fruits.txt/Urban orange detective.png new file mode 100644 index 0000000000000000000000000000000000000000..55d8b45df48299f7f268e289784aaec036bc4532 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Urban orange detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c797df94a5106205bea7d19d37d08899014a53ad8e2a92e53697bb6844853b6b +size 472732 diff --git a/DATA/prompted_sd/fruits.txt/Vibrant boysenberry radio host.png b/DATA/prompted_sd/fruits.txt/Vibrant boysenberry radio host.png new file mode 100644 index 0000000000000000000000000000000000000000..8e37974831ec0957516f4ee0912b475b04eb8ce4 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Vibrant boysenberry radio host.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ef32ffa84ae47a4ad561a02bfa149122abd01abf023059065250423af28b44 +size 435280 diff --git a/DATA/prompted_sd/fruits.txt/Vibrant mango broadcaster.png b/DATA/prompted_sd/fruits.txt/Vibrant mango broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..56961efb7e0db892daf20c6904d15b3b15a57713 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Vibrant mango broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c79c2a333afc9d8b60b0c201ae32c4c0e15414fc228f5e95dda7ae2f628fce4 +size 448252 diff --git a/DATA/prompted_sd/fruits.txt/Wise apple elder.png b/DATA/prompted_sd/fruits.txt/Wise apple elder.png new file mode 100644 index 0000000000000000000000000000000000000000..804b5edd83d210dbbad6a56189b8f2e862f559d0 --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Wise apple elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c4376c4ec6d9cb0efe719b1e0f7ec233f581230a6feea3442eb2c0faac3fa5 +size 550661 diff --git a/DATA/prompted_sd/fruits.txt/Wise date sage.png b/DATA/prompted_sd/fruits.txt/Wise date sage.png new file mode 100644 index 0000000000000000000000000000000000000000..74994868861a6532fbde9279794ae26ff58dae3e --- /dev/null +++ b/DATA/prompted_sd/fruits.txt/Wise date sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d681caec5eb45e507016b4405d3c60ce043aa18493ef3c26e8dc1b492de2f716 +size 418643 diff --git a/DATA/prompted_sd/office_accessories.txt/Adventurous envelope traveler.png b/DATA/prompted_sd/office_accessories.txt/Adventurous envelope traveler.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb345de718d7a3fa4ae69504010e70c6cfd10ae --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Adventurous envelope traveler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de10d79a18392bceab146396a1043b00c89173b86826039af5c7d4a5924ce404 +size 474210 diff --git a/DATA/prompted_sd/office_accessories.txt/Ambitious printer publisher.png b/DATA/prompted_sd/office_accessories.txt/Ambitious printer publisher.png new file mode 100644 index 0000000000000000000000000000000000000000..5b581b0c5beb6d3367829206dc23cdf760b1bd14 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Ambitious printer publisher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208d185fcf2b02a7d6690fcec25f3959aadd8c466243ef3f5ab1afa012093ff9 +size 502203 diff --git a/DATA/prompted_sd/office_accessories.txt/Artistic paintbrush designer.png b/DATA/prompted_sd/office_accessories.txt/Artistic paintbrush designer.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe7fb2c86c15943f9de2869b94d7f076be36674 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Artistic paintbrush designer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28d1387ee52449fb0991b9c355155e27fb67cf1db269246ad0baadeaa36a5de +size 404425 diff --git a/DATA/prompted_sd/office_accessories.txt/Bold scissors strategist.png b/DATA/prompted_sd/office_accessories.txt/Bold scissors strategist.png new file mode 100644 index 0000000000000000000000000000000000000000..44cac828ebadf9accee3015f7d0fdbd8c6756dfb --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Bold scissors strategist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8a724925b7276e2dcce33dc380efb769c33b991f7e654a9b814db58a4d05ca +size 569351 diff --git a/DATA/prompted_sd/office_accessories.txt/Charismatic pen presenter.png b/DATA/prompted_sd/office_accessories.txt/Charismatic pen presenter.png new file mode 100644 index 0000000000000000000000000000000000000000..4e81acb27085a501a2cc42a7db12798fa8e3ea26 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Charismatic pen presenter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93914391cd96e48fc17983561e483149f224ec0b81cc6c7f8614a5a1dda1e428 +size 474795 diff --git a/DATA/prompted_sd/office_accessories.txt/Charming rubber band diplomat.png b/DATA/prompted_sd/office_accessories.txt/Charming rubber band diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..e951dc862de282a69603293673d64b60b0aa1ba6 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Charming rubber band diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72164c57af632bfec207556c86f4a5df46a352130ab9468c226a7be0eaf83ef0 +size 448703 diff --git a/DATA/prompted_sd/office_accessories.txt/Cheerful thumbtack decorator.png b/DATA/prompted_sd/office_accessories.txt/Cheerful thumbtack decorator.png new file mode 100644 index 0000000000000000000000000000000000000000..14ba45d3b9163d43d924fb243ea3b46f19193d64 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Cheerful thumbtack decorator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ffa1f58376c864e1447283093b488a9e4e183f67bdbd412239c2c5fc5b23a +size 549635 diff --git a/DATA/prompted_sd/office_accessories.txt/Confident pushpin point person.png b/DATA/prompted_sd/office_accessories.txt/Confident pushpin point person.png new file mode 100644 index 0000000000000000000000000000000000000000..a38eee8cac2326405b40a10c359761c49597c7c1 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Confident pushpin point person.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cae52d3f16220f9f6a440098e1e33782a5e39be5979d5a9086d6c960efeda3 +size 451993 diff --git a/DATA/prompted_sd/office_accessories.txt/Curious magnifying glass detective.png b/DATA/prompted_sd/office_accessories.txt/Curious magnifying glass detective.png new file mode 100644 index 0000000000000000000000000000000000000000..306e618ea43d62d7647ce8e25c52fd9aea477a8b --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Curious magnifying glass detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ea28fc4229ff8cfdc98c72732eefda4c539d5d3fa7f17df62051ab5d975717 +size 592564 diff --git a/DATA/prompted_sd/office_accessories.txt/Dynamic rolling chair racer.png b/DATA/prompted_sd/office_accessories.txt/Dynamic rolling chair racer.png new file mode 100644 index 0000000000000000000000000000000000000000..f4497a4fbb4a882d8096298464f144dc6dd4c525 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Dynamic rolling chair racer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1619c15068c38b15953a5bbe59309b737e482edb5643927a655f19ec9a35fc9 +size 403664 diff --git a/DATA/prompted_sd/office_accessories.txt/Elegant letter opener fencer.png b/DATA/prompted_sd/office_accessories.txt/Elegant letter opener fencer.png new file mode 100644 index 0000000000000000000000000000000000000000..98c703a32a1d3decbf3c9d2668b75da78d2433c0 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Elegant letter opener fencer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe7cea5618ef1458a6a791c8bab84d008863ddfe2c3f0d7a6e11bf17505bf87 +size 439294 diff --git a/DATA/prompted_sd/office_accessories.txt/Enchanting snow globe dreamer.png b/DATA/prompted_sd/office_accessories.txt/Enchanting snow globe dreamer.png new file mode 100644 index 0000000000000000000000000000000000000000..680840f413a0f56fdcfc857d57a7df212cbc1a7b --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Enchanting snow globe dreamer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77395c4a8ad75a7a046914deb630130980ecd1aa31dcf1d461056a8027effddc +size 407489 diff --git a/DATA/prompted_sd/office_accessories.txt/Energetic highlighter broadcaster.png b/DATA/prompted_sd/office_accessories.txt/Energetic highlighter broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..ce83c25f89229c8e46224070ed15c7e39ee52725 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Energetic highlighter broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079570e3f528f5848823b0bf37a0bfbefa9530630efe8b184343ffbeb19f25e0 +size 437402 diff --git a/DATA/prompted_sd/office_accessories.txt/Enigmatic calculator oracle.png b/DATA/prompted_sd/office_accessories.txt/Enigmatic calculator oracle.png new file mode 100644 index 0000000000000000000000000000000000000000..07cc7ea6ad8e5ed9629e57ec79cbd3de80b5fabe --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Enigmatic calculator oracle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a5f66f2efbc598724a2241665446ece6acf1e8a84c69fe8608137df36224b6 +size 218740 diff --git a/DATA/prompted_sd/office_accessories.txt/Gentle tissue box comforter.png b/DATA/prompted_sd/office_accessories.txt/Gentle tissue box comforter.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4f7cb996eafabad53496d4d77deab96e65d04f --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Gentle tissue box comforter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b865233c867d1a4b00c89ea4ddae44a3ba816c0b9e222804a854b22c0425386 +size 446292 diff --git a/DATA/prompted_sd/office_accessories.txt/Graceful quill dancer.png b/DATA/prompted_sd/office_accessories.txt/Graceful quill dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f09c237ee3d4af777bd57bdb67430216d9e20f --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Graceful quill dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ecdfe143b8468803580216c70e49680a5404cf17999be6b8f435277b3c43f4 +size 422171 diff --git a/DATA/prompted_sd/office_accessories.txt/Harmonious musical ruler.png b/DATA/prompted_sd/office_accessories.txt/Harmonious musical ruler.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2b31f0810c1852926118e47d18742cb88804c5 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Harmonious musical ruler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb12f56f9dbb1e4b7d77e7744a57aca724a4824ed45ead616a5149d669eab7a +size 501505 diff --git a/DATA/prompted_sd/office_accessories.txt/Humorous spinning top jester.png b/DATA/prompted_sd/office_accessories.txt/Humorous spinning top jester.png new file mode 100644 index 0000000000000000000000000000000000000000..a2db886c5a4e5d76aaa79497d850537f20603e6b --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Humorous spinning top jester.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f63095dc49f3f1429162051322e07b0469156ceea5dd41243f14dd0bceecd71 +size 433769 diff --git a/DATA/prompted_sd/office_accessories.txt/Intrepid paperclip navigator.png b/DATA/prompted_sd/office_accessories.txt/Intrepid paperclip navigator.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7f5d54cf5c05c115d0df096e79576a5b4f6fe1 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Intrepid paperclip navigator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e10ec70fb727569c25cd2d65639bd3ee04cfe5d71f9aa72d1e1732bbfd0a295 +size 459693 diff --git a/DATA/prompted_sd/office_accessories.txt/Jubilant stamp perforator.png b/DATA/prompted_sd/office_accessories.txt/Jubilant stamp perforator.png new file mode 100644 index 0000000000000000000000000000000000000000..0f39ccf2c7807dab60d86e6ab549df64ed50e8d9 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Jubilant stamp perforator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c77ba62ca74f414966d2a63da3fd55e82c525507541b272fb63fbad186e0563 +size 478964 diff --git a/DATA/prompted_sd/office_accessories.txt/Jubilant tape dispenser comedian.png b/DATA/prompted_sd/office_accessories.txt/Jubilant tape dispenser comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Jubilant tape dispenser comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/office_accessories.txt/Loyal clipboard manager.png b/DATA/prompted_sd/office_accessories.txt/Loyal clipboard manager.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c32f84dd4ce5a0a6903e91b6a25efc34887c0a --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Loyal clipboard manager.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224bb66ad65a1d10657624acc5bee332f3c49a171e6976265f90f52e95d877cc +size 360011 diff --git a/DATA/prompted_sd/office_accessories.txt/Loyal telephone communicator.png b/DATA/prompted_sd/office_accessories.txt/Loyal telephone communicator.png new file mode 100644 index 0000000000000000000000000000000000000000..80cebb107104ae8b3d63e5ad119065df7dd3824c --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Loyal telephone communicator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b2c6bb3f4900ea9ffe9d983d27ea286ddf0c224912a2850728a869f0586bb8 +size 539339 diff --git a/DATA/prompted_sd/office_accessories.txt/Majestic desk chair monarch.png b/DATA/prompted_sd/office_accessories.txt/Majestic desk chair monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..92d8ea11cd74b99721a710fcd06d2b450e00896c --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Majestic desk chair monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494e89dc5d2d7629948205f73f58ef4dca8019bf04f9f96fdb32ff2cd17e1016 +size 451355 diff --git a/DATA/prompted_sd/office_accessories.txt/Mellow coffee mug thinker.png b/DATA/prompted_sd/office_accessories.txt/Mellow coffee mug thinker.png new file mode 100644 index 0000000000000000000000000000000000000000..c90eb1deb4b9927f9fca8f2f724887a0be4f213d --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Mellow coffee mug thinker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3d486435397983e92c02f566cc9cad43ad32d393cf502f6be9f471c044aff0 +size 455565 diff --git a/DATA/prompted_sd/office_accessories.txt/Mysterious hidden compartment keeper.png b/DATA/prompted_sd/office_accessories.txt/Mysterious hidden compartment keeper.png new file mode 100644 index 0000000000000000000000000000000000000000..1c58e71bac17b614e14383ddbb576889364e68cf --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Mysterious hidden compartment keeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d53cc161c10f65cb14a4081ac199654f0665a6959aeb2d34b12538810d54ed +size 472555 diff --git a/DATA/prompted_sd/office_accessories.txt/Mysterious inkwell sage.png b/DATA/prompted_sd/office_accessories.txt/Mysterious inkwell sage.png new file mode 100644 index 0000000000000000000000000000000000000000..21548b64155d736b7867b3f8db8a2f7c21b13b1c --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Mysterious inkwell sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73815f08a6dfa8a852422bb4e6984f97b6efa72ff8babac8ed2911bae53e64a6 +size 583298 diff --git a/DATA/prompted_sd/office_accessories.txt/Noble binder overseer.png b/DATA/prompted_sd/office_accessories.txt/Noble binder overseer.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb01534f3388cb3db6910389448b3e467ba57e1 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Noble binder overseer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c06d24e98de0e43c0a4dd4e84e842a13d15cb80821368a20562dff6e16cf81f +size 544914 diff --git a/DATA/prompted_sd/office_accessories.txt/Passionate fiery candle illuminator.png b/DATA/prompted_sd/office_accessories.txt/Passionate fiery candle illuminator.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b4386bb9c18676f37d5a3f5a75af93a35cdf38 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Passionate fiery candle illuminator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25705278ba6de9beeb23bcd77c7612c08e8918e07b55b36ea239ceaaabbaa11c +size 533834 diff --git a/DATA/prompted_sd/office_accessories.txt/Patient hourglass timekeeper.png b/DATA/prompted_sd/office_accessories.txt/Patient hourglass timekeeper.png new file mode 100644 index 0000000000000000000000000000000000000000..c507946cd68997c9f1d7ef9edddb66f0f1d6d094 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Patient hourglass timekeeper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fab7edc7ddd57ce42530420054d2073984e74e2bd238bdca624f0571299eca +size 575863 diff --git a/DATA/prompted_sd/office_accessories.txt/Playful eraser trickster.png b/DATA/prompted_sd/office_accessories.txt/Playful eraser trickster.png new file mode 100644 index 0000000000000000000000000000000000000000..0cf705a567d91d510744d858a087a7876e94d513 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Playful eraser trickster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc64b39e40f038b7866d88e97f8f5112adfc0bac8376bf240cdadd4812012c4 +size 522137 diff --git a/DATA/prompted_sd/office_accessories.txt/Radiant lamp illuminator.png b/DATA/prompted_sd/office_accessories.txt/Radiant lamp illuminator.png new file mode 100644 index 0000000000000000000000000000000000000000..7347b643ac43da0d22fdf324cfe9508b12e5cd48 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Radiant lamp illuminator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a1de1ce356581cd6fe881f862fc1a1d1ee1a38bfa24254a57022a75b83460b +size 610230 diff --git a/DATA/prompted_sd/office_accessories.txt/Refined ink blotter gentleman.png b/DATA/prompted_sd/office_accessories.txt/Refined ink blotter gentleman.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf1f17fe038006e3e54710a8cf1f58b26fa77f2 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Refined ink blotter gentleman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e8a224b49d889443e23e7d409499039942b0091319b0344e0100ea4fd236d8 +size 428200 diff --git a/DATA/prompted_sd/office_accessories.txt/Regal trophy leader.png b/DATA/prompted_sd/office_accessories.txt/Regal trophy leader.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb55315b6e5afbfc982a39e60daff4f1a0ccd44 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Regal trophy leader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f23f449dccbaba7dfeed6a0ed976fc672d2af27226d743a7754fc4a390587b +size 464743 diff --git a/DATA/prompted_sd/office_accessories.txt/Regenerative whiteboard brainstormer.png b/DATA/prompted_sd/office_accessories.txt/Regenerative whiteboard brainstormer.png new file mode 100644 index 0000000000000000000000000000000000000000..4c504b5450acc781c77e66f18112f4dce052a93f --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Regenerative whiteboard brainstormer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e01ee5c055b9957edccda7e5cbece4dcb6cecd1a9993e78552815d1f1f38e8b +size 399324 diff --git a/DATA/prompted_sd/office_accessories.txt/Resilient hole punch warrior.png b/DATA/prompted_sd/office_accessories.txt/Resilient hole punch warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea581fef53ef801e18dddf322d9fca4f71be3f2 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Resilient hole punch warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d7971e048c9115d69f15efcad3b28741d12224b4f7c3a335371fffbbe2d992 +size 364829 diff --git a/DATA/prompted_sd/office_accessories.txt/Resilient stapler guardian.png b/DATA/prompted_sd/office_accessories.txt/Resilient stapler guardian.png new file mode 100644 index 0000000000000000000000000000000000000000..8c33448160f686e5060163a0b775be91ef367576 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Resilient stapler guardian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc0a94099e03af60774ea525119e270168e17adeed6219adfd2102123eeb01c +size 492163 diff --git a/DATA/prompted_sd/office_accessories.txt/Resolute file cabinet archivist.png b/DATA/prompted_sd/office_accessories.txt/Resolute file cabinet archivist.png new file mode 100644 index 0000000000000000000000000000000000000000..ab97cae9f21fe931a095ea31f3668487a549ce39 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Resolute file cabinet archivist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe38ae126ee1dd704d50ce9cbe8e8cbd0030c088e66593202bcb61eeb75fe39 +size 396527 diff --git a/DATA/prompted_sd/office_accessories.txt/Scholarly bookshelf organizer.png b/DATA/prompted_sd/office_accessories.txt/Scholarly bookshelf organizer.png new file mode 100644 index 0000000000000000000000000000000000000000..24f7760a3ae5b1ecc49f138d216db6af1a0ee967 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Scholarly bookshelf organizer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6138aca1ebef6236e5a8c398afa7ec819f794ec28b6b9c8b83acd29faa70bd40 +size 483415 diff --git a/DATA/prompted_sd/office_accessories.txt/Serene plant pot nurturer.png b/DATA/prompted_sd/office_accessories.txt/Serene plant pot nurturer.png new file mode 100644 index 0000000000000000000000000000000000000000..9968550fd21b0d5a2f483f1fa0a7af59e68af7f3 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Serene plant pot nurturer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2624a0b7c0cf9804bcee018bd7d5333e310fbe881f03b69a1022083cbce289e0 +size 609365 diff --git a/DATA/prompted_sd/office_accessories.txt/Sleek mouse navigator.png b/DATA/prompted_sd/office_accessories.txt/Sleek mouse navigator.png new file mode 100644 index 0000000000000000000000000000000000000000..36006ac46275aa670de6cd54e14e55d04b32ad51 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Sleek mouse navigator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f775c804e3543f4cfea81c7eb7524b3858a3c37b1455740e3d38b21cde6def84 +size 410594 diff --git a/DATA/prompted_sd/office_accessories.txt/Steampunk typewriter storyteller.png b/DATA/prompted_sd/office_accessories.txt/Steampunk typewriter storyteller.png new file mode 100644 index 0000000000000000000000000000000000000000..185864423888b7395b0bc41126598c2779a55013 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Steampunk typewriter storyteller.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4211ad3a2036d3592ba011219567feba2fdbbe3b67f8697e5b68059b213e1ad8 +size 617841 diff --git a/DATA/prompted_sd/office_accessories.txt/Sturdy shelf supporter.png b/DATA/prompted_sd/office_accessories.txt/Sturdy shelf supporter.png new file mode 100644 index 0000000000000000000000000000000000000000..c5b6b2efdcf4e95c7a7e4823244cefdcb1802317 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Sturdy shelf supporter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cb993e0bb8447dabee37b921aefada21fd9069b09e38d9fd887a446ac7740f +size 448180 diff --git a/DATA/prompted_sd/office_accessories.txt/Swift express courier envelope.png b/DATA/prompted_sd/office_accessories.txt/Swift express courier envelope.png new file mode 100644 index 0000000000000000000000000000000000000000..1adf5042da062961e07a9ae3e5b6b92f772bd055 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Swift express courier envelope.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464d894a6934c8406d1f610efcb078c6ad12fc355ababea460e6908cf37e4bdc +size 370319 diff --git a/DATA/prompted_sd/office_accessories.txt/Trustworthy lockbox treasurer.png b/DATA/prompted_sd/office_accessories.txt/Trustworthy lockbox treasurer.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe030fbdbf788ad80dd564fe07c37a4da3256fe --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Trustworthy lockbox treasurer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c255d2489e89f7eaa55a70c842c1b167a3a5bb5157e8960b12d37e3d4186cc8 +size 615414 diff --git a/DATA/prompted_sd/office_accessories.txt/Versatile multi-tool problem solver.png b/DATA/prompted_sd/office_accessories.txt/Versatile multi-tool problem solver.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Versatile multi-tool problem solver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/office_accessories.txt/Vibrant post-it note entertainer.png b/DATA/prompted_sd/office_accessories.txt/Vibrant post-it note entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..804bb04b18939c006fef1c3c39766bd958c26ee8 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Vibrant post-it note entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0684b30997c9b710a74768e7c5e7e6da69ec245d477a221f9be06be9c462bee +size 416592 diff --git a/DATA/prompted_sd/office_accessories.txt/Whimsical floating pencil magician.png b/DATA/prompted_sd/office_accessories.txt/Whimsical floating pencil magician.png new file mode 100644 index 0000000000000000000000000000000000000000..895ebae9a586b4a6ecb3181569a719ffbc08c22d --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Whimsical floating pencil magician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e24d72dba3d94ad7b9a35c78ba7db78031871cd9a2f2460ddc3281e8e2b2759 +size 470465 diff --git a/DATA/prompted_sd/office_accessories.txt/Wise calendar elder.png b/DATA/prompted_sd/office_accessories.txt/Wise calendar elder.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5a596f8a515289c82ec3273f691d9c89cbb303 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Wise calendar elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf01a56e510d67e12fb3041a59f32c2f3f2fbe65559d25c97df2672e6a219e9 +size 606541 diff --git a/DATA/prompted_sd/office_accessories.txt/Wise old leather journal historian.png b/DATA/prompted_sd/office_accessories.txt/Wise old leather journal historian.png new file mode 100644 index 0000000000000000000000000000000000000000..20e9d63d01dff99749d906e6244b988100a06952 --- /dev/null +++ b/DATA/prompted_sd/office_accessories.txt/Wise old leather journal historian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c847b6049fc2a5d9f0b8be1aa1931bb16ee3386acca3992d96818db89a7a16f2 +size 485919 diff --git a/DATA/prompted_sd/plants.txt/Adventurous ivy explorer.png b/DATA/prompted_sd/plants.txt/Adventurous ivy explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..38fa9609f07b13fafbf99224dd1ce28daf6f9510 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Adventurous ivy explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598657aa6f65197ce0e407f297975762d9902c487f437ac959b86afabddbed85 +size 482217 diff --git a/DATA/prompted_sd/plants.txt/Ambitious redwood strategist.png b/DATA/prompted_sd/plants.txt/Ambitious redwood strategist.png new file mode 100644 index 0000000000000000000000000000000000000000..03cb32584441cbe5382d0a45e8c014cf5ea6b8da --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Ambitious redwood strategist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe97c0da0086041477578226b75a2d12d4573583873ed104c6a4453862a8398e +size 536700 diff --git a/DATA/prompted_sd/plants.txt/Artistic rose poet.png b/DATA/prompted_sd/plants.txt/Artistic rose poet.png new file mode 100644 index 0000000000000000000000000000000000000000..c83708310ec095d91a61102c04791860117d30bc --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Artistic rose poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6728e294411815a851fc85d35ac50adabf8cd5f3136644f3337ff2bb3b0cf6c3 +size 470796 diff --git a/DATA/prompted_sd/plants.txt/Brave thistle warrior.png b/DATA/prompted_sd/plants.txt/Brave thistle warrior.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1b6ad8efea1dd46d590b79b76a41276f9ab1f5 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Brave thistle warrior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d786cd3045e87eedd0dbd1c1045a9d5be16a1061a9e6e87a727330e63f3b59 +size 557338 diff --git a/DATA/prompted_sd/plants.txt/Charismatic coffee plant barista.png b/DATA/prompted_sd/plants.txt/Charismatic coffee plant barista.png new file mode 100644 index 0000000000000000000000000000000000000000..51957387ebb09960a015c888c0190463082c814d --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Charismatic coffee plant barista.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3846a67e77a6289e14195efdb9f580d01a69d5d07f4842205d856172217e934f +size 376353 diff --git a/DATA/prompted_sd/plants.txt/Charismatic sunflower broadcaster.png b/DATA/prompted_sd/plants.txt/Charismatic sunflower broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..12a52866712d7378513490a1e8dc2f20216d4ab3 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Charismatic sunflower broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e636dd3667de8c5b8e88bbb60413f3b97bab0717bda451ecab3f6f163b641310 +size 387300 diff --git a/DATA/prompted_sd/plants.txt/Cheerful dandelion comedian.png b/DATA/prompted_sd/plants.txt/Cheerful dandelion comedian.png new file mode 100644 index 0000000000000000000000000000000000000000..3c1eb3572aa0f832f8618e9f8e838692c8fabd04 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Cheerful dandelion comedian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66f7c468ce813843e36db3549eea1c2788eae42d0840b14c92530829ea40be2 +size 448176 diff --git a/DATA/prompted_sd/plants.txt/Curious fern botanist.png b/DATA/prompted_sd/plants.txt/Curious fern botanist.png new file mode 100644 index 0000000000000000000000000000000000000000..4346ac8914dc98bd35ecd213d76874075b8ecb7a --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Curious fern botanist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5bd7d6e7ed7c0daa4cef0788b82de999eb1f2fdcc8c1736e3633099956e656 +size 486309 diff --git a/DATA/prompted_sd/plants.txt/Dapper cattail gentleman.png b/DATA/prompted_sd/plants.txt/Dapper cattail gentleman.png new file mode 100644 index 0000000000000000000000000000000000000000..ebabb8cea0e0cf06763461a858234c93b6c28685 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Dapper cattail gentleman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d10a1e74e021587ace2d734bce033f791c087a27a3da63f98fbdfa7f6edf67a +size 470201 diff --git a/DATA/prompted_sd/plants.txt/Dreamy wisteria novelist.png b/DATA/prompted_sd/plants.txt/Dreamy wisteria novelist.png new file mode 100644 index 0000000000000000000000000000000000000000..a1336e63bc2c76073d38afe3e056229187e519f8 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Dreamy wisteria novelist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9325b0d2c61c5f7dcc776add2d945de0704738da9ba56a67235e90e02e2b9c5a +size 459913 diff --git a/DATA/prompted_sd/plants.txt/Eloquent orchid diplomat.png b/DATA/prompted_sd/plants.txt/Eloquent orchid diplomat.png new file mode 100644 index 0000000000000000000000000000000000000000..19f7e35b4e19ce58c5686be1d328883bd2283637 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Eloquent orchid diplomat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d4a43380a550805b1429044845628639d46adbdd89ec1e389b48d8e9aa365a +size 476395 diff --git a/DATA/prompted_sd/plants.txt/Enchanting peony enchantress.png b/DATA/prompted_sd/plants.txt/Enchanting peony enchantress.png new file mode 100644 index 0000000000000000000000000000000000000000..297362b93c4f39dd27ef84dce34f8901eb6b0663 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Enchanting peony enchantress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76315b18007d88b472f1eb5e9725c29e88afa1e3a299d59736881151f317ecf5 +size 488607 diff --git a/DATA/prompted_sd/plants.txt/Enigmatic fern oracle.png b/DATA/prompted_sd/plants.txt/Enigmatic fern oracle.png new file mode 100644 index 0000000000000000000000000000000000000000..f38d9e5e237c212f5288c68cb78dcd9db3d3df6a --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Enigmatic fern oracle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fb1f8eacbece7e14b738d8f1e112119add1c72e376d07f1dc089bcbc3c66f7 +size 476817 diff --git a/DATA/prompted_sd/plants.txt/Ethereal ghost plant mystic.png b/DATA/prompted_sd/plants.txt/Ethereal ghost plant mystic.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3f0c4df6f54292afa57671f7de5a3cf7ed6a2b --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Ethereal ghost plant mystic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45146bccbafeb88b31c9784ab48e0064e24279d298d85ac061224f35a0b663d8 +size 549759 diff --git a/DATA/prompted_sd/plants.txt/Fiery chili plant activist.png b/DATA/prompted_sd/plants.txt/Fiery chili plant activist.png new file mode 100644 index 0000000000000000000000000000000000000000..4703f044cd7925d813efc6d49ff7aa24698e5cfd --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Fiery chili plant activist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45e017492d1e4f6a405befa34a792f2667a3995bfcc7360579d505b715d0846 +size 486805 diff --git a/DATA/prompted_sd/plants.txt/Gentle cornflower therapist.png b/DATA/prompted_sd/plants.txt/Gentle cornflower therapist.png new file mode 100644 index 0000000000000000000000000000000000000000..d674fcd380d8f3dc397ff195a6954356623850e1 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Gentle cornflower therapist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f868d0319f8db2d6af888d169c463e338cc8756ae6b79624cd87b991ab352619 +size 452608 diff --git a/DATA/prompted_sd/plants.txt/Gentle lavender healer.png b/DATA/prompted_sd/plants.txt/Gentle lavender healer.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ce53da69ac7d9f13dc9b26b5c5baf9948fd946 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Gentle lavender healer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1625f6395a2672cb4a960d5a7ef763312b970c5789aecaeb04f2805a30924fcc +size 426920 diff --git a/DATA/prompted_sd/plants.txt/Graceful chrysanthemum ballerina.png b/DATA/prompted_sd/plants.txt/Graceful chrysanthemum ballerina.png new file mode 100644 index 0000000000000000000000000000000000000000..853a0906e6c876de1cb859011abaac088a2d0751 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Graceful chrysanthemum ballerina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854fb6cd8a08612e5b66c067e767b383a8516f4107e4dd6f4042bd0d37d888e5 +size 352769 diff --git a/DATA/prompted_sd/plants.txt/Gracious lily dancer.png b/DATA/prompted_sd/plants.txt/Gracious lily dancer.png new file mode 100644 index 0000000000000000000000000000000000000000..b4661fb1a3f6cbdb4698b2b2c7fd588c0db40760 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Gracious lily dancer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c344750d79e839558a3be6947cc3aa7eb5baa167d050a31bf76c412e4992d0d7 +size 399187 diff --git a/DATA/prompted_sd/plants.txt/Grizzled bristlecone elder.png b/DATA/prompted_sd/plants.txt/Grizzled bristlecone elder.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6d4d5693b0ce10651544ffc19ea4e5bf84eaf7 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Grizzled bristlecone elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41adee49d9d647275acf5886aac8b25ce739c63710937a66ab8563eda184a9ec +size 613453 diff --git a/DATA/prompted_sd/plants.txt/Harmonious bonsai conductor.png b/DATA/prompted_sd/plants.txt/Harmonious bonsai conductor.png new file mode 100644 index 0000000000000000000000000000000000000000..386734377dfb4ace6c38d99f7af54a1a5e8b5de3 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Harmonious bonsai conductor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41143998240bbfd2ed2abed51af5eb6a6f9cab1a5df46f262dd69d1b1cac2111 +size 548403 diff --git a/DATA/prompted_sd/plants.txt/Harmonious grasshopper grass musician.png b/DATA/prompted_sd/plants.txt/Harmonious grasshopper grass musician.png new file mode 100644 index 0000000000000000000000000000000000000000..e99031e1e4920313f90088bd34389884a2972493 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Harmonious grasshopper grass musician.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bc1827610c2c2ed42a3062f352ebca94d05caf1eedb0ce8b35f972a3cebd32 +size 514645 diff --git a/DATA/prompted_sd/plants.txt/Insightful birch counselor.png b/DATA/prompted_sd/plants.txt/Insightful birch counselor.png new file mode 100644 index 0000000000000000000000000000000000000000..bd086cc4f77892a0192f82af0776828bbbd29fd7 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Insightful birch counselor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4f7ff97ee2c9b53f5e906dd1c72a1aa0c357084349891939739ed803071930 +size 355777 diff --git a/DATA/prompted_sd/plants.txt/Intrepid daisy pilot.png b/DATA/prompted_sd/plants.txt/Intrepid daisy pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecf19241b84886e5967d7e40a0d99803f854ef4 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Intrepid daisy pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42b9d08f463192c46931e8c0211faafca334abd86c44824f46f6d883b5d781d +size 469848 diff --git a/DATA/prompted_sd/plants.txt/Joyful hydrangea artist.png b/DATA/prompted_sd/plants.txt/Joyful hydrangea artist.png new file mode 100644 index 0000000000000000000000000000000000000000..367ccba34ab134b1059b4b15db40f794aa0b162f --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Joyful hydrangea artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e8d4faa54cc33636ee17304900cdc0d26c69cb9997cfdb5a9899f38fd013b9 +size 490986 diff --git a/DATA/prompted_sd/plants.txt/Loyal willow guardian.png b/DATA/prompted_sd/plants.txt/Loyal willow guardian.png new file mode 100644 index 0000000000000000000000000000000000000000..e50efeafbe6ce5d13165843f8071294b118387bb --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Loyal willow guardian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c473ebae7c071518b6aca2988cd024f6b9540d646f3fa07a8effe0256bea62cf +size 590248 diff --git a/DATA/prompted_sd/plants.txt/Majestic oak tree elder.png b/DATA/prompted_sd/plants.txt/Majestic oak tree elder.png new file mode 100644 index 0000000000000000000000000000000000000000..1edc22fd2efa6a40df8911797e5bff6cd679a3ec --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Majestic oak tree elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19afadcdaee0f9eb2d331e393b7a38aea6e532787bbb2c9067f7d34d1454e92 +size 633649 diff --git a/DATA/prompted_sd/plants.txt/Mellow chamomile yogi.png b/DATA/prompted_sd/plants.txt/Mellow chamomile yogi.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fb20939f312201dd667dc23a5155524f09fc67 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Mellow chamomile yogi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9219cb25f42aff65def0b877fb36979c1970d235ea246cecd505776f6082e44 +size 424837 diff --git a/DATA/prompted_sd/plants.txt/Mysterious moss shaman.png b/DATA/prompted_sd/plants.txt/Mysterious moss shaman.png new file mode 100644 index 0000000000000000000000000000000000000000..48a8f5bbb84502d2a48b4f0d1577d3a18f31ff0d --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Mysterious moss shaman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973db3a9158d892d6aea9cd4d7dfd540eea1dc61a55e5b6094e4beba7f2ad935 +size 498642 diff --git a/DATA/prompted_sd/plants.txt/Mystical lotus meditator.png b/DATA/prompted_sd/plants.txt/Mystical lotus meditator.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8dc998bd32d9a8306435ad29dc59f974162748 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Mystical lotus meditator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f5625b7f25cc4481ce213e25d059f3e0a20c7d0a76ec1537cb8e132afd9b93 +size 537887 diff --git a/DATA/prompted_sd/plants.txt/Noble cedar monarch.png b/DATA/prompted_sd/plants.txt/Noble cedar monarch.png new file mode 100644 index 0000000000000000000000000000000000000000..523a142d200b45d85e22dff45c2856d9064b5526 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Noble cedar monarch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf13882b79977a8a05240070e14a628dfde8befaf0e830583905b6c6bbcfc8a +size 527880 diff --git a/DATA/prompted_sd/plants.txt/Passionate poppy singer.png b/DATA/prompted_sd/plants.txt/Passionate poppy singer.png new file mode 100644 index 0000000000000000000000000000000000000000..e92a9677a1f48cbd73e687de7c6fc85d673372b8 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Passionate poppy singer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f046a9a6fe6ec74d1faa60fe43e8bc899d9b1546010f54b2f16a7dea1e769858 +size 330506 diff --git a/DATA/prompted_sd/plants.txt/Playful clover jester.png b/DATA/prompted_sd/plants.txt/Playful clover jester.png new file mode 100644 index 0000000000000000000000000000000000000000..ffda1b51fb6682d7bf3aca3d4625454f4159e901 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Playful clover jester.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c2eec397c4406e95e1a47a2418f52a8dbe4ca9604465f52e8f5b519b98da9b +size 485785 diff --git a/DATA/prompted_sd/plants.txt/Radiant marigold performer.png b/DATA/prompted_sd/plants.txt/Radiant marigold performer.png new file mode 100644 index 0000000000000000000000000000000000000000..615fbad993bd1336989afcb88dd48c27fb670e0b --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Radiant marigold performer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94b079cf217fad00742939afa59fd765a723394f7d7ae4fc33809bd58f2652f +size 476493 diff --git a/DATA/prompted_sd/plants.txt/Refined tea plant connoisseur.png b/DATA/prompted_sd/plants.txt/Refined tea plant connoisseur.png new file mode 100644 index 0000000000000000000000000000000000000000..e983278c2fc24f4ce8942ec4bfe1c875e225abd8 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Refined tea plant connoisseur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16655d114f154dd13a036db607bfd0ed6c886e01219a3cbb578b444c57d25ac6 +size 613384 diff --git a/DATA/prompted_sd/plants.txt/Regal magnolia duchess.png b/DATA/prompted_sd/plants.txt/Regal magnolia duchess.png new file mode 100644 index 0000000000000000000000000000000000000000..bf48a89df73ae0a259ee720c866e285fb7d541f4 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Regal magnolia duchess.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a1f34e64d4a45d7860c68b8ab0a5b89a00a2dd9ff1c9be5f7dc44e4024445f +size 433342 diff --git a/DATA/prompted_sd/plants.txt/Regenerative aloe doctor.png b/DATA/prompted_sd/plants.txt/Regenerative aloe doctor.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a319f3a97689aaf80c520f8d1d059db16521ed --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Regenerative aloe doctor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b296f6d048417fbe676ef2082242040df611808905c2af92c01cdc64961d22 +size 490278 diff --git a/DATA/prompted_sd/plants.txt/Resilient cactus cowboy.png b/DATA/prompted_sd/plants.txt/Resilient cactus cowboy.png new file mode 100644 index 0000000000000000000000000000000000000000..2087a2107a1a1d1c44e9e9dc8b1c6fd2c6d1f436 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Resilient cactus cowboy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967e8dae064a20d2f281b54207ea747912e823857e33b8456a8b299439dd0bb1 +size 523926 diff --git a/DATA/prompted_sd/plants.txt/Resolute horsetail architect.png b/DATA/prompted_sd/plants.txt/Resolute horsetail architect.png new file mode 100644 index 0000000000000000000000000000000000000000..39c5d37b57c23c824f815defe0c5217efea67384 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Resolute horsetail architect.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6666ac838c351fcb6e52b7cab8c9cd7cc89c80a7085234a49317fe0874cb250d +size 580920 diff --git a/DATA/prompted_sd/plants.txt/Scholarly bamboo philosopher.png b/DATA/prompted_sd/plants.txt/Scholarly bamboo philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..d2577e118ca5cee7aa1a47805e3dec0829c98ceb --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Scholarly bamboo philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d9f31eafaac3a65552d5d040a617f6ac5e8a6a368c157922f0105dca7d0ec9 +size 519395 diff --git a/DATA/prompted_sd/plants.txt/Scholarly maple librarian.png b/DATA/prompted_sd/plants.txt/Scholarly maple librarian.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a5617dee8e69c4a9272d2c807417985c675b0a --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Scholarly maple librarian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f5e285ee16a019277cf6a30017ad9188aaa9cb7504583fd9448117871604ca +size 477857 diff --git a/DATA/prompted_sd/plants.txt/Serene fern forest monk.png b/DATA/prompted_sd/plants.txt/Serene fern forest monk.png new file mode 100644 index 0000000000000000000000000000000000000000..47d6a0f65d2ae211babb968e7ff2401d7732cdcd --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Serene fern forest monk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef504e23d47023ab19784dbe52f127e439f400c64da2453bda69db22ec6d223 +size 584642 diff --git a/DATA/prompted_sd/plants.txt/Steampunk venus flytrap inventor.png b/DATA/prompted_sd/plants.txt/Steampunk venus flytrap inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..49da726b6f7cca2fb18932b90ec6b0a922b10e3c --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Steampunk venus flytrap inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67588a2f8b8c231bb54535bb9d4678580407dce4eefd04033eb594a38c05308e +size 597398 diff --git a/DATA/prompted_sd/plants.txt/Stoic pine sentinel.png b/DATA/prompted_sd/plants.txt/Stoic pine sentinel.png new file mode 100644 index 0000000000000000000000000000000000000000..8a09d18088288a14f734f4dcf2ed8ffa296df5bf --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Stoic pine sentinel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998c5acb09a55acef98dd348fe2da3b40774b7be0c5d2bf8a7151a429c841127 +size 649833 diff --git a/DATA/prompted_sd/plants.txt/Urban jungle ficus therapist.png b/DATA/prompted_sd/plants.txt/Urban jungle ficus therapist.png new file mode 100644 index 0000000000000000000000000000000000000000..aea17726183d5a0e2cb50466c11f78ae2e4eb278 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Urban jungle ficus therapist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a71ca7f579b1921c1085dca77948319eac7f3678e28ea1814b5648fd4b791c7 +size 488989 diff --git a/DATA/prompted_sd/plants.txt/Urban sprout entrepreneur.png b/DATA/prompted_sd/plants.txt/Urban sprout entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc3c033c79ca314dca377428b4ff508f0b769ed --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Urban sprout entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f09863067e554bc9bf2d058ca65f76a252ae22457bb3795ada83bfac85188f +size 561604 diff --git a/DATA/prompted_sd/plants.txt/Vibrant hibiscus broadcaster.png b/DATA/prompted_sd/plants.txt/Vibrant hibiscus broadcaster.png new file mode 100644 index 0000000000000000000000000000000000000000..16e4c53d22f19d23b42fb1013865439c07d4816b --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Vibrant hibiscus broadcaster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b8e01c1380adf0af72ec0448aa579bb52863d63f4b98e1edf6f98a604c2cf0 +size 431200 diff --git a/DATA/prompted_sd/plants.txt/Vibrant tulip entertainer.png b/DATA/prompted_sd/plants.txt/Vibrant tulip entertainer.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Vibrant tulip entertainer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/plants.txt/Whimsical seaweed mermaid.png b/DATA/prompted_sd/plants.txt/Whimsical seaweed mermaid.png new file mode 100644 index 0000000000000000000000000000000000000000..d0489daf1c1cf98deb8b758ddac7e4b4127aeca8 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Whimsical seaweed mermaid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251c09d3f89b51c7d5ff1791f8b6651660202a49538ba042e7c45d0a08c9a4dd +size 597366 diff --git a/DATA/prompted_sd/plants.txt/Wise olive tree sage.png b/DATA/prompted_sd/plants.txt/Wise olive tree sage.png new file mode 100644 index 0000000000000000000000000000000000000000..e4df91d959fda9aa334eb9e9cad35b0f211793f5 --- /dev/null +++ b/DATA/prompted_sd/plants.txt/Wise olive tree sage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95058449334fea7aed875df63cf2dc9184d282d0653f81dd5c1f97c23847ff7b +size 576562 diff --git a/DATA/prompted_sd/realistic.txt/1920s jazz singer.png b/DATA/prompted_sd/realistic.txt/1920s jazz singer.png new file mode 100644 index 0000000000000000000000000000000000000000..8edf135f8fd65cd5038280939e5cd81e8db6d0a0 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1920s jazz singer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad25549c8bfd0dd15839dea93b9f4dda526951fe5664b29e566ce634d980784 +size 390092 diff --git a/DATA/prompted_sd/realistic.txt/1930s Hollywood starlet.png b/DATA/prompted_sd/realistic.txt/1930s Hollywood starlet.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd8fa37b9f3479b441e6203883ec35a9692db48 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1930s Hollywood starlet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fac7776b5f143abf495f304a0fb156f034e2c1e9b303ed16324d8d32b6d831d +size 417168 diff --git a/DATA/prompted_sd/realistic.txt/1950s rockabilly.png b/DATA/prompted_sd/realistic.txt/1950s rockabilly.png new file mode 100644 index 0000000000000000000000000000000000000000..a01d4cec908790c38a36cd113af043f477160fd2 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1950s rockabilly.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b39fa1cefd93651de3756b7ee45c3018c8707e2db84e74f56d4960edeff64ca +size 300761 diff --git a/DATA/prompted_sd/realistic.txt/1960s counterculture icon.png b/DATA/prompted_sd/realistic.txt/1960s counterculture icon.png new file mode 100644 index 0000000000000000000000000000000000000000..beb5c1cef6adfd48e2fcf169ada96de6f9f6eb12 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1960s counterculture icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a20ed219f08fccc7289c370108c00b3437d1ff4577a3ecb9a0ce01db39c34c4 +size 447718 diff --git a/DATA/prompted_sd/realistic.txt/1970s activist.png b/DATA/prompted_sd/realistic.txt/1970s activist.png new file mode 100644 index 0000000000000000000000000000000000000000..50910f0d86a7f6ced496bb3b24f848b512e813e9 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1970s activist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72b20278f669570e461162ab4b0349e0620309d0a4e6565f475576b2d0c54d9 +size 448087 diff --git a/DATA/prompted_sd/realistic.txt/1980s pop star.png b/DATA/prompted_sd/realistic.txt/1980s pop star.png new file mode 100644 index 0000000000000000000000000000000000000000..175866220c649cc53aad9d8fdcaf0af872b6b015 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1980s pop star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ad52d0e296da752e23f0802551df5d7a051fb30c48aa5a31b93104f7f40c8 +size 415518 diff --git a/DATA/prompted_sd/realistic.txt/1990s tech entrepreneur.png b/DATA/prompted_sd/realistic.txt/1990s tech entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa23b9fd7b501496a3821ffbb3ead902619c195 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/1990s tech entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57364933f2a2e553b7b55a38c362eab7055a0e92a1ee540de19ea5a906340716 +size 374925 diff --git a/DATA/prompted_sd/realistic.txt/Ancient Egyptian priest.png b/DATA/prompted_sd/realistic.txt/Ancient Egyptian priest.png new file mode 100644 index 0000000000000000000000000000000000000000..3012071518ec348ae70e6da0eb909e7c3026d140 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Ancient Egyptian priest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd88f96ee5251d0e43e1b061ca227faa1a5b8ea61f184b4c66b07ae3f4008a78 +size 577198 diff --git a/DATA/prompted_sd/realistic.txt/Ancient Greek philosopher.png b/DATA/prompted_sd/realistic.txt/Ancient Greek philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..32eeceef23ee31768e30aaee0a342c70b3cc4e6d --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Ancient Greek philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdfe5e890b17c0ef47af2a6694b21dd02b7e63cd7dec7fe63d98fece6897ccb +size 497609 diff --git a/DATA/prompted_sd/realistic.txt/Astronaut explorer.png b/DATA/prompted_sd/realistic.txt/Astronaut explorer.png new file mode 100644 index 0000000000000000000000000000000000000000..347d3c1adfcec75c11cd2ac157587fcfe2f72622 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Astronaut explorer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007377711969c2600ad8cfdcd229e9c264543afb8e01acad6a062c857c163f20 +size 425218 diff --git "a/DATA/prompted_sd/realistic.txt/Belle \303\211poque ballerina.png" "b/DATA/prompted_sd/realistic.txt/Belle \303\211poque ballerina.png" new file mode 100644 index 0000000000000000000000000000000000000000..aec08b9b27fa1f0e009edfb05fc196b4fdccbdec --- /dev/null +++ "b/DATA/prompted_sd/realistic.txt/Belle \303\211poque ballerina.png" @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6ec9ddb63865331a493f88964f7bc961780dde1fc8bafba6d2f96343c6bbe5 +size 347270 diff --git a/DATA/prompted_sd/realistic.txt/Civil Rights leader.png b/DATA/prompted_sd/realistic.txt/Civil Rights leader.png new file mode 100644 index 0000000000000000000000000000000000000000..6299e82255ff990cb27e80986189d487f6bb29bf --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Civil Rights leader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c118198af3981624952c2b29d9d77fb331b450325c30c5cf45c7612f376854a7 +size 438048 diff --git a/DATA/prompted_sd/realistic.txt/Cold War spy.png b/DATA/prompted_sd/realistic.txt/Cold War spy.png new file mode 100644 index 0000000000000000000000000000000000000000..b1dec41204901c35cd24d753ed49df87f6c61cd0 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Cold War spy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a91c982cbfc7b60bbef7621f8fe1108ff78eaaa5b6ee31c1a1ec1c41005bf2 +size 452967 diff --git a/DATA/prompted_sd/realistic.txt/Colonial tea merchant.png b/DATA/prompted_sd/realistic.txt/Colonial tea merchant.png new file mode 100644 index 0000000000000000000000000000000000000000..42a7e521e37c0b04f038e3e6759955e746183e54 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Colonial tea merchant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6765dc434ac700c5f6d9857b20e27a08bd51f24a47fa40fc7ca4e067aa7874c3 +size 570417 diff --git a/DATA/prompted_sd/realistic.txt/Cyberpunk hacker.png b/DATA/prompted_sd/realistic.txt/Cyberpunk hacker.png new file mode 100644 index 0000000000000000000000000000000000000000..ef23c7f577214f50b39ee14567cf0bb045088a09 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Cyberpunk hacker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a3596447045b4a95b289d459369629a65a421c51913f0c80dad6b1be73ad12 +size 580346 diff --git a/DATA/prompted_sd/realistic.txt/Desert nomad.png b/DATA/prompted_sd/realistic.txt/Desert nomad.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ca84c014bbf6e375af15c114a25fbfe333cbbd --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Desert nomad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab605051b92e04c8fb2e7bba9321998af9b081da7dbee0e83499823f258c0c8e +size 438271 diff --git a/DATA/prompted_sd/realistic.txt/Disco-era DJ.png b/DATA/prompted_sd/realistic.txt/Disco-era DJ.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4e2bd260ce937e23bf76d76d19bc110c1093a7 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Disco-era DJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9cf6e4da4b7a49a55325bd188435afd444dcaa913b7f9d3e2f5e36ecd3a270 +size 340042 diff --git a/DATA/prompted_sd/realistic.txt/Edwardian suffragette.png b/DATA/prompted_sd/realistic.txt/Edwardian suffragette.png new file mode 100644 index 0000000000000000000000000000000000000000..e161b34520e55ca7044e1a8a6da5234e3a3f9138 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Edwardian suffragette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e415633deddd39dc9099953580e34af4ed26d0c7255e38dea78f3e3906cb96f +size 566291 diff --git a/DATA/prompted_sd/realistic.txt/Elizabethan playwright.png b/DATA/prompted_sd/realistic.txt/Elizabethan playwright.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3e2e11e5895a75a558bbf30bd6efc47559cd87 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Elizabethan playwright.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fdee121620b526cd21edd86758957d1a4e6bdafab94afed3de883ff54d644a +size 519962 diff --git a/DATA/prompted_sd/realistic.txt/Film noir actress.png b/DATA/prompted_sd/realistic.txt/Film noir actress.png new file mode 100644 index 0000000000000000000000000000000000000000..17a21f87d7dc99225068f6d81cedd6a603f4ae3f --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Film noir actress.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3552195e808e33281a0fbcb437d5d990c2f0bfef7ad1dc9618940d924f7771b +size 480803 diff --git a/DATA/prompted_sd/realistic.txt/Golden age of piracy navigator.png b/DATA/prompted_sd/realistic.txt/Golden age of piracy navigator.png new file mode 100644 index 0000000000000000000000000000000000000000..fe636960184b6f61153c93a84eb33cf7f66026b3 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Golden age of piracy navigator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9756431c7f3b7c815f36011be8ef22b14a9bdffa4823aea9864a8dbb0a236e6 +size 495738 diff --git a/DATA/prompted_sd/realistic.txt/Gothic novelist.png b/DATA/prompted_sd/realistic.txt/Gothic novelist.png new file mode 100644 index 0000000000000000000000000000000000000000..33fd4c92b768a7c12c4f3039f2d918b71c9fa664 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Gothic novelist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cfe6ec263c98b18cae8253e5c166c96951f519b7cf28b7b1a44ff6118e2fd7 +size 437027 diff --git a/DATA/prompted_sd/realistic.txt/Harlem Renaissance poet.png b/DATA/prompted_sd/realistic.txt/Harlem Renaissance poet.png new file mode 100644 index 0000000000000000000000000000000000000000..a828976ee42e0cad4db3e7e660f761a78f60bfe6 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Harlem Renaissance poet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a399c622e669e4a6333cfa5173e01b374e3a74ab1ed373921818aaf72bd1ee +size 420969 diff --git a/DATA/prompted_sd/realistic.txt/Hollywood golden age director.png b/DATA/prompted_sd/realistic.txt/Hollywood golden age director.png new file mode 100644 index 0000000000000000000000000000000000000000..18c09622a4e351fc5bf84feba49f8969b2e107fc --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Hollywood golden age director.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3ed8fbdde43cc076511056caceea2b7cf7c9f15b7204d38184fd98698fcc09 +size 477146 diff --git a/DATA/prompted_sd/realistic.txt/Industrial revolution entrepreneur.png b/DATA/prompted_sd/realistic.txt/Industrial revolution entrepreneur.png new file mode 100644 index 0000000000000000000000000000000000000000..be8ff0cef64d4c1c2ff1acb84714fb7a59a06234 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Industrial revolution entrepreneur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7515fea5c03439fb4f71713dcb8927ca046e5c26697da455f0c04f6c3378dec +size 508608 diff --git a/DATA/prompted_sd/realistic.txt/Jazz Age novelist.png b/DATA/prompted_sd/realistic.txt/Jazz Age novelist.png new file mode 100644 index 0000000000000000000000000000000000000000..0851f180b80768400dc79204c7bfeabc8e9f70d9 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Jazz Age novelist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043c6e7494b4226c3f00c4685e4c0eb5fadb1c04fb02ce0c7dac63532e740ad4 +size 447556 diff --git a/DATA/prompted_sd/realistic.txt/Medieval alchemist.png b/DATA/prompted_sd/realistic.txt/Medieval alchemist.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef9eee45d10799f3a808285e9b022953deb9fa2 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Medieval alchemist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9f94b11c8041ce2f3544d4fb471e426038d6f6419f4e984156569cd887d314 +size 555459 diff --git a/DATA/prompted_sd/realistic.txt/Medieval knight.png b/DATA/prompted_sd/realistic.txt/Medieval knight.png new file mode 100644 index 0000000000000000000000000000000000000000..11d4d06171b340f01c766a0d901d5c7bebec7489 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Medieval knight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4a470ad900801f7de4f9402eb27af8a1cc00eac80d618ef16bac39fb27d33 +size 842 diff --git a/DATA/prompted_sd/realistic.txt/Mongolian horse archer.png b/DATA/prompted_sd/realistic.txt/Mongolian horse archer.png new file mode 100644 index 0000000000000000000000000000000000000000..db89f336a54698e7c6c4d8ae3adaa1a539060f43 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Mongolian horse archer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354901086d3f63e1ab7c067bee170fcde1a3c1a30019e5029831c7780018d47c +size 401577 diff --git a/DATA/prompted_sd/realistic.txt/Native American chief.png b/DATA/prompted_sd/realistic.txt/Native American chief.png new file mode 100644 index 0000000000000000000000000000000000000000..d52cc8d86d52296ae0289c8cebf3f94c8d57db39 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Native American chief.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392071cac763ef1c9828bcefc62b9f14cc73e0fecf0fb450ba4c35d67e13da9a +size 506946 diff --git a/DATA/prompted_sd/realistic.txt/Olympic champion.png b/DATA/prompted_sd/realistic.txt/Olympic champion.png new file mode 100644 index 0000000000000000000000000000000000000000..2db86c015d233ba50b688522c84ed0ed51a8c389 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Olympic champion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160fa9f6758d8f0b61ecc894f5fdfbad2b00a27937f3d5417157a07d56dccc4a +size 448596 diff --git a/DATA/prompted_sd/realistic.txt/Pirate captain.png b/DATA/prompted_sd/realistic.txt/Pirate captain.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbf0b534dac06dc2c3ef24b83815d9740aba071 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Pirate captain.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e241ce82249570bc7630084f89dd10c8895c645f2663ad860e6def134a11c3a9 +size 583176 diff --git a/DATA/prompted_sd/realistic.txt/Post-apocalyptic survivor.png b/DATA/prompted_sd/realistic.txt/Post-apocalyptic survivor.png new file mode 100644 index 0000000000000000000000000000000000000000..90c3492bbe0278ec3d4c84542cb3d2e071009b0c --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Post-apocalyptic survivor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7a9640bc0911aa1db279dcf237822e9ae7ac8f2dfb4cd9cac4155eb4097412 +size 529981 diff --git a/DATA/prompted_sd/realistic.txt/Prohibition gangster.png b/DATA/prompted_sd/realistic.txt/Prohibition gangster.png new file mode 100644 index 0000000000000000000000000000000000000000..3d429f75a930c9733b8ba7d06cc92c38da9d5408 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Prohibition gangster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c882983a9a7203dc9d17ecd7694e0c25c8c0d929a55b11a16c90445a21b71d +size 344980 diff --git a/DATA/prompted_sd/realistic.txt/Regency-era novelist.png b/DATA/prompted_sd/realistic.txt/Regency-era novelist.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8ec024e81b1c404c9fd9b36452f782faa2caaa --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Regency-era novelist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dad823c3067c1ec8fed5d6789be620eb7509b3bb6c972f67d67770d682e24e +size 439029 diff --git a/DATA/prompted_sd/realistic.txt/Renaissance artist.png b/DATA/prompted_sd/realistic.txt/Renaissance artist.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb96dbc05b60bf4e5acfe05f6c851071fa24f0a --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Renaissance artist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693baa32b8d0d218dbe29b5cbb03157a644cdcdc249f3ac779327fa338e205d6 +size 511654 diff --git a/DATA/prompted_sd/realistic.txt/Renaissance sculptor.png b/DATA/prompted_sd/realistic.txt/Renaissance sculptor.png new file mode 100644 index 0000000000000000000000000000000000000000..cce136429a21f32441a7d233f84680477b00f312 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Renaissance sculptor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58d6c0482dae65c18792f361dc0391e5da88a3e247e2f04d59db4df00669152 +size 429342 diff --git a/DATA/prompted_sd/realistic.txt/Revolutionary war general.png b/DATA/prompted_sd/realistic.txt/Revolutionary war general.png new file mode 100644 index 0000000000000000000000000000000000000000..4bacaf30f136cf6e8c68585ebc78fcf07b0e27d4 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Revolutionary war general.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b1869c8663038a011a9ca46c02df6da43f09521ab288a4fed16e95e0d1aa32 +size 413976 diff --git a/DATA/prompted_sd/realistic.txt/Roaring '20s flapper.png b/DATA/prompted_sd/realistic.txt/Roaring '20s flapper.png new file mode 100644 index 0000000000000000000000000000000000000000..e53d95bd22534b03755ea5f74626ade721c7aa6d --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Roaring '20s flapper.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083abd2f326907856a05e585f95ae125d18e6748a048acd5ccd2ce96b9a702fd +size 394772 diff --git a/DATA/prompted_sd/realistic.txt/Roman gladiator.png b/DATA/prompted_sd/realistic.txt/Roman gladiator.png new file mode 100644 index 0000000000000000000000000000000000000000..1cb16b574194675a61f61341d51d8ae9e2744ca8 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Roman gladiator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e641c5e858797ad770487453477e05662c8da1912e695cd0e50a68294fbe6fb +size 471590 diff --git a/DATA/prompted_sd/realistic.txt/Samurai philosopher.png b/DATA/prompted_sd/realistic.txt/Samurai philosopher.png new file mode 100644 index 0000000000000000000000000000000000000000..bafb961c72783b4e8d3bbcb8a93e224ff7b6261a --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Samurai philosopher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0d5be4f0cf4fc802f52671ea8fe4a87cbc3d57851a865fa397bd27ae001f48 +size 525601 diff --git a/DATA/prompted_sd/realistic.txt/Silk Road trader.png b/DATA/prompted_sd/realistic.txt/Silk Road trader.png new file mode 100644 index 0000000000000000000000000000000000000000..71a463a915642d784abc84f0132854196b595093 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Silk Road trader.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845b528ecc85282cfb5501a782e729e122052e8ec5c1255f20cc71fd827596a9 +size 440808 diff --git a/DATA/prompted_sd/realistic.txt/Space colony pioneer.png b/DATA/prompted_sd/realistic.txt/Space colony pioneer.png new file mode 100644 index 0000000000000000000000000000000000000000..46e9cab85299a1e1f6a8f1b1bffd0abd857d36cc --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Space colony pioneer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b779dbcf93c1365d65a759b0d1b15448a6ade6e7117dd6b532de2b6b8b447720 +size 446557 diff --git a/DATA/prompted_sd/realistic.txt/Steampunk inventor.png b/DATA/prompted_sd/realistic.txt/Steampunk inventor.png new file mode 100644 index 0000000000000000000000000000000000000000..607954092900c262a36a609ea247052457f2a189 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Steampunk inventor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53990fa5c4d1f0bf748d15c21f62837a705e3e55323a2c25c2c38f25a7723cc2 +size 445158 diff --git a/DATA/prompted_sd/realistic.txt/Tribal elder.png b/DATA/prompted_sd/realistic.txt/Tribal elder.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3ce415aef72422f56df565eb04fcf9dd392a6b --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Tribal elder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432d5618389493d873ff18cbad4bb7deba67a06aa034678cb2ef6d2787fbe6cb +size 514864 diff --git a/DATA/prompted_sd/realistic.txt/Victorian detective.png b/DATA/prompted_sd/realistic.txt/Victorian detective.png new file mode 100644 index 0000000000000000000000000000000000000000..362f18bd5ecabe13e21384c8c6e1c94dd6c4720e --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Victorian detective.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14522121568b6a44a9aab2346355aa05f8592176740b57021bc8077edf5d18ed +size 459910 diff --git a/DATA/prompted_sd/realistic.txt/Viking chieftain.png b/DATA/prompted_sd/realistic.txt/Viking chieftain.png new file mode 100644 index 0000000000000000000000000000000000000000..ef64bf8e16386954aabb7afc6af067dc4cedee45 --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Viking chieftain.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff81348e5f1101ba15f118ab156b17880e68b479caf24aae57bd09cbb0f22782 +size 583197 diff --git a/DATA/prompted_sd/realistic.txt/WWII pilot.png b/DATA/prompted_sd/realistic.txt/WWII pilot.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4a7d53b714a848eec734dc84268719a6fe75ff --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/WWII pilot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf5a05515b7ee7acbe322b59e59aad11e69c9d6ac4620bb931f58dd8a1578d9 +size 383993 diff --git a/DATA/prompted_sd/realistic.txt/WWII resistance fighter.png b/DATA/prompted_sd/realistic.txt/WWII resistance fighter.png new file mode 100644 index 0000000000000000000000000000000000000000..8690bb9ee3c27493398be93fba7ed0be2eba75aa --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/WWII resistance fighter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740d143342789e437c5fdce9b1818b2c993b2fa3a370dfdc7430b505561f2898 +size 411583 diff --git a/DATA/prompted_sd/realistic.txt/Wild West sheriff.png b/DATA/prompted_sd/realistic.txt/Wild West sheriff.png new file mode 100644 index 0000000000000000000000000000000000000000..bbfe3d682ea5dd5d7597a28ea7ca7fcd3949e79a --- /dev/null +++ b/DATA/prompted_sd/realistic.txt/Wild West sheriff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105da112d4318e4ce9f502eb5de3fdaba7cc6f61ca46b467887f879a579afc45 +size 489103