diff --git a/app.py b/app.py index ba8b90b898551129ff65a4b11317b5f869302d0f..c963590f5d910a6f68cde093a165e2fc203c7d22 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,6 @@ body, html { width: 100%; } - .gallery-container { display: flex; flex-direction: column; @@ -43,7 +42,6 @@ body, html { } .video-caption { - color: #121212; /* Maintain white text for captions */ padding: 0.5rem; border-radius: 4px; margin-top: 0.5rem; @@ -229,7 +227,6 @@ def showcase(page_num): description_html = """
-

EvalCrafter Text-to-Video (ECTV) Gallery ๐ŸŽฅ๐Ÿ“Š

Dataset ยท Code ยท @@ -241,6 +238,7 @@ description_html = """

""" +TITLE = """

EvalCrafter Text-to-Video (ECTV) Gallery ๐ŸŽฅ๐Ÿ“Š

""" # def navigate(direction, page_num): @@ -281,6 +279,7 @@ videos_per_page = 1 total_pages = (total_videos + videos_per_page - 1) // videos_per_page with gr.Blocks(css=css) as app: + gr.HTML(TITLE) gr.Markdown(description_html) gr.Markdown(js) page_num = gr.State(value=1) @@ -318,4 +317,5 @@ with gr.Blocks(css=css) as app: # Initialize the display for the first page content = showcase(page_num.value) -app.launch(share=True) \ No newline at end of file +# app.launch(share=True) +app.launch() \ No newline at end of file diff --git a/prompts/0000.txt b/prompts/0000.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ac238bd0012ebf60894d43d84bbcbbc70e3d9ea --- /dev/null +++ b/prompts/0000.txt @@ -0,0 +1 @@ +2 Dog and a whale, ocean adventure \ No newline at end of file diff --git a/prompts/0001.txt b/prompts/0001.txt new file mode 100644 index 0000000000000000000000000000000000000000..504ea06f055108396b652161740d7b32726862c2 --- /dev/null +++ b/prompts/0001.txt @@ -0,0 +1 @@ +Teddy bear and 3 real bear \ No newline at end of file diff --git a/prompts/0002.txt b/prompts/0002.txt new file mode 100644 index 0000000000000000000000000000000000000000..89ea475b60a047efbe6c87f0253ce1392ef2bc38 --- /dev/null +++ b/prompts/0002.txt @@ -0,0 +1 @@ +goldfish in glass \ No newline at end of file diff --git a/prompts/0003.txt b/prompts/0003.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0aeaba44d2bbfbc113c235412c78a0832e82ee4 --- /dev/null +++ b/prompts/0003.txt @@ -0,0 +1 @@ +A small bird sits atop a blooming flower stem. \ No newline at end of file diff --git a/prompts/0004.txt b/prompts/0004.txt new file mode 100644 index 0000000000000000000000000000000000000000..291da77dcb93f8a410a9739e88f94b210224386f --- /dev/null +++ b/prompts/0004.txt @@ -0,0 +1 @@ +A fluffy teddy bear sits on a bed of soft pillows surrounded by children's toys. \ No newline at end of file diff --git a/prompts/0005.txt b/prompts/0005.txt new file mode 100644 index 0000000000000000000000000000000000000000..41b47901bfcd98899206ae8c5821e2d4c77c4755 --- /dev/null +++ b/prompts/0005.txt @@ -0,0 +1 @@ +A peaceful cow grazing in a green field under the clear blue sky \ No newline at end of file diff --git a/prompts/0006.txt b/prompts/0006.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eb168d75293941f2bb0f2eed89243b237f57362 --- /dev/null +++ b/prompts/0006.txt @@ -0,0 +1 @@ +unicorn sliding on a rainbow \ No newline at end of file diff --git a/prompts/0007.txt b/prompts/0007.txt new file mode 100644 index 0000000000000000000000000000000000000000..0120ff4ca6a7c5facbccffae311ff30a8d1247f8 --- /dev/null +++ b/prompts/0007.txt @@ -0,0 +1 @@ +four godzillas \ No newline at end of file diff --git a/prompts/0008.txt b/prompts/0008.txt new file mode 100644 index 0000000000000000000000000000000000000000..aff7f63052d85860aa4a44ef6ff916fad3aaa284 --- /dev/null +++ b/prompts/0008.txt @@ -0,0 +1 @@ +A fluffy grey and white cat is lazily stretched out on a sunny window sill, enjoying a nap after a long day of lounging. \ No newline at end of file diff --git a/prompts/0009.txt b/prompts/0009.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac2639210b7794495038bc8b028e85bd672fc779 --- /dev/null +++ b/prompts/0009.txt @@ -0,0 +1 @@ +A curious cat peers from the window, watching the world outside. \ No newline at end of file diff --git a/prompts/0010.txt b/prompts/0010.txt new file mode 100644 index 0000000000000000000000000000000000000000..726eabff3ef9fcef2dc46ff64ec74eadd14f1c92 --- /dev/null +++ b/prompts/0010.txt @@ -0,0 +1 @@ +a horse \ No newline at end of file diff --git a/prompts/0011.txt b/prompts/0011.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2c75e3ed20560beb8cd3a4f5a11ee214d7bdb85 --- /dev/null +++ b/prompts/0011.txt @@ -0,0 +1 @@ +a pig \ No newline at end of file diff --git a/prompts/0012.txt b/prompts/0012.txt new file mode 100644 index 0000000000000000000000000000000000000000..6084aa2b02d05b8f6fccec17c8ffa401e3784f5c --- /dev/null +++ b/prompts/0012.txt @@ -0,0 +1 @@ +a squirrel \ No newline at end of file diff --git a/prompts/0013.txt b/prompts/0013.txt new file mode 100644 index 0000000000000000000000000000000000000000..e64cba5e03117cebfaed2fe22ae7c20daf6484c2 --- /dev/null +++ b/prompts/0013.txt @@ -0,0 +1 @@ +a bird \ No newline at end of file diff --git a/prompts/0014.txt b/prompts/0014.txt new file mode 100644 index 0000000000000000000000000000000000000000..3685e0b9f82e7c0b0de56b72c91b9bb75554ef48 --- /dev/null +++ b/prompts/0014.txt @@ -0,0 +1 @@ +a zebra \ No newline at end of file diff --git a/prompts/0015.txt b/prompts/0015.txt new file mode 100644 index 0000000000000000000000000000000000000000..195acadf3ab79820db54eb76701fad4246f3cdbc --- /dev/null +++ b/prompts/0015.txt @@ -0,0 +1 @@ +Two elephants are playing on the beach and enjoying a delicious beef stroganoff meal. \ No newline at end of file diff --git a/prompts/0016.txt b/prompts/0016.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa4ca924c0f9d372f59233e9b8b584b8cf075db8 --- /dev/null +++ b/prompts/0016.txt @@ -0,0 +1 @@ +Two fish eating spaghetti on a subway \ No newline at end of file diff --git a/prompts/0017.txt b/prompts/0017.txt new file mode 100644 index 0000000000000000000000000000000000000000..693e529184b8e111db9f0b55cc1559c31985b5ce --- /dev/null +++ b/prompts/0017.txt @@ -0,0 +1 @@ +A pod of dolphins gracefully swim and jump in the ocean. \ No newline at end of file diff --git a/prompts/0018.txt b/prompts/0018.txt new file mode 100644 index 0000000000000000000000000000000000000000..41b47901bfcd98899206ae8c5821e2d4c77c4755 --- /dev/null +++ b/prompts/0018.txt @@ -0,0 +1 @@ +A peaceful cow grazing in a green field under the clear blue sky \ No newline at end of file diff --git a/prompts/0019.txt b/prompts/0019.txt new file mode 100644 index 0000000000000000000000000000000000000000..4bebd0a80215196ff86be24a659dc580709e7c07 --- /dev/null +++ b/prompts/0019.txt @@ -0,0 +1 @@ +A cute and chubby giant panda is enjoying a bamboo meal in a lush forest. The panda is relaxed and content as it eats, and occasionally stops to scratch its ear with its paw. \ No newline at end of file diff --git a/prompts/0020.txt b/prompts/0020.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0aadf318ecf92e2e7c8e6d4b880686219e096f9 --- /dev/null +++ b/prompts/0020.txt @@ -0,0 +1 @@ +dragon flying over the city at night \ No newline at end of file diff --git a/prompts/0021.txt b/prompts/0021.txt new file mode 100644 index 0000000000000000000000000000000000000000..f92e9d415c75f42ec894f5442948f25a6f6d7a74 --- /dev/null +++ b/prompts/0021.txt @@ -0,0 +1 @@ +Pikachu snowboarding \ No newline at end of file diff --git a/prompts/0022.txt b/prompts/0022.txt new file mode 100644 index 0000000000000000000000000000000000000000..e60b1d5293e3ef19d4845a2f41529fdfde3b9de6 --- /dev/null +++ b/prompts/0022.txt @@ -0,0 +1 @@ +a cat drinking beer \ No newline at end of file diff --git a/prompts/0023.txt b/prompts/0023.txt new file mode 100644 index 0000000000000000000000000000000000000000..1187c44de5bb1579c22383ec625370657257201a --- /dev/null +++ b/prompts/0023.txt @@ -0,0 +1 @@ +a dog wearing vr goggles on a boat \ No newline at end of file diff --git a/prompts/0024.txt b/prompts/0024.txt new file mode 100644 index 0000000000000000000000000000000000000000..07436455384654d460b9bcf9ecb6a50ae76c00a3 --- /dev/null +++ b/prompts/0024.txt @@ -0,0 +1 @@ +a giraffe eating an apple \ No newline at end of file diff --git a/prompts/0025.txt b/prompts/0025.txt new file mode 100644 index 0000000000000000000000000000000000000000..bcafafb8ec1be25d054eb9c87e9b723ecae6c63b --- /dev/null +++ b/prompts/0025.txt @@ -0,0 +1 @@ +Five camels walking in the desert \ No newline at end of file diff --git a/prompts/0026.txt b/prompts/0026.txt new file mode 100644 index 0000000000000000000000000000000000000000..4f6d7121f5d3c75163a644c1625526dd64e82c1a --- /dev/null +++ b/prompts/0026.txt @@ -0,0 +1 @@ +Mickey Mouse is dancing on white background \ No newline at end of file diff --git a/prompts/0027.txt b/prompts/0027.txt new file mode 100644 index 0000000000000000000000000000000000000000..c76dae2b26a73e8dcd556c498391fb39a0ed7942 --- /dev/null +++ b/prompts/0027.txt @@ -0,0 +1 @@ +A happy pig rolling in the mud on a sunny day. \ No newline at end of file diff --git a/prompts/0028.txt b/prompts/0028.txt new file mode 100644 index 0000000000000000000000000000000000000000..d6054163472806c7ef9fcb0426b650e8d7548014 --- /dev/null +++ b/prompts/0028.txt @@ -0,0 +1 @@ +In an African savanna, a majestic lion is prancing behind a small timid rabbit. The rabbit tried to run away, but the lion catches up easily. \ No newline at end of file diff --git a/prompts/0029.txt b/prompts/0029.txt new file mode 100644 index 0000000000000000000000000000000000000000..c4d2cc52d10cb3aac7598ed674d9b2d74ea76d3e --- /dev/null +++ b/prompts/0029.txt @@ -0,0 +1 @@ +3 sheep enjoying spaghetti together \ No newline at end of file diff --git a/prompts/0030.txt b/prompts/0030.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ca8a5cc120becb214fa858c73674e221bb8c5cb --- /dev/null +++ b/prompts/0030.txt @@ -0,0 +1 @@ +A photo of a Corgi dog riding a bike in Times Square. It is wearing sunglasses and a beach hat. \ No newline at end of file diff --git a/prompts/0031.txt b/prompts/0031.txt new file mode 100644 index 0000000000000000000000000000000000000000..693e529184b8e111db9f0b55cc1559c31985b5ce --- /dev/null +++ b/prompts/0031.txt @@ -0,0 +1 @@ +A pod of dolphins gracefully swim and jump in the ocean. \ No newline at end of file diff --git a/prompts/0032.txt b/prompts/0032.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d25cc7024ac1eaede428e1f35d1e7b7e88b5e81 --- /dev/null +++ b/prompts/0032.txt @@ -0,0 +1 @@ +In the lush forest, a tiger is wandering around with a vigilant gaze while the birds chirp and monkeys play. \ No newline at end of file diff --git a/prompts/0033.txt b/prompts/0033.txt new file mode 100644 index 0000000000000000000000000000000000000000..e583566744c6d1a1e46b77e9109398bc677af56b --- /dev/null +++ b/prompts/0033.txt @@ -0,0 +1 @@ +The teddy bear and rabbit were snuggled up together. The teddy bear was hugging the rabbit, and the rabbit was nuzzled up to the teddy bear's soft fur. \ No newline at end of file diff --git a/prompts/0034.txt b/prompts/0034.txt new file mode 100644 index 0000000000000000000000000000000000000000..a76a230baf60b13144e0735d92d96d416c12b6d1 --- /dev/null +++ b/prompts/0034.txt @@ -0,0 +1 @@ +A slithering snake moves through the lush green grass \ No newline at end of file diff --git a/prompts/0035.txt b/prompts/0035.txt new file mode 100644 index 0000000000000000000000000000000000000000..26521d6a68711c7cb13d9d2ba1eae4936e45b367 --- /dev/null +++ b/prompts/0035.txt @@ -0,0 +1 @@ +A pair of bright green tree frogs cling to a branch in a vibrant tropical rainforest. \ No newline at end of file diff --git a/prompts/0036.txt b/prompts/0036.txt new file mode 100644 index 0000000000000000000000000000000000000000..61a26d1af8853f04049ff452a7be1a77cade6ef0 --- /dev/null +++ b/prompts/0036.txt @@ -0,0 +1 @@ +Four fluffy white Persian kittens snuggle together in a cozy basket by the fireplace. \ No newline at end of file diff --git a/prompts/0037.txt b/prompts/0037.txt new file mode 100644 index 0000000000000000000000000000000000000000..083ef569f4e872cfdb44a74f89f177d20818985b --- /dev/null +++ b/prompts/0037.txt @@ -0,0 +1 @@ +Eight fluffy yellow ducklings waddle behind their mother, exploring the edge of a pond. \ No newline at end of file diff --git a/prompts/0038.txt b/prompts/0038.txt new file mode 100644 index 0000000000000000000000000000000000000000..bec3fcc0ae0b101e511b7c528cf3ccd2b65bf76d --- /dev/null +++ b/prompts/0038.txt @@ -0,0 +1 @@ +A family of four fluffy, blue penguins waddled along the icy shore. \ No newline at end of file diff --git a/prompts/0039.txt b/prompts/0039.txt new file mode 100644 index 0000000000000000000000000000000000000000..83c49cb53b8f18b6bdf1a17a4f416b478de0e69d --- /dev/null +++ b/prompts/0039.txt @@ -0,0 +1 @@ +Two white swans gracefully swam in the serene lake \ No newline at end of file diff --git a/prompts/0040.txt b/prompts/0040.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbaab80900e07c97ec5794e004922406d7f498fa --- /dev/null +++ b/prompts/0040.txt @@ -0,0 +1 @@ +In a small forest, a colorful bird was flying around gracefully. Its shiny feathers reflected the sun rays, creating a beautiful sight. \ No newline at end of file diff --git a/prompts/0041.txt b/prompts/0041.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1caf52cbcfee2d3552a34e1fa78e2a1764acc37 --- /dev/null +++ b/prompts/0041.txt @@ -0,0 +1 @@ +A spider spins a web, weaving intricate patterns with its silk. \ No newline at end of file diff --git a/prompts/0042.txt b/prompts/0042.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b0231825d1543d03f73b4986b33a2c443046f75 --- /dev/null +++ b/prompts/0042.txt @@ -0,0 +1 @@ +A horse gallops through a field, kicking up dust with its hooves. \ No newline at end of file diff --git a/prompts/0043.txt b/prompts/0043.txt new file mode 100644 index 0000000000000000000000000000000000000000..987a9afced1913d2b836e038b263d3dfc3813ca1 --- /dev/null +++ b/prompts/0043.txt @@ -0,0 +1 @@ +A dog chews on a bone, gnawing at it with its teeth. \ No newline at end of file diff --git a/prompts/0044.txt b/prompts/0044.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbace5b85534919f7259869e7cd26ab4c65a1735 --- /dev/null +++ b/prompts/0044.txt @@ -0,0 +1 @@ +A cat plays with a ball of yarn, batting it around with its paws. \ No newline at end of file diff --git a/prompts/0045.txt b/prompts/0045.txt new file mode 100644 index 0000000000000000000000000000000000000000..4449b1b779321b3464e9f3f7c6a0042007b57d98 --- /dev/null +++ b/prompts/0045.txt @@ -0,0 +1 @@ +A bear rummages through a dumpster, searching for food scraps. \ No newline at end of file diff --git a/prompts/0046.txt b/prompts/0046.txt new file mode 100644 index 0000000000000000000000000000000000000000..bb0520d91a1067984bd0c0e4167d8d9590f6ca3a --- /dev/null +++ b/prompts/0046.txt @@ -0,0 +1 @@ +Three hamster runs on a wheel, exercising in its cage. \ No newline at end of file diff --git a/prompts/0047.txt b/prompts/0047.txt new file mode 100644 index 0000000000000000000000000000000000000000..5053ba7c1eaeffbba517f34ff7c0aefabf355c30 --- /dev/null +++ b/prompts/0047.txt @@ -0,0 +1 @@ +Five dogs on the street. \ No newline at end of file diff --git a/prompts/0048.txt b/prompts/0048.txt new file mode 100644 index 0000000000000000000000000000000000000000..52860d63d640ab516d5731b9d2162352e853e7e6 --- /dev/null +++ b/prompts/0048.txt @@ -0,0 +1 @@ +A fish eating a pelican. \ No newline at end of file diff --git a/prompts/0049.txt b/prompts/0049.txt new file mode 100644 index 0000000000000000000000000000000000000000..966f5da9596be447d539ae7d38318f8c82ff478b --- /dev/null +++ b/prompts/0049.txt @@ -0,0 +1 @@ +A panda making latte art. \ No newline at end of file diff --git a/prompts/0050.txt b/prompts/0050.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7de623bcc0350d7d298c60966b0e6212edeaee2 --- /dev/null +++ b/prompts/0050.txt @@ -0,0 +1 @@ +a fat people in McDonald \ No newline at end of file diff --git a/prompts/0051.txt b/prompts/0051.txt new file mode 100644 index 0000000000000000000000000000000000000000..4484ecf9e72676ada2f019328de2c5bd614fd6f5 --- /dev/null +++ b/prompts/0051.txt @@ -0,0 +1 @@ +the brides of dracula \ No newline at end of file diff --git a/prompts/0052.txt b/prompts/0052.txt new file mode 100644 index 0000000000000000000000000000000000000000..131abd7a6f48eac9bad2a27d9faa332042b5354c --- /dev/null +++ b/prompts/0052.txt @@ -0,0 +1 @@ +Darth Vader watches as the sea becomes calm once again. \ No newline at end of file diff --git a/prompts/0053.txt b/prompts/0053.txt new file mode 100644 index 0000000000000000000000000000000000000000..257298d191668feccf1d8f66916fe3dfb17eadef --- /dev/null +++ b/prompts/0053.txt @@ -0,0 +1 @@ +mona lisa, smiling, The illustration is in HD with 4k resolution, with highly detailed facial features \ No newline at end of file diff --git a/prompts/0054.txt b/prompts/0054.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ef1f20250cfadbde64b4853438addb6bd2f0510 --- /dev/null +++ b/prompts/0054.txt @@ -0,0 +1 @@ +medium shot of Christine, a beautiful 25-year-old brunette resembling Selena Gomez, anxiously looking up as she walks down a New York street, cinematic style \ No newline at end of file diff --git a/prompts/0055.txt b/prompts/0055.txt new file mode 100644 index 0000000000000000000000000000000000000000..19fda7bb5cbf8fddb480b6f36eaffab1e07de9f2 --- /dev/null +++ b/prompts/0055.txt @@ -0,0 +1 @@ +five aliens in a forest \ No newline at end of file diff --git a/prompts/0056.txt b/prompts/0056.txt new file mode 100644 index 0000000000000000000000000000000000000000..041516785e683b6ffca3be8abdf7b405d63faa58 --- /dev/null +++ b/prompts/0056.txt @@ -0,0 +1 @@ +Chinese traditional beauty, wearing a golden dragon robe, wearing a phoenix crown, behind the Forbidden City, dignified temperament \ No newline at end of file diff --git a/prompts/0057.txt b/prompts/0057.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c5f2cef4ba863bfbcf8ebdaac9d7185de20c214 --- /dev/null +++ b/prompts/0057.txt @@ -0,0 +1 @@ +A woman in Hanfu, holding a paper fan in her hand \ No newline at end of file diff --git a/prompts/0058.txt b/prompts/0058.txt new file mode 100644 index 0000000000000000000000000000000000000000..40571aa9905062818ce6c632de6ddf6f691c086f --- /dev/null +++ b/prompts/0058.txt @@ -0,0 +1 @@ +USA Soccer player with tom cruise with purple hair, cinematic shot, movie preview, quick shot \ No newline at end of file diff --git a/prompts/0059.txt b/prompts/0059.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cec5376c8ffe2153022ff14c0b53dbfe6acdab4 --- /dev/null +++ b/prompts/0059.txt @@ -0,0 +1 @@ +a cyborg standing on top of a skyscraper, overseeing the city, back view, cyberpunk vibe, 2077, NYC, intricate details, 4K \ No newline at end of file diff --git a/prompts/0060.txt b/prompts/0060.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7398ec824d2c92cf6e0c5cb10657fbbd511ea20 --- /dev/null +++ b/prompts/0060.txt @@ -0,0 +1 @@ +There's a person, likely in their mid-twenties, with short brown hair and a tattoo on their left forearm. They're wearing a blue hoodie and seem to be checking their phone. \ No newline at end of file diff --git a/prompts/0061.txt b/prompts/0061.txt new file mode 100644 index 0000000000000000000000000000000000000000..40ff75ce647dba46d5d21916de5ce1b6dd75c927 --- /dev/null +++ b/prompts/0061.txt @@ -0,0 +1 @@ +A young man with curly brown hair and a noticeable scar on his left cheek is typing on his laptop at a coffee shop. \ No newline at end of file diff --git a/prompts/0062.txt b/prompts/0062.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d61006cced91e1ec0483b0c0934a04230ef4646 --- /dev/null +++ b/prompts/0062.txt @@ -0,0 +1 @@ +light wind, feathers moving, she moves her gaze, 4k \ No newline at end of file diff --git a/prompts/0063.txt b/prompts/0063.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e8ae36518bf05e69a883c213eca2a8898ef874a --- /dev/null +++ b/prompts/0063.txt @@ -0,0 +1 @@ +a smiling skull \ No newline at end of file diff --git a/prompts/0064.txt b/prompts/0064.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d4c8fe100a5c1b6dbcb6883b5d2648977c28c20 --- /dev/null +++ b/prompts/0064.txt @@ -0,0 +1 @@ +a girl floating underwater \ No newline at end of file diff --git a/prompts/0065.txt b/prompts/0065.txt new file mode 100644 index 0000000000000000000000000000000000000000..f1d0e9ffd58c659b8c12ad0bb3d479e481cc2794 --- /dev/null +++ b/prompts/0065.txt @@ -0,0 +1 @@ +fashion portrait shoot of a girl in colorful glasses, a breeze moves her hair \ No newline at end of file diff --git a/prompts/0066.txt b/prompts/0066.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d2faa524cda3fca693cfa97bdfd2ef00e9017ac --- /dev/null +++ b/prompts/0066.txt @@ -0,0 +1 @@ +elon musk in space suit close up of face 4k overlooking mars space base \ No newline at end of file diff --git a/prompts/0067.txt b/prompts/0067.txt new file mode 100644 index 0000000000000000000000000000000000000000..75c36e383759e49c270bf78f76db9ec285f438e6 --- /dev/null +++ b/prompts/0067.txt @@ -0,0 +1 @@ +A woman with striking blue eyes and curly hair. \ No newline at end of file diff --git a/prompts/0068.txt b/prompts/0068.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bf6286af2fe37731de679dfb5f2811371f8c300 --- /dev/null +++ b/prompts/0068.txt @@ -0,0 +1 @@ +A middle-aged woman with short, silver hair and glasses. \ No newline at end of file diff --git a/prompts/0069.txt b/prompts/0069.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b4a75d42c522fbfa9b91ce47d385e257ac03d7a --- /dev/null +++ b/prompts/0069.txt @@ -0,0 +1 @@ +A tall man with broad shoulders and a friendly smile \ No newline at end of file diff --git a/prompts/0070.txt b/prompts/0070.txt new file mode 100644 index 0000000000000000000000000000000000000000..950d835c699687fa9d94bfe217d1f85a327a0606 --- /dev/null +++ b/prompts/0070.txt @@ -0,0 +1 @@ +Two whales and a violin player \ No newline at end of file diff --git a/prompts/0071.txt b/prompts/0071.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a0b8a939016804978ae20f6c0383dc639d1fb57 --- /dev/null +++ b/prompts/0071.txt @@ -0,0 +1 @@ +One person feeding five goats. \ No newline at end of file diff --git a/prompts/0072.txt b/prompts/0072.txt new file mode 100644 index 0000000000000000000000000000000000000000..b06671e7531f74e748cf9a237f1b539d81240028 --- /dev/null +++ b/prompts/0072.txt @@ -0,0 +1 @@ +During a movie, a bear wearing a red scarf sits next to a person in the theater. \ No newline at end of file diff --git a/prompts/0073.txt b/prompts/0073.txt new file mode 100644 index 0000000000000000000000000000000000000000..560b0d3b42dfba89bcc6881ef83567705897e257 --- /dev/null +++ b/prompts/0073.txt @@ -0,0 +1 @@ +Two birds flew around a person, in the style of Sci-Fi \ No newline at end of file diff --git a/prompts/0074.txt b/prompts/0074.txt new file mode 100644 index 0000000000000000000000000000000000000000..767220efaaca4863b9eec78c108c0204f4c963b2 --- /dev/null +++ b/prompts/0074.txt @@ -0,0 +1 @@ +1 bear and 2 people making pizza \ No newline at end of file diff --git a/prompts/0075.txt b/prompts/0075.txt new file mode 100644 index 0000000000000000000000000000000000000000..96d7935ebbca471994e883e36345f956277db6af --- /dev/null +++ b/prompts/0075.txt @@ -0,0 +1 @@ +A family of five go on a safari, marveling at the sight of majestic giraffes and zebras. \ No newline at end of file diff --git a/prompts/0076.txt b/prompts/0076.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5a8e55f04701ccfabc87598f6d8bd2c54976d40 --- /dev/null +++ b/prompts/0076.txt @@ -0,0 +1 @@ +A farmer tends to a flock of twenty sheep, shearing their wool and counting them to make sure none are missing. \ No newline at end of file diff --git a/prompts/0077.txt b/prompts/0077.txt new file mode 100644 index 0000000000000000000000000000000000000000..050c9dba384a91a8b17c3ada9feb9575f9970aaa --- /dev/null +++ b/prompts/0077.txt @@ -0,0 +1 @@ +A team of eight firefighters rescue a group of cats from a burning building, carefully carrying them to safety \ No newline at end of file diff --git a/prompts/0078.txt b/prompts/0078.txt new file mode 100644 index 0000000000000000000000000000000000000000..857e98fe07822acdaa05b53157b49182f4363682 --- /dev/null +++ b/prompts/0078.txt @@ -0,0 +1 @@ +A family of three take their dog and cat for a walk in the park, enjoying the fresh air and exercise. \ No newline at end of file diff --git a/prompts/0079.txt b/prompts/0079.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab9fff44ccf4a98c715f6e4072b83ed511424c03 --- /dev/null +++ b/prompts/0079.txt @@ -0,0 +1 @@ +A team of two marine biologists study a colony of penguins, monitoring their breeding habits. \ No newline at end of file diff --git a/prompts/0080.txt b/prompts/0080.txt new file mode 100644 index 0000000000000000000000000000000000000000..032d202261927b5af942064631847419741bcd43 --- /dev/null +++ b/prompts/0080.txt @@ -0,0 +1 @@ +Two individuals ride a bike through the temple gates. \ No newline at end of file diff --git a/prompts/0081.txt b/prompts/0081.txt new file mode 100644 index 0000000000000000000000000000000000000000..89aa5590feabb2cac2387a5c02906bf2df4e6a0e --- /dev/null +++ b/prompts/0081.txt @@ -0,0 +1 @@ +Two people sit on the park bench enjoying a sunny day. \ No newline at end of file diff --git a/prompts/0082.txt b/prompts/0082.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a260b1461493baf4fcd2016cf650f747684685d --- /dev/null +++ b/prompts/0082.txt @@ -0,0 +1 @@ +A young woman with glasses is jogging in the park wearing a pink headband. \ No newline at end of file diff --git a/prompts/0083.txt b/prompts/0083.txt new file mode 100644 index 0000000000000000000000000000000000000000..4267f004b39212db99cdcc05c03863b92a15d0e3 --- /dev/null +++ b/prompts/0083.txt @@ -0,0 +1 @@ +six people are singing together. One person is a young African-American woman with curly black hair, wearing a red dress. The other person is a middle-aged Caucasian man with short blonde hair, wearing a blue shirt. \ No newline at end of file diff --git a/prompts/0084.txt b/prompts/0084.txt new file mode 100644 index 0000000000000000000000000000000000000000..9ab101ce7d9aedf8e90f9c2277b91e6a4ee71af6 --- /dev/null +++ b/prompts/0084.txt @@ -0,0 +1 @@ +Two child sleeping beside each other on a comfortable blue bed with beige pillows. \ No newline at end of file diff --git a/prompts/0085.txt b/prompts/0085.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7caa8919776dbf0ce499e0affd0eff0f455bead --- /dev/null +++ b/prompts/0085.txt @@ -0,0 +1 @@ +Two people kicking soccer ball beside a truck at police station \ No newline at end of file diff --git a/prompts/0086.txt b/prompts/0086.txt new file mode 100644 index 0000000000000000000000000000000000000000..a2e7337bdcb4d386bc00fefbaf40f4cd3576d9a7 --- /dev/null +++ b/prompts/0086.txt @@ -0,0 +1 @@ +flying superman, hand moves forward \ No newline at end of file diff --git a/prompts/0087.txt b/prompts/0087.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfdfe75991c0488faaf37811db3c1cd592f39081 --- /dev/null +++ b/prompts/0087.txt @@ -0,0 +1 @@ +Zuckerberg and Elon Musk dance in a nightclub \ No newline at end of file diff --git a/prompts/0088.txt b/prompts/0088.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1e360d6c2a1a608d9ad02d0b9887a5eb67771d9 --- /dev/null +++ b/prompts/0088.txt @@ -0,0 +1 @@ +michel jordan playing basketball \ No newline at end of file diff --git a/prompts/0089.txt b/prompts/0089.txt new file mode 100644 index 0000000000000000000000000000000000000000..74db8b990b214772d1f4eebdcf2442727cd8b329 --- /dev/null +++ b/prompts/0089.txt @@ -0,0 +1 @@ +Hawaiian woman playing a ukulele \ No newline at end of file diff --git a/prompts/0090.txt b/prompts/0090.txt new file mode 100644 index 0000000000000000000000000000000000000000..db8eb6f159a80d716475d7f8a744acbf421b786a --- /dev/null +++ b/prompts/0090.txt @@ -0,0 +1 @@ +Zombies walking down the street \ No newline at end of file diff --git a/prompts/0091.txt b/prompts/0091.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c73fcebdd185bd3a19f7cc2eab2a8c7b154c875 --- /dev/null +++ b/prompts/0091.txt @@ -0,0 +1 @@ +Joe Biden as a rapper throwing money \ No newline at end of file diff --git a/prompts/0092.txt b/prompts/0092.txt new file mode 100644 index 0000000000000000000000000000000000000000..83c30c8769aead6108e922ea3b76381b41358efb --- /dev/null +++ b/prompts/0092.txt @@ -0,0 +1 @@ +man driving in a taxi, angry face \ No newline at end of file diff --git a/prompts/0093.txt b/prompts/0093.txt new file mode 100644 index 0000000000000000000000000000000000000000..73325da0b70a0f6137fc287de7a2d0e6da6a6bab --- /dev/null +++ b/prompts/0093.txt @@ -0,0 +1 @@ +Two people playing rock-paper-scissors. They are laughing and having fun. \ No newline at end of file diff --git a/prompts/0094.txt b/prompts/0094.txt new file mode 100644 index 0000000000000000000000000000000000000000..00cfc538949145f5933f04a0976b8cc7b760e198 --- /dev/null +++ b/prompts/0094.txt @@ -0,0 +1 @@ +doctors are constructing a robot \ No newline at end of file diff --git a/prompts/0095.txt b/prompts/0095.txt new file mode 100644 index 0000000000000000000000000000000000000000..d5d5907a9a4318e39501df74f94735401678c0a6 --- /dev/null +++ b/prompts/0095.txt @@ -0,0 +1 @@ +a magician pulling a rabbit from a black hat \ No newline at end of file diff --git a/prompts/0096.txt b/prompts/0096.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9bc7f174ff94013442fcab4cd22f1a3a9dd482b --- /dev/null +++ b/prompts/0096.txt @@ -0,0 +1 @@ +Batman turns his head from right to left \ No newline at end of file diff --git a/prompts/0097.txt b/prompts/0097.txt new file mode 100644 index 0000000000000000000000000000000000000000..5661594fa84f5cf897672f48cd071415b0b5fa3e --- /dev/null +++ b/prompts/0097.txt @@ -0,0 +1 @@ +A person shaking head. \ No newline at end of file diff --git a/prompts/0098.txt b/prompts/0098.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c16a01f40ca803c8cbbd200f751706d846b89eb --- /dev/null +++ b/prompts/0098.txt @@ -0,0 +1 @@ +A person scuba dives in a deep blue ocean. \ No newline at end of file diff --git a/prompts/0099.txt b/prompts/0099.txt new file mode 100644 index 0000000000000000000000000000000000000000..a523e940a31267d45520a443b07a9216f4e55da6 --- /dev/null +++ b/prompts/0099.txt @@ -0,0 +1 @@ +Iron Man is walking towards the camera in the rain at night, with a lot of fog behind him. Science fiction movie, close-up \ No newline at end of file diff --git a/prompts/0100.txt b/prompts/0100.txt new file mode 100644 index 0000000000000000000000000000000000000000..6572d2c0e6e1ef3aa71ffb24df9c6d668a8c0a69 --- /dev/null +++ b/prompts/0100.txt @@ -0,0 +1 @@ +Bruce Lee shout like a lion ,wild fighter \ No newline at end of file diff --git a/prompts/0101.txt b/prompts/0101.txt new file mode 100644 index 0000000000000000000000000000000000000000..46d81f6cc5b6a6786b0c769516cc9b3fb0b8eb4b --- /dev/null +++ b/prompts/0101.txt @@ -0,0 +1 @@ +A samurai walking on a bridge \ No newline at end of file diff --git a/prompts/0102.txt b/prompts/0102.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f431be46409261bf39ddc5792c4f21b406a350b --- /dev/null +++ b/prompts/0102.txt @@ -0,0 +1 @@ +Kanye West eating spaghetti \ No newline at end of file diff --git a/prompts/0103.txt b/prompts/0103.txt new file mode 100644 index 0000000000000000000000000000000000000000..d19a032c024cc4d0c9c73b2f115e5a43ad79dbf6 --- /dev/null +++ b/prompts/0103.txt @@ -0,0 +1 @@ +musician at the studio singing \ No newline at end of file diff --git a/prompts/0104.txt b/prompts/0104.txt new file mode 100644 index 0000000000000000000000000000000000000000..a72b021cb2c0b1c7a5fe14206a4815d332af15f5 --- /dev/null +++ b/prompts/0104.txt @@ -0,0 +1 @@ +A woman is walking her dog on the beach at sunset. \ No newline at end of file diff --git a/prompts/0105.txt b/prompts/0105.txt new file mode 100644 index 0000000000000000000000000000000000000000..c281dab191e61987f228f2f9b8a750c55c0ff292 --- /dev/null +++ b/prompts/0105.txt @@ -0,0 +1 @@ +A young woman in her mid-twenties with long blond hair walked briskly down the busy city street, wearing a red coat and black boots. \ No newline at end of file diff --git a/prompts/0106.txt b/prompts/0106.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a5de23e850319a2cd01ec24fa23853ca759d240 --- /dev/null +++ b/prompts/0106.txt @@ -0,0 +1 @@ +A young man is riding a bicycle on a sunny day. He is wearing a blue hoodie and black jeans. His hair is brown and styled messily. He has a small scar above his left eye. \ No newline at end of file diff --git a/prompts/0107.txt b/prompts/0107.txt new file mode 100644 index 0000000000000000000000000000000000000000..28049f325fe6ff5352520db06b7d67bdfd4297ba --- /dev/null +++ b/prompts/0107.txt @@ -0,0 +1 @@ +A young woman pushes herself through a tough gym workout, sweat pouring down her face as she lifts weights and jumps on a treadmill. \ No newline at end of file diff --git a/prompts/0108.txt b/prompts/0108.txt new file mode 100644 index 0000000000000000000000000000000000000000..a523e940a31267d45520a443b07a9216f4e55da6 --- /dev/null +++ b/prompts/0108.txt @@ -0,0 +1 @@ +Iron Man is walking towards the camera in the rain at night, with a lot of fog behind him. Science fiction movie, close-up \ No newline at end of file diff --git a/prompts/0109.txt b/prompts/0109.txt new file mode 100644 index 0000000000000000000000000000000000000000..99668b1cddf30170f39b9f0ba338f8394d939de3 --- /dev/null +++ b/prompts/0109.txt @@ -0,0 +1 @@ +Valkyrie riding flying horses through the clouds \ No newline at end of file diff --git a/prompts/0110.txt b/prompts/0110.txt new file mode 100644 index 0000000000000000000000000000000000000000..b0683535a288e718820e084c52f4b40a3fdaa66f --- /dev/null +++ b/prompts/0110.txt @@ -0,0 +1 @@ +batman child play on ps5 in a bathroom \ No newline at end of file diff --git a/prompts/0111.txt b/prompts/0111.txt new file mode 100644 index 0000000000000000000000000000000000000000..28049f325fe6ff5352520db06b7d67bdfd4297ba --- /dev/null +++ b/prompts/0111.txt @@ -0,0 +1 @@ +A young woman pushes herself through a tough gym workout, sweat pouring down her face as she lifts weights and jumps on a treadmill. \ No newline at end of file diff --git a/prompts/0112.txt b/prompts/0112.txt new file mode 100644 index 0000000000000000000000000000000000000000..4db561b7165057a28c7dab3ad58b0d709eed4e48 --- /dev/null +++ b/prompts/0112.txt @@ -0,0 +1 @@ +teenage girl in red skirt enters a green-lit cave \ No newline at end of file diff --git a/prompts/0113.txt b/prompts/0113.txt new file mode 100644 index 0000000000000000000000000000000000000000..15dd7421f64b39511d7055caf58119582187724d --- /dev/null +++ b/prompts/0113.txt @@ -0,0 +1 @@ +cyberpunk people driving a spaceship \ No newline at end of file diff --git a/prompts/0114.txt b/prompts/0114.txt new file mode 100644 index 0000000000000000000000000000000000000000..8aa645b5907017e2512815f1a888c7a002815f0b --- /dev/null +++ b/prompts/0114.txt @@ -0,0 +1 @@ +A surfer paddles out into the ocean, scanning the waves for the perfect ride. \ No newline at end of file diff --git a/prompts/0115.txt b/prompts/0115.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee23657841e20455a22c6268f56d94d1dfac311e --- /dev/null +++ b/prompts/0115.txt @@ -0,0 +1 @@ +A basketball player dribbles down the court, weaving through defenders before leaping for a slam dunk. \ No newline at end of file diff --git a/prompts/0116.txt b/prompts/0116.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6bf2207646bcbd07df41cf2db6efbba1db40fed --- /dev/null +++ b/prompts/0116.txt @@ -0,0 +1 @@ +A family of four set up a tent and build a campfire, enjoying a night of camping under the stars \ No newline at end of file diff --git a/prompts/0117.txt b/prompts/0117.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9bd07ae7d31160d973ead66d9743db025823ed6 --- /dev/null +++ b/prompts/0117.txt @@ -0,0 +1 @@ +A group of two artists collaborate on a painting, each adding their own unique touch to the canvas. \ No newline at end of file diff --git a/prompts/0118.txt b/prompts/0118.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c2fac02d70ab4c0428f156a0f07e1532b370c79 --- /dev/null +++ b/prompts/0118.txt @@ -0,0 +1 @@ +A group of six dancers perform a ballet on stage, their movements synchronized and graceful. \ No newline at end of file diff --git a/prompts/0119.txt b/prompts/0119.txt new file mode 100644 index 0000000000000000000000000000000000000000..34bfd5fcc21425d99527823239c9f01df12d246f --- /dev/null +++ b/prompts/0119.txt @@ -0,0 +1 @@ +A group of seven students study for their final exams, fueled by determination and coffee. \ No newline at end of file diff --git a/prompts/0120.txt b/prompts/0120.txt new file mode 100644 index 0000000000000000000000000000000000000000..7622947a1ebae824f1e83fdf45296512e49006e5 --- /dev/null +++ b/prompts/0120.txt @@ -0,0 +1 @@ +A person is holding two hamburgers and showing something to the camera. \ No newline at end of file diff --git a/prompts/0121.txt b/prompts/0121.txt new file mode 100644 index 0000000000000000000000000000000000000000..728f38ea627b7e8374bc1a6ca223237aaaa99128 --- /dev/null +++ b/prompts/0121.txt @@ -0,0 +1 @@ +3 doctors are constructing a robot \ No newline at end of file diff --git a/prompts/0122.txt b/prompts/0122.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6849feeda347e7349d1de85f608a8f54185e921 --- /dev/null +++ b/prompts/0122.txt @@ -0,0 +1 @@ +super mario eating a mushroom \ No newline at end of file diff --git a/prompts/0123.txt b/prompts/0123.txt new file mode 100644 index 0000000000000000000000000000000000000000..f38986a05bff8c29dff0cb3958f7dc27b46814ec --- /dev/null +++ b/prompts/0123.txt @@ -0,0 +1 @@ +a mushroom growing out of a human head \ No newline at end of file diff --git a/prompts/0124.txt b/prompts/0124.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4b85ca40dcbdf6e1de6e7521d7b82af577782b6 --- /dev/null +++ b/prompts/0124.txt @@ -0,0 +1 @@ +A group of ten tourists take photos with their cameras and phones. \ No newline at end of file diff --git a/prompts/0125.txt b/prompts/0125.txt new file mode 100644 index 0000000000000000000000000000000000000000..9430d517f33de7bf1f779ef5b2ef63f5fc45c806 --- /dev/null +++ b/prompts/0125.txt @@ -0,0 +1 @@ +Five children play on swings in the park, with a balloon stand nearby. \ No newline at end of file diff --git a/prompts/0126.txt b/prompts/0126.txt new file mode 100644 index 0000000000000000000000000000000000000000..76ed7340ceb53c8f1d0b331e563f2a5c9b4adcdf --- /dev/null +++ b/prompts/0126.txt @@ -0,0 +1 @@ +Four friends have a picnic, enjoying six sandwiches and two bottles of juice \ No newline at end of file diff --git a/prompts/0127.txt b/prompts/0127.txt new file mode 100644 index 0000000000000000000000000000000000000000..6badb44540327b547fa67ab7c2de6e1980aeb3d7 --- /dev/null +++ b/prompts/0127.txt @@ -0,0 +1 @@ +A child excitedly licks an ice cream cone on a sunny day. \ No newline at end of file diff --git a/prompts/0128.txt b/prompts/0128.txt new file mode 100644 index 0000000000000000000000000000000000000000..67ecb9220ca182b82e9bdacae4a6f62daee68680 --- /dev/null +++ b/prompts/0128.txt @@ -0,0 +1 @@ +A couple shares a milkshake with two straws at a retro diner. \ No newline at end of file diff --git a/prompts/0129.txt b/prompts/0129.txt new file mode 100644 index 0000000000000000000000000000000000000000..e40cbda4dc21b524053c431edfdf6c25f4c8b714 --- /dev/null +++ b/prompts/0129.txt @@ -0,0 +1 @@ +A man lifts weights at the gym, working on his strength. \ No newline at end of file diff --git a/prompts/0130.txt b/prompts/0130.txt new file mode 100644 index 0000000000000000000000000000000000000000..71fb6f041e44c7482cd806f7fdc4080120a3370b --- /dev/null +++ b/prompts/0130.txt @@ -0,0 +1 @@ +1 gardener takes care of 5 apple trees. \ No newline at end of file diff --git a/prompts/0131.txt b/prompts/0131.txt new file mode 100644 index 0000000000000000000000000000000000000000..4387050b427231a6ce58eb734e9e82ee0e5a27b8 --- /dev/null +++ b/prompts/0131.txt @@ -0,0 +1 @@ +A group of children build a snowman together. \ No newline at end of file diff --git a/prompts/0132.txt b/prompts/0132.txt new file mode 100644 index 0000000000000000000000000000000000000000..3751c7a40850b5e1857ddfa53262c857989adf72 --- /dev/null +++ b/prompts/0132.txt @@ -0,0 +1 @@ +A mother and her child feed ducks at a pond. \ No newline at end of file diff --git a/prompts/0133.txt b/prompts/0133.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe935bfebed47b2f235c02c8319ec056b8d00136 --- /dev/null +++ b/prompts/0133.txt @@ -0,0 +1 @@ +A group of teenagers skateboard in an empty parking lot. \ No newline at end of file diff --git a/prompts/0134.txt b/prompts/0134.txt new file mode 100644 index 0000000000000000000000000000000000000000..98d2b7f6252a5bfc93f5e69cb09bbe384de8a584 --- /dev/null +++ b/prompts/0134.txt @@ -0,0 +1 @@ +A father teaches his son how to ride a bicycle in the backyard \ No newline at end of file diff --git a/prompts/0135.txt b/prompts/0135.txt new file mode 100644 index 0000000000000000000000000000000000000000..21b55ffecc3f200eedbead374aff1de58e9c53fe --- /dev/null +++ b/prompts/0135.txt @@ -0,0 +1 @@ +A young couple dances under the moonlight by the lake. \ No newline at end of file diff --git a/prompts/0136.txt b/prompts/0136.txt new file mode 100644 index 0000000000000000000000000000000000000000..72f8883e09f924beff188b75ab791e885523a863 --- /dev/null +++ b/prompts/0136.txt @@ -0,0 +1 @@ +A couple enjoys a romantic gondola ride in Venice, Italy. \ No newline at end of file diff --git a/prompts/0137.txt b/prompts/0137.txt new file mode 100644 index 0000000000000000000000000000000000000000..fee4f598c53ccc6fb852d35cad3d653b3e601c8a --- /dev/null +++ b/prompts/0137.txt @@ -0,0 +1 @@ +A man cruises through the city on a motorcycle, feeling the adrenaline rush \ No newline at end of file diff --git a/prompts/0138.txt b/prompts/0138.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a505bb1b9f3c850035fb596fd6af866b9d08156 --- /dev/null +++ b/prompts/0138.txt @@ -0,0 +1 @@ +The man will be piloting a small plane for an aerial tour. \ No newline at end of file diff --git a/prompts/0139.txt b/prompts/0139.txt new file mode 100644 index 0000000000000000000000000000000000000000..67467b6b653f13dce294c2f623c68365a87ffc00 --- /dev/null +++ b/prompts/0139.txt @@ -0,0 +1 @@ +The man had been pruning the roses in his backyard. \ No newline at end of file diff --git a/prompts/0140.txt b/prompts/0140.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7e7015a69dd28eb1adbddb9c37f50887d28e367 --- /dev/null +++ b/prompts/0140.txt @@ -0,0 +1 @@ +A musician strums his guitar, serenading the moonlit night \ No newline at end of file diff --git a/prompts/0141.txt b/prompts/0141.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9a28247177db908d870c40f2e1d727e2165dc87 --- /dev/null +++ b/prompts/0141.txt @@ -0,0 +1 @@ +A girl dances gracefully in the rain, twirling her umbrella. \ No newline at end of file diff --git a/prompts/0142.txt b/prompts/0142.txt new file mode 100644 index 0000000000000000000000000000000000000000..93ab730a5f8242abaf27f0299c0dfa40caf53a7e --- /dev/null +++ b/prompts/0142.txt @@ -0,0 +1 @@ +A child excitedly swings on a rusty swing set, laughter filling the air. \ No newline at end of file diff --git a/prompts/0143.txt b/prompts/0143.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c5a8184f510396811a19ea8ab49705ecb652fea --- /dev/null +++ b/prompts/0143.txt @@ -0,0 +1 @@ +A woman paints on a canvas, capturing the beauty of a sunset \ No newline at end of file diff --git a/prompts/0144.txt b/prompts/0144.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc3b3ad3a13fac13797c4dbee7db46a7804b284d --- /dev/null +++ b/prompts/0144.txt @@ -0,0 +1 @@ +A family of five gathers around one television, watching a movie and enjoying each other's company. \ No newline at end of file diff --git a/prompts/0145.txt b/prompts/0145.txt new file mode 100644 index 0000000000000000000000000000000000000000..215b5dbea8bb852b3cc051ddcb9c23d5a901525a --- /dev/null +++ b/prompts/0145.txt @@ -0,0 +1 @@ +Four children and a couch. \ No newline at end of file diff --git a/prompts/0146.txt b/prompts/0146.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2cfc1fb27833e412668c6a8e84822a5c4620519 --- /dev/null +++ b/prompts/0146.txt @@ -0,0 +1 @@ +a tall, red hair girl holding a snowboard \ No newline at end of file diff --git a/prompts/0147.txt b/prompts/0147.txt new file mode 100644 index 0000000000000000000000000000000000000000..010944b55f6941f5551e3332e02c21a9469f3903 --- /dev/null +++ b/prompts/0147.txt @@ -0,0 +1 @@ +Three travelers wander through the bustling streets of Times Square, taking in the dazzling lights and energy. \ No newline at end of file diff --git a/prompts/0148.txt b/prompts/0148.txt new file mode 100644 index 0000000000000000000000000000000000000000..623f51bf1cda0ef98302ed12f9cf88898773e534 --- /dev/null +++ b/prompts/0148.txt @@ -0,0 +1 @@ +Two friends stand in awe before the Eiffel Tower, marveling at its grandeur and beauty. \ No newline at end of file diff --git a/prompts/0149.txt b/prompts/0149.txt new file mode 100644 index 0000000000000000000000000000000000000000..95b1a365a09343248efa6309432cb2a0b3f03a7e --- /dev/null +++ b/prompts/0149.txt @@ -0,0 +1 @@ +A group of six tourists gazes at the mesmerizing Northern Lights in Iceland, awestruck by nature's beauty. \ No newline at end of file diff --git a/prompts/0150.txt b/prompts/0150.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b913193f2281eb53dae87655a5590adc91fca5c --- /dev/null +++ b/prompts/0150.txt @@ -0,0 +1 @@ +Leaves falling in autumn forest \ No newline at end of file diff --git a/prompts/0151.txt b/prompts/0151.txt new file mode 100644 index 0000000000000000000000000000000000000000..58c2b74a5ddf9b28b16e470b8b22818de7390f60 --- /dev/null +++ b/prompts/0151.txt @@ -0,0 +1 @@ +Thunderstorm at night \ No newline at end of file diff --git a/prompts/0152.txt b/prompts/0152.txt new file mode 100644 index 0000000000000000000000000000000000000000..c41d924c1e487c2865e31768f35668b3a898240c --- /dev/null +++ b/prompts/0152.txt @@ -0,0 +1 @@ +The night is dark and quiet. Only the dim light of streetlamps illuminates the deserted street. \ No newline at end of file diff --git a/prompts/0153.txt b/prompts/0153.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2bc3123cdeca752cb266c486f5ebc94f60d5778 --- /dev/null +++ b/prompts/0153.txt @@ -0,0 +1 @@ +A windy day on the beach, with crashing waves and whipping hair. \ No newline at end of file diff --git a/prompts/0154.txt b/prompts/0154.txt new file mode 100644 index 0000000000000000000000000000000000000000..02550fd8a5c34f137cfba4c7e19f2ee48795b8bf --- /dev/null +++ b/prompts/0154.txt @@ -0,0 +1 @@ +A snow avalanche crashed down a mountain peak, causing destruction and mayhem \ No newline at end of file diff --git a/prompts/0155.txt b/prompts/0155.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bfe6a490084b6efc7b797e8401d400a7ca546a4 --- /dev/null +++ b/prompts/0155.txt @@ -0,0 +1 @@ +City street at night with bright lights and busy traffic \ No newline at end of file diff --git a/prompts/0156.txt b/prompts/0156.txt new file mode 100644 index 0000000000000000000000000000000000000000..90bc5735cc2f4e45b91e89bf09d6ac33f3281906 --- /dev/null +++ b/prompts/0156.txt @@ -0,0 +1 @@ +A rainy day in the city, raindrops pouring down from grey clouds above, people hurrying on the street with umbrellas. \ No newline at end of file diff --git a/prompts/0157.txt b/prompts/0157.txt new file mode 100644 index 0000000000000000000000000000000000000000..14af1f1f017edcb6223d0276a53455d3fb409dd7 --- /dev/null +++ b/prompts/0157.txt @@ -0,0 +1 @@ +A thick fog covers a street, making it nearly impossible to see. Cars headlights pierce through the mist as they slowly make their way down the road. \ No newline at end of file diff --git a/prompts/0158.txt b/prompts/0158.txt new file mode 100644 index 0000000000000000000000000000000000000000..33be8dbb62cf7b4a1578bef5bb748ea3317d9f14 --- /dev/null +++ b/prompts/0158.txt @@ -0,0 +1 @@ +The flowing water sparkled under the golden sunrise in a peaceful mountain river. \ No newline at end of file diff --git a/prompts/0159.txt b/prompts/0159.txt new file mode 100644 index 0000000000000000000000000000000000000000..4264fb93db4404a5d028239e16b6f229cad7b4d2 --- /dev/null +++ b/prompts/0159.txt @@ -0,0 +1 @@ +Sand dunes shift in a mesmerizing dance under the sun \ No newline at end of file diff --git a/prompts/0160.txt b/prompts/0160.txt new file mode 100644 index 0000000000000000000000000000000000000000..7acfc583dd4f3ef0115418216c989f581d819de2 --- /dev/null +++ b/prompts/0160.txt @@ -0,0 +1 @@ +A warm golden sunset on the beach, with waves gently lapping the shore. \ No newline at end of file diff --git a/prompts/0161.txt b/prompts/0161.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dc509f127b6040e7db0a693981a38a22189fde6 --- /dev/null +++ b/prompts/0161.txt @@ -0,0 +1 @@ +A serene river flowing gently under a rustic wooden bridge. \ No newline at end of file diff --git a/prompts/0162.txt b/prompts/0162.txt new file mode 100644 index 0000000000000000000000000000000000000000..dff6cd2da3644e3cebbfb506be3eda6d12e043f0 --- /dev/null +++ b/prompts/0162.txt @@ -0,0 +1 @@ +A beautiful mosque stands tall in the city center. \ No newline at end of file diff --git a/prompts/0163.txt b/prompts/0163.txt new file mode 100644 index 0000000000000000000000000000000000000000..13bd95e49e2d9334d1a1a96bb932456f53731d5e --- /dev/null +++ b/prompts/0163.txt @@ -0,0 +1 @@ +A farm scene with cows grazing in a field. \ No newline at end of file diff --git a/prompts/0164.txt b/prompts/0164.txt new file mode 100644 index 0000000000000000000000000000000000000000..ab496bebc3ab9d4374eb6f50b1bbe903a46dfb3d --- /dev/null +++ b/prompts/0164.txt @@ -0,0 +1 @@ +Clear lake reflecting surrounding mountains. \ No newline at end of file diff --git a/prompts/0165.txt b/prompts/0165.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb0a07c975fc0e65d338245272b04789bfdc1804 --- /dev/null +++ b/prompts/0165.txt @@ -0,0 +1 @@ +A busy bakery filled with the aroma of freshly baked bread and pastries. \ No newline at end of file diff --git a/prompts/0166.txt b/prompts/0166.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bfc13266b97076240fb366f9b883b0d11d09999 --- /dev/null +++ b/prompts/0166.txt @@ -0,0 +1 @@ +Concert hall with shining lights and energetic audience dancing \ No newline at end of file diff --git a/prompts/0167.txt b/prompts/0167.txt new file mode 100644 index 0000000000000000000000000000000000000000..c293d84a67e88c9c98e8c01bc28968360c9efd69 --- /dev/null +++ b/prompts/0167.txt @@ -0,0 +1 @@ +A busy school hallway filled with students hurrying to their classrooms. \ No newline at end of file diff --git a/prompts/0168.txt b/prompts/0168.txt new file mode 100644 index 0000000000000000000000000000000000000000..b890791b52bb22c89f7289677c30409583213977 --- /dev/null +++ b/prompts/0168.txt @@ -0,0 +1 @@ +The scene starts with a shot of the Forbidden City in Beijing. The sun is setting, giving the sky a warm orange hue. The camera slowly pans out to show the bustling city below. \ No newline at end of file diff --git a/prompts/0169.txt b/prompts/0169.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7a503feb8627ea9964cfefceb22c8a3bccf1ef1 --- /dev/null +++ b/prompts/0169.txt @@ -0,0 +1 @@ +A bustling street in Paris \ No newline at end of file diff --git a/prompts/0170.txt b/prompts/0170.txt new file mode 100644 index 0000000000000000000000000000000000000000..606bd636febd424d56f1d1d703e0421f6380c3a6 --- /dev/null +++ b/prompts/0170.txt @@ -0,0 +1 @@ +A night view of Sydney's iconic Opera House. \ No newline at end of file diff --git a/prompts/0171.txt b/prompts/0171.txt new file mode 100644 index 0000000000000000000000000000000000000000..59937d8ec242011aa67f69690cfdbb7489b5d0dd --- /dev/null +++ b/prompts/0171.txt @@ -0,0 +1 @@ +A bustling street in London, with double-decker buses and red telephone booths. The famous Big Ben towers in the background. \ No newline at end of file diff --git a/prompts/0172.txt b/prompts/0172.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a1c14dcaea97751d4d07d707b6f8a874adc2e0f --- /dev/null +++ b/prompts/0172.txt @@ -0,0 +1 @@ +The video depicts the bustling street of Singapore's Chinatown. People are seen walking around under the bright neon lights of the shops and restaurants. The camera pans around to capture the vibrancy of the scene. \ No newline at end of file diff --git a/prompts/0173.txt b/prompts/0173.txt new file mode 100644 index 0000000000000000000000000000000000000000..e28727874d85e51ed7502d687221845df5a0e939 --- /dev/null +++ b/prompts/0173.txt @@ -0,0 +1 @@ +The Golden Gate Bridge spans the picturesque San Francisco Bay \ No newline at end of file diff --git a/prompts/0174.txt b/prompts/0174.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c505c14543bc5c063efe890204b4e46ab5a6084 --- /dev/null +++ b/prompts/0174.txt @@ -0,0 +1 @@ +Egypt's Pyramids \ No newline at end of file diff --git a/prompts/0175.txt b/prompts/0175.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b03923ce179373632a3f3431db4e823d821c31b --- /dev/null +++ b/prompts/0175.txt @@ -0,0 +1 @@ +Mount Fuji \ No newline at end of file diff --git a/prompts/0176.txt b/prompts/0176.txt new file mode 100644 index 0000000000000000000000000000000000000000..047134cb8304e79458aa1eda33dec28a3f8aa7f4 --- /dev/null +++ b/prompts/0176.txt @@ -0,0 +1 @@ +A beautiful leather handbag caught my eye in the store window. It had a classic shape and was a rich cognac color. The material was soft and supple. The golden text label on the front read 'Michael Kors'. \ No newline at end of file diff --git a/prompts/0177.txt b/prompts/0177.txt new file mode 100644 index 0000000000000000000000000000000000000000..c10ca79e78e05c35afb76a9cc99d7cf6fb871cb6 --- /dev/null +++ b/prompts/0177.txt @@ -0,0 +1 @@ +A rectangular book with a hardcover and embossed title on the front \ No newline at end of file diff --git a/prompts/0178.txt b/prompts/0178.txt new file mode 100644 index 0000000000000000000000000000000000000000..029161fcc6eaffe9030f16e32d453b1f612d1005 --- /dev/null +++ b/prompts/0178.txt @@ -0,0 +1 @@ +Red knife cuts string of kite \ No newline at end of file diff --git a/prompts/0179.txt b/prompts/0179.txt new file mode 100644 index 0000000000000000000000000000000000000000..6299068a07f1352125c85213385c975e71c7946a --- /dev/null +++ b/prompts/0179.txt @@ -0,0 +1 @@ +A white baseball with red stitching lay on a green patch of grass. \ No newline at end of file diff --git a/prompts/0180.txt b/prompts/0180.txt new file mode 100644 index 0000000000000000000000000000000000000000..baa7e91f89f896f2634a214d5b7e5b13d70d92f7 --- /dev/null +++ b/prompts/0180.txt @@ -0,0 +1 @@ +A bright yellow umbrella with a wooden handle. It's compact and easy to carry. \ No newline at end of file diff --git a/prompts/0181.txt b/prompts/0181.txt new file mode 100644 index 0000000000000000000000000000000000000000..406042299f0b12a73d95923c472dbc61b31d387e --- /dev/null +++ b/prompts/0181.txt @@ -0,0 +1 @@ +A sleek silver metal water bottle with a cylindrical shape and a white plastic top. The label says 'Hydro Flask'. \ No newline at end of file diff --git a/prompts/0182.txt b/prompts/0182.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e702af831c53ffc8780388f2d9833635df3060d --- /dev/null +++ b/prompts/0182.txt @@ -0,0 +1 @@ +A sleek black leather wallet with a square shape \ No newline at end of file diff --git a/prompts/0183.txt b/prompts/0183.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5543d247ae92e25eb96d0ea053ac5cc2b130a42 --- /dev/null +++ b/prompts/0183.txt @@ -0,0 +1 @@ +balloons flying in the air \ No newline at end of file diff --git a/prompts/0184.txt b/prompts/0184.txt new file mode 100644 index 0000000000000000000000000000000000000000..75bcb65a3a2b20f0169565139e110dadbd82d912 --- /dev/null +++ b/prompts/0184.txt @@ -0,0 +1 @@ +A set of four white ceramic mugs perfect for coffee, with a sleek modern design. \ No newline at end of file diff --git a/prompts/0185.txt b/prompts/0185.txt new file mode 100644 index 0000000000000000000000000000000000000000..2698e0984295a8df5f0a19156bfde9315d52984f --- /dev/null +++ b/prompts/0185.txt @@ -0,0 +1 @@ +A sleek black Yamaha R1 motorcycle parked on the side of the road with a silver iPhone 11 resting on the seat. The phone screen is lit up with a message from a friend. \ No newline at end of file diff --git a/prompts/0186.txt b/prompts/0186.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fb289291e958536c20ee03c02b2fcf43f06cbd8 --- /dev/null +++ b/prompts/0186.txt @@ -0,0 +1 @@ +A crystal clear, deep ruby red wine fills a tall, tapered glass. \ No newline at end of file diff --git a/prompts/0187.txt b/prompts/0187.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc5d2bd140078859f598e7a66860d385f6b4c015 --- /dev/null +++ b/prompts/0187.txt @@ -0,0 +1 @@ +A sleek black keyboard with white lettering on the keys \ No newline at end of file diff --git a/prompts/0188.txt b/prompts/0188.txt new file mode 100644 index 0000000000000000000000000000000000000000..61cdf9fd626d436313ced75b3f87d53407f064d4 --- /dev/null +++ b/prompts/0188.txt @@ -0,0 +1 @@ +A bright red eight-sided sign with white lettering displaying the word 'STOP' in the center. \ No newline at end of file diff --git a/prompts/0189.txt b/prompts/0189.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e270a52883a485c5759cbe1ad331647384f2865 --- /dev/null +++ b/prompts/0189.txt @@ -0,0 +1 @@ +A silver cell phone lays next to a red fire hydrant. \ No newline at end of file diff --git a/prompts/0190.txt b/prompts/0190.txt new file mode 100644 index 0000000000000000000000000000000000000000..522e1a217c3ce6262c0aef9de12e4c407c970e8e --- /dev/null +++ b/prompts/0190.txt @@ -0,0 +1 @@ +A pair of sleek black skis \ No newline at end of file diff --git a/prompts/0191.txt b/prompts/0191.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9972f887c20257bd930e6c54c05e9942a53a2d4 --- /dev/null +++ b/prompts/0191.txt @@ -0,0 +1 @@ +the words 'KEEP OFF THE GRASS' \ No newline at end of file diff --git a/prompts/0192.txt b/prompts/0192.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e5e4dd9d5bd47e793ccf665e31dcc3fa3f3c119 --- /dev/null +++ b/prompts/0192.txt @@ -0,0 +1 @@ +the words 'KEEP OFF THE GRASS' written on a brick wall \ No newline at end of file diff --git a/prompts/0193.txt b/prompts/0193.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb462b1ed556a7aafa285c5e8f8e2618c833443d --- /dev/null +++ b/prompts/0193.txt @@ -0,0 +1 @@ +the words 'KEEP OFF THE GRASS' on a black sticker \ No newline at end of file diff --git a/prompts/0194.txt b/prompts/0194.txt new file mode 100644 index 0000000000000000000000000000000000000000..3022a03865f27cae679478d0392af10d9125989e --- /dev/null +++ b/prompts/0194.txt @@ -0,0 +1 @@ +the words 'KEEP OFF THE GRASS' on a sign next to a lawn \ No newline at end of file diff --git a/prompts/0195.txt b/prompts/0195.txt new file mode 100644 index 0000000000000000000000000000000000000000..af372cc90e55b60c92e373eaa77f7265dd6eb9c2 --- /dev/null +++ b/prompts/0195.txt @@ -0,0 +1 @@ +the word 'START' \ No newline at end of file diff --git a/prompts/0196.txt b/prompts/0196.txt new file mode 100644 index 0000000000000000000000000000000000000000..5ec84edd7adb6725ba2ee4d29830d3ba9a209463 --- /dev/null +++ b/prompts/0196.txt @@ -0,0 +1 @@ +the word 'START' written on a street surface \ No newline at end of file diff --git a/prompts/0197.txt b/prompts/0197.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d94e3cc820a2d5e63a565134257003a7d774700 --- /dev/null +++ b/prompts/0197.txt @@ -0,0 +1 @@ +the word 'START' on a blue t-shirt \ No newline at end of file diff --git a/prompts/0198.txt b/prompts/0198.txt new file mode 100644 index 0000000000000000000000000000000000000000..25fe95d1bee69e2675a18a17294f069cb8494dd7 --- /dev/null +++ b/prompts/0198.txt @@ -0,0 +1 @@ +the word 'START' written above the word 'SMILING' \ No newline at end of file diff --git a/prompts/0199.txt b/prompts/0199.txt new file mode 100644 index 0000000000000000000000000000000000000000..d431a783fed879b9eb63d0940ef20e811d92248c --- /dev/null +++ b/prompts/0199.txt @@ -0,0 +1 @@ +Colorful plastic toy cars \ No newline at end of file diff --git a/prompts/0200.txt b/prompts/0200.txt new file mode 100644 index 0000000000000000000000000000000000000000..16fa4bd2948929adef9bcc9807f32fc64ba82854 --- /dev/null +++ b/prompts/0200.txt @@ -0,0 +1 @@ +a motorcycle race through the city streets at night \ No newline at end of file diff --git a/prompts/0201.txt b/prompts/0201.txt new file mode 100644 index 0000000000000000000000000000000000000000..98b6d831982389b5143eedb8b517642429fbcd2d --- /dev/null +++ b/prompts/0201.txt @@ -0,0 +1 @@ +A silver metal train with blue and red stripes, speeding through a mountainous landscape. \ No newline at end of file diff --git a/prompts/0202.txt b/prompts/0202.txt new file mode 100644 index 0000000000000000000000000000000000000000..23da46d65708ddc1b7995f4e2cd70782baf8188b --- /dev/null +++ b/prompts/0202.txt @@ -0,0 +1 @@ +A yellow truck with a sturdy fork lifts a pile of wooden blocks. The truck has a rectangular shape and metal material, with a blue text label 'Toyota' on the hood. \ No newline at end of file diff --git a/prompts/0203.txt b/prompts/0203.txt new file mode 100644 index 0000000000000000000000000000000000000000..b51d2fce894cbd86abc21e192df891726032436a --- /dev/null +++ b/prompts/0203.txt @@ -0,0 +1 @@ +Boats on the calm, blue ocean \ No newline at end of file diff --git a/prompts/0204.txt b/prompts/0204.txt new file mode 100644 index 0000000000000000000000000000000000000000..c62c095c6941e7ed1e695aeeb16fbbfa1d89cf21 --- /dev/null +++ b/prompts/0204.txt @@ -0,0 +1 @@ +A colorful street scene with a red bicycle, a yellow truck, a blue car and a green scooter. \ No newline at end of file diff --git a/prompts/0205.txt b/prompts/0205.txt new file mode 100644 index 0000000000000000000000000000000000000000..5b498412336f246ab678927953f2fe99204619a7 --- /dev/null +++ b/prompts/0205.txt @@ -0,0 +1 @@ +A grey Yamaha motorcycle and a yellow Trek bicycle race. \ No newline at end of file diff --git a/prompts/0206.txt b/prompts/0206.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc4dc73d94e34d1e44f079b5b48cb41c6b9bdfd6 --- /dev/null +++ b/prompts/0206.txt @@ -0,0 +1 @@ +a hot-air ballon landing in a field \ No newline at end of file diff --git a/prompts/0207.txt b/prompts/0207.txt new file mode 100644 index 0000000000000000000000000000000000000000..15fadf14e968c12d7d3b263232c75bba2aa4265e --- /dev/null +++ b/prompts/0207.txt @@ -0,0 +1 @@ +Two sleek white airplanes flew in close formation, cutting through the clouds. They rocked and dipped gracefully, performing an aerial dance. \ No newline at end of file diff --git a/prompts/0208.txt b/prompts/0208.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ddc7652d74dd4ef090b2ecf25955eb4780f67aa --- /dev/null +++ b/prompts/0208.txt @@ -0,0 +1 @@ +There's a rush in the subway. People are taking the bus to airports to catch their flights. The airplane passes over them. \ No newline at end of file diff --git a/prompts/0209.txt b/prompts/0209.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc96ac5fb5ab6a679dd5776897bee7d9772f021f --- /dev/null +++ b/prompts/0209.txt @@ -0,0 +1 @@ +a rusty red pickup truck with white wheel rims \ No newline at end of file diff --git a/prompts/0210.txt b/prompts/0210.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a5308a52c1b7daaa22e2e95537147b3bf919410 --- /dev/null +++ b/prompts/0210.txt @@ -0,0 +1 @@ +a blue pickup truck with a rhinoceros in its flatbed \ No newline at end of file diff --git a/prompts/0211.txt b/prompts/0211.txt new file mode 100644 index 0000000000000000000000000000000000000000..25c98a8b9f4209b6beb198b576e634c4c3fb815d --- /dev/null +++ b/prompts/0211.txt @@ -0,0 +1 @@ +an orange pickup truck next to a yellow Porsche 911 \ No newline at end of file diff --git a/prompts/0212.txt b/prompts/0212.txt new file mode 100644 index 0000000000000000000000000000000000000000..f4fce08e8793f0181d5f66374e0c6941010ce653 --- /dev/null +++ b/prompts/0212.txt @@ -0,0 +1 @@ +a pickup truck kicking up dust on a back road \ No newline at end of file diff --git a/prompts/0213.txt b/prompts/0213.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0e2eaebb33f5b39df21b3d6f998ff776590ee32 --- /dev/null +++ b/prompts/0213.txt @@ -0,0 +1 @@ +a pickup truck going up a mountain switchback \ No newline at end of file diff --git a/prompts/0214.txt b/prompts/0214.txt new file mode 100644 index 0000000000000000000000000000000000000000..173b1dad808f096473902bf4450f2a61cb07b0e9 --- /dev/null +++ b/prompts/0214.txt @@ -0,0 +1 @@ +hot ramen \ No newline at end of file diff --git a/prompts/0215.txt b/prompts/0215.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e8982825233c625bc1310f44f628851d0ee8977 --- /dev/null +++ b/prompts/0215.txt @@ -0,0 +1 @@ +fish and chips \ No newline at end of file diff --git a/prompts/0216.txt b/prompts/0216.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecdf726dc7109ec69257fd44eb1b72bf3913ef38 --- /dev/null +++ b/prompts/0216.txt @@ -0,0 +1 @@ +Juicy and sweet mangoes lying in a woven basket \ No newline at end of file diff --git a/prompts/0217.txt b/prompts/0217.txt new file mode 100644 index 0000000000000000000000000000000000000000..a78c20e945860667fb9730c862bc04cd1c5d05d1 --- /dev/null +++ b/prompts/0217.txt @@ -0,0 +1 @@ +A large round pizza with toppings of melted cheese, pepperoni, and grilled zucchini slices. \ No newline at end of file diff --git a/prompts/0218.txt b/prompts/0218.txt new file mode 100644 index 0000000000000000000000000000000000000000..8048b18e9428b75941a33122e48058c463aa25ea --- /dev/null +++ b/prompts/0218.txt @@ -0,0 +1 @@ +A delicious hamburger with juicy beef patty, crispy lettuce and melted cheese. \ No newline at end of file diff --git a/prompts/0219.txt b/prompts/0219.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e143f43b5ef581d168812e79515e1efef4f8312 --- /dev/null +++ b/prompts/0219.txt @@ -0,0 +1 @@ +Spicy chicken in creamy tomato sauce. \ No newline at end of file diff --git a/prompts/0220.txt b/prompts/0220.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e83a9593d4fe870081e25ecc2b9c2f68baee14b --- /dev/null +++ b/prompts/0220.txt @@ -0,0 +1 @@ +Delicious hot fried chicken with crispy skin. \ No newline at end of file diff --git a/prompts/0221.txt b/prompts/0221.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b4021009d877f08f2c461d0d713ad50da337ade --- /dev/null +++ b/prompts/0221.txt @@ -0,0 +1 @@ +A juicy watermelon and blueberries scattered around it on a white plate with tiny black seeds everywhere. \ No newline at end of file diff --git a/prompts/0222.txt b/prompts/0222.txt new file mode 100644 index 0000000000000000000000000000000000000000..962d688e3e71a1e76e43c698ab98b8c8c7a9e3b7 --- /dev/null +++ b/prompts/0222.txt @@ -0,0 +1 @@ +Two bell peppers together on table. \ No newline at end of file diff --git a/prompts/0223.txt b/prompts/0223.txt new file mode 100644 index 0000000000000000000000000000000000000000..aba6a293d185263b17b4c3fb75f373c2da91ba4c --- /dev/null +++ b/prompts/0223.txt @@ -0,0 +1 @@ +A juicy peach lying on a brown wooden table. \ No newline at end of file diff --git a/prompts/0224.txt b/prompts/0224.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec9337e3e3971a0c20ad43dafbccf652c2b071ce --- /dev/null +++ b/prompts/0224.txt @@ -0,0 +1 @@ +a roast turkey \ No newline at end of file diff --git a/prompts/0225.txt b/prompts/0225.txt new file mode 100644 index 0000000000000000000000000000000000000000..218aecb4c84e888983986d9844a38a8792d6ef9d --- /dev/null +++ b/prompts/0225.txt @@ -0,0 +1 @@ +a green pepper \ No newline at end of file diff --git a/prompts/0226.txt b/prompts/0226.txt new file mode 100644 index 0000000000000000000000000000000000000000..c08e5e539415d2c999379d5d5b69f6f5437dc206 --- /dev/null +++ b/prompts/0226.txt @@ -0,0 +1 @@ +beer \ No newline at end of file diff --git a/prompts/0227.txt b/prompts/0227.txt new file mode 100644 index 0000000000000000000000000000000000000000..1245e97bbb6fbc543615d9ef2f4e8a4e3fd6b779 --- /dev/null +++ b/prompts/0227.txt @@ -0,0 +1 @@ +A photo of a hamburger fighting a hot dog in a boxing ring. The hot dog is tired and up against the ropes. \ No newline at end of file diff --git a/prompts/0228.txt b/prompts/0228.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe147510b1153395a3718ff45ab0e485d789d68f --- /dev/null +++ b/prompts/0228.txt @@ -0,0 +1 @@ +orange jello in the shape of a man \ No newline at end of file diff --git a/prompts/0229.txt b/prompts/0229.txt new file mode 100644 index 0000000000000000000000000000000000000000..34d2c0d9713c2e8b97a133438241d4d39a48a101 --- /dev/null +++ b/prompts/0229.txt @@ -0,0 +1 @@ +A spacious refrigerator standing tall in the modern kitchen \ No newline at end of file diff --git a/prompts/0230.txt b/prompts/0230.txt new file mode 100644 index 0000000000000000000000000000000000000000..86ba275edc8eeab217e2bd4b1d61d509db6081d9 --- /dev/null +++ b/prompts/0230.txt @@ -0,0 +1 @@ +A sleek black TV rests on a glass stand in the living room. \ No newline at end of file diff --git a/prompts/0231.txt b/prompts/0231.txt new file mode 100644 index 0000000000000000000000000000000000000000..b16399acc301fb04a23d17589bcae35f3ba808d7 --- /dev/null +++ b/prompts/0231.txt @@ -0,0 +1 @@ +A sleek black laptop made of durable aluminum with a flat rectangular shape. It is a medium-sized device with a 14-inch screen. The laptop features a backlit keyboard and comes with a charger. The text on the device reads 'Dell.' \ No newline at end of file diff --git a/prompts/0232.txt b/prompts/0232.txt new file mode 100644 index 0000000000000000000000000000000000000000..0e1399a9fd8171f96eab90bd8851f25ecbb7608d --- /dev/null +++ b/prompts/0232.txt @@ -0,0 +1 @@ +A big Ferris wheel is rotating in an amusement park. \ No newline at end of file diff --git a/prompts/0233.txt b/prompts/0233.txt new file mode 100644 index 0000000000000000000000000000000000000000..efe3300cf97b97ddebb3b6ad41f9d923e4143e26 --- /dev/null +++ b/prompts/0233.txt @@ -0,0 +1 @@ +A drone flies over a vast ocean, capturing footage of whales and dolphins swimming below. \ No newline at end of file diff --git a/prompts/0234.txt b/prompts/0234.txt new file mode 100644 index 0000000000000000000000000000000000000000..57bdb51eb13d6fc5de1efcc451017c2f2f7c17e5 --- /dev/null +++ b/prompts/0234.txt @@ -0,0 +1 @@ +A lone windmill stands on a hilltop, its blades turning slowly in the wind as the sun sets in the background. \ No newline at end of file diff --git a/prompts/0235.txt b/prompts/0235.txt new file mode 100644 index 0000000000000000000000000000000000000000..726beb2a3700530a34a89da1d0ef91eab5b017cd --- /dev/null +++ b/prompts/0235.txt @@ -0,0 +1 @@ +A young couple holds hands tightly as their roller coaster train twists and turns through a series of loops \ No newline at end of file diff --git a/prompts/0236.txt b/prompts/0236.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9d43f68f98751f05a51060ad6d5a2b678057b9d --- /dev/null +++ b/prompts/0236.txt @@ -0,0 +1 @@ +Hailstones pelt an abandoned car in a barren field. \ No newline at end of file diff --git a/prompts/0237.txt b/prompts/0237.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0c4fbc3fca21b597ad3c6fb618c2e3d7f53566e --- /dev/null +++ b/prompts/0237.txt @@ -0,0 +1 @@ +A dilapidated carousel spins slowly, creaking in the summer heat. \ No newline at end of file diff --git a/prompts/0238.txt b/prompts/0238.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fba93f44b19443f6695740e1716a146a2943823 --- /dev/null +++ b/prompts/0238.txt @@ -0,0 +1 @@ +an yellow clock is ticking on a wooden table \ No newline at end of file diff --git a/prompts/0239.txt b/prompts/0239.txt new file mode 100644 index 0000000000000000000000000000000000000000..93f28ff28dd083a9ae4e2658b2f00875f4089091 --- /dev/null +++ b/prompts/0239.txt @@ -0,0 +1 @@ +a cardboard spaceship \ No newline at end of file diff --git a/prompts/0240.txt b/prompts/0240.txt new file mode 100644 index 0000000000000000000000000000000000000000..1331901dd9749cd07cd51ea8014c16107344cbb4 --- /dev/null +++ b/prompts/0240.txt @@ -0,0 +1 @@ +a pumpkin car with a candle in it \ No newline at end of file diff --git a/prompts/0241.txt b/prompts/0241.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e9f3879be4fb572dfa5bf0f8148ce640d625cc4 --- /dev/null +++ b/prompts/0241.txt @@ -0,0 +1 @@ +a piano \ No newline at end of file diff --git a/prompts/0242.txt b/prompts/0242.txt new file mode 100644 index 0000000000000000000000000000000000000000..df21d708a17d63e2e1c5962a50823e26d8b30648 --- /dev/null +++ b/prompts/0242.txt @@ -0,0 +1 @@ +a clock with no hands \ No newline at end of file diff --git a/prompts/0243.txt b/prompts/0243.txt new file mode 100644 index 0000000000000000000000000000000000000000..302660ba669e23e9f2ea40d0d688c001e657969b --- /dev/null +++ b/prompts/0243.txt @@ -0,0 +1 @@ +the back of a violin \ No newline at end of file diff --git a/prompts/0244.txt b/prompts/0244.txt new file mode 100644 index 0000000000000000000000000000000000000000..847a2f3b3ce7e43a7726b334ccce26b510e7bae7 --- /dev/null +++ b/prompts/0244.txt @@ -0,0 +1 @@ +Apples and oranges \ No newline at end of file diff --git a/prompts/0245.txt b/prompts/0245.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c36d8242a5a224a83a6453ff5ff4004c11be009 --- /dev/null +++ b/prompts/0245.txt @@ -0,0 +1 @@ +5 bell peppers on a wooden table \ No newline at end of file diff --git a/prompts/0246.txt b/prompts/0246.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac8a2e3795ff96cdd64442d41f64a8a57b54a5ab --- /dev/null +++ b/prompts/0246.txt @@ -0,0 +1 @@ +a banana with a fish tail swimming in a pond \ No newline at end of file diff --git a/prompts/0247.txt b/prompts/0247.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade7e28f46b5ec3de08363a79bff20ce6302637b --- /dev/null +++ b/prompts/0247.txt @@ -0,0 +1 @@ +Raspberries grow in patches on bushes. \ No newline at end of file diff --git a/prompts/0248.txt b/prompts/0248.txt new file mode 100644 index 0000000000000000000000000000000000000000..7b8219d4a515ccf9748964793b48779f3b9c10f1 --- /dev/null +++ b/prompts/0248.txt @@ -0,0 +1 @@ +A juicy orange and watermelon. The colors are vibrant, orange and green. The orange is round, while the watermelon is oval. \ No newline at end of file diff --git a/prompts/0249.txt b/prompts/0249.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfc9fe056f85edef8d99178c76e15bef2c158992 --- /dev/null +++ b/prompts/0249.txt @@ -0,0 +1 @@ +a watermelon chair \ No newline at end of file diff --git a/prompts/0250.txt b/prompts/0250.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a46e08a5b9d08265bc5a1f53923d1284c0fd917 --- /dev/null +++ b/prompts/0250.txt @@ -0,0 +1 @@ +a Christmas tree on a toy train \ No newline at end of file diff --git a/prompts/0251.txt b/prompts/0251.txt new file mode 100644 index 0000000000000000000000000000000000000000..c67ea367ab61acd9e0d6829a65596dd0c086fe8f --- /dev/null +++ b/prompts/0251.txt @@ -0,0 +1 @@ +a coffee mug floating in the sky \ No newline at end of file diff --git a/prompts/0252.txt b/prompts/0252.txt new file mode 100644 index 0000000000000000000000000000000000000000..12d5228798ea617395f22cab12f5414b89a3acbb --- /dev/null +++ b/prompts/0252.txt @@ -0,0 +1 @@ +In Sticker illustration style, Two elephants and a cat at mosque, in the style of 1980s \ No newline at end of file diff --git a/prompts/0253.txt b/prompts/0253.txt new file mode 100644 index 0000000000000000000000000000000000000000..91e0f7f3790e5f6677aa1c7ddbece698236eb7b6 --- /dev/null +++ b/prompts/0253.txt @@ -0,0 +1 @@ +In Marvel movie style, supercute siamese cat as sushi chef \ No newline at end of file diff --git a/prompts/0254.txt b/prompts/0254.txt new file mode 100644 index 0000000000000000000000000000000000000000..17b1355d74014afe8fead89b30b72cd9b240e3c4 --- /dev/null +++ b/prompts/0254.txt @@ -0,0 +1 @@ +Polaroid style, A red lobster in the sea. \ No newline at end of file diff --git a/prompts/0255.txt b/prompts/0255.txt new file mode 100644 index 0000000000000000000000000000000000000000..6c6bfb19fb3ec0560e226431bef79a2af056cacb --- /dev/null +++ b/prompts/0255.txt @@ -0,0 +1 @@ +Howard Hodgkin style, A pair of elegant flamingos stands gracefully \ No newline at end of file diff --git a/prompts/0256.txt b/prompts/0256.txt new file mode 100644 index 0000000000000000000000000000000000000000..5575d473d0e58f869a299642476209da3bfbf129 --- /dev/null +++ b/prompts/0256.txt @@ -0,0 +1 @@ +A traditional Chinese painting painting ofTwo genetically modified eagles with laser vision patrol the skies \ No newline at end of file diff --git a/prompts/0257.txt b/prompts/0257.txt new file mode 100644 index 0000000000000000000000000000000000000000..2871f7ef4daab382fc19f0b33681edbe2d861171 --- /dev/null +++ b/prompts/0257.txt @@ -0,0 +1 @@ +With the style of Egyptian tomp hieroglyphics, A colossal gorilla in a force field armor defends a space colony. \ No newline at end of file diff --git a/prompts/0258.txt b/prompts/0258.txt new file mode 100644 index 0000000000000000000000000000000000000000..abd17b38d4dcdfe959351ee685d515f4518564c5 --- /dev/null +++ b/prompts/0258.txt @@ -0,0 +1 @@ +In Roy Lichtenstein style, an octopus \ No newline at end of file diff --git a/prompts/0259.txt b/prompts/0259.txt new file mode 100644 index 0000000000000000000000000000000000000000..a85defaa6d78b98d5fc76181bebd3ffc7e8de726 --- /dev/null +++ b/prompts/0259.txt @@ -0,0 +1 @@ +a moose with the style of Hokusai \ No newline at end of file diff --git a/prompts/0260.txt b/prompts/0260.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8225bfebadbf3ebb437723981460fef85442901 --- /dev/null +++ b/prompts/0260.txt @@ -0,0 +1 @@ +a rabbit, low-poly game art style \ No newline at end of file diff --git a/prompts/0261.txt b/prompts/0261.txt new file mode 100644 index 0000000000000000000000000000000000000000..d024939fc2e4b578b05f5005f884bd086b8fae0f --- /dev/null +++ b/prompts/0261.txt @@ -0,0 +1 @@ +A dolphin jumping into the sea,4k in Hokusai style \ No newline at end of file diff --git a/prompts/0262.txt b/prompts/0262.txt new file mode 100644 index 0000000000000000000000000000000000000000..310b00f39fc065d04dd30bffaf37dc2e2d50f5f0 --- /dev/null +++ b/prompts/0262.txt @@ -0,0 +1 @@ +a cartoon pig playing his guitar, Andrew Warhol style \ No newline at end of file diff --git a/prompts/0263.txt b/prompts/0263.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4d568291eff58174e23852be293b11565e4d6b9 --- /dev/null +++ b/prompts/0263.txt @@ -0,0 +1 @@ +In cyberpunk, neonpunk style, Kung Fu Panda, jump and kick \ No newline at end of file diff --git a/prompts/0264.txt b/prompts/0264.txt new file mode 100644 index 0000000000000000000000000000000000000000..e02219223d93a8855c73425fc1cfeb1dbe8ef44c --- /dev/null +++ b/prompts/0264.txt @@ -0,0 +1 @@ +A Jamini Roy painting ofTwo teddy bears are riding on a bus together, chatting and looking out the window., in the style of Anime \ No newline at end of file diff --git a/prompts/0265.txt b/prompts/0265.txt new file mode 100644 index 0000000000000000000000000000000000000000..462da74282c429bc4db19b5a9641489c7deb56dc --- /dev/null +++ b/prompts/0265.txt @@ -0,0 +1 @@ +A cat watching the starry night by Vincent Van Gogh, Highly Detailed, 2K with the style of emoji \ No newline at end of file diff --git a/prompts/0266.txt b/prompts/0266.txt new file mode 100644 index 0000000000000000000000000000000000000000..d25c6faed30effada850c92502385fca7fd7161a --- /dev/null +++ b/prompts/0266.txt @@ -0,0 +1 @@ +impressionist style, a yellow rubber duck floating on the wave on the sunset \ No newline at end of file diff --git a/prompts/0267.txt b/prompts/0267.txt new file mode 100644 index 0000000000000000000000000000000000000000..a87bc01ae511ed4dacd2584b56207b215fa99bc3 --- /dev/null +++ b/prompts/0267.txt @@ -0,0 +1 @@ +a monkey eating a pizza in central park, GoPro film style \ No newline at end of file diff --git a/prompts/0268.txt b/prompts/0268.txt new file mode 100644 index 0000000000000000000000000000000000000000..02b023e3bf979dfb7588009978fdfe793e848704 --- /dev/null +++ b/prompts/0268.txt @@ -0,0 +1 @@ +pointilism style, koala wearing a leather jacket, walking down a street smoking a cigar \ No newline at end of file diff --git a/prompts/0269.txt b/prompts/0269.txt new file mode 100644 index 0000000000000000000000000000000000000000..d062d81266bdebe6d11bb612ba3da9f439bd6e5f --- /dev/null +++ b/prompts/0269.txt @@ -0,0 +1 @@ +In traditional Chinese painting style, Beautiful green baby dinosaur dancing \ No newline at end of file diff --git a/prompts/0270.txt b/prompts/0270.txt new file mode 100644 index 0000000000000000000000000000000000000000..380e9e61b50a5cd145052166b517c1b75ab5f4ca --- /dev/null +++ b/prompts/0270.txt @@ -0,0 +1 @@ +A pointilism painting ofA cute teddy bear with a friendly smile. \ No newline at end of file diff --git a/prompts/0271.txt b/prompts/0271.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f18f8be5ae8b9b425d0cd2aff58d8c67c4d6315 --- /dev/null +++ b/prompts/0271.txt @@ -0,0 +1 @@ +With the style of 3d game, Chinese dragon flying in the sky with Chinese garden below \ No newline at end of file diff --git a/prompts/0272.txt b/prompts/0272.txt new file mode 100644 index 0000000000000000000000000000000000000000..390aad8774545e138a04100e25717a502dbec7a1 --- /dev/null +++ b/prompts/0272.txt @@ -0,0 +1 @@ +Sticker illustration style, Four curious monkeys swing playfully from tree to tree in the dense jungle. \ No newline at end of file diff --git a/prompts/0273.txt b/prompts/0273.txt new file mode 100644 index 0000000000000000000000000000000000000000..17a5f867e345fc19b45a983358c06242d0821dc6 --- /dev/null +++ b/prompts/0273.txt @@ -0,0 +1 @@ +With the style of low-poly game art, A majestic, white horse gallops gracefully across a moonlit beach. \ No newline at end of file diff --git a/prompts/0274.txt b/prompts/0274.txt new file mode 100644 index 0000000000000000000000000000000000000000..87f1ffceec9b6ce7abfe2ed516e5a80bed83ad2c --- /dev/null +++ b/prompts/0274.txt @@ -0,0 +1 @@ +A GoPro film painting ofA flock of nine seagulls soars above the beach, their wings outstretched as they ride the ocean breeze. \ No newline at end of file diff --git a/prompts/0275.txt b/prompts/0275.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1732bb39df1ee014533d691c9b2394f66e21a7b --- /dev/null +++ b/prompts/0275.txt @@ -0,0 +1 @@ +Three majestic giraffes graze on the leaves of tall trees in the African savannah, their long necks reaching high., Salvador Dali style \ No newline at end of file diff --git a/prompts/0276.txt b/prompts/0276.txt new file mode 100644 index 0000000000000000000000000000000000000000..50fb8d1f7cc1725e4d7d35169ec1c5cd977552ce --- /dev/null +++ b/prompts/0276.txt @@ -0,0 +1 @@ +A chic zebra in a stylish dress and high heels poses for a fashion magazine photoshoot. with the style of Black and White Film Noir \ No newline at end of file diff --git a/prompts/0277.txt b/prompts/0277.txt new file mode 100644 index 0000000000000000000000000000000000000000..e370d5c797356bac251ac3cbe2a15d753165ebf4 --- /dev/null +++ b/prompts/0277.txt @@ -0,0 +1 @@ +With the style of sketch, A sophisticated monkey in a beret and striped shirt paints in a French artist's studio. \ No newline at end of file diff --git a/prompts/0278.txt b/prompts/0278.txt new file mode 100644 index 0000000000000000000000000000000000000000..5465179a9840d59d10a3d018ea62854689159f36 --- /dev/null +++ b/prompts/0278.txt @@ -0,0 +1 @@ +A Egyptian tomp hieroglyphics painting ofA regal lion, decked out in a jeweled crown, surveys his kingdom. \ No newline at end of file diff --git a/prompts/0279.txt b/prompts/0279.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5cdfc3a067eeaa6d862b5291c6a8fd8a332a283 --- /dev/null +++ b/prompts/0279.txt @@ -0,0 +1 @@ +A Marvel movie painting ofA wise old owl in a tweed jacket puffs on a pipe. \ No newline at end of file diff --git a/prompts/0280.txt b/prompts/0280.txt new file mode 100644 index 0000000000000000000000000000000000000000..de48ded4f6a61b2539950ff60cb4909f55f9eb73 --- /dev/null +++ b/prompts/0280.txt @@ -0,0 +1 @@ +Macro len style, A tiny mouse in a dainty dress holds a parasol to shield from the sun. \ No newline at end of file diff --git a/prompts/0281.txt b/prompts/0281.txt new file mode 100644 index 0000000000000000000000000000000000000000..035f346b99045b45ea3ba54865ecdd76da1b7a81 --- /dev/null +++ b/prompts/0281.txt @@ -0,0 +1 @@ +A wise tortoise in a tweed hat and spectacles reads a newspaper, Howard Hodgkin style \ No newline at end of file diff --git a/prompts/0282.txt b/prompts/0282.txt new file mode 100644 index 0000000000000000000000000000000000000000..08353d52ed652c6000d4ed8fd08885ba36f6b870 --- /dev/null +++ b/prompts/0282.txt @@ -0,0 +1 @@ +With the style of traditional Chinese painting, Harry Potter in the style of anime, studio Ghibli \ No newline at end of file diff --git a/prompts/0283.txt b/prompts/0283.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc830359e74627efd215da4f2a32c862dcb3fda7 --- /dev/null +++ b/prompts/0283.txt @@ -0,0 +1 @@ +A young woman with blonde hair, blue eyes, and a prominent nose stands at a bus stop in a red coat, checking her phone. in the style of Anime, anime style \ No newline at end of file diff --git a/prompts/0284.txt b/prompts/0284.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b8d5278d53ebc11cdbd6cb1d2b1bb18b09ea12e --- /dev/null +++ b/prompts/0284.txt @@ -0,0 +1 @@ +pikachu jedi, film realistic, red sword in renaissance style style \ No newline at end of file diff --git a/prompts/0285.txt b/prompts/0285.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8dba4f538df418a8a0a00e52d8e402fafc15998 --- /dev/null +++ b/prompts/0285.txt @@ -0,0 +1 @@ +GoPro footage of skydivers holding hands with the style of Ghibli \ No newline at end of file diff --git a/prompts/0286.txt b/prompts/0286.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6cc8a1b904ca0fa0ac815a01b9581583ff5dc13 --- /dev/null +++ b/prompts/0286.txt @@ -0,0 +1 @@ +1940's footage of hello kitty, Figurine style \ No newline at end of file diff --git a/prompts/0287.txt b/prompts/0287.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0416f1d5f41f18c43ac2cb57f134b9c9106131f --- /dev/null +++ b/prompts/0287.txt @@ -0,0 +1 @@ +An elderly lady with a warm smile, white hair, and deep wrinkles. with the style of Salvador Dali \ No newline at end of file diff --git a/prompts/0288.txt b/prompts/0288.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ea28fd184ca7acb219cdc6174b98d468519d311 --- /dev/null +++ b/prompts/0288.txt @@ -0,0 +1 @@ +A Chris Ofili painting ofA teenage girl with long, straight hair, braces, and a shy smile. \ No newline at end of file diff --git a/prompts/0289.txt b/prompts/0289.txt new file mode 100644 index 0000000000000000000000000000000000000000..98e5cbac089f1fd679a642f5b52574ea90db591c --- /dev/null +++ b/prompts/0289.txt @@ -0,0 +1 @@ +A gentleman with a handlebar mustache, a bowler hat, and a monocle. with the style of oil painting \ No newline at end of file diff --git a/prompts/0290.txt b/prompts/0290.txt new file mode 100644 index 0000000000000000000000000000000000000000..36768dfebde58e0129b054d414c2085758594939 --- /dev/null +++ b/prompts/0290.txt @@ -0,0 +1 @@ +With the style of Ghibli, A man with a shaved head, a beard, and a muscular build. \ No newline at end of file diff --git a/prompts/0291.txt b/prompts/0291.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cacf48bd458ecb0775c651b0c119d90134f34c0 --- /dev/null +++ b/prompts/0291.txt @@ -0,0 +1 @@ +A Romero Britto painting ofA woman with a bob haircut, red lipstick, and a vintage dress. \ No newline at end of file diff --git a/prompts/0292.txt b/prompts/0292.txt new file mode 100644 index 0000000000000000000000000000000000000000..65062e5d8ba725bcaaa6982d4aa5dbe55071cf64 --- /dev/null +++ b/prompts/0292.txt @@ -0,0 +1 @@ +A young man with a mohawk, piercings, and an energetic vibe., impressionist style \ No newline at end of file diff --git a/prompts/0293.txt b/prompts/0293.txt new file mode 100644 index 0000000000000000000000000000000000000000..eac45724c2ff96e2b4d34a889601e1a048af65d7 --- /dev/null +++ b/prompts/0293.txt @@ -0,0 +1 @@ +Hokusai style, A man with dreadlocks, a beanie hat, and a laid-back attitude. \ No newline at end of file diff --git a/prompts/0294.txt b/prompts/0294.txt new file mode 100644 index 0000000000000000000000000000000000000000..126219b2c304ec3a6bfc8ed587847d0a362bb614 --- /dev/null +++ b/prompts/0294.txt @@ -0,0 +1 @@ +abstract cubism style, Freckles dot the girl's cheeks as she grins playfully \ No newline at end of file diff --git a/prompts/0295.txt b/prompts/0295.txt new file mode 100644 index 0000000000000000000000000000000000000000..377d7c652c17027da9b6678412c1a0e41fd6fa10 --- /dev/null +++ b/prompts/0295.txt @@ -0,0 +1 @@ +The elderly woman's warm expression and white hair convey wisdom and kindness., pointilism style \ No newline at end of file diff --git a/prompts/0296.txt b/prompts/0296.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf21609d90c250293fcc966127dd29728aea7c22 --- /dev/null +++ b/prompts/0296.txt @@ -0,0 +1 @@ +low-poly game art style, Two birds flew around a person, in the style of Sci-Fi \ No newline at end of file diff --git a/prompts/0297.txt b/prompts/0297.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6bb0c3238830a9419a6c8326d0c6d5df3018309 --- /dev/null +++ b/prompts/0297.txt @@ -0,0 +1 @@ +Two persons and two monkeys playing together, in the style of Von Gogh with the style of pointilism \ No newline at end of file diff --git a/prompts/0298.txt b/prompts/0298.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9b5eb39ef32d14d7369cdd93e2e280edc7a0ce3 --- /dev/null +++ b/prompts/0298.txt @@ -0,0 +1 @@ +A sketch painting ofgirl walking with a cat, created by Hayao Miyazaki \ No newline at end of file diff --git a/prompts/0299.txt b/prompts/0299.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e31d9aae89e7313e567543da46d25063312967b --- /dev/null +++ b/prompts/0299.txt @@ -0,0 +1 @@ +With the style of da Vinci, A woman gently pets a cat purring in her lap. \ No newline at end of file diff --git a/prompts/0300.txt b/prompts/0300.txt new file mode 100644 index 0000000000000000000000000000000000000000..24e6ebfcc60f7f0c67d619ebc898cb2029697ca1 --- /dev/null +++ b/prompts/0300.txt @@ -0,0 +1 @@ +A man had been feeding pigeons in the park on a sunny day. with the style of Black and White Film Noir \ No newline at end of file diff --git a/prompts/0301.txt b/prompts/0301.txt new file mode 100644 index 0000000000000000000000000000000000000000..6ca9949d58cf1b77db6362b0b88d86e5acb6aa56 --- /dev/null +++ b/prompts/0301.txt @@ -0,0 +1 @@ +A boy feeds a carrot to a friendly rabbit at a petting zoo. , renaissance style style \ No newline at end of file diff --git a/prompts/0302.txt b/prompts/0302.txt new file mode 100644 index 0000000000000000000000000000000000000000..43dfd8abe47b2d62503e5c589d1d9a6d5f41b32e --- /dev/null +++ b/prompts/0302.txt @@ -0,0 +1 @@ +Hokusai style, wizard fighting goblin \ No newline at end of file diff --git a/prompts/0303.txt b/prompts/0303.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c862b54b2fdfcc45fafa118a35ea11a37d8a2e4 --- /dev/null +++ b/prompts/0303.txt @@ -0,0 +1 @@ +A Figurine painting ofA photographer is taking pictures of 3 beautiful models. \ No newline at end of file diff --git a/prompts/0304.txt b/prompts/0304.txt new file mode 100644 index 0000000000000000000000000000000000000000..47164bda2d92a9a7670a8491eb50f49d6d3caf81 --- /dev/null +++ b/prompts/0304.txt @@ -0,0 +1 @@ +A GoPro film painting of1 gardener takes care of 5 apple trees. \ No newline at end of file diff --git a/prompts/0305.txt b/prompts/0305.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ec5c1413021210ee1688dc34405ae688aeeb00d --- /dev/null +++ b/prompts/0305.txt @@ -0,0 +1 @@ +In vector illustration style, A group of children build a snowman together. \ No newline at end of file diff --git a/prompts/0306.txt b/prompts/0306.txt new file mode 100644 index 0000000000000000000000000000000000000000..20340ec012d66ff35300b013da25dff3e5fc4097 --- /dev/null +++ b/prompts/0306.txt @@ -0,0 +1 @@ +A mother and her child feed ducks at a pond., da Vinci style \ No newline at end of file diff --git a/prompts/0307.txt b/prompts/0307.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1be65c582d91fadecf1a04d07d1ad689f19265b --- /dev/null +++ b/prompts/0307.txt @@ -0,0 +1 @@ +A group of teenagers skateboard in an empty parking lot. , Madhubani art style \ No newline at end of file diff --git a/prompts/0308.txt b/prompts/0308.txt new file mode 100644 index 0000000000000000000000000000000000000000..76fc940e8b58c5c694e7655cbc585623b0ad7d1a --- /dev/null +++ b/prompts/0308.txt @@ -0,0 +1 @@ +A father teaches his son how to ride a bicycle in the backyard in cyberpunk, neonpunk style \ No newline at end of file diff --git a/prompts/0309.txt b/prompts/0309.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc8d24a0d2a29bdd5748e8944091560255c561af --- /dev/null +++ b/prompts/0309.txt @@ -0,0 +1 @@ +With the style of van gogh, A young couple dances under the moonlight by the lake. \ No newline at end of file diff --git a/prompts/0310.txt b/prompts/0310.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf1c1fa5341a83c54d7a64a14cac8f17d454a313 --- /dev/null +++ b/prompts/0310.txt @@ -0,0 +1 @@ +A street artist paints a colorful mural on a city wall. with the style of Disney movie \ No newline at end of file diff --git a/prompts/0311.txt b/prompts/0311.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d23abf074d5a08937487fcee24c35061bc07afe --- /dev/null +++ b/prompts/0311.txt @@ -0,0 +1 @@ +A Roy Lichtenstein painting ofA teacher stands in front of a classroom, engaging students in a lively discussion about a book they are reading \ No newline at end of file diff --git a/prompts/0312.txt b/prompts/0312.txt new file mode 100644 index 0000000000000000000000000000000000000000..e7bbace88e4445cda708ed4e1a5a7107aaf08b8a --- /dev/null +++ b/prompts/0312.txt @@ -0,0 +1 @@ +With the style of traditional Chinese painting, A doctor consults with a patient, listening to their concerns and offering advice on how to improve their health. \ No newline at end of file diff --git a/prompts/0313.txt b/prompts/0313.txt new file mode 100644 index 0000000000000000000000000000000000000000..5dca3fe55c23ab98364d041bb7309e23cdf78001 --- /dev/null +++ b/prompts/0313.txt @@ -0,0 +1 @@ +Howard Hodgkin style, A couple walks hand in hand along a beach, watching the sunset as they talk about their future together. \ No newline at end of file diff --git a/prompts/0314.txt b/prompts/0314.txt new file mode 100644 index 0000000000000000000000000000000000000000..7de120000dbd4b076c29d4ba99902e8a5fbee204 --- /dev/null +++ b/prompts/0314.txt @@ -0,0 +1 @@ +A horse sitting on an astronaut's shoulders. in Andrew Warhol style \ No newline at end of file diff --git a/prompts/0315.txt b/prompts/0315.txt new file mode 100644 index 0000000000000000000000000000000000000000..28a53e577c7e71a6c866488990407c9515e19ff7 --- /dev/null +++ b/prompts/0315.txt @@ -0,0 +1 @@ +pop art style, A photo of an astronaut riding a horse in the forest. There is a river in front of them with water lilies. \ No newline at end of file diff --git a/prompts/0316.txt b/prompts/0316.txt new file mode 100644 index 0000000000000000000000000000000000000000..a847f9fe070b26c64cfebb64ab1b924f46e184b2 --- /dev/null +++ b/prompts/0316.txt @@ -0,0 +1 @@ +A photo of an astronaut riding a horse in the forest., Romero Britto style \ No newline at end of file diff --git a/prompts/0317.txt b/prompts/0317.txt new file mode 100644 index 0000000000000000000000000000000000000000..6df6f28b8429874d64586ceb66cd9a0f7d0ca253 --- /dev/null +++ b/prompts/0317.txt @@ -0,0 +1 @@ +a portrait of a postal worker who has forgotten their mailbag with the style of Katsushika Hokusai \ No newline at end of file diff --git a/prompts/0318.txt b/prompts/0318.txt new file mode 100644 index 0000000000000000000000000000000000000000..e128b667cf372baca2bf33541255ae42b2764a3e --- /dev/null +++ b/prompts/0318.txt @@ -0,0 +1 @@ +A Sticker illustration painting ofa politician wearing a soccer jersey and holding a volleyball while giving a speech on a stage \ No newline at end of file diff --git a/prompts/0319.txt b/prompts/0319.txt new file mode 100644 index 0000000000000000000000000000000000000000..b77fa4a3edf26c593cf2a167e61f15272db4d72f --- /dev/null +++ b/prompts/0319.txt @@ -0,0 +1 @@ +In Macro len style, a photograph of a knight in shining armor holding a basketball \ No newline at end of file diff --git a/prompts/0320.txt b/prompts/0320.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cbcda0467b2b7604ee3c0d281851dd969a79b60 --- /dev/null +++ b/prompts/0320.txt @@ -0,0 +1 @@ +In 3d game style, Salvador Dalโˆšโ‰  with a robotic half face \ No newline at end of file diff --git a/prompts/0321.txt b/prompts/0321.txt new file mode 100644 index 0000000000000000000000000000000000000000..f49615f6590d013fdacc2fd34dad6c68abe02508 --- /dev/null +++ b/prompts/0321.txt @@ -0,0 +1 @@ +a child and a penguin sitting on the moon in Hokusai style \ No newline at end of file diff --git a/prompts/0322.txt b/prompts/0322.txt new file mode 100644 index 0000000000000000000000000000000000000000..64c44ad78c876c259f0785df2bb8051c5daed7af --- /dev/null +++ b/prompts/0322.txt @@ -0,0 +1 @@ +Superman shaking hands with Spiderman with the style of watercolor \ No newline at end of file diff --git a/prompts/0323.txt b/prompts/0323.txt new file mode 100644 index 0000000000000000000000000000000000000000..2df7439c15551759b5ad912dd100f9197dc0f50e --- /dev/null +++ b/prompts/0323.txt @@ -0,0 +1 @@ +a man with puppet that looks like a king in oil painting style \ No newline at end of file diff --git a/prompts/0324.txt b/prompts/0324.txt new file mode 100644 index 0000000000000000000000000000000000000000..b489025a1dc5f766b3495706319de323b2f0b572 --- /dev/null +++ b/prompts/0324.txt @@ -0,0 +1 @@ +With the style of Romero Britto, a person with arms like a tree branch \ No newline at end of file diff --git a/prompts/0325.txt b/prompts/0325.txt new file mode 100644 index 0000000000000000000000000000000000000000..d4d3d3dd6ab42ccd58b05a20f8146ef2d7aff41c --- /dev/null +++ b/prompts/0325.txt @@ -0,0 +1 @@ +a man riding a cat in cartoon style \ No newline at end of file diff --git a/prompts/0326.txt b/prompts/0326.txt new file mode 100644 index 0000000000000000000000000000000000000000..012de0ac040d1ce8784241e5fd969bca2fcbc8a3 --- /dev/null +++ b/prompts/0326.txt @@ -0,0 +1 @@ +One person was standing amongst three cars., in the style of 3D game with the style of Howard Hodgkin \ No newline at end of file diff --git a/prompts/0327.txt b/prompts/0327.txt new file mode 100644 index 0000000000000000000000000000000000000000..d56efdb8ba1ced4f60fa4df3a98cb569e1f61e33 --- /dev/null +++ b/prompts/0327.txt @@ -0,0 +1 @@ +With the style of Romero Britto, an elderly woman \ No newline at end of file diff --git a/prompts/0328.txt b/prompts/0328.txt new file mode 100644 index 0000000000000000000000000000000000000000..c6062e5b8faf0ea3b4f2f60b287384a8f71e82da --- /dev/null +++ b/prompts/0328.txt @@ -0,0 +1 @@ +With the style of Ghibli, an old man \ No newline at end of file diff --git a/prompts/0329.txt b/prompts/0329.txt new file mode 100644 index 0000000000000000000000000000000000000000..32eb2a5611d4f3b2ef28bde4b47a8aa32f7c440b --- /dev/null +++ b/prompts/0329.txt @@ -0,0 +1 @@ +A Katsushika Hokusai painting ofa man with puppet \ No newline at end of file diff --git a/prompts/0330.txt b/prompts/0330.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2ee184262b27ea142b3bd7a078e67184c4106ea --- /dev/null +++ b/prompts/0330.txt @@ -0,0 +1 @@ +A Time 1980 painting ofa boy going to school \ No newline at end of file diff --git a/prompts/0331.txt b/prompts/0331.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f9435c85675bac2b851b1b709bb323187c9c665 --- /dev/null +++ b/prompts/0331.txt @@ -0,0 +1 @@ +Romero Britto style, a girl going to a farm \ No newline at end of file diff --git a/prompts/0332.txt b/prompts/0332.txt new file mode 100644 index 0000000000000000000000000000000000000000..3de41675fe6d701013f9e95efe561a7c0559fa27 --- /dev/null +++ b/prompts/0332.txt @@ -0,0 +1 @@ +a family on a road trip in Time 1980 style \ No newline at end of file diff --git a/prompts/0333.txt b/prompts/0333.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9dc16093470940963caf38ef371f0d88e00927e --- /dev/null +++ b/prompts/0333.txt @@ -0,0 +1 @@ +In Jamini Roy style, a father and a son playing tennis \ No newline at end of file diff --git a/prompts/0334.txt b/prompts/0334.txt new file mode 100644 index 0000000000000000000000000000000000000000..8057e44d24f6dab16e7c1db46930321a8a9a5fe4 --- /dev/null +++ b/prompts/0334.txt @@ -0,0 +1 @@ +a man heading a soccer ball in oil painting style \ No newline at end of file diff --git a/prompts/0335.txt b/prompts/0335.txt new file mode 100644 index 0000000000000000000000000000000000000000..dfa5a9d2cd6626aa9336c080e3161d1b60dc9931 --- /dev/null +++ b/prompts/0335.txt @@ -0,0 +1 @@ +A Chris Ofili painting ofa sad man with green hair \ No newline at end of file diff --git a/prompts/0336.txt b/prompts/0336.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c9e5c084654dc155407a42a59ce549220b0b155 --- /dev/null +++ b/prompts/0336.txt @@ -0,0 +1 @@ +With the style of Howard Hodgkin, a woman with sunglasses and red hair \ No newline at end of file diff --git a/prompts/0337.txt b/prompts/0337.txt new file mode 100644 index 0000000000000000000000000000000000000000..f0a15e21082e4f5eacb083485e890ff244556204 --- /dev/null +++ b/prompts/0337.txt @@ -0,0 +1 @@ +a man looking at a distant mountain in Sci-fi style \ No newline at end of file diff --git a/prompts/0338.txt b/prompts/0338.txt new file mode 100644 index 0000000000000000000000000000000000000000..d181670f5e2a470d8d14073e6145a00023462ba5 --- /dev/null +++ b/prompts/0338.txt @@ -0,0 +1 @@ +The old man the boat. in watercolor style \ No newline at end of file diff --git a/prompts/0339.txt b/prompts/0339.txt new file mode 100644 index 0000000000000000000000000000000000000000..4917cc00ecbd4f2a16c18ea03c7fe7d6f039d12a --- /dev/null +++ b/prompts/0339.txt @@ -0,0 +1 @@ +In Jamini Roy style, We painted the wall with cracks. \ No newline at end of file diff --git a/prompts/0340.txt b/prompts/0340.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc37abeb1ccd499237e2bbf93a78d9b494f76346 --- /dev/null +++ b/prompts/0340.txt @@ -0,0 +1 @@ +Mary gave the child the dog bit a Band-Aid. in emoji style \ No newline at end of file diff --git a/prompts/0341.txt b/prompts/0341.txt new file mode 100644 index 0000000000000000000000000000000000000000..6441c1e03e084f15249b0f5e5451897327bbaa72 --- /dev/null +++ b/prompts/0341.txt @@ -0,0 +1 @@ +Andy Kehoe style, The man who whistles tunes pianos. \ No newline at end of file diff --git a/prompts/0342.txt b/prompts/0342.txt new file mode 100644 index 0000000000000000000000000000000000000000..9e63def8b5dbd83d5700ddca0c7ce2d712787928 --- /dev/null +++ b/prompts/0342.txt @@ -0,0 +1 @@ +One morning I chased an elephant in my pajamas, Disney movie style \ No newline at end of file diff --git a/prompts/0343.txt b/prompts/0343.txt new file mode 100644 index 0000000000000000000000000000000000000000..08c74b45254ecc20fddc7340c53942571f27235c --- /dev/null +++ b/prompts/0343.txt @@ -0,0 +1 @@ +A tourist is looking at a whale using a binocular in Time 1980 style \ No newline at end of file diff --git a/prompts/0344.txt b/prompts/0344.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0577374c1a34b17e1fa367f548759107e417954 --- /dev/null +++ b/prompts/0344.txt @@ -0,0 +1 @@ +The sparkling blue water of the swimming pool rippled gently in the warm sunshine. A few swimmers floated lazily on brightly colored pool floats, relaxing to the sound of splashing and laughter., Figurine style \ No newline at end of file diff --git a/prompts/0345.txt b/prompts/0345.txt new file mode 100644 index 0000000000000000000000000000000000000000..80039ee6dac9376917b8097548bb97e7acfe9641 --- /dev/null +++ b/prompts/0345.txt @@ -0,0 +1 @@ +The snow fell softly on the frozen lake, creating a serene winter wonderland. with the style of Figurine \ No newline at end of file diff --git a/prompts/0346.txt b/prompts/0346.txt new file mode 100644 index 0000000000000000000000000000000000000000..91a07d38a311d0edc98c19960c0974077325f4ec --- /dev/null +++ b/prompts/0346.txt @@ -0,0 +1 @@ +A rainbow arched across the sky, adding a burst of color to the green meadow. in Egyptian tomp hieroglyphics style \ No newline at end of file diff --git a/prompts/0347.txt b/prompts/0347.txt new file mode 100644 index 0000000000000000000000000000000000000000..a334bc342ce25abc04a999f09de294dc8f4b36ba --- /dev/null +++ b/prompts/0347.txt @@ -0,0 +1 @@ +With the style of abstract cubism, The flowers swayed in the gentle breeze, releasing their sweet fragrance. \ No newline at end of file diff --git a/prompts/0348.txt b/prompts/0348.txt new file mode 100644 index 0000000000000000000000000000000000000000..346bcf593afdeb91b2625362067a86e40c39adc1 --- /dev/null +++ b/prompts/0348.txt @@ -0,0 +1 @@ +Polaroid style, The snow-capped mountains towered above, their peaks piercing the clouds. \ No newline at end of file diff --git a/prompts/0349.txt b/prompts/0349.txt new file mode 100644 index 0000000000000000000000000000000000000000..087b4732a68515905de87cebeba533b41e585d5d --- /dev/null +++ b/prompts/0349.txt @@ -0,0 +1 @@ +A Madhubani art painting ofA bright office with a large window and modern furniture. People are typing on their computers and talking on the phone. \ No newline at end of file diff --git a/prompts/0350.txt b/prompts/0350.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dafb132627c071b619880d7f2f24e8b9908d3b6 --- /dev/null +++ b/prompts/0350.txt @@ -0,0 +1 @@ +In Roy Lichtenstein style, In the video, a serene waterfall cascades down a rocky terrain. The water flows gently, creating a peaceful ambiance. \ No newline at end of file diff --git a/prompts/0351.txt b/prompts/0351.txt new file mode 100644 index 0000000000000000000000000000000000000000..5202825b03304fb15820958f22b641e88bc36023 --- /dev/null +++ b/prompts/0351.txt @@ -0,0 +1 @@ +In Andrew Warhol style, The flowing water sparkled under the golden sunrise in a peaceful mountain river. \ No newline at end of file diff --git a/prompts/0352.txt b/prompts/0352.txt new file mode 100644 index 0000000000000000000000000000000000000000..5d5c3e241f8b0fdc4e6b90b8a858a3f36a9fc5c5 --- /dev/null +++ b/prompts/0352.txt @@ -0,0 +1 @@ +The night is dark and quiet. Only the dim light of streetlamps illuminates the deserted street. The camera slowly pans across the empty road. with the style of da Vinci \ No newline at end of file diff --git a/prompts/0353.txt b/prompts/0353.txt new file mode 100644 index 0000000000000000000000000000000000000000..779150eb170f951bb802bf03006b94c37ccc764b --- /dev/null +++ b/prompts/0353.txt @@ -0,0 +1 @@ +New York Skyline with 'Hello World' written with fireworks on the sky. in anime style \ No newline at end of file diff --git a/prompts/0354.txt b/prompts/0354.txt new file mode 100644 index 0000000000000000000000000000000000000000..cf4868a464442c527caaeb298d593741038c0b85 --- /dev/null +++ b/prompts/0354.txt @@ -0,0 +1 @@ +The sun sets behind the Taj Mahal, casting a warm glow on the iconic white marble., Polaroid style \ No newline at end of file diff --git a/prompts/0355.txt b/prompts/0355.txt new file mode 100644 index 0000000000000000000000000000000000000000..4340581003e46024f853c7ce852dbc6c12cece55 --- /dev/null +++ b/prompts/0355.txt @@ -0,0 +1 @@ +In Roy Lichtenstein style, The ancient Colosseum \ No newline at end of file diff --git a/prompts/0356.txt b/prompts/0356.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a677aa4c0f98149d2236260ddfe4b2aa9564184 --- /dev/null +++ b/prompts/0356.txt @@ -0,0 +1 @@ +Chris Ofili style, a close-up of the eye of the planet Jupiter \ No newline at end of file diff --git a/prompts/0357.txt b/prompts/0357.txt new file mode 100644 index 0000000000000000000000000000000000000000..ccdaeccaecfe9139fae725097380f1ad9603c6c0 --- /dev/null +++ b/prompts/0357.txt @@ -0,0 +1 @@ +With the style of Sci-fi, a tennis court with three yellow cones on it \ No newline at end of file diff --git a/prompts/0358.txt b/prompts/0358.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c8cc4c9020849450d22d6a00e5d846dc3350497 --- /dev/null +++ b/prompts/0358.txt @@ -0,0 +1 @@ +a map of Italy with the style of pop art \ No newline at end of file diff --git a/prompts/0359.txt b/prompts/0359.txt new file mode 100644 index 0000000000000000000000000000000000000000..187151c3023ca82369923018f12fa3c9e068609a --- /dev/null +++ b/prompts/0359.txt @@ -0,0 +1 @@ +With the style of pointilism, A green apple and a black backpack. \ No newline at end of file diff --git a/prompts/0360.txt b/prompts/0360.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc3b90bad009682e3ed9af123c0150eab6a67e9f --- /dev/null +++ b/prompts/0360.txt @@ -0,0 +1 @@ +A blue cup and a green cell phone. with the style of pencil drawing \ No newline at end of file diff --git a/prompts/0361.txt b/prompts/0361.txt new file mode 100644 index 0000000000000000000000000000000000000000..de443974b2eaa8ad0f978c1da841ab2f5fdd3121 --- /dev/null +++ b/prompts/0361.txt @@ -0,0 +1 @@ +In low-poly game art style, A small blue book sitting on a large red book. \ No newline at end of file diff --git a/prompts/0362.txt b/prompts/0362.txt new file mode 100644 index 0000000000000000000000000000000000000000..8119bae0cfd78a0d1617342bf54dfd25dda965a0 --- /dev/null +++ b/prompts/0362.txt @@ -0,0 +1 @@ +In Howard Hodgkin style, A stack of 3 plates. A blue plate is on the top, sitting on a blue plate. The blue plate is in the middle, sitting on a green plate. The green plate is on the bottom. \ No newline at end of file diff --git a/prompts/0363.txt b/prompts/0363.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe0ba064abf05a2cc9a28e308ecd2403dc537cd6 --- /dev/null +++ b/prompts/0363.txt @@ -0,0 +1 @@ +In low-poly game art style, A stack of 3 cubes. A red cube is on the top, sitting on a red cube. The red cube is in the middle, sitting on a green cube. The green cube is on the bottom. \ No newline at end of file diff --git a/prompts/0364.txt b/prompts/0364.txt new file mode 100644 index 0000000000000000000000000000000000000000..10a1ef8bd799c294c12a0df43e87452d5ce5ae47 --- /dev/null +++ b/prompts/0364.txt @@ -0,0 +1 @@ +With the style of Disney movie, A stack of 3 books. A green book is on the top, sitting on a red book. The red book is in the middle, sitting on a blue book. The blue book is on the bottom. \ No newline at end of file diff --git a/prompts/0365.txt b/prompts/0365.txt new file mode 100644 index 0000000000000000000000000000000000000000..72b5d7bad1e941b15b3131ee00c1abd1753fcb67 --- /dev/null +++ b/prompts/0365.txt @@ -0,0 +1 @@ +A van gogh painting ofA tennis racket underneath a traffic light. \ No newline at end of file diff --git a/prompts/0366.txt b/prompts/0366.txt new file mode 100644 index 0000000000000000000000000000000000000000..124549e9601524aed82b096cd923d0fd17b7ef1e --- /dev/null +++ b/prompts/0366.txt @@ -0,0 +1 @@ +With the style of low-poly game art, A couch on the left of a chair. \ No newline at end of file diff --git a/prompts/0367.txt b/prompts/0367.txt new file mode 100644 index 0000000000000000000000000000000000000000..54f19620a5bbfed4f1631104f9622c87faf02926 --- /dev/null +++ b/prompts/0367.txt @@ -0,0 +1 @@ +A tennis racket underneath a traffic light., GoPro film style \ No newline at end of file diff --git a/prompts/0368.txt b/prompts/0368.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4550e409555d516e631f5ba91a7088f43c78bd7 --- /dev/null +++ b/prompts/0368.txt @@ -0,0 +1 @@ +a grumpy porcupine handing a check for $10,000 to a smiling peacock, pointilism style \ No newline at end of file diff --git a/prompts/0369.txt b/prompts/0369.txt new file mode 100644 index 0000000000000000000000000000000000000000..e57e9adfa240b99992099d52fcf395c306c94dd4 --- /dev/null +++ b/prompts/0369.txt @@ -0,0 +1 @@ +a boat with 'BLUE GROOVE' written on its hull with the style of cartoon \ No newline at end of file diff --git a/prompts/0370.txt b/prompts/0370.txt new file mode 100644 index 0000000000000000000000000000000000000000..10c35c35d01000ec86c946c7145fb8a401daf0ae --- /dev/null +++ b/prompts/0370.txt @@ -0,0 +1 @@ +A Ghibli painting ofa store front that has the word โ€˜openaiโ€™ written on it. \ No newline at end of file diff --git a/prompts/0371.txt b/prompts/0371.txt new file mode 100644 index 0000000000000000000000000000000000000000..976400cc90a85494faabdf223fbf05b3f8fbd4c6 --- /dev/null +++ b/prompts/0371.txt @@ -0,0 +1 @@ +a laptop with a maze sticker on it, abstract style \ No newline at end of file diff --git a/prompts/0372.txt b/prompts/0372.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ae55c459af489c1daf5f8e6a821064554941f52 --- /dev/null +++ b/prompts/0372.txt @@ -0,0 +1 @@ +a yellow t-shirt with a dog on it in 3d game style \ No newline at end of file diff --git a/prompts/0373.txt b/prompts/0373.txt new file mode 100644 index 0000000000000000000000000000000000000000..53f46ec8437e0452b58806faaac5a1ada75566d3 --- /dev/null +++ b/prompts/0373.txt @@ -0,0 +1 @@ +low-poly game art style, A red colored car. \ No newline at end of file diff --git a/prompts/0374.txt b/prompts/0374.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a19536e7628c45ade2cc7788b79d28445d17efb --- /dev/null +++ b/prompts/0374.txt @@ -0,0 +1 @@ +A train on top of a surfboard., Roy Lichtenstein style \ No newline at end of file diff --git a/prompts/0375.txt b/prompts/0375.txt new file mode 100644 index 0000000000000000000000000000000000000000..474050c329ec4e3def35fd7d43daa2c2c811228e --- /dev/null +++ b/prompts/0375.txt @@ -0,0 +1 @@ +A car on the left of a bus., oil painting style \ No newline at end of file diff --git a/prompts/0376.txt b/prompts/0376.txt new file mode 100644 index 0000000000000000000000000000000000000000..04753b7c94549d41acb20565a0e47736de4d0008 --- /dev/null +++ b/prompts/0376.txt @@ -0,0 +1 @@ +traditional Chinese painting style, a pickup truck at the beach at sunrise \ No newline at end of file diff --git a/prompts/0377.txt b/prompts/0377.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c5d6f9db353cd74067d187466e6c1c4c7197fff --- /dev/null +++ b/prompts/0377.txt @@ -0,0 +1 @@ +a pickup truck under street lights at night with the style of manga \ No newline at end of file diff --git a/prompts/0378.txt b/prompts/0378.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b3c3acc1c873739003b98784471ed5fc13eccbf --- /dev/null +++ b/prompts/0378.txt @@ -0,0 +1 @@ +A van gogh painting ofan overhead view of a pickup truck with boxes in its flatbed \ No newline at end of file diff --git a/prompts/0379.txt b/prompts/0379.txt new file mode 100644 index 0000000000000000000000000000000000000000..3213e5fb17ef3aff99cccbafd5c3f3e9ff9b1842 --- /dev/null +++ b/prompts/0379.txt @@ -0,0 +1 @@ +three airplanes parked in a row at a terminal in impressionist style \ No newline at end of file diff --git a/prompts/0380.txt b/prompts/0380.txt new file mode 100644 index 0000000000000000000000000000000000000000..3fe34d8618ba6f5ffd472188a21aabaaaeeb53bc --- /dev/null +++ b/prompts/0380.txt @@ -0,0 +1 @@ +three pickup trucks piled on top of each other in sketch style \ No newline at end of file diff --git a/prompts/0381.txt b/prompts/0381.txt new file mode 100644 index 0000000000000000000000000000000000000000..c2b8b5bcac84dbfe66392aa5c958cb1c506fbdd2 --- /dev/null +++ b/prompts/0381.txt @@ -0,0 +1 @@ +two motorcycles facing each other, Macro len style \ No newline at end of file diff --git a/prompts/0382.txt b/prompts/0382.txt new file mode 100644 index 0000000000000000000000000000000000000000..f407398e2a3e29bfe0e33522a90da71e3b2a8160 --- /dev/null +++ b/prompts/0382.txt @@ -0,0 +1 @@ +A van parked on grass in Disney movie style \ No newline at end of file diff --git a/prompts/0383.txt b/prompts/0383.txt new file mode 100644 index 0000000000000000000000000000000000000000..119975a132baa3a9a9002a31b460b7e3ce36d472 --- /dev/null +++ b/prompts/0383.txt @@ -0,0 +1 @@ +A tomato has been put on top of a pumpkin on a kitchen stool. There is a fork sticking into the pumpkin. The scene is viewed from above. with the style of Disney movie \ No newline at end of file diff --git a/prompts/0384.txt b/prompts/0384.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b5ca689934fb0894a99b06333d759b9ec1632d9 --- /dev/null +++ b/prompts/0384.txt @@ -0,0 +1 @@ +A pizza on the right of a suitcase. with the style of low-poly game art \ No newline at end of file diff --git a/prompts/0385.txt b/prompts/0385.txt new file mode 100644 index 0000000000000000000000000000000000000000..d51af10f4676684875270a13dbf02d6bee6c1804 --- /dev/null +++ b/prompts/0385.txt @@ -0,0 +1 @@ +An oil painting portrait of the regal Burger King posing with a Whopper. with the style of Madhubani art \ No newline at end of file diff --git a/prompts/0386.txt b/prompts/0386.txt new file mode 100644 index 0000000000000000000000000000000000000000..d1f0646bb90d837391cd37a4cd9a51daffd6dca9 --- /dev/null +++ b/prompts/0386.txt @@ -0,0 +1 @@ +A high resolution photo of a large bowl of ramen. There are several origami boats in the ramen of different colors. in pencil drawing style \ No newline at end of file diff --git a/prompts/0387.txt b/prompts/0387.txt new file mode 100644 index 0000000000000000000000000000000000000000..841fe445522ee0aeaed6cc8ebc2473c05232930b --- /dev/null +++ b/prompts/0387.txt @@ -0,0 +1 @@ +Hokusai style, A castle made of tortilla chips, in a river made of salsa. There are tiny burritos walking around the castle \ No newline at end of file diff --git a/prompts/0388.txt b/prompts/0388.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c651d43693cf7faec3139c791c371908c06ff3b --- /dev/null +++ b/prompts/0388.txt @@ -0,0 +1 @@ +In impressionist style, a full pitcher of beer with an elephant's trunk in it \ No newline at end of file diff --git a/prompts/0389.txt b/prompts/0389.txt new file mode 100644 index 0000000000000000000000000000000000000000..18533543ff375fc4b63b83439a990e186f5c8740 --- /dev/null +++ b/prompts/0389.txt @@ -0,0 +1 @@ +In Madhubani art style, a plate that has no bananas on it. there is a glass without orange juice next to it. \ No newline at end of file diff --git a/prompts/0390.txt b/prompts/0390.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ec58cfd3f6f4cd02b71d49b7182f698f8d562ce --- /dev/null +++ b/prompts/0390.txt @@ -0,0 +1 @@ +A man sips a latte and a woman a beer. in emoji style \ No newline at end of file diff --git a/prompts/0391.txt b/prompts/0391.txt new file mode 100644 index 0000000000000000000000000000000000000000..e11fa3d3a55af0b3747db4f2722a6e5a7ffe1de4 --- /dev/null +++ b/prompts/0391.txt @@ -0,0 +1 @@ +With the style of oil painting, a close-up of a bloody mary cocktail \ No newline at end of file diff --git a/prompts/0392.txt b/prompts/0392.txt new file mode 100644 index 0000000000000000000000000000000000000000..987afff0a73685b33be1b064a6401ad5d3ae52ef --- /dev/null +++ b/prompts/0392.txt @@ -0,0 +1 @@ +a close-up of an old-fashioned cocktail with the style of anime \ No newline at end of file diff --git a/prompts/0393.txt b/prompts/0393.txt new file mode 100644 index 0000000000000000000000000000000000000000..59e8975768d9854b07bc5ad011c9ae0803d00da0 --- /dev/null +++ b/prompts/0393.txt @@ -0,0 +1 @@ +With the style of Figurine, a bench \ No newline at end of file diff --git a/prompts/0394.txt b/prompts/0394.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddae0741a0020b3cee88569b10af421889bfadbf --- /dev/null +++ b/prompts/0394.txt @@ -0,0 +1 @@ +a laptop in Vincent Van Gogh style \ No newline at end of file diff --git a/prompts/0395.txt b/prompts/0395.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba1a64721bd61674d7a313dd6909696935aefd97 --- /dev/null +++ b/prompts/0395.txt @@ -0,0 +1 @@ +abstract style, a t-shirt \ No newline at end of file diff --git a/prompts/0396.txt b/prompts/0396.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e15174d8db38cd7fbde2b42560fd175a4da5080 --- /dev/null +++ b/prompts/0396.txt @@ -0,0 +1 @@ +Jamini Roy style, a bowl \ No newline at end of file diff --git a/prompts/0397.txt b/prompts/0397.txt new file mode 100644 index 0000000000000000000000000000000000000000..57cc1ce6e6870ef2e4dd9445ce7b891251a6a4d9 --- /dev/null +++ b/prompts/0397.txt @@ -0,0 +1 @@ +a flag, Macro len style \ No newline at end of file diff --git a/prompts/0398.txt b/prompts/0398.txt new file mode 100644 index 0000000000000000000000000000000000000000..c060900d4e272a7110da4030e9c73c8fc3016ca0 --- /dev/null +++ b/prompts/0398.txt @@ -0,0 +1 @@ +Katsushika Hokusai style, a towel \ No newline at end of file diff --git a/prompts/0399.txt b/prompts/0399.txt new file mode 100644 index 0000000000000000000000000000000000000000..34348bd73d8495f639e28a72add48238d03e2ef8 --- /dev/null +++ b/prompts/0399.txt @@ -0,0 +1 @@ +a wall, GoPro film style \ No newline at end of file diff --git a/prompts/0400.txt b/prompts/0400.txt new file mode 100644 index 0000000000000000000000000000000000000000..91735ac3c46f263b14cfc693a4e1ec8df19ecf9d --- /dev/null +++ b/prompts/0400.txt @@ -0,0 +1 @@ +a sword, Disney movie style \ No newline at end of file diff --git a/prompts/0401.txt b/prompts/0401.txt new file mode 100644 index 0000000000000000000000000000000000000000..499504f181f72c81bbefbb1631f355ef253d10d2 --- /dev/null +++ b/prompts/0401.txt @@ -0,0 +1 @@ +a statue with the style of van gogh \ No newline at end of file diff --git a/prompts/0402.txt b/prompts/0402.txt new file mode 100644 index 0000000000000000000000000000000000000000..553e8ba1d1d6198c3da0528ccc3e59b5d688c58d --- /dev/null +++ b/prompts/0402.txt @@ -0,0 +1 @@ +a yellow diamond-shaped sign with a turtle silhouette in Polaroid style \ No newline at end of file diff --git a/prompts/0403.txt b/prompts/0403.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b1b36dcfcdcf03413c141e32f8d8e0f1c2767a0 --- /dev/null +++ b/prompts/0403.txt @@ -0,0 +1 @@ +A 3d game painting ofa cherry trees in a wind \ No newline at end of file diff --git a/prompts/0404.txt b/prompts/0404.txt new file mode 100644 index 0000000000000000000000000000000000000000..0f007fe60e00b5cf38b605d12934f41fa90f0a78 --- /dev/null +++ b/prompts/0404.txt @@ -0,0 +1 @@ +an avocado on a table, 3d game style \ No newline at end of file diff --git a/prompts/0405.txt b/prompts/0405.txt new file mode 100644 index 0000000000000000000000000000000000000000..556f93294e7b8d2cffd78177923b43f6f75be136 --- /dev/null +++ b/prompts/0405.txt @@ -0,0 +1 @@ +a baby daikon radish in Andy Kehoe style \ No newline at end of file diff --git a/prompts/0406.txt b/prompts/0406.txt new file mode 100644 index 0000000000000000000000000000000000000000..217ae8d9ff679bd1a79d2c03ea1f9c0363a942b2 --- /dev/null +++ b/prompts/0406.txt @@ -0,0 +1 @@ +In Hokusai style, a summer tree without any leaves \ No newline at end of file diff --git a/prompts/0407.txt b/prompts/0407.txt new file mode 100644 index 0000000000000000000000000000000000000000..53991b586a834ad9bd4cc61a30cdcbb87e96050f --- /dev/null +++ b/prompts/0407.txt @@ -0,0 +1 @@ +With the style of Vincent Van Gogh, blue apples on a tree with yellow leaves \ No newline at end of file diff --git a/prompts/0408.txt b/prompts/0408.txt new file mode 100644 index 0000000000000000000000000000000000000000..b13a6b600ec47b6ee97cf84a3540acd90063a93d --- /dev/null +++ b/prompts/0408.txt @@ -0,0 +1 @@ +camera pan from left to right, A pink colored giraffe. \ No newline at end of file diff --git a/prompts/0409.txt b/prompts/0409.txt new file mode 100644 index 0000000000000000000000000000000000000000..f238ac30b35a3068e2ce4b5ad3e7ba4d44e63d5e --- /dev/null +++ b/prompts/0409.txt @@ -0,0 +1 @@ +orange and white cat., slow motion \ No newline at end of file diff --git a/prompts/0410.txt b/prompts/0410.txt new file mode 100644 index 0000000000000000000000000000000000000000..92a67679568909f09eee2be66b5faec497fc25d2 --- /dev/null +++ b/prompts/0410.txt @@ -0,0 +1 @@ +Wide angle lens, A red car and a white sheep. \ No newline at end of file diff --git a/prompts/0411.txt b/prompts/0411.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9912607fd95dba2d11ef12ed342d3d136ba5dd3 --- /dev/null +++ b/prompts/0411.txt @@ -0,0 +1 @@ +slow motion, A brown bird and a blue bear. \ No newline at end of file diff --git a/prompts/0412.txt b/prompts/0412.txt new file mode 100644 index 0000000000000000000000000000000000000000..b544dee15dc43390c867b55ed91ec7f7b2879a9b --- /dev/null +++ b/prompts/0412.txt @@ -0,0 +1 @@ +a shiba inu, zoom in \ No newline at end of file diff --git a/prompts/0413.txt b/prompts/0413.txt new file mode 100644 index 0000000000000000000000000000000000000000..46b57245b5854b898cb1b528289c545742910e44 --- /dev/null +++ b/prompts/0413.txt @@ -0,0 +1 @@ +a snail, large motion \ No newline at end of file diff --git a/prompts/0414.txt b/prompts/0414.txt new file mode 100644 index 0000000000000000000000000000000000000000..531acb761e440723a181d8bb2ea36ad87a36a568 --- /dev/null +++ b/prompts/0414.txt @@ -0,0 +1 @@ +Two elephants are playing on the beach and enjoying a delicious beef stroganoff meal., camera rotate anticlockwise \ No newline at end of file diff --git a/prompts/0415.txt b/prompts/0415.txt new file mode 100644 index 0000000000000000000000000000000000000000..f80fdbecfb8da28655119d1e154348a8b72bf9a0 --- /dev/null +++ b/prompts/0415.txt @@ -0,0 +1 @@ +time lapse of flamingos walking around an ornate ballroom, first person perspective \ No newline at end of file diff --git a/prompts/0416.txt b/prompts/0416.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a4991a4ef2c459ae1a6f9a3a514c0bb9728c075 --- /dev/null +++ b/prompts/0416.txt @@ -0,0 +1 @@ +a cowboy panda riding on the back of a lion, hand-held camera \ No newline at end of file diff --git a/prompts/0417.txt b/prompts/0417.txt new file mode 100644 index 0000000000000000000000000000000000000000..d229ab73f9942f1cbb52c7a8163d5e1351bb8c4d --- /dev/null +++ b/prompts/0417.txt @@ -0,0 +1 @@ +drove viewpoint, A pair of red foxes frolic together in a snowy forest clearing. \ No newline at end of file diff --git a/prompts/0418.txt b/prompts/0418.txt new file mode 100644 index 0000000000000000000000000000000000000000..6de8bc8aea5786c2b1d2ba2c6ec2b5b0a196acbf --- /dev/null +++ b/prompts/0418.txt @@ -0,0 +1 @@ +A tiny, green chameleon clings to a branch, blending in with the jungle foliage, first person perspective \ No newline at end of file diff --git a/prompts/0419.txt b/prompts/0419.txt new file mode 100644 index 0000000000000000000000000000000000000000..9107b2c41769ffc7d6f1b69e179f5856d6fc2ef3 --- /dev/null +++ b/prompts/0419.txt @@ -0,0 +1 @@ +camera pan from right to left, A trio of powerful grizzly bears fishes for salmon in the rushing waters of Alaska \ No newline at end of file diff --git a/prompts/0420.txt b/prompts/0420.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cf96dd0878bc3ee1271ffc422d187b18305c1a5 --- /dev/null +++ b/prompts/0420.txt @@ -0,0 +1 @@ +A dapper, monocle-wearing penguin waddles elegantly across a grand ballroom floor., Wide angle lens \ No newline at end of file diff --git a/prompts/0421.txt b/prompts/0421.txt new file mode 100644 index 0000000000000000000000000000000000000000..418bf612282ef8febe6420d8d8aeea75a2ab5a9d --- /dev/null +++ b/prompts/0421.txt @@ -0,0 +1 @@ +A trio of fashionable, beret-clad cats sips coffee at a chic Parisian cafe., time-lapse photography \ No newline at end of file diff --git a/prompts/0422.txt b/prompts/0422.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d44fad0fd637b47dd42908763c86aa09c31016a --- /dev/null +++ b/prompts/0422.txt @@ -0,0 +1 @@ +a Stegasaurus eating ferns, camera rotate anticlockwise \ No newline at end of file diff --git a/prompts/0423.txt b/prompts/0423.txt new file mode 100644 index 0000000000000000000000000000000000000000..76b2ee0926286f8b237b680016f2d14201146fa0 --- /dev/null +++ b/prompts/0423.txt @@ -0,0 +1 @@ +a Triceratops charging down a hill, camera pan from left to right \ No newline at end of file diff --git a/prompts/0424.txt b/prompts/0424.txt new file mode 100644 index 0000000000000000000000000000000000000000..8cdaa970d971d47e4c65dd144a508c4f3f570a28 --- /dev/null +++ b/prompts/0424.txt @@ -0,0 +1 @@ +Five sharply dressed dogs in tailored suits gather for a high-stakes poker game., Wide angle lens \ No newline at end of file diff --git a/prompts/0425.txt b/prompts/0425.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad5230482dfff1f0f2d16c9026c28838315b00a6 --- /dev/null +++ b/prompts/0425.txt @@ -0,0 +1 @@ +camera pan from right to left, A sophisticated chimpanzee in a tweed jacket and glasses ponders over a chessboard \ No newline at end of file diff --git a/prompts/0426.txt b/prompts/0426.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2e0b9e0b7194bfbe963c4eb724f905d47636a3c --- /dev/null +++ b/prompts/0426.txt @@ -0,0 +1 @@ +large motion, A group of six rabbits dressed in Victorian attire gathers for a garden tea party. \ No newline at end of file diff --git a/prompts/0427.txt b/prompts/0427.txt new file mode 100644 index 0000000000000000000000000000000000000000..650a0b68df951833a2eb217f0d87bb3f168d38a5 --- /dev/null +++ b/prompts/0427.txt @@ -0,0 +1 @@ +A trio of owls in scholarly robes and mortarboards gathers for a graduation ceremony., time-lapse photography \ No newline at end of file diff --git a/prompts/0428.txt b/prompts/0428.txt new file mode 100644 index 0000000000000000000000000000000000000000..fbe0d77b88186049d41f98b8951dc84eef121b4d --- /dev/null +++ b/prompts/0428.txt @@ -0,0 +1 @@ +close-up shot, high detailed, A boy with a baseball cap, freckles, and a playful grin. \ No newline at end of file diff --git a/prompts/0429.txt b/prompts/0429.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c4f8810702cd4e167c437a201d40e89735ca213 --- /dev/null +++ b/prompts/0429.txt @@ -0,0 +1 @@ +A man with a tailored suit, a pocket square, and a distinguished air., slow motion \ No newline at end of file diff --git a/prompts/0430.txt b/prompts/0430.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f2e6dfdd07e364dd23c99e97c7ea2210598724e --- /dev/null +++ b/prompts/0430.txt @@ -0,0 +1 @@ +hand-held camera, A real life photography of super mario, 8k Ultra HD. \ No newline at end of file diff --git a/prompts/0431.txt b/prompts/0431.txt new file mode 100644 index 0000000000000000000000000000000000000000..7115566f68c54f22cd580274955b4b439e998b1b --- /dev/null +++ b/prompts/0431.txt @@ -0,0 +1 @@ +drove viewpoint, a man wearing sunglasses and business suit \ No newline at end of file diff --git a/prompts/0432.txt b/prompts/0432.txt new file mode 100644 index 0000000000000000000000000000000000000000..834e597f8e9b668bd56beaed87977a2408654905 --- /dev/null +++ b/prompts/0432.txt @@ -0,0 +1 @@ +a girl with long curly blonde hair and sunglasses, camera pan from left to right \ No newline at end of file diff --git a/prompts/0433.txt b/prompts/0433.txt new file mode 100644 index 0000000000000000000000000000000000000000..25e757fe0ab7642690bcdc5867d6ca13d4763bd5 --- /dev/null +++ b/prompts/0433.txt @@ -0,0 +1 @@ +zoom out, an old man with a long grey beard and green eyes \ No newline at end of file diff --git a/prompts/0434.txt b/prompts/0434.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dc8f5a99e8e4c7af6c05eec33ca185f5c61240f --- /dev/null +++ b/prompts/0434.txt @@ -0,0 +1 @@ +camera rotate clockwise, a woman with tan skin in blue jeans and yellow shirt \ No newline at end of file diff --git a/prompts/0435.txt b/prompts/0435.txt new file mode 100644 index 0000000000000000000000000000000000000000..def731dcdd5def012112ff571b5f5e42a7fefe4b --- /dev/null +++ b/prompts/0435.txt @@ -0,0 +1 @@ +camera rotate anticlockwise, a woman with a dog puppet and a cat puppet \ No newline at end of file diff --git a/prompts/0436.txt b/prompts/0436.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd3901b40a797ae96aa71deb45a8864c885f4b8a --- /dev/null +++ b/prompts/0436.txt @@ -0,0 +1 @@ +large motion, Surrounded by butterflies, a girl walks through a lush garden. \ No newline at end of file diff --git a/prompts/0437.txt b/prompts/0437.txt new file mode 100644 index 0000000000000000000000000000000000000000..21794f2a6274e9a94eabd1130bf2fa227ea218aa --- /dev/null +++ b/prompts/0437.txt @@ -0,0 +1 @@ +zoom in, A boy, fascinated by the fish, spends hours at the aquarium. \ No newline at end of file diff --git a/prompts/0438.txt b/prompts/0438.txt new file mode 100644 index 0000000000000000000000000000000000000000..034f14e8db4e690139c94670d4ec3c36771b921b --- /dev/null +++ b/prompts/0438.txt @@ -0,0 +1 @@ +An elderly man with a white beard sits on a park bench, feeding pigeons., hand-held camera \ No newline at end of file diff --git a/prompts/0439.txt b/prompts/0439.txt new file mode 100644 index 0000000000000000000000000000000000000000..96ce0cd5d32bab85ebdc5c4b15c81435103602d8 --- /dev/null +++ b/prompts/0439.txt @@ -0,0 +1 @@ +slow motion, A man finds a colorful parrot perched on his shoulder. \ No newline at end of file diff --git a/prompts/0440.txt b/prompts/0440.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ebed6410331e6d8aa1573ffa010e18067cad35f --- /dev/null +++ b/prompts/0440.txt @@ -0,0 +1 @@ +camera pan from left to right, a man wearing sunglasses and business suit \ No newline at end of file diff --git a/prompts/0441.txt b/prompts/0441.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfa0f653b1b71a322073642f9dd98b6d19bdd2bc --- /dev/null +++ b/prompts/0441.txt @@ -0,0 +1 @@ +close-up shot, high detailed, a girl with long curly blonde hair and sunglasses \ No newline at end of file diff --git a/prompts/0442.txt b/prompts/0442.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c73e276863800635b32e4206c3d3be1bcb426f1 --- /dev/null +++ b/prompts/0442.txt @@ -0,0 +1 @@ +an old man with a long grey beard and green eyes, camera rotate anticlockwise \ No newline at end of file diff --git a/prompts/0443.txt b/prompts/0443.txt new file mode 100644 index 0000000000000000000000000000000000000000..3365b5dac3ab38d273f9bdd2485a204bc5158c6a --- /dev/null +++ b/prompts/0443.txt @@ -0,0 +1 @@ +hand-held camera, a woman with tan skin in blue jeans and yellow shirt \ No newline at end of file diff --git a/prompts/0444.txt b/prompts/0444.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fda592735858de68f6d55fb1a72ed9c6ccdc28a --- /dev/null +++ b/prompts/0444.txt @@ -0,0 +1 @@ +a woman with a dog puppet and a cat puppet, camera rotate clockwise \ No newline at end of file diff --git a/prompts/0445.txt b/prompts/0445.txt new file mode 100644 index 0000000000000000000000000000000000000000..5351402e3d78b03614b45e72847865d0f3c3450e --- /dev/null +++ b/prompts/0445.txt @@ -0,0 +1 @@ +slow motion, a cricketer standing next to a wicket \ No newline at end of file diff --git a/prompts/0446.txt b/prompts/0446.txt new file mode 100644 index 0000000000000000000000000000000000000000..853aa9864285ec08c69ee787afcc1700904e8958 --- /dev/null +++ b/prompts/0446.txt @@ -0,0 +1 @@ +an elder politician giving a campaign speech, hand-held camera \ No newline at end of file diff --git a/prompts/0447.txt b/prompts/0447.txt new file mode 100644 index 0000000000000000000000000000000000000000..f35484ec08f5b4caa16d9365a099b81186485c61 --- /dev/null +++ b/prompts/0447.txt @@ -0,0 +1 @@ +a young girl playing piano, slow motion \ No newline at end of file diff --git a/prompts/0448.txt b/prompts/0448.txt new file mode 100644 index 0000000000000000000000000000000000000000..d36fcc55c4cccd735253267ea7fcdbb3eb8ebcd2 --- /dev/null +++ b/prompts/0448.txt @@ -0,0 +1 @@ +a girl getting a kite out of a tree, camera rotate clockwise \ No newline at end of file diff --git a/prompts/0449.txt b/prompts/0449.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f38ae5af30c2dea35f293ba570b982ca5ac4c80 --- /dev/null +++ b/prompts/0449.txt @@ -0,0 +1 @@ +hand-held camera, a politician giving a speech at a podium \ No newline at end of file diff --git a/prompts/0450.txt b/prompts/0450.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f9d817989a01630db8494de2cea7c78b37e1950 --- /dev/null +++ b/prompts/0450.txt @@ -0,0 +1 @@ +camera pan from left to right, a politician speaking to a large crowd \ No newline at end of file diff --git a/prompts/0451.txt b/prompts/0451.txt new file mode 100644 index 0000000000000000000000000000000000000000..b13e340e3fb0f2bb7f01d44efde6fc82111742b2 --- /dev/null +++ b/prompts/0451.txt @@ -0,0 +1 @@ +a child in the air while jumping on a trampoline, hand-held camera \ No newline at end of file diff --git a/prompts/0452.txt b/prompts/0452.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a5412cde20fdb7df9702db05bc9d4c7e7ce0916 --- /dev/null +++ b/prompts/0452.txt @@ -0,0 +1 @@ +camera pan from right to left, the Beatles crossing Abbey road \ No newline at end of file diff --git a/prompts/0453.txt b/prompts/0453.txt new file mode 100644 index 0000000000000000000000000000000000000000..07441ebf010588efce72d7a914ff02657267752a --- /dev/null +++ b/prompts/0453.txt @@ -0,0 +1 @@ +a girl riding an ostrich, close-up shot, high detailed \ No newline at end of file diff --git a/prompts/0454.txt b/prompts/0454.txt new file mode 100644 index 0000000000000000000000000000000000000000..997df4bc4ee728299ad2c9eb344943952b1c030c --- /dev/null +++ b/prompts/0454.txt @@ -0,0 +1 @@ +a river with people swimming in it as a boat goes by, zoom in \ No newline at end of file diff --git a/prompts/0455.txt b/prompts/0455.txt new file mode 100644 index 0000000000000000000000000000000000000000..cc9c34f8613b710a07c63177fda068704eded8f4 --- /dev/null +++ b/prompts/0455.txt @@ -0,0 +1 @@ +slow motion, a selfie of an old man with a white beard \ No newline at end of file diff --git a/prompts/0456.txt b/prompts/0456.txt new file mode 100644 index 0000000000000000000000000000000000000000..9c8e2d9ab663ad9aaa4b301fa6566026c4d11ee1 --- /dev/null +++ b/prompts/0456.txt @@ -0,0 +1 @@ +camera pan from right to left, four people riding in a convertible car \ No newline at end of file diff --git a/prompts/0457.txt b/prompts/0457.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef8f7fbd8304cdb443a5caef13547c5701e0866d --- /dev/null +++ b/prompts/0457.txt @@ -0,0 +1 @@ +two runners crossing the finish line together, still camera \ No newline at end of file diff --git a/prompts/0458.txt b/prompts/0458.txt new file mode 100644 index 0000000000000000000000000000000000000000..52642061db23d7237be51f496ff9e551a9daf57c --- /dev/null +++ b/prompts/0458.txt @@ -0,0 +1 @@ +first person perspective, a four-piece band on a stage in front of a small crowd \ No newline at end of file diff --git a/prompts/0459.txt b/prompts/0459.txt new file mode 100644 index 0000000000000000000000000000000000000000..dcd65c71d9b7e7597cd75d37f095c5aa46c9fd3c --- /dev/null +++ b/prompts/0459.txt @@ -0,0 +1 @@ +time-lapse photography, two sets of identical twins \ No newline at end of file diff --git a/prompts/0460.txt b/prompts/0460.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d1e90980728a37aa4ce124a99115e0a49942f1c --- /dev/null +++ b/prompts/0460.txt @@ -0,0 +1 @@ +a team playing baseball, still camera \ No newline at end of file diff --git a/prompts/0461.txt b/prompts/0461.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e99861a6b7c61c5d19a9c3f9991cfd0724053a0 --- /dev/null +++ b/prompts/0461.txt @@ -0,0 +1 @@ +camera pan from right to left, children on a couch \ No newline at end of file diff --git a/prompts/0462.txt b/prompts/0462.txt new file mode 100644 index 0000000000000000000000000000000000000000..b1ec9832c8a9698fb83d3e7ea36b5127d84a2245 --- /dev/null +++ b/prompts/0462.txt @@ -0,0 +1 @@ +a woman with long hair, hand-held camera \ No newline at end of file diff --git a/prompts/0463.txt b/prompts/0463.txt new file mode 100644 index 0000000000000000000000000000000000000000..d32e2d350aa8186398c32534abc7327ea4eea27a --- /dev/null +++ b/prompts/0463.txt @@ -0,0 +1 @@ +camera pan from right to left, a man standing under a tree \ No newline at end of file diff --git a/prompts/0464.txt b/prompts/0464.txt new file mode 100644 index 0000000000000000000000000000000000000000..82e2dd3c4b3fb56196978d2d3a4da2228c038e20 --- /dev/null +++ b/prompts/0464.txt @@ -0,0 +1 @@ +camera pan from left to right, a smiling man \ No newline at end of file diff --git a/prompts/0465.txt b/prompts/0465.txt new file mode 100644 index 0000000000000000000000000000000000000000..abdc479b92cc404896b44fc79f54b07a4cd6f104 --- /dev/null +++ b/prompts/0465.txt @@ -0,0 +1 @@ +a father and a son playing tennis, hand-held camera \ No newline at end of file diff --git a/prompts/0466.txt b/prompts/0466.txt new file mode 100644 index 0000000000000000000000000000000000000000..512e4abf87d75c1786ec7952cc18b450f9aa5d64 --- /dev/null +++ b/prompts/0466.txt @@ -0,0 +1 @@ +a man heading a soccer ball, first person perspective \ No newline at end of file diff --git a/prompts/0467.txt b/prompts/0467.txt new file mode 100644 index 0000000000000000000000000000000000000000..6511490358164b72820853ed776a6353aa3584b6 --- /dev/null +++ b/prompts/0467.txt @@ -0,0 +1 @@ +close-up shot, high detailed, a sad man with green hair \ No newline at end of file diff --git a/prompts/0468.txt b/prompts/0468.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d349c25c7d8bb5e75a888c2bed2eb5ecdc4c79f --- /dev/null +++ b/prompts/0468.txt @@ -0,0 +1 @@ +the Eiffel Tower in winter, camera rotate anticlockwise \ No newline at end of file diff --git a/prompts/0469.txt b/prompts/0469.txt new file mode 100644 index 0000000000000000000000000000000000000000..b25099fcfadb26ad755407304af7cdc64ae77086 --- /dev/null +++ b/prompts/0469.txt @@ -0,0 +1 @@ +zoom in, a view of the Kremlin with snow falling \ No newline at end of file diff --git a/prompts/0470.txt b/prompts/0470.txt new file mode 100644 index 0000000000000000000000000000000000000000..d33a3cf9bdeb56031f22a77e6a8e4da06cfbfd8d --- /dev/null +++ b/prompts/0470.txt @@ -0,0 +1 @@ +drove viewpoint, fireworks above the Parthenon \ No newline at end of file diff --git a/prompts/0471.txt b/prompts/0471.txt new file mode 100644 index 0000000000000000000000000000000000000000..2dfc2847d00ea1f14b3debc115f2c84adf1d37ff --- /dev/null +++ b/prompts/0471.txt @@ -0,0 +1 @@ +zoom out, the moon with a smiling face \ No newline at end of file diff --git a/prompts/0472.txt b/prompts/0472.txt new file mode 100644 index 0000000000000000000000000000000000000000..571ba35a305dc0e10807c80eb1ef36e8cfc85a71 --- /dev/null +++ b/prompts/0472.txt @@ -0,0 +1 @@ +large motion, bustling gym with people working out on various equipment and lifting weights. \ No newline at end of file diff --git a/prompts/0473.txt b/prompts/0473.txt new file mode 100644 index 0000000000000000000000000000000000000000..895e68726ba7856982acc0d295515e1fcdf865e9 --- /dev/null +++ b/prompts/0473.txt @@ -0,0 +1 @@ +zoom in, A serene river flowing gently under a rustic wooden bridge. \ No newline at end of file diff --git a/prompts/0474.txt b/prompts/0474.txt new file mode 100644 index 0000000000000000000000000000000000000000..51d57b9be53987bece9424de849d2035e380b08b --- /dev/null +++ b/prompts/0474.txt @@ -0,0 +1 @@ +a spaceship hovering over The Alamo, camera pan from right to left \ No newline at end of file diff --git a/prompts/0475.txt b/prompts/0475.txt new file mode 100644 index 0000000000000000000000000000000000000000..2a268a1697019d4128b3c16b9fb844d59bf9a81d --- /dev/null +++ b/prompts/0475.txt @@ -0,0 +1 @@ +an F1 race car in a Manhattan street, Wide angle lens \ No newline at end of file diff --git a/prompts/0476.txt b/prompts/0476.txt new file mode 100644 index 0000000000000000000000000000000000000000..9adb4493da3d7aed731abfa2d0b15772e0160bec --- /dev/null +++ b/prompts/0476.txt @@ -0,0 +1 @@ +Ha Long Bay, Wide angle lens \ No newline at end of file diff --git a/prompts/0477.txt b/prompts/0477.txt new file mode 100644 index 0000000000000000000000000000000000000000..e212cf3815ba9d2a32372213ef1861416017641e --- /dev/null +++ b/prompts/0477.txt @@ -0,0 +1 @@ +A Vietnam map, large motion \ No newline at end of file diff --git a/prompts/0478.txt b/prompts/0478.txt new file mode 100644 index 0000000000000000000000000000000000000000..bda01b8756cbbddb2ba6abbaec657d695e868db8 --- /dev/null +++ b/prompts/0478.txt @@ -0,0 +1 @@ +zoom in, a series of musical notes on a black t-shirt \ No newline at end of file diff --git a/prompts/0479.txt b/prompts/0479.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6204fc5c09d669ad9cfd12ed71635f80b5df794 --- /dev/null +++ b/prompts/0479.txt @@ -0,0 +1 @@ +time-lapse photography, a series of musical notes on a computer screen \ No newline at end of file diff --git a/prompts/0480.txt b/prompts/0480.txt new file mode 100644 index 0000000000000000000000000000000000000000..44a9aa9067d74962cd17ec8cd04b91ac05c4683f --- /dev/null +++ b/prompts/0480.txt @@ -0,0 +1 @@ +a bowl with a dinosaur on it, zoom out \ No newline at end of file diff --git a/prompts/0481.txt b/prompts/0481.txt new file mode 100644 index 0000000000000000000000000000000000000000..c910c042a32d031034b67eb21645538033ace55d --- /dev/null +++ b/prompts/0481.txt @@ -0,0 +1 @@ +zoom out, a bowl with a cartoon dinosaur on it \ No newline at end of file diff --git a/prompts/0482.txt b/prompts/0482.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ae721693601f708de899b6e5800224fc8a19328 --- /dev/null +++ b/prompts/0482.txt @@ -0,0 +1 @@ +large motion, a flag with a dinosaur on it \ No newline at end of file diff --git a/prompts/0483.txt b/prompts/0483.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f3816b5ab34d85a8e810761370a43bf26eb983d --- /dev/null +++ b/prompts/0483.txt @@ -0,0 +1 @@ +camera rotate clockwise, a flag with a drawing of a dinosaur on it \ No newline at end of file diff --git a/prompts/0484.txt b/prompts/0484.txt new file mode 100644 index 0000000000000000000000000000000000000000..11e9cb941b4196f4da06fc8554cadb6856778ca6 --- /dev/null +++ b/prompts/0484.txt @@ -0,0 +1 @@ +a flag with three vertical stripes, close-up shot, high detailed \ No newline at end of file diff --git a/prompts/0485.txt b/prompts/0485.txt new file mode 100644 index 0000000000000000000000000000000000000000..5634a92223c2626d3179f63f9c267da71512c7de --- /dev/null +++ b/prompts/0485.txt @@ -0,0 +1 @@ +close-up shot, high detailed, a flag with three vertical stripes that are blue, white and red \ No newline at end of file diff --git a/prompts/0486.txt b/prompts/0486.txt new file mode 100644 index 0000000000000000000000000000000000000000..7bb0ca2193597f62993fb3434977908009db0736 --- /dev/null +++ b/prompts/0486.txt @@ -0,0 +1 @@ +large motion, a white towel with a cartoon of a cat on it \ No newline at end of file diff --git a/prompts/0487.txt b/prompts/0487.txt new file mode 100644 index 0000000000000000000000000000000000000000..1dcdccc59fdc61d42da5de39da97cc375437e105 --- /dev/null +++ b/prompts/0487.txt @@ -0,0 +1 @@ +camera pan from left to right, a taxi \ No newline at end of file diff --git a/prompts/0488.txt b/prompts/0488.txt new file mode 100644 index 0000000000000000000000000000000000000000..f02556c07287dce2076a4322d2fbba736df6ff8f --- /dev/null +++ b/prompts/0488.txt @@ -0,0 +1 @@ +a submarine, time-lapse photography \ No newline at end of file diff --git a/prompts/0489.txt b/prompts/0489.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9bded5cb189e1e3f98cf6ff7de23c4ad8979785 --- /dev/null +++ b/prompts/0489.txt @@ -0,0 +1 @@ +still camera, an F1 race car \ No newline at end of file diff --git a/prompts/0490.txt b/prompts/0490.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ce02e376c8f581149b3aec2ee83b8112d9566d --- /dev/null +++ b/prompts/0490.txt @@ -0,0 +1 @@ +hand-held camera, Three-quarters front view of a blue 1977 Corvette coming around a curve in a mountain road and looking over a green valley on a cloudy day. \ No newline at end of file diff --git a/prompts/0491.txt b/prompts/0491.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e42f046dcac2125dbb07394323a6990f03801cb --- /dev/null +++ b/prompts/0491.txt @@ -0,0 +1 @@ +still camera, A van parked on grass \ No newline at end of file diff --git a/prompts/0492.txt b/prompts/0492.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d0cf5177e0ea2de501997365ec0f11a04f8223f --- /dev/null +++ b/prompts/0492.txt @@ -0,0 +1 @@ +drove viewpoint, a subway train coming out of a tunnel \ No newline at end of file diff --git a/prompts/0493.txt b/prompts/0493.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdd72cc235050a9abec822e1d9b12a5b6ab5bbd5 --- /dev/null +++ b/prompts/0493.txt @@ -0,0 +1 @@ +a bottle of red wine, still camera \ No newline at end of file diff --git a/prompts/0494.txt b/prompts/0494.txt new file mode 100644 index 0000000000000000000000000000000000000000..d50aa7b6574413deb3306cc89d5706d962b477de --- /dev/null +++ b/prompts/0494.txt @@ -0,0 +1 @@ +drove viewpoint, wine bottles \ No newline at end of file diff --git a/prompts/0495.txt b/prompts/0495.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a81862baa8acc048ad01f10919e48bb89cc87b3 --- /dev/null +++ b/prompts/0495.txt @@ -0,0 +1 @@ +camera rotate clockwise, a pitcher of orange juice \ No newline at end of file diff --git a/prompts/0496.txt b/prompts/0496.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ddbebbb69c667d4d3a154cfcdf5881168010d0d --- /dev/null +++ b/prompts/0496.txt @@ -0,0 +1 @@ +a glass of orange juice, camera pan from left to right \ No newline at end of file diff --git a/prompts/0497.txt b/prompts/0497.txt new file mode 100644 index 0000000000000000000000000000000000000000..12e079736d597ef1efdd5779691178332f5f29cd --- /dev/null +++ b/prompts/0497.txt @@ -0,0 +1 @@ +close-up shot, high detailed, a green pepper cut in half on a plate \ No newline at end of file diff --git a/prompts/0498.txt b/prompts/0498.txt new file mode 100644 index 0000000000000000000000000000000000000000..6f80cf08d05f6380fc7693d1bda54f942bdf51d4 --- /dev/null +++ b/prompts/0498.txt @@ -0,0 +1 @@ +camera pan from left to right, slices of mango on a piece of toast \ No newline at end of file diff --git a/prompts/0499.txt b/prompts/0499.txt new file mode 100644 index 0000000000000000000000000000000000000000..98082a713ee992b61ed242aec1d311fdd4369239 --- /dev/null +++ b/prompts/0499.txt @@ -0,0 +1 @@ +a laptop screen showing an internet search, Wide angle lens \ No newline at end of file diff --git a/prompts/0500.txt b/prompts/0500.txt new file mode 100644 index 0000000000000000000000000000000000000000..af37a9ff46ddb00de78736afbb50579582357319 --- /dev/null +++ b/prompts/0500.txt @@ -0,0 +1 @@ +camera rotate clockwise, a laptop screen showing a bunch of photographs \ No newline at end of file diff --git a/prompts/0501.txt b/prompts/0501.txt new file mode 100644 index 0000000000000000000000000000000000000000..c64d061163e92f33ce7e4aa2847c865baa875ed2 --- /dev/null +++ b/prompts/0501.txt @@ -0,0 +1 @@ +a laptop screen showing a document being edited, still camera \ No newline at end of file diff --git a/prompts/0502.txt b/prompts/0502.txt new file mode 100644 index 0000000000000000000000000000000000000000..37cef5a8f1c2af73c781c603056111aec97ff8d8 --- /dev/null +++ b/prompts/0502.txt @@ -0,0 +1 @@ +the word 'mardefly' on a coffee mug, zoom in \ No newline at end of file diff --git a/prompts/0503.txt b/prompts/0503.txt new file mode 100644 index 0000000000000000000000000000000000000000..bfe9613fcfcd2443f3a540457ff4f839daaa9038 --- /dev/null +++ b/prompts/0503.txt @@ -0,0 +1 @@ +a stop sigh with 'ALL WAY' written below it, drove viewpoint \ No newline at end of file diff --git a/prompts/0504.txt b/prompts/0504.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8ef20defe4371881eff253b813604ba2500f56a --- /dev/null +++ b/prompts/0504.txt @@ -0,0 +1 @@ +zoom out, a sticker stuck in the middle of a stop sign \ No newline at end of file diff --git a/prompts/0505.txt b/prompts/0505.txt new file mode 100644 index 0000000000000000000000000000000000000000..453e9aa4e21dfa10b7308379cefded295fdf3d07 --- /dev/null +++ b/prompts/0505.txt @@ -0,0 +1 @@ +zoom in, a milk container in a refrigerator \ No newline at end of file diff --git a/prompts/0506.txt b/prompts/0506.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2521e1cce0331e4c82a8df894ce8724d35fb3bc --- /dev/null +++ b/prompts/0506.txt @@ -0,0 +1 @@ +large motion, a violin play itself \ No newline at end of file diff --git a/prompts/0507.txt b/prompts/0507.txt new file mode 100644 index 0000000000000000000000000000000000000000..667380c20ce9c08f740193275ae6244cd4d4b619 --- /dev/null +++ b/prompts/0507.txt @@ -0,0 +1 @@ +camera pan from right to left, a hammer on a table \ No newline at end of file diff --git a/prompts/0508.txt b/prompts/0508.txt new file mode 100644 index 0000000000000000000000000000000000000000..e0719f56779e4dc3a8001f2ac56c870763acdf3f --- /dev/null +++ b/prompts/0508.txt @@ -0,0 +1 @@ +a paranoid android freaking out and jumping into the air because it is surrounded by colorful Easter eggs, camera rotate anticlockwise \ No newline at end of file diff --git a/prompts/0509.txt b/prompts/0509.txt new file mode 100644 index 0000000000000000000000000000000000000000..dba3c3c6cfb9704822dfcc57780410b106d2ff65 --- /dev/null +++ b/prompts/0509.txt @@ -0,0 +1 @@ +hand-held camera, a tree reflected in the sunroof of a blue car \ No newline at end of file diff --git a/prompts/0510.txt b/prompts/0510.txt new file mode 100644 index 0000000000000000000000000000000000000000..958828b3d354e35af4a2ba0b38f5741cb5d2a8af --- /dev/null +++ b/prompts/0510.txt @@ -0,0 +1 @@ +a pineapple, hand-held camera \ No newline at end of file diff --git a/prompts/0511.txt b/prompts/0511.txt new file mode 100644 index 0000000000000000000000000000000000000000..dc06930bb2256382d1fd96b35485ee3ce89eea2b --- /dev/null +++ b/prompts/0511.txt @@ -0,0 +1 @@ +camera rotate clockwise, several lily pads without frogs \ No newline at end of file diff --git a/prompts/0512.txt b/prompts/0512.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b3bab1094f9e4f1e510e96b70ae0e586ed89108 --- /dev/null +++ b/prompts/0512.txt @@ -0,0 +1 @@ +A teenager sits on a park bench, engrossed in texting on their smartphone, oblivious to the world around them. \ No newline at end of file diff --git a/prompts/0513.txt b/prompts/0513.txt new file mode 100644 index 0000000000000000000000000000000000000000..f27a85a0d062a0055ee3fa80aad9c51d5d2080e6 --- /dev/null +++ b/prompts/0513.txt @@ -0,0 +1 @@ +A couple paddles their kayaks through the calm waters of a serene lake, surrounded by breathtaking scenery. \ No newline at end of file diff --git a/prompts/0514.txt b/prompts/0514.txt new file mode 100644 index 0000000000000000000000000000000000000000..174a113713775a7795e481352c44b9bc83a5b1b4 --- /dev/null +++ b/prompts/0514.txt @@ -0,0 +1 @@ +A hockey player executes a perfect hockey stop, spraying ice in all directions as they come to a sudden halt. \ No newline at end of file diff --git a/prompts/0515.txt b/prompts/0515.txt new file mode 100644 index 0000000000000000000000000000000000000000..055a71aac02249afeebd44517bb15f8b0944aeb7 --- /dev/null +++ b/prompts/0515.txt @@ -0,0 +1 @@ +A group of tourists ride on the backs of majestic elephants, exploring the lush jungles of Thailand. \ No newline at end of file diff --git a/prompts/0516.txt b/prompts/0516.txt new file mode 100644 index 0000000000000000000000000000000000000000..a7ff095172bfab04c66b7a3eb4cf85a1204c0c3d --- /dev/null +++ b/prompts/0516.txt @@ -0,0 +1 @@ +A woman meticulously paints her nails, carefully applying a vibrant shade of red to each delicate fingernail. \ No newline at end of file diff --git a/prompts/0517.txt b/prompts/0517.txt new file mode 100644 index 0000000000000000000000000000000000000000..18ea3936b9d8400d81450b261af6dfc11b55d16b --- /dev/null +++ b/prompts/0517.txt @@ -0,0 +1 @@ +A musician effortlessly plays a complex melody on a keyboard, fingers dancing across the keys with precision. \ No newline at end of file diff --git a/prompts/0518.txt b/prompts/0518.txt new file mode 100644 index 0000000000000000000000000000000000000000..8288734214af4ab89bad87e174b4416049266b76 --- /dev/null +++ b/prompts/0518.txt @@ -0,0 +1 @@ +Families gather around a table, engrossed in a game of Monopoly, eagerly strategizing and making deals. \ No newline at end of file diff --git a/prompts/0519.txt b/prompts/0519.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d9a1052a74ba9a5b3d6629218d7c5bac4ebf836 --- /dev/null +++ b/prompts/0519.txt @@ -0,0 +1 @@ +A skilled masseuse gently massages a person's head, using soothing motions to relieve tension and promote relaxation. \ No newline at end of file diff --git a/prompts/0520.txt b/prompts/0520.txt new file mode 100644 index 0000000000000000000000000000000000000000..45d7b58b91f1a8c483d6035634b566dafc331907 --- /dev/null +++ b/prompts/0520.txt @@ -0,0 +1 @@ +A little girl stands in a park, holding out her hand as she feeds a flock of colorful birds fluttering around her. \ No newline at end of file diff --git a/prompts/0521.txt b/prompts/0521.txt new file mode 100644 index 0000000000000000000000000000000000000000..dba2894f839c4f3f4966ec1abce761a507ab422d --- /dev/null +++ b/prompts/0521.txt @@ -0,0 +1 @@ +A news anchor delivers breaking news with confidence, presenting the latest stories to a captivated audience. \ No newline at end of file diff --git a/prompts/0522.txt b/prompts/0522.txt new file mode 100644 index 0000000000000000000000000000000000000000..826725132f414e2aee5675e89f11d0996d8104bc --- /dev/null +++ b/prompts/0522.txt @@ -0,0 +1 @@ +A passionate musician air drums to their favorite song, mimicking the beats and fills with enthusiasm. \ No newline at end of file diff --git a/prompts/0523.txt b/prompts/0523.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d0690e9e66907f0d9fb21214e15f464da689074 --- /dev/null +++ b/prompts/0523.txt @@ -0,0 +1 @@ +A person diligently sorts and loads laundry into a washing machine, preparing for a fresh and clean wardrobe. \ No newline at end of file diff --git a/prompts/0524.txt b/prompts/0524.txt new file mode 100644 index 0000000000000000000000000000000000000000..a80c1f4dff93d7f0c9152817100bce7d220745c1 --- /dev/null +++ b/prompts/0524.txt @@ -0,0 +1 @@ +With precise movements, a chef skillfully peels potatoes, removing the skin in one continuous motion. \ No newline at end of file diff --git a/prompts/0525.txt b/prompts/0525.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcf5803c268a50649d943dbd2fd49b06d47cf37c --- /dev/null +++ b/prompts/0525.txt @@ -0,0 +1 @@ +A martial artist performs a powerful side kick, demonstrating strength and agility in their technique. \ No newline at end of file diff --git a/prompts/0526.txt b/prompts/0526.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c8607edbe9a23ad842c75c64b66d6bb3664fba3 --- /dev/null +++ b/prompts/0526.txt @@ -0,0 +1 @@ +Dancers in vibrant costumes swing and twist, perfectly executing the energetic and lively Charleston dance. \ No newline at end of file diff --git a/prompts/0527.txt b/prompts/0527.txt new file mode 100644 index 0000000000000000000000000000000000000000..25ec80874ec619eae25911da38a84ccc2c1bc431 --- /dev/null +++ b/prompts/0527.txt @@ -0,0 +1 @@ +An adventurer descends a sheer cliff face, expertly navigating the ropes and harnesses during the thrilling abseiling descent. \ No newline at end of file diff --git a/prompts/0528.txt b/prompts/0528.txt new file mode 100644 index 0000000000000000000000000000000000000000..b74856efd66881bf46dcdade75f5194eeb550905 --- /dev/null +++ b/prompts/0528.txt @@ -0,0 +1 @@ +A traveler explores a scenic trail on the back of a sturdy mule, taking in the breathtaking views of the mountains. \ No newline at end of file diff --git a/prompts/0529.txt b/prompts/0529.txt new file mode 100644 index 0000000000000000000000000000000000000000..26b47adcc1fc6123fc70732a10506f3881654f55 --- /dev/null +++ b/prompts/0529.txt @@ -0,0 +1 @@ +A person lies on a mat, performing sit-ups with determination, their abdominal muscles working with each repetition. \ No newline at end of file diff --git a/prompts/0530.txt b/prompts/0530.txt new file mode 100644 index 0000000000000000000000000000000000000000..a5e74c618b041562ea064108ee62a5926c95aa87 --- /dev/null +++ b/prompts/0530.txt @@ -0,0 +1 @@ +A worker pushes a heavy cart through a bustling warehouse, maneuvering through narrow aisles with precision. \ No newline at end of file diff --git a/prompts/0531.txt b/prompts/0531.txt new file mode 100644 index 0000000000000000000000000000000000000000..09aa36e2f3fa8b38f1d5eeb6f90f680d451d993e --- /dev/null +++ b/prompts/0531.txt @@ -0,0 +1 @@ +A meticulous accountant sits at a desk, meticulously counting and organizing stacks of money with utmost concentration. \ No newline at end of file diff --git a/prompts/0532.txt b/prompts/0532.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f806cece79c70a495cba876cd399ede44981644 --- /dev/null +++ b/prompts/0532.txt @@ -0,0 +1 @@ +A farmer drives a tractor through a vast field, tending to the crops with care and expertise. \ No newline at end of file diff --git a/prompts/0533.txt b/prompts/0533.txt new file mode 100644 index 0000000000000000000000000000000000000000..2c156e6b8cc5098768d571465185b6dfd1e26bd7 --- /dev/null +++ b/prompts/0533.txt @@ -0,0 +1 @@ +A person hones their aim, skillfully throwing an axe at a wooden target, hitting the bullseye with accuracy. \ No newline at end of file diff --git a/prompts/0534.txt b/prompts/0534.txt new file mode 100644 index 0000000000000000000000000000000000000000..4aed9d3ce6d4f89ddc117802bce3653aea0406a6 --- /dev/null +++ b/prompts/0534.txt @@ -0,0 +1 @@ +A gentleman stands in front of a mirror, skillfully tying a perfectly symmetrical bow tie for a formal event. \ No newline at end of file diff --git a/prompts/0535.txt b/prompts/0535.txt new file mode 100644 index 0000000000000000000000000000000000000000..d3074a310fe7b9cadfed0aa9f04ed58300a9f146 --- /dev/null +++ b/prompts/0535.txt @@ -0,0 +1 @@ +"STOP" in bold red letters on a sign, commanding attention at a busy intersection. \ No newline at end of file diff --git a/prompts/0536.txt b/prompts/0536.txt new file mode 100644 index 0000000000000000000000000000000000000000..443b69433316f7defc1e30cfb0408407ee5ed9cf --- /dev/null +++ b/prompts/0536.txt @@ -0,0 +1 @@ +A bright yellow cup with the word "YIELD" written in black, reminding drivers to give way. \ No newline at end of file diff --git a/prompts/0537.txt b/prompts/0537.txt new file mode 100644 index 0000000000000000000000000000000000000000..689eb6b68ce7598994594be8618c2e188ed90587 --- /dev/null +++ b/prompts/0537.txt @@ -0,0 +1 @@ +A road sign indicating "ONE WAY" with an arrow pointing in the designated direction of traffic flow. \ No newline at end of file diff --git a/prompts/0538.txt b/prompts/0538.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8e523c18b3805718f5ae30877e598a6942eaad2 --- /dev/null +++ b/prompts/0538.txt @@ -0,0 +1 @@ +"DO NOT ENTER" displayed prominently on a large metal gate, warning trespassers to stay away. \ No newline at end of file diff --git a/prompts/0539.txt b/prompts/0539.txt new file mode 100644 index 0000000000000000000000000000000000000000..884d3b3cc4bde3925db01d02bda8c23ee48adf29 --- /dev/null +++ b/prompts/0539.txt @@ -0,0 +1 @@ +A caution sign featuring a bold exclamation mark and the word "CAUTION" in black letters against a bright orange background. \ No newline at end of file diff --git a/prompts/0540.txt b/prompts/0540.txt new file mode 100644 index 0000000000000000000000000000000000000000..b896c8fbf9fe8aa9382df8b04aa83df25b6a568c --- /dev/null +++ b/prompts/0540.txt @@ -0,0 +1 @@ +An illuminated green sign indicating "EXIT" above a doorway, providing a clear path to leave a building. \ No newline at end of file diff --git a/prompts/0541.txt b/prompts/0541.txt new file mode 100644 index 0000000000000000000000000000000000000000..3bd66d378dd04abb4ec1341f252946475bb3b87b --- /dev/null +++ b/prompts/0541.txt @@ -0,0 +1 @@ +A signpost with the words "NO PARKING" in bold red letters, informing drivers not to leave their vehicles in the area. \ No newline at end of file diff --git a/prompts/0542.txt b/prompts/0542.txt new file mode 100644 index 0000000000000000000000000000000000000000..130292b54f334eeda57be2f27186e9f562db1473 --- /dev/null +++ b/prompts/0542.txt @@ -0,0 +1 @@ +A circular road sign displaying the speed limit of 40 mph, with the words "SPEED LIMIT" written in black on a white background. \ No newline at end of file diff --git a/prompts/0543.txt b/prompts/0543.txt new file mode 100644 index 0000000000000000000000000000000000000000..0cc51992a229e96a8a55bc01318668823e18cbec --- /dev/null +++ b/prompts/0543.txt @@ -0,0 +1 @@ +A school crossing sign featuring a picture of children walking and the words "SCHOOL ZONE" in bold black letters. \ No newline at end of file diff --git a/prompts/0544.txt b/prompts/0544.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca2726e131b7ad1e7a5c1e67c4f3a1ee16d8a1b --- /dev/null +++ b/prompts/0544.txt @@ -0,0 +1 @@ +A weathered wooden sign with faded black paint reading "KEEP OUT" hanging on a rusty gate, discouraging unauthorized entry. \ No newline at end of file diff --git a/prompts/0545.txt b/prompts/0545.txt new file mode 100644 index 0000000000000000000000000000000000000000..29b53df3a2fda2d87724dc3bfd835cd7edbb3afe --- /dev/null +++ b/prompts/0545.txt @@ -0,0 +1 @@ +A bright yellow sign with a bold black triangle and the word "DANGER" printed inside, warning of a hazardous area. \ No newline at end of file diff --git a/prompts/0546.txt b/prompts/0546.txt new file mode 100644 index 0000000000000000000000000000000000000000..2eca41838799f27d81a4b1a98bedeef1071a5fa6 --- /dev/null +++ b/prompts/0546.txt @@ -0,0 +1 @@ +A sign with a red circle and the image of a cigarette crossed out, accompanied by the words "NO SMOKING," reminding people of the smoking prohibition. \ No newline at end of file diff --git a/prompts/0547.txt b/prompts/0547.txt new file mode 100644 index 0000000000000000000000000000000000000000..1861bc0ec51f20ebcf5be89566b4793abaac24e8 --- /dev/null +++ b/prompts/0547.txt @@ -0,0 +1 @@ +"Restroom" sign hanging above a door in a busy shopping mall. \ No newline at end of file diff --git a/prompts/0548.txt b/prompts/0548.txt new file mode 100644 index 0000000000000000000000000000000000000000..2ed6ae007f0c5234dc2d185813343d10e693ccce --- /dev/null +++ b/prompts/0548.txt @@ -0,0 +1 @@ +"Handicap Parking" painted on a parking space in a supermarket lot. \ No newline at end of file diff --git a/prompts/0549.txt b/prompts/0549.txt new file mode 100644 index 0000000000000000000000000000000000000000..17d968be7116028c0c2fdba16497f91f30cd895f --- /dev/null +++ b/prompts/0549.txt @@ -0,0 +1 @@ +"Reserved Parking" sign in front of a VIP spot at a hotel. \ No newline at end of file diff --git a/prompts/0550.txt b/prompts/0550.txt new file mode 100644 index 0000000000000000000000000000000000000000..1e0da3650a88922c3dabd7228da3ae48b13eb08a --- /dev/null +++ b/prompts/0550.txt @@ -0,0 +1 @@ +"Authorized Personnel Only" written on a door at a laboratory. \ No newline at end of file diff --git a/prompts/0551.txt b/prompts/0551.txt new file mode 100644 index 0000000000000000000000000000000000000000..eca6419abc461cb82bd0c07b92ea850963534b7c --- /dev/null +++ b/prompts/0551.txt @@ -0,0 +1 @@ +"No Trespassing" sign on a fence surrounding a private property. \ No newline at end of file diff --git a/prompts/0552.txt b/prompts/0552.txt new file mode 100644 index 0000000000000000000000000000000000000000..13f1611d1fc9a0c0f3572bc9370cd0d401c62d8b --- /dev/null +++ b/prompts/0552.txt @@ -0,0 +1 @@ +"Pedestrian Crossing" painted on the street at a busy intersection. \ No newline at end of file diff --git a/prompts/0553.txt b/prompts/0553.txt new file mode 100644 index 0000000000000000000000000000000000000000..51417438b83a14ae1e791213463f0b117bf2f8eb --- /dev/null +++ b/prompts/0553.txt @@ -0,0 +1 @@ +"No Entry" sign at the entrance of a one-way street. \ No newline at end of file diff --git a/prompts/0554.txt b/prompts/0554.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3c335be128c05824e7c57bc1874736d946ece71 --- /dev/null +++ b/prompts/0554.txt @@ -0,0 +1 @@ +"Men's Restroom" sign on a door in a movie theater. \ No newline at end of file diff --git a/prompts/0555.txt b/prompts/0555.txt new file mode 100644 index 0000000000000000000000000000000000000000..255bd87c2042ee71175f677b980973a8e2b5c09c --- /dev/null +++ b/prompts/0555.txt @@ -0,0 +1 @@ +"Women's Restroom" sign on a door at a restaurant. \ No newline at end of file diff --git a/prompts/0556.txt b/prompts/0556.txt new file mode 100644 index 0000000000000000000000000000000000000000..f019bdddeb5883f360b29c33ca5534940453ab85 --- /dev/null +++ b/prompts/0556.txt @@ -0,0 +1 @@ +"Watch Your Step" written on a stairway leading down to a subway station. \ No newline at end of file diff --git a/prompts/0557.txt b/prompts/0557.txt new file mode 100644 index 0000000000000000000000000000000000000000..afb0666b8631268d82285e9d40d0383c44cebabc --- /dev/null +++ b/prompts/0557.txt @@ -0,0 +1 @@ +"No U-Turn" sign on a busy road. \ No newline at end of file diff --git a/prompts/0558.txt b/prompts/0558.txt new file mode 100644 index 0000000000000000000000000000000000000000..219e94a6feb6129e991770356734646aebc9430f --- /dev/null +++ b/prompts/0558.txt @@ -0,0 +1 @@ +"Parking Lot" sign at the entrance of a public car park. \ No newline at end of file diff --git a/prompts/0559.txt b/prompts/0559.txt new file mode 100644 index 0000000000000000000000000000000000000000..c703a87fbcea873d078ca834a66e6a8ed207291a --- /dev/null +++ b/prompts/0559.txt @@ -0,0 +1 @@ +"Fire Exit" sign above a door in an office building. \ No newline at end of file diff --git a/prompts/0560.txt b/prompts/0560.txt new file mode 100644 index 0000000000000000000000000000000000000000..6941c95c67752958b392e097664b59a6e865fbd5 --- /dev/null +++ b/prompts/0560.txt @@ -0,0 +1 @@ +"No Dumping" sign next to a pristine park. \ No newline at end of file diff --git a/prompts/0561.txt b/prompts/0561.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b7e202c13998e3ea6d622d03d91e03925ad3107 --- /dev/null +++ b/prompts/0561.txt @@ -0,0 +1 @@ +"No Pets Allowed" sign at the entrance of a botanical garden. \ No newline at end of file diff --git a/prompts/0562.txt b/prompts/0562.txt new file mode 100644 index 0000000000000000000000000000000000000000..1aa56c785cecf5ef4ed8ae13bc7769561ef49704 --- /dev/null +++ b/prompts/0562.txt @@ -0,0 +1 @@ +"No Cameras" sign outside a museum exhibit. \ No newline at end of file diff --git a/prompts/0563.txt b/prompts/0563.txt new file mode 100644 index 0000000000000000000000000000000000000000..17a58635aa1f7f4d19d573ecafdd77fff3ab8d6e --- /dev/null +++ b/prompts/0563.txt @@ -0,0 +1 @@ +"No Cell Phones" sign in a library. \ No newline at end of file diff --git a/prompts/0564.txt b/prompts/0564.txt new file mode 100644 index 0000000000000000000000000000000000000000..dca85a12e301b8ef9e0bfbcd06afc77e794d7eff --- /dev/null +++ b/prompts/0564.txt @@ -0,0 +1 @@ +"No Food or Drinks" sign at the entrance of an art gallery. \ No newline at end of file diff --git a/prompts/0565.txt b/prompts/0565.txt new file mode 100644 index 0000000000000000000000000000000000000000..cb04bf803b96c4319b744942c00acea51264c5ff --- /dev/null +++ b/prompts/0565.txt @@ -0,0 +1 @@ +"No Firearms" sign at the entrance of a school. \ No newline at end of file diff --git a/prompts/0566.txt b/prompts/0566.txt new file mode 100644 index 0000000000000000000000000000000000000000..370ebba9a639897d2c15f871bd49b7cd76be387d --- /dev/null +++ b/prompts/0566.txt @@ -0,0 +1 @@ +"Construction Zone" sign at a building site. \ No newline at end of file diff --git a/prompts/0567.txt b/prompts/0567.txt new file mode 100644 index 0000000000000000000000000000000000000000..0796384f3a1229c4894387e170ea0d6fa6602804 --- /dev/null +++ b/prompts/0567.txt @@ -0,0 +1 @@ +"Keep Off the Grass" sign in a beautifully manicured garden. \ No newline at end of file diff --git a/prompts/0568.txt b/prompts/0568.txt new file mode 100644 index 0000000000000000000000000000000000000000..cbae0845d1ee2e57050fd5d34aa5c28f8653533f --- /dev/null +++ b/prompts/0568.txt @@ -0,0 +1 @@ +"No Littering" sign in a public park. \ No newline at end of file diff --git a/prompts/0569.txt b/prompts/0569.txt new file mode 100644 index 0000000000000000000000000000000000000000..822ce1d6b7f0d97cf873c966978bc00e60a5e845 --- /dev/null +++ b/prompts/0569.txt @@ -0,0 +1 @@ +A dancer leaps through the air in a large motion jump, her legs extended. \ No newline at end of file diff --git a/prompts/0570.txt b/prompts/0570.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8b6477196a71241554abd9a788260834fbf5fda --- /dev/null +++ b/prompts/0570.txt @@ -0,0 +1 @@ +A baseball player swings his bat in a large motion arc, hitting a home run. \ No newline at end of file diff --git a/prompts/0571.txt b/prompts/0571.txt new file mode 100644 index 0000000000000000000000000000000000000000..cd481e0e55e21704b703940b4c05c01fbd9aba5d --- /dev/null +++ b/prompts/0571.txt @@ -0,0 +1 @@ +A golfer swings his club in a large motion arc, sending the ball soaring. \ No newline at end of file diff --git a/prompts/0572.txt b/prompts/0572.txt new file mode 100644 index 0000000000000000000000000000000000000000..08941aa985062a10e93c042c346f33d7e52ad039 --- /dev/null +++ b/prompts/0572.txt @@ -0,0 +1 @@ +A tennis player serves the ball with a large motion swing, scoring an ace. \ No newline at end of file diff --git a/prompts/0573.txt b/prompts/0573.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8fdd93157c10f4e9dd62d85e03c113504f79e97 --- /dev/null +++ b/prompts/0573.txt @@ -0,0 +1 @@ +A violinist moves her bow in a large motion sweep, creating a beautiful melody. \ No newline at end of file diff --git a/prompts/0574.txt b/prompts/0574.txt new file mode 100644 index 0000000000000000000000000000000000000000..7de2b855ef9463bcba1e4432b112014ed2c462c8 --- /dev/null +++ b/prompts/0574.txt @@ -0,0 +1 @@ +A swimmer dives into the water with a large motion splash, beginning a race. \ No newline at end of file diff --git a/prompts/0575.txt b/prompts/0575.txt new file mode 100644 index 0000000000000000000000000000000000000000..09ccf72ed3b93d53269c2132f5b779b33f954b82 --- /dev/null +++ b/prompts/0575.txt @@ -0,0 +1 @@ +A basketball player leaps for a large motion slam dunk, hanging from the rim. \ No newline at end of file diff --git a/prompts/0576.txt b/prompts/0576.txt new file mode 100644 index 0000000000000000000000000000000000000000..805a404c0e5f90a30ddb163fe9c6105617c646ca --- /dev/null +++ b/prompts/0576.txt @@ -0,0 +1 @@ +A skateboarder performs a large motion flip trick, landing smoothly on the pavement. \ No newline at end of file diff --git a/prompts/0577.txt b/prompts/0577.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f95228ef3a2176ae5f70cb80ba5bd9c039a84e9 --- /dev/null +++ b/prompts/0577.txt @@ -0,0 +1 @@ +A trapeze artist swings through the air in a large motion arc, catching her partner's hands. \ No newline at end of file diff --git a/prompts/0578.txt b/prompts/0578.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d653148c13b75a1e6d05732c6e4615cb85d5410 --- /dev/null +++ b/prompts/0578.txt @@ -0,0 +1 @@ +A cheerleader performs a large motion somersault, landing in a split. \ No newline at end of file diff --git a/prompts/0579.txt b/prompts/0579.txt new file mode 100644 index 0000000000000000000000000000000000000000..5eae54133743fe02e17ff942721dacc4d34ed732 --- /dev/null +++ b/prompts/0579.txt @@ -0,0 +1 @@ +A drummer hits the cymbals with a large motion crash, punctuating the music. \ No newline at end of file diff --git a/prompts/0580.txt b/prompts/0580.txt new file mode 100644 index 0000000000000000000000000000000000000000..81460c8923fe94ea3fa84d508f78c3d0dc65a6e8 --- /dev/null +++ b/prompts/0580.txt @@ -0,0 +1 @@ +A juggler tosses balls in a large motion circle, keeping them all in the air. \ No newline at end of file diff --git a/prompts/0581.txt b/prompts/0581.txt new file mode 100644 index 0000000000000000000000000000000000000000..74ffc1b2a71811f5f4525a2d1850b367e2d37819 --- /dev/null +++ b/prompts/0581.txt @@ -0,0 +1 @@ +A cyclist pedals in a large motion circle, racing towards the finish line. \ No newline at end of file diff --git a/prompts/0582.txt b/prompts/0582.txt new file mode 100644 index 0000000000000000000000000000000000000000..a13e820b7e259a03ad3832efa7060c4dc91dec26 --- /dev/null +++ b/prompts/0582.txt @@ -0,0 +1 @@ +A figure skater performs a large motion spin, her arms and legs extended. \ No newline at end of file diff --git a/prompts/0583.txt b/prompts/0583.txt new file mode 100644 index 0000000000000000000000000000000000000000..651c0732d420e60ac408007fbb94ca6e7f4eb1f7 --- /dev/null +++ b/prompts/0583.txt @@ -0,0 +1 @@ +A soccer player executes a large motion bicycle kick, sending the ball towards the goal. \ No newline at end of file diff --git a/prompts/0584.txt b/prompts/0584.txt new file mode 100644 index 0000000000000000000000000000000000000000..d85ae295c2a48d97a239e0b04f9fb94288829249 --- /dev/null +++ b/prompts/0584.txt @@ -0,0 +1 @@ +A gymnast performs a large motion handspring, her body flipping through the air. \ No newline at end of file diff --git a/prompts/0585.txt b/prompts/0585.txt new file mode 100644 index 0000000000000000000000000000000000000000..825ade6785abcf834f5cfbad17cb06ab05a77361 --- /dev/null +++ b/prompts/0585.txt @@ -0,0 +1 @@ +A basketball player executes a large motion crossover dribble, evading his defender. \ No newline at end of file diff --git a/prompts/0586.txt b/prompts/0586.txt new file mode 100644 index 0000000000000000000000000000000000000000..7d137402d740925761266781afa2baa15dd7b6d2 --- /dev/null +++ b/prompts/0586.txt @@ -0,0 +1 @@ +A dancer executes a large motion pirouette, her body spinning gracefully. \ No newline at end of file diff --git a/prompts/0587.txt b/prompts/0587.txt new file mode 100644 index 0000000000000000000000000000000000000000..8f3c5cfa47e2ea9de3914196d994636516c4c5e0 --- /dev/null +++ b/prompts/0587.txt @@ -0,0 +1 @@ +A martial artist performs a large motion flying kick, breaking a wooden board. \ No newline at end of file diff --git a/prompts/0588.txt b/prompts/0588.txt new file mode 100644 index 0000000000000000000000000000000000000000..e00b69efa48c1096414570df439e81178e4c1835 --- /dev/null +++ b/prompts/0588.txt @@ -0,0 +1 @@ +A golfer executes a large motion chip shot, sending the ball towards the green. \ No newline at end of file diff --git a/prompts/0589.txt b/prompts/0589.txt new file mode 100644 index 0000000000000000000000000000000000000000..9cf9602b0258749ac315826964d2ee9654d50a5e --- /dev/null +++ b/prompts/0589.txt @@ -0,0 +1 @@ +Slow motion raindrops fall gently from the sky, creating ripples in a puddle. \ No newline at end of file diff --git a/prompts/0590.txt b/prompts/0590.txt new file mode 100644 index 0000000000000000000000000000000000000000..cddbcc5f35a9313166381727ebfd77026021bbd0 --- /dev/null +++ b/prompts/0590.txt @@ -0,0 +1 @@ +Slow motion snowflakes drift down from the sky, blanketing the ground. \ No newline at end of file diff --git a/prompts/0591.txt b/prompts/0591.txt new file mode 100644 index 0000000000000000000000000000000000000000..611b82d35f47973afaaef6153d266e05bc731f55 --- /dev/null +++ b/prompts/0591.txt @@ -0,0 +1 @@ +Slow motion leaves fall from a tree, swirling through the air. \ No newline at end of file diff --git a/prompts/0592.txt b/prompts/0592.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c35a70aa8b5501a169340301ec56ee659d33d3b --- /dev/null +++ b/prompts/0592.txt @@ -0,0 +1 @@ +Slow motion fireworks explode in the sky, illuminating the night. \ No newline at end of file diff --git a/prompts/0593.txt b/prompts/0593.txt new file mode 100644 index 0000000000000000000000000000000000000000..5c94795dab7f7642e05159f8a5dbbc3d1becc816 --- /dev/null +++ b/prompts/0593.txt @@ -0,0 +1 @@ +Slow motion lightning illuminates the dark sky, followed by the rumble of thunder. \ No newline at end of file diff --git a/prompts/0594.txt b/prompts/0594.txt new file mode 100644 index 0000000000000000000000000000000000000000..64dbd405e80447105ed0b567ea8d47f3df932bea --- /dev/null +++ b/prompts/0594.txt @@ -0,0 +1 @@ +Slow motion bubbles rise to the surface of a glass of champagne. \ No newline at end of file diff --git a/prompts/0595.txt b/prompts/0595.txt new file mode 100644 index 0000000000000000000000000000000000000000..f118225109b64de68ccbb127fc3a030e61180af6 --- /dev/null +++ b/prompts/0595.txt @@ -0,0 +1 @@ +Slow motion smoke curls up from a burning candle. \ No newline at end of file diff --git a/prompts/0596.txt b/prompts/0596.txt new file mode 100644 index 0000000000000000000000000000000000000000..219c2872393edf29b8f3efa01c9d38d2f5e4b346 --- /dev/null +++ b/prompts/0596.txt @@ -0,0 +1 @@ +Slow motion flower petals fall from a blossom, landing softly on the ground. \ No newline at end of file diff --git a/prompts/0597.txt b/prompts/0597.txt new file mode 100644 index 0000000000000000000000000000000000000000..b031973a5fbfa48e792aaef504c934aba3a2ff4c --- /dev/null +++ b/prompts/0597.txt @@ -0,0 +1 @@ +Slow motion water droplets splash onto a windowpane, tracing paths down the glass. \ No newline at end of file diff --git a/prompts/0598.txt b/prompts/0598.txt new file mode 100644 index 0000000000000000000000000000000000000000..197037e7bfbc6963a4f99b1011cb043e1c89f79c --- /dev/null +++ b/prompts/0598.txt @@ -0,0 +1 @@ +Slow motion confetti falls from the sky, celebrating a victory. \ No newline at end of file diff --git a/prompts/0599.txt b/prompts/0599.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde8c345e5370a77b4be872ed38e5a11cdd3d6c8 --- /dev/null +++ b/prompts/0599.txt @@ -0,0 +1 @@ +Slow motion dust particles float through a beam of sunlight. \ No newline at end of file diff --git a/prompts/0600.txt b/prompts/0600.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec102955909fe6ed849e086ef38b9c8cb2cf75ec --- /dev/null +++ b/prompts/0600.txt @@ -0,0 +1 @@ +Slow motion steam rises from a hot cup of coffee. \ No newline at end of file diff --git a/prompts/0601.txt b/prompts/0601.txt new file mode 100644 index 0000000000000000000000000000000000000000..399fa9b5c1244efe15feb7f52911c74ebe41e9dd --- /dev/null +++ b/prompts/0601.txt @@ -0,0 +1 @@ +Slow motion sparks fly from a grinding wheel, creating a shower of light. \ No newline at end of file diff --git a/prompts/0602.txt b/prompts/0602.txt new file mode 100644 index 0000000000000000000000000000000000000000..e276a3518e74087a157623e45c5687afa1f47317 --- /dev/null +++ b/prompts/0602.txt @@ -0,0 +1 @@ +Slow motion birds soar through the sky, their wings outstretched. \ No newline at end of file diff --git a/prompts/0603.txt b/prompts/0603.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9279b09329338879613fe46653a4a699c8fa34a --- /dev/null +++ b/prompts/0603.txt @@ -0,0 +1 @@ +Slow motion raindrops slide down a window, blurring the view outside. \ No newline at end of file diff --git a/prompts/0604.txt b/prompts/0604.txt new file mode 100644 index 0000000000000000000000000000000000000000..39ea6c9b2da89b89b45209ff6e657251d8cd5921 --- /dev/null +++ b/prompts/0604.txt @@ -0,0 +1 @@ +Three dogs playfully chase each other around a park. \ No newline at end of file diff --git a/prompts/0605.txt b/prompts/0605.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dab8d6a47a379da31fd164d19af952d47312abe --- /dev/null +++ b/prompts/0605.txt @@ -0,0 +1 @@ +A family of five enjoys a picnic in the countryside. \ No newline at end of file diff --git a/prompts/0606.txt b/prompts/0606.txt new file mode 100644 index 0000000000000000000000000000000000000000..97a7c3fcd8d85fafaa06a47e9bea5f897e6576df --- /dev/null +++ b/prompts/0606.txt @@ -0,0 +1 @@ +Six cows graze peacefully in a green pasture. \ No newline at end of file diff --git a/prompts/0607.txt b/prompts/0607.txt new file mode 100644 index 0000000000000000000000000000000000000000..76abf00fcb282e9b182204bced89d9b992ae4844 --- /dev/null +++ b/prompts/0607.txt @@ -0,0 +1 @@ +Eight dancers perform a carefully choreographed routine on stage. \ No newline at end of file diff --git a/prompts/0608.txt b/prompts/0608.txt new file mode 100644 index 0000000000000000000000000000000000000000..d8193f6a5a533b9724c38b1757cf09f5d85aada5 --- /dev/null +++ b/prompts/0608.txt @@ -0,0 +1 @@ +Nine cats lounge and nap in various positions around the house. \ No newline at end of file diff --git a/prompts/0609.txt b/prompts/0609.txt new file mode 100644 index 0000000000000000000000000000000000000000..d261867396c15d69c6c2150a0fdba631353ae0d7 --- /dev/null +++ b/prompts/0609.txt @@ -0,0 +1 @@ +Ten students work diligently on a group project in the library. \ No newline at end of file diff --git a/prompts/0610.txt b/prompts/0610.txt new file mode 100644 index 0000000000000000000000000000000000000000..2931b1847767cd8af3c1005e093763bb3a047656 --- /dev/null +++ b/prompts/0610.txt @@ -0,0 +1 @@ +A herd of three zebras run together across the African savanna. \ No newline at end of file diff --git a/prompts/0611.txt b/prompts/0611.txt new file mode 100644 index 0000000000000000000000000000000000000000..a181b5f89a99ded957d0f030c5ca4ac23085b123 --- /dev/null +++ b/prompts/0611.txt @@ -0,0 +1 @@ +Five colorful parrots perch on a tree branch. \ No newline at end of file diff --git a/prompts/0612.txt b/prompts/0612.txt new file mode 100644 index 0000000000000000000000000000000000000000..cccc1b84506d73bf7a93470a4c07a6bed227e246 --- /dev/null +++ b/prompts/0612.txt @@ -0,0 +1 @@ +Seven lively puppies play and tumble together. \ No newline at end of file diff --git a/prompts/0613.txt b/prompts/0613.txt new file mode 100644 index 0000000000000000000000000000000000000000..054db6c64d8409e80ff627289ab3cc93b2df1f9e --- /dev/null +++ b/prompts/0613.txt @@ -0,0 +1 @@ +Nine fluffy sheep graze peacefully in a meadow. \ No newline at end of file diff --git a/prompts/0614.txt b/prompts/0614.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e73ee4f47e8684824e73b8b5c9a36d163dedb84 --- /dev/null +++ b/prompts/0614.txt @@ -0,0 +1 @@ +Two surfers calmly ride the rolling waves near shore. \ No newline at end of file diff --git a/prompts/0615.txt b/prompts/0615.txt new file mode 100644 index 0000000000000000000000000000000000000000..3952e0a45d8e6291fa2e6cf37e93e95bdf4b22e9 --- /dev/null +++ b/prompts/0615.txt @@ -0,0 +1 @@ +Three horses pulling a carriage trot down a country lane on a sunny afternoon. \ No newline at end of file diff --git a/prompts/0616.txt b/prompts/0616.txt new file mode 100644 index 0000000000000000000000000000000000000000..78f347d3023deb99e214b1b59b3df25120538725 --- /dev/null +++ b/prompts/0616.txt @@ -0,0 +1 @@ +Two hikers make their way up a mountain, taking in the fresh air and beautiful views. \ No newline at end of file diff --git a/prompts/0617.txt b/prompts/0617.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d14143bc97ceb88b504b24bd3135d72387f5ff2 --- /dev/null +++ b/prompts/0617.txt @@ -0,0 +1 @@ +Three cows graze in a green pasture while a farmer repairs his tractor nearby. \ No newline at end of file diff --git a/prompts/0618.txt b/prompts/0618.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c3bc658b87170bd2f248f5e077c23f5c08ebd41 --- /dev/null +++ b/prompts/0618.txt @@ -0,0 +1 @@ +A mother giraffe and her calf slowly meander through the savanna, browsing on tall acacia trees. \ No newline at end of file diff --git a/prompts/0619.txt b/prompts/0619.txt new file mode 100644 index 0000000000000000000000000000000000000000..02cb93e6f59857ef4842af851193b76733ce8d2f --- /dev/null +++ b/prompts/0619.txt @@ -0,0 +1 @@ +Five colorful parrots perch on a branch, squawking loudly at each other. \ No newline at end of file diff --git a/prompts/0620.txt b/prompts/0620.txt new file mode 100644 index 0000000000000000000000000000000000000000..2bcf7237afa99e8e1b008908ad3fdda1cc64e4ca --- /dev/null +++ b/prompts/0620.txt @@ -0,0 +1 @@ +Six snakes slither stealthily through the undergrowth, tongues flicking, on the hunt. \ No newline at end of file diff --git a/prompts/0621.txt b/prompts/0621.txt new file mode 100644 index 0000000000000000000000000000000000000000..7fff2883eefcf7896e7f373e30cd7fcc25889265 --- /dev/null +++ b/prompts/0621.txt @@ -0,0 +1 @@ +Three cats lounge on a sunny windowsill, soaking up the afternoon warmth. \ No newline at end of file diff --git a/prompts/0622.txt b/prompts/0622.txt new file mode 100644 index 0000000000000000000000000000000000000000..c9b2ae460de66770ba96ab501e1154ac971d518a --- /dev/null +++ b/prompts/0622.txt @@ -0,0 +1 @@ +Five cows graze lazily in a green meadow on a perfect spring day. \ No newline at end of file diff --git a/prompts/0623.txt b/prompts/0623.txt new file mode 100644 index 0000000000000000000000000000000000000000..cdf06522b07bec726b565ab04ff7325d50eed074 --- /dev/null +++ b/prompts/0623.txt @@ -0,0 +1 @@ +Three horses gallop across a wide open field, tails and manes flying in the wind. \ No newline at end of file diff --git a/prompts/0624.txt b/prompts/0624.txt new file mode 100644 index 0000000000000000000000000000000000000000..a00e2db8d59526660b5bcbc1bc8d4aa991202a23 --- /dev/null +++ b/prompts/0624.txt @@ -0,0 +1 @@ +A red bicycle leaning against a green tree in a park. \ No newline at end of file diff --git a/prompts/0625.txt b/prompts/0625.txt new file mode 100644 index 0000000000000000000000000000000000000000..75cf03d0d04968504142bc1dda48df4b766be363 --- /dev/null +++ b/prompts/0625.txt @@ -0,0 +1 @@ +A yellow dog playing with an orange frisbee in the grass. \ No newline at end of file diff --git a/prompts/0626.txt b/prompts/0626.txt new file mode 100644 index 0000000000000000000000000000000000000000..fad8c44f9848a981759ef278fb9bc6755c9d7a40 --- /dev/null +++ b/prompts/0626.txt @@ -0,0 +1 @@ +A blue car parked next to a red fire hydrant on the street. \ No newline at end of file diff --git a/prompts/0627.txt b/prompts/0627.txt new file mode 100644 index 0000000000000000000000000000000000000000..48dd43c803b3644157106f6dce0a9d95b6f6733c --- /dev/null +++ b/prompts/0627.txt @@ -0,0 +1 @@ +A green umbrella with a yellow bird perched on top. \ No newline at end of file diff --git a/prompts/0628.txt b/prompts/0628.txt new file mode 100644 index 0000000000000000000000000000000000000000..e023ec0c7d6e7a7791017cf0339e04ede81dfec6 --- /dev/null +++ b/prompts/0628.txt @@ -0,0 +1 @@ +A person wearing a red tie and carrying an orange handbag. \ No newline at end of file diff --git a/prompts/0629.txt b/prompts/0629.txt new file mode 100644 index 0000000000000000000000000000000000000000..2898af5d5aeb92de8e6db9f1e4978af2d6003be0 --- /dev/null +++ b/prompts/0629.txt @@ -0,0 +1 @@ +A yellow bus passing by a green traffic light. \ No newline at end of file diff --git a/prompts/0630.txt b/prompts/0630.txt new file mode 100644 index 0000000000000000000000000000000000000000..1d6acbfdfa54a4010e893554cb365ebbddc06c06 --- /dev/null +++ b/prompts/0630.txt @@ -0,0 +1 @@ +A blue boat sailing on the water with a red flag. \ No newline at end of file diff --git a/prompts/0631.txt b/prompts/0631.txt new file mode 100644 index 0000000000000000000000000000000000000000..f85530a90e8b7acb67f4c0920fa711e1b5264022 --- /dev/null +++ b/prompts/0631.txt @@ -0,0 +1 @@ +A group of people sitting on a green bench under an orange tree. \ No newline at end of file diff --git a/prompts/0632.txt b/prompts/0632.txt new file mode 100644 index 0000000000000000000000000000000000000000..c5f36954f17adaee9c03bd2c17a5ac91d76fb2ac --- /dev/null +++ b/prompts/0632.txt @@ -0,0 +1 @@ +A red cat chasing a blue bird in the garden. \ No newline at end of file diff --git a/prompts/0633.txt b/prompts/0633.txt new file mode 100644 index 0000000000000000000000000000000000000000..fdfab2e0810627b65bafcfafec70c9a54d0defd7 --- /dev/null +++ b/prompts/0633.txt @@ -0,0 +1 @@ +A person riding a green motorbike with an orange helmet. \ No newline at end of file diff --git a/prompts/0634.txt b/prompts/0634.txt new file mode 100644 index 0000000000000000000000000000000000000000..90ff309e064f1ec005b740d661a8dc0222409ad2 --- /dev/null +++ b/prompts/0634.txt @@ -0,0 +1 @@ +A yellow aeroplane flying over a field of red flowers. \ No newline at end of file diff --git a/prompts/0635.txt b/prompts/0635.txt new file mode 100644 index 0000000000000000000000000000000000000000..ae39fe86194024ff0e1bb633607fb3eb04191aa8 --- /dev/null +++ b/prompts/0635.txt @@ -0,0 +1 @@ +A red truck carrying a load of green watermelons. \ No newline at end of file diff --git a/prompts/0636.txt b/prompts/0636.txt new file mode 100644 index 0000000000000000000000000000000000000000..e5f65c6563e275027ce55f829eb33ab2676fb70e --- /dev/null +++ b/prompts/0636.txt @@ -0,0 +1 @@ +A blue train speeding past a yellow stop sign. \ No newline at end of file diff --git a/prompts/0637.txt b/prompts/0637.txt new file mode 100644 index 0000000000000000000000000000000000000000..6acab2895a92f255aded936664da1c4ece455c89 --- /dev/null +++ b/prompts/0637.txt @@ -0,0 +1 @@ +A green cow grazing in a field with a yellow sun. \ No newline at end of file diff --git a/prompts/0638.txt b/prompts/0638.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f59497218627da3d5791858c87345f3e309e383 --- /dev/null +++ b/prompts/0638.txt @@ -0,0 +1 @@ +A person wearing a blue backpack and holding a red umbrella. \ No newline at end of file diff --git a/prompts/0639.txt b/prompts/0639.txt new file mode 100644 index 0000000000000000000000000000000000000000..be420e196267fa799b098848019c92d7c613f36b --- /dev/null +++ b/prompts/0639.txt @@ -0,0 +1 @@ +A yellow horse galloping through a field of green grass. \ No newline at end of file diff --git a/prompts/0640.txt b/prompts/0640.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cbfe1190ae6dddc345c79c272a9249a0d6f5a6a --- /dev/null +++ b/prompts/0640.txt @@ -0,0 +1 @@ +A red elephant playing with a blue barrel at the zoo. \ No newline at end of file diff --git a/prompts/0641.txt b/prompts/0641.txt new file mode 100644 index 0000000000000000000000000000000000000000..c70e095cc85607b785cb2a156c9811847241cb54 --- /dev/null +++ b/prompts/0641.txt @@ -0,0 +1 @@ +A green zebra standing next to a yellow giraffe. \ No newline at end of file diff --git a/prompts/0642.txt b/prompts/0642.txt new file mode 100644 index 0000000000000000000000000000000000000000..d675aaacbea027fb481cb0a6e10b70d8146e6f8f --- /dev/null +++ b/prompts/0642.txt @@ -0,0 +1 @@ +A person holding a blue handbag and a red suitcase. \ No newline at end of file diff --git a/prompts/0643.txt b/prompts/0643.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4ffb10d2806e691e22c7fb26deeb5d114a7c64a --- /dev/null +++ b/prompts/0643.txt @@ -0,0 +1 @@ +A yellow bench with a green umbrella shading it. \ No newline at end of file diff --git a/prompts/0644.txt b/prompts/0644.txt new file mode 100644 index 0000000000000000000000000000000000000000..f575008e4125e75aa9c730571cac39509a434838 --- /dev/null +++ b/prompts/0644.txt @@ -0,0 +1 @@ +A blue bird perched on a red traffic light. \ No newline at end of file diff --git a/prompts/0645.txt b/prompts/0645.txt new file mode 100644 index 0000000000000000000000000000000000000000..34f717155c6ced5685ec7b1a38c239411fd306c7 --- /dev/null +++ b/prompts/0645.txt @@ -0,0 +1 @@ +A green car parked in front of an orange parking meter. \ No newline at end of file diff --git a/prompts/0646.txt b/prompts/0646.txt new file mode 100644 index 0000000000000000000000000000000000000000..8b388324c1761dee63ea84f3dd218d345326e8e1 --- /dev/null +++ b/prompts/0646.txt @@ -0,0 +1 @@ +A red boat sailing on blue waters under a yellow sun. \ No newline at end of file diff --git a/prompts/0647.txt b/prompts/0647.txt new file mode 100644 index 0000000000000000000000000000000000000000..55f871b6a4319b42030cad41a09fc6197babfe0a --- /dev/null +++ b/prompts/0647.txt @@ -0,0 +1 @@ +A yellow cat sleeping on a green bench. \ No newline at end of file diff --git a/prompts/0648.txt b/prompts/0648.txt new file mode 100644 index 0000000000000000000000000000000000000000..36e0f24932dcbafb541064480f3ed9c30b7b4ef5 --- /dev/null +++ b/prompts/0648.txt @@ -0,0 +1 @@ +A person wearing an orange tie and carrying a blue suitcase. \ No newline at end of file diff --git a/prompts/0649.txt b/prompts/0649.txt new file mode 100644 index 0000000000000000000000000000000000000000..1cd4364160ec4e56e126af1961f0c1538ee43ea4 --- /dev/null +++ b/prompts/0649.txt @@ -0,0 +1 @@ +A green bicycle parked next to a yellow fire hydrant. \ No newline at end of file diff --git a/prompts/0650.txt b/prompts/0650.txt new file mode 100644 index 0000000000000000000000000000000000000000..d30205d46df9b25b62542c214714640bfdd91b4b --- /dev/null +++ b/prompts/0650.txt @@ -0,0 +1 @@ +A red dog playing with a green frisbee in the park. \ No newline at end of file diff --git a/prompts/0651.txt b/prompts/0651.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2b109be3995d9ef26be8dd56630e04c8e3e8a3f --- /dev/null +++ b/prompts/0651.txt @@ -0,0 +1 @@ +A blue horse running through a field of orange flowers. \ No newline at end of file diff --git a/prompts/0652.txt b/prompts/0652.txt new file mode 100644 index 0000000000000000000000000000000000000000..abddcc94a35f17bb965e7a8fb6c9e1afdab6c8e2 --- /dev/null +++ b/prompts/0652.txt @@ -0,0 +1 @@ +Brad Pitt smirks charmingly, his blue eyes sparkling with mischief. \ No newline at end of file diff --git a/prompts/0653.txt b/prompts/0653.txt new file mode 100644 index 0000000000000000000000000000000000000000..23053ccfcff7301e527a3469ecaf5504ce897c41 --- /dev/null +++ b/prompts/0653.txt @@ -0,0 +1 @@ +Angelina Jolie's full lips curve into a smile, her gaze intense and captivating. \ No newline at end of file diff --git a/prompts/0654.txt b/prompts/0654.txt new file mode 100644 index 0000000000000000000000000000000000000000..74a337fd88b3ac0eea00cd382bf1e8efeba2ac6a --- /dev/null +++ b/prompts/0654.txt @@ -0,0 +1 @@ +Tom Cruise's intense stare conveys determination, his jaw set firmly. \ No newline at end of file diff --git a/prompts/0655.txt b/prompts/0655.txt new file mode 100644 index 0000000000000000000000000000000000000000..f32a670ebaef57632c3d1b6bdc44e7f3747d948a --- /dev/null +++ b/prompts/0655.txt @@ -0,0 +1 @@ +Jennifer Aniston's warm smile lights up her face, her eyes twinkling. \ No newline at end of file diff --git a/prompts/0656.txt b/prompts/0656.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d4356e88ed0f942196a5cda355b2ce144f95e98 --- /dev/null +++ b/prompts/0656.txt @@ -0,0 +1 @@ +Johnny Depp's smoldering gaze pierces the camera, his chiseled features striking. \ No newline at end of file diff --git a/prompts/0657.txt b/prompts/0657.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecf56851912a793d655e2104628fce61021b787a --- /dev/null +++ b/prompts/0657.txt @@ -0,0 +1 @@ +Meryl Streep's expressive eyes reveal her character's inner turmoil, her face full of emotion. \ No newline at end of file diff --git a/prompts/0658.txt b/prompts/0658.txt new file mode 100644 index 0000000000000000000000000000000000000000..343ea72d5d70f1546baf863067020423fd7284e4 --- /dev/null +++ b/prompts/0658.txt @@ -0,0 +1 @@ +Leonardo DiCaprio's eyes glimmer with passion, his handsome face displaying intensity. \ No newline at end of file diff --git a/prompts/0659.txt b/prompts/0659.txt new file mode 100644 index 0000000000000000000000000000000000000000..51a3086a2409807a3135e5bd5ac8b40ff3fd1950 --- /dev/null +++ b/prompts/0659.txt @@ -0,0 +1 @@ +Sandra Bullock's radiant smile and sparkling eyes exude warmth and approachability. \ No newline at end of file diff --git a/prompts/0660.txt b/prompts/0660.txt new file mode 100644 index 0000000000000000000000000000000000000000..0ee2341b11090d7e16bf8a65a37f4bd06ba6c7c4 --- /dev/null +++ b/prompts/0660.txt @@ -0,0 +1 @@ +Julia Roberts' infectious laughter, framed by her iconic smile, fills the screen. \ No newline at end of file diff --git a/prompts/0661.txt b/prompts/0661.txt new file mode 100644 index 0000000000000000000000000000000000000000..da155fa7250801a148bf49ea6bda672f119cfea6 --- /dev/null +++ b/prompts/0661.txt @@ -0,0 +1 @@ +Robert Downey Jr.'s smug grin conveys his character's confidence, his eyes full of wit. \ No newline at end of file diff --git a/prompts/0662.txt b/prompts/0662.txt new file mode 100644 index 0000000000000000000000000000000000000000..562fedbebe795d6d2fa15936302c779fde8f49f5 --- /dev/null +++ b/prompts/0662.txt @@ -0,0 +1 @@ +Oprah Winfrey's face beams with joy, her eyes shining with wisdom and compassion. \ No newline at end of file diff --git a/prompts/0663.txt b/prompts/0663.txt new file mode 100644 index 0000000000000000000000000000000000000000..f510065aaf7afea5832020ff24ee1b824a9e0ff5 --- /dev/null +++ b/prompts/0663.txt @@ -0,0 +1 @@ +Brad Pitt's furrowed brow conveys deep thought, his eyes focused and serious. \ No newline at end of file diff --git a/prompts/0664.txt b/prompts/0664.txt new file mode 100644 index 0000000000000000000000000000000000000000..7eea91ac68a847dc67d307e5a8141a7aed942ff0 --- /dev/null +++ b/prompts/0664.txt @@ -0,0 +1 @@ +Angelina Jolie's piercing gaze conveys power, her lips set in a determined line. \ No newline at end of file diff --git a/prompts/0665.txt b/prompts/0665.txt new file mode 100644 index 0000000000000000000000000000000000000000..e31adce16176f5bd6b233774ab86ce0e7c6dc394 --- /dev/null +++ b/prompts/0665.txt @@ -0,0 +1 @@ +Tom Cruise's face fills the screen, his eyes full of intensity and purpose. \ No newline at end of file diff --git a/prompts/0666.txt b/prompts/0666.txt new file mode 100644 index 0000000000000000000000000000000000000000..b6e86533989485c0732cac77e6f18dea7c132dfb --- /dev/null +++ b/prompts/0666.txt @@ -0,0 +1 @@ +Jennifer Aniston's playful smirk, her eyes dancing with amusement. \ No newline at end of file diff --git a/prompts/0667.txt b/prompts/0667.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a1a2148b2a048677658668ff8062f73775a1cf0 --- /dev/null +++ b/prompts/0667.txt @@ -0,0 +1 @@ +Johnny Depp's mysterious smile hints at secrets, his eyes full of intrigue. \ No newline at end of file diff --git a/prompts/0668.txt b/prompts/0668.txt new file mode 100644 index 0000000000000000000000000000000000000000..a94ce195a339f11678318fc7d1477aea7e72c458 --- /dev/null +++ b/prompts/0668.txt @@ -0,0 +1 @@ +Meryl Streep's face shows vulnerability, her eyes brimming with unshed tears. \ No newline at end of file diff --git a/prompts/0669.txt b/prompts/0669.txt new file mode 100644 index 0000000000000000000000000000000000000000..89b701adf64244df1a14eb23f33313c05cd60fe7 --- /dev/null +++ b/prompts/0669.txt @@ -0,0 +1 @@ +Leonardo DiCaprio's intense stare, his face full of determination and resolve. \ No newline at end of file diff --git a/prompts/0670.txt b/prompts/0670.txt new file mode 100644 index 0000000000000000000000000000000000000000..e35c3c632ab66352f38410fd5a643dd9afffe570 --- /dev/null +++ b/prompts/0670.txt @@ -0,0 +1 @@ +Sandra Bullock's eyes sparkle with laughter, her face full of joy. \ No newline at end of file diff --git a/prompts/0671.txt b/prompts/0671.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8782fa139286ddaf6bbb336da6cfd2e2ca7c671 --- /dev/null +++ b/prompts/0671.txt @@ -0,0 +1 @@ +Julia Roberts' wide smile, her eyes brimming with happiness. \ No newline at end of file diff --git a/prompts/0672.txt b/prompts/0672.txt new file mode 100644 index 0000000000000000000000000000000000000000..285ee8d7cf1ddf4411d739c9aa7a59d6f7c54732 --- /dev/null +++ b/prompts/0672.txt @@ -0,0 +1 @@ +Robert Downey Jr.'s face conveys amusement, his eyes glinting with humor. \ No newline at end of file diff --git a/prompts/0673.txt b/prompts/0673.txt new file mode 100644 index 0000000000000000000000000000000000000000..7271977b5a5b795a8a53d584545b7416c98e17c0 --- /dev/null +++ b/prompts/0673.txt @@ -0,0 +1 @@ +Oprah Winfrey's warm smile, her eyes full of empathy and understanding. \ No newline at end of file diff --git a/prompts/0674.txt b/prompts/0674.txt new file mode 100644 index 0000000000000000000000000000000000000000..7f194825e9d955633d93cb075c81a7200fbc44a9 --- /dev/null +++ b/prompts/0674.txt @@ -0,0 +1 @@ +Brad Pitt's face shows concern, his eyes filled with worry and compassion. \ No newline at end of file diff --git a/prompts/0675.txt b/prompts/0675.txt new file mode 100644 index 0000000000000000000000000000000000000000..377055364632d55ecb63ec929b9248591f3fe239 --- /dev/null +++ b/prompts/0675.txt @@ -0,0 +1 @@ +Angelina Jolie's intense stare, her eyes smoldering with passion. \ No newline at end of file diff --git a/prompts/0676.txt b/prompts/0676.txt new file mode 100644 index 0000000000000000000000000000000000000000..3e059dc427736846a8c4b0b8e0efc80a343a66a7 --- /dev/null +++ b/prompts/0676.txt @@ -0,0 +1 @@ +Tom Cruise's face conveys determination, his eyes focused and unwavering. \ No newline at end of file diff --git a/prompts/0677.txt b/prompts/0677.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b1878ef98ee272d98cebd54c6903f8753b36273 --- /dev/null +++ b/prompts/0677.txt @@ -0,0 +1 @@ +Jennifer Aniston's eyes fill with tears, her face reflecting deep emotion. \ No newline at end of file diff --git a/prompts/0678.txt b/prompts/0678.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9950e912fb3ffbbc4d7ea0ffc668d6928bff327 --- /dev/null +++ b/prompts/0678.txt @@ -0,0 +1 @@ +Johnny Depp's enigmatic smile, his eyes full of mystery and charm. \ No newline at end of file diff --git a/prompts/0679.txt b/prompts/0679.txt new file mode 100644 index 0000000000000000000000000000000000000000..91fb5182ab64d6d1c09da68d24041fe3cfb01050 --- /dev/null +++ b/prompts/0679.txt @@ -0,0 +1 @@ +Meryl Streep's face shows surprise, her eyes wide and expressive. \ No newline at end of file diff --git a/prompts/0680.txt b/prompts/0680.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba8ab7ec7b4a90b7a6d5973ded2bf2507d7feadb --- /dev/null +++ b/prompts/0680.txt @@ -0,0 +1 @@ +Leonardo DiCaprio's eyes convey intensity, his face full of emotion. \ No newline at end of file diff --git a/prompts/0681.txt b/prompts/0681.txt new file mode 100644 index 0000000000000000000000000000000000000000..47408a6b02aba4fec9fb57b5dea51a24ece15e17 --- /dev/null +++ b/prompts/0681.txt @@ -0,0 +1 @@ +Sandra Bullock's face reflects concern, her eyes filled with worry. \ No newline at end of file diff --git a/prompts/0682.txt b/prompts/0682.txt new file mode 100644 index 0000000000000000000000000000000000000000..321433714679f7c992d1651c00552783d78b42f8 --- /dev/null +++ b/prompts/0682.txt @@ -0,0 +1 @@ +Julia Roberts' eyes shine with happiness, her face beaming with joy. \ No newline at end of file diff --git a/prompts/0683.txt b/prompts/0683.txt new file mode 100644 index 0000000000000000000000000000000000000000..3a95977b232f168774b70753ef3bfa42398fe3c3 --- /dev/null +++ b/prompts/0683.txt @@ -0,0 +1 @@ +Robert Downey Jr.'s face shows defiance, his eyes full of determination. \ No newline at end of file diff --git a/prompts/0684.txt b/prompts/0684.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0b9aee4ad375405d9462f833466107b5958cf25 --- /dev/null +++ b/prompts/0684.txt @@ -0,0 +1 @@ +Oprah Winfrey's eyes convey wisdom, her face full of warmth and compassion. \ No newline at end of file diff --git a/prompts/0685.txt b/prompts/0685.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde4e7f6154c68eef4eead60956f1cb77dd900aa --- /dev/null +++ b/prompts/0685.txt @@ -0,0 +1 @@ +Brad Pitt's face shows amusement, his eyes twinkling with laughter. \ No newline at end of file diff --git a/prompts/0686.txt b/prompts/0686.txt new file mode 100644 index 0000000000000000000000000000000000000000..40379c869b80daac4b75ffdbd3189deab5980160 --- /dev/null +++ b/prompts/0686.txt @@ -0,0 +1 @@ +Angelina Jolie's eyes convey strength, her face full of resolve. \ No newline at end of file diff --git a/prompts/0687.txt b/prompts/0687.txt new file mode 100644 index 0000000000000000000000000000000000000000..d434d9fbd7d6255142bf6d8b69aec82a3acb36ae --- /dev/null +++ b/prompts/0687.txt @@ -0,0 +1 @@ +Tom Cruise's face reflects focus, his eyes filled with purpose and drive. \ No newline at end of file diff --git a/prompts/0688.txt b/prompts/0688.txt new file mode 100644 index 0000000000000000000000000000000000000000..385ddd41dfd6e04f1fdd4ec0f4f3ec493f8fae89 --- /dev/null +++ b/prompts/0688.txt @@ -0,0 +1 @@ +Jennifer Aniston's eyes show vulnerability, her face full of emotion. \ No newline at end of file diff --git a/prompts/0689.txt b/prompts/0689.txt new file mode 100644 index 0000000000000000000000000000000000000000..b3e316316e73c19726023d6a6b4417b67cc92400 --- /dev/null +++ b/prompts/0689.txt @@ -0,0 +1 @@ +Johnny Depp's face conveys intensity, his eyes full of passion and intrigue. \ No newline at end of file diff --git a/prompts/0690.txt b/prompts/0690.txt new file mode 100644 index 0000000000000000000000000000000000000000..010aca72ea8403fd35148268f2905f7cddf55733 --- /dev/null +++ b/prompts/0690.txt @@ -0,0 +1 @@ +Meryl Streep's eyes reveal deep thought, her face full of contemplation. \ No newline at end of file diff --git a/prompts/0691.txt b/prompts/0691.txt new file mode 100644 index 0000000000000000000000000000000000000000..89284126ddeb0898ed2c4ac207c4c957fb750f9d --- /dev/null +++ b/prompts/0691.txt @@ -0,0 +1 @@ +Leonardo DiCaprio's face shows joy, his eyes sparkling with happiness. \ No newline at end of file diff --git a/prompts/0692.txt b/prompts/0692.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea993cc54ed63e06ce20c4984f1a9e10a8e96240 --- /dev/null +++ b/prompts/0692.txt @@ -0,0 +1 @@ +Sandra Bullock's eyes convey warmth, her face full of kindness and empathy. \ No newline at end of file diff --git a/prompts/0693.txt b/prompts/0693.txt new file mode 100644 index 0000000000000000000000000000000000000000..331da709d80628fe944c6d6b006085444593e20d --- /dev/null +++ b/prompts/0693.txt @@ -0,0 +1 @@ +Julia Roberts' face reflects anticipation, her eyes wide with excitement. \ No newline at end of file diff --git a/prompts/0694.txt b/prompts/0694.txt new file mode 100644 index 0000000000000000000000000000000000000000..31bedbbae13d267b140d19d8d976924d17aba7f2 --- /dev/null +++ b/prompts/0694.txt @@ -0,0 +1 @@ +Robert Downey Jr.'s eyes show determination, his face full of resolve. \ No newline at end of file diff --git a/prompts/0695.txt b/prompts/0695.txt new file mode 100644 index 0000000000000000000000000000000000000000..73424d143b59f1f04d28883c1a64c8a6ae8c441b --- /dev/null +++ b/prompts/0695.txt @@ -0,0 +1 @@ +Oprah Winfrey's face beams with pride, her eyes shining with accomplishment. \ No newline at end of file diff --git a/prompts/0696.txt b/prompts/0696.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad5a0c656fb077cd16857556febf4eaffc90546c --- /dev/null +++ b/prompts/0696.txt @@ -0,0 +1 @@ +Brad Pitt's eyes convey sincerity, his face full of honesty and vulnerability. \ No newline at end of file diff --git a/prompts/0697.txt b/prompts/0697.txt new file mode 100644 index 0000000000000000000000000000000000000000..d9fda2921c9a2573917e6cce30667d9647a0c71e --- /dev/null +++ b/prompts/0697.txt @@ -0,0 +1 @@ +Jennifer Aniston's eyes convey sadness, her face full of deep emotion. \ No newline at end of file diff --git a/prompts/0698.txt b/prompts/0698.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c6d6480a884b59942507163fb41a596752a853a --- /dev/null +++ b/prompts/0698.txt @@ -0,0 +1 @@ +Johnny Depp's face shows playfulness, his eyes twinkling with mischief. \ No newline at end of file diff --git a/prompts/0699.txt b/prompts/0699.txt new file mode 100644 index 0000000000000000000000000000000000000000..eb5ca12946659dffa71f44d595c6db4c0b5d6552 --- /dev/null +++ b/prompts/0699.txt @@ -0,0 +1 @@ +Meryl Streep's eyes reveal wisdom, her face full of experience and understanding. \ No newline at end of file